@charset "utf-8";

@keyframes w3-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes fading {

    0%,
    to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes opac {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animatetop {
    0% {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animateleft {
    0% {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes animateright {
    0% {
        right: -300px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes animatebottom {
    0% {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes animatezoom {
    0% {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

body,
h1,
h2,
h5,
h6 {
    color: #4a3292;
}

body,
html {
    height: 100%;
}

.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url(/w3images/mac.jpg);
    min-height: 100%;
}

.w3-bar .w3-button {
    padding: 16px;
}

html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
    box-sizing: inherit;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

progress {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.3em;
    left: -0.1em;
}

figure {
    margin: 1em 40px;
}

img {
    border-style: none;
    margin-bottom: -5px;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

hr {
    box-sizing: content-box;
    height: 0;
    border: 0;
    border-top: 1px solid #afafaf;
    margin: 20px 0;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: 700;
}

button,
hr,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

body,
html {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

html {
    overflow-x: hidden;
}

h1,
h2,
h5 {
    font-weight: 400 !important;
}

h1,
h2 {
    font-size: 42px;
    line-height: 40px;
}

h3 {
    color: #4a3292;
    font-size: 26px;
    font-weight: 600 !important;
}

h4,
h6 {
    font-weight: 300;
}

h4 {
    font-size: 25px;
    color: #89878e !important;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.w3-serif {
    font-family: serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Sans Pro", sans-serif;
    margin: 10px 0;
}

.page-header-half {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.glucosamine-seal-text {
    display: block;
}

#prod-areaR img.glucosamine-seal {
    margin-left: 0;
}


/* Repeating to override other css rules applied on these elements */

img.glucosamine-seal {
    display: block;

    width: 50%;

    margin: 0 auto;
}

img.glucosamine-seal.homepage-seal {
    width: 40%
}

h2.w3-center.homefindthecosamin.hdline {
    margin-top: 0;
}

@media screen and (min-width: 812px) {
    #Cosaminslides img.glucosamine-seal {
        display: block;

        width: 20%;
    }

    /* repeating to override other rules */
    .product-right img.glucosamine-seal {
        width: 40%;
    }

    img.glucosamine-seal.product-seal {
        position: static;

        width: 200px;
    }

    /* img.glucosamine-seal.product-seal {
        width: 20%
    } */

    img.glucosamine-seal {
        width: 40%;
    }

    img.glucosamine-seal.homepage-seal {
        width: 30%
    }

}


@media screen and (min-width: 1200px) {
    #Cosaminslides img.glucosamine-seal {
        width: 30%;
    }

    .product-right img.glucosamine-seal {
        width: 30%;
    }

    /* img.glucosamine-seal.product-seal {
        position: absolute;
        left: 1%;
        top: 15%;
    
        width: 225px;
    } */

    img.glucosamine-seal {
        width: 30%;
    }

    img.glucosamine-seal.homepage-seal {
        width: 20%
    }
}

@media screen and (min-width: 1300px) {
    img.glucosamine-seal.product-seal {
        position: absolute;
        left: 1%;
        top: 15%;

        width: 225px;
    }
}


#Cosaminproductshotsallprodpage {
    max-width: 50%;
    max-height: 40%;
}

div.page-header-box1 {
    padding-top: 0;
    padding-bottom: 0;
    height: 600px;
    max-height: 600px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

/* @media screen and (min-width: 1200px) {
    
} */

.regulatory::after {
    content: "\00AE";
    font-size: 75%;
    position: relative;
    top: -.5em;
    line-height: 0;
}



.merged .w3-wide {
    letter-spacing: 4px;
}

.w3-image {
    max-width: 100%;
    height: auto;
}

.w3-table,
.w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}

.w3-table-all {
    border: 1px solid #ccc;
}

.w3-bordered tr,
.w3-table-all tr {
    border-bottom: 1px solid #ddd;
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff;
}

.w3-striped tbody tr:nth-child(even),
.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1;
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color: #ccc;
}

.w3-centered tr td,
.w3-centered tr th {
    text-align: center;
}

.hidden {
    display: none !important;
}

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
    padding: 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.w3-table td:first-child,
.w3-table th:first-child,
.w3-table-all td:first-child,
.w3-table-all th:first-child {
    padding-left: 16px;
}

.w3-btn,
.w3-button {
    border: 0;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-btn:disabled,
.w3-button:disabled,
.w3-disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.w3-disabled *,
:disabled * {
    pointer-events: none;
}

.w3-btn.w3-disabled:hover,
.w3-btn:disabled:hover {
    box-shadow: none;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #dcd5f2;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    top: 13px;
    font-size: 19px;
    transition: all 0.3s ease;
}

.w3-badge,
.w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.w3-badge {
    border-radius: 50%;
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}

.w3-ul li:last-child {
    border-bottom: none;
}

.w3-display-container,
.w3-tooltip {
    position: relative;
}

.w3-tooltip .w3-text {
    display: none;
}

.w3-display-container:hover span.w3-display-hover,
.w3-tooltip:hover .w3-text {
    display: inline-block;
}

.w3-ripple:active {
    opacity: 0.5;
}

.w3-ripple {
    transition: opacity 0s;
}

.w3-input,
.w3-select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.w3-input {
    padding: 8px;
    display: block;
}

.w3-select {
    padding: 9px 0;
}

.w3-dropdown-click,
.w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block;
    z-index: 1;
}

.w3-dropdown-click:hover,
.w3-dropdown-click:hover>.w3-button:first-child,
.w3-dropdown-hover:first-child,
.w3-dropdown-hover:hover>.w3-button:first-child {
    background-color: #ccc;
    color: #000;
}

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
}

.w3-check,
.w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    overflow: auto;
}

.w3-bar-block .w3-dropdown-click,
.w3-bar-block .w3-dropdown-hover {
    width: 100%;
}

.w3-bar-block .w3-dropdown-click .w3-dropdown-content,
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content {
    min-width: 100%;
}

.w3-bar-block .w3-dropdown-click .w3-button,
.w3-bar-block .w3-dropdown-hover .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px;
}

#main,
.w3-main {
    transition: margin-left 0.4s;
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

.w3-bar {
    width: 100%;
    overflow: hidden;
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto;
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: 0;
    outline: 0;
    display: block;
}

.w3-bar .w3-dropdown-click,
.w3-bar .w3-dropdown-hover {
    position: static;
    float: left;
}

.w3-bar .w3-button {
    white-space: normal;
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: 0;
    outline: 0;
    white-space: normal;
}

.w3-bar-block.w3-center .w3-bar-item,
.where-to-buy table tbody tr td {
    text-align: center;
}

.w3-block {
    display: block;
    width: 100%;
}

.w3-responsive {
    overflow-x: auto;
}

.w3-bar:after,
.w3-bar:before,
.w3-cell-row:after,
.w3-cell-row:before,
.w3-clear:after,
.w3-clear:before,
.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-row:after,
.w3-row:before {
    content: "";
    display: table;
    clear: both;
}

.w3-col,
.w3-half,
.w3-quarter,
.w3-third,
.w3-threequarter,
.w3-twothird {
    float: left;
    width: 100%;
}

.w3-col.s1 {
    width: 8.33333%;
}

.w3-col.s2 {
    width: 16.66666%;
}

.w3-col.s3 {
    width: 24.99999%;
}

.w3-col.s4 {
    width: 33.33333%;
}

.w3-col.s5 {
    width: 41.66666%;
}

.w3-col.s6 {
    width: 49.99999%;
}

.w3-col.s7 {
    width: 58.33333%;
}

.w3-col.s8 {
    width: 66.66666%;
}

.w3-col.s9 {
    width: 74.99999%;
}

.w3-col.s10 {
    width: 83.33333%;
}

.w3-col.s11 {
    width: 91.66666%;
}

.w3-col.s12 {
    width: 99.99999%;
}

.w3-content {
    max-width: 980px;
    margin: auto;
}

.w3-rest {
    overflow: hidden;
}

.w3-cell-row {
    display: table;
    width: 100%;
}

.w3-cell {
    display: table-cell;
}

.w3-cell-top {
    vertical-align: top;
}

.w3-cell-middle {
    vertical-align: middle;
}

.w3-cell-bottom {
    vertical-align: bottom;
}

.w3-hide {
    display: none !important;
}

.w3-show,
.w3-show-block {
    display: block !important;
}

.w3-show-inline-block {
    display: inline-block !important;
}

.w3-bottom,
.w3-top {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.w3-top {
    top: 0;
}

.w3-bottom {
    bottom: 0;
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0;
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0;
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0;
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.w3-display-left,
.w3-display-right {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.w3-display-left {
    left: 0;
}

.w3-display-right {
    right: 0;
}

.w3-display-bottommiddle,
.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.w3-display-topmiddle {
    top: 0;
}

.w3-display-bottommiddle {
    bottom: 0;
}

.w3-display-container:hover .w3-display-hover {
    display: block;
}

.w3-display-hover {
    display: none;
}

.w3-display-position {
    position: absolute;
}

.w3-circle {
    border-radius: 50%;
}

.w3-round-small {
    border-radius: 2px;
}

.w3-round,
.w3-round-medium {
    border-radius: 4px;
}

.w3-round-large {
    border-radius: 8px;
}

.w3-round-xlarge {
    border-radius: 16px;
}

.w3-round-xxlarge {
    border-radius: 32px;
}

.w3-row-padding,
.w3-row-padding>.w3-col,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-twothird {
    padding: 0;
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px;
}

.w3-code {
    font-size: 16px;
}

.w3-code,
.w3-codespan {
    font-family: Consolas, "courier new";
}

.w3-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4caf50;
    word-wrap: break-word;
}

.w3-codespan {
    color: #dc143c;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%;
}

.w3-card,
.w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.w3-card-4,
.w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-spin {
    animation: w3-spin 2s infinite linear;
}

.w3-animate-fading {
    animation: fading 10s infinite;
}

.w3-animate-opacity {
    animation: opac 0.8s;
}

.w3-animate-left,
.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s;
}

.w3-animate-left {
    animation: animateleft 0.4s;
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s;
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

.w3-animate-zoom {
    animation: animatezoom 0.6s;
}

.w3-animate-input {
    transition: width 0.4s ease-in-out;
}

.w3-animate-input:focus {
    width: 100% !important;
}

.w3-hover-opacity:hover,
.w3-opacity {
    opacity: 0.6;
}

.w3-hover-opacity-off:hover,
.w3-opacity-off {
    opacity: 1;
}

.w3-opacity-max {
    opacity: 0.25;
}

.w3-opacity-min {
    opacity: 0.75;
}

.w3-grayscale-max,
.w3-greyscale-max,
.w3-hover-grayscale:hover,
.w3-hover-greyscale:hover {
    filter: grayscale(100%);
}

.w3-grayscale,
.w3-greyscale {
    filter: grayscale(75%);
}

.w3-grayscale-min,
.w3-greyscale-min {
    filter: grayscale(50%);
}

.w3-sepia {
    filter: sepia(75%);
}

.w3-hover-sepia:hover,
.w3-sepia-max {
    filter: sepia(100%);
}

.w3-sepia-min {
    filter: sepia(50%);
}

.w3-tiny {
    font-size: 10px !important;
}

.w3-small {
    font-size: 12px !important;
}

.w3-medium {
    font-size: 15px !important;
}

.w3-large {
    font-size: 18px !important;
}

.w3-xlarge {
    font-size: 24px !important;
}

.w3-xxlarge {
    font-size: 36px !important;
}

.w3-xxxlarge {
    font-size: 48px !important;
}

.w3-jumbo {
    font-size: 64px !important;
}

.w3-left-align {
    text-align: left !important;
}

.w3-right-align {
    text-align: right !important;
}

.w3-justify {
    text-align: justify !important;
}

.w3-center {
    text-align: center !important;
}

.w3-border-0 {
    border: 0 !important;
}

.w3-border {
    border: 1px solid #ccc !important;
}

.w3-border-top {
    border-top: 1px solid #ccc !important;
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important;
}

.w3-border-left {
    border-left: 1px solid #ccc !important;
}

.w3-border-right {
    border-right: 1px solid #ccc !important;
}

.w3-topbar {
    border-top: 6px solid #ccc !important;
}

.w3-bottombar {
    border-bottom: 6px solid #ccc !important;
}

.w3-leftbar {
    border-left: 6px solid #ccc !important;
}

.w3-rightbar {
    border-right: 6px solid #ccc !important;
}

.w3-code,
.w3-section {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.w3-margin {
    margin: 16px !important;
}

.w3-margin-top {
    margin-top: 16px !important;
}

.w3-margin-bottom {
    margin-bottom: 16px !important;
}

.w3-margin-left {
    margin-left: 16px !important;
}

.w3-margin-right {
    margin-right: 16px !important;
}

.w3-padding-small {
    padding: 4px 8px !important;
}

.w3-padding {
    padding: 8px 16px !important;
}

.w3-padding-large {
    padding: 12px 24px !important;
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.w3-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.w3-left {
    float: left !important;
}

.w3-right {
    float: right !important;
}

.w3-button:hover {
    color: #fff !important;
    /* background-color: #4a3292 !important; */
    opacity: 0.8 !important;
}

.w3-button i:hover {
    background-color: #fff !important;
}

.w3-hover-none:hover,
.w3-transparent {
    background-color: transparent !important;
}

.w3-hover-none:hover {
    box-shadow: none !important;
}

.w3-amber,
.w3-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important;
}

.w3-aqua,
.w3-hover-aqua:hover {
    color: #000 !important;
    background-color: #0ff !important;
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196f3 !important;
}

.w3-hover-light-blue:hover,
.w3-light-blue {
    color: #000 !important;
    background-color: #87ceeb !important;
}

.w3-brown,
.w3-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important;
}

.w3-cyan,
.w3-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important;
}

.w3-blue-gray,
.w3-blue-grey,
.w3-hover-blue-gray:hover,
.w3-hover-blue-grey:hover {
    color: #fff !important;
    background-color: #607d8b !important;
}

.w3-green,
.w3-hover-green:hover {
    color: #fff !important;
    background-color: #4caf50 !important;
}

.w3-hover-light-green:hover,
.w3-light-green {
    color: #000 !important;
    background-color: #8bc34a !important;
}

.w3-hover-indigo:hover,
.w3-indigo {
    color: #fff !important;
    background-color: #3f51b5 !important;
}

.w3-hover-khaki:hover,
.w3-khaki {
    color: #000 !important;
    background-color: khaki !important;
}

.w3-hover-lime:hover,
.w3-lime {
    color: #000 !important;
    background-color: #cddc39 !important;
}

.w3-hover-orange:hover,
.w3-orange {
    color: #000 !important;
    background-color: #ff9800 !important;
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important;
}

.w3-hover-pink:hover,
.w3-pink {
    color: #fff !important;
    background-color: #e91e63 !important;
}

.w3-hover-purple:hover,
.w3-purple {
    color: #fff !important;
    background-color: #9c27b0 !important;
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important;
}

.w3-hover-red:hover,
.w3-red {
    color: #ffffff !important;
    background-color: #9b0b00 !important;
    border-radius: 5px;
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 15px;
}

.w3-hover-sand:hover,
.w3-sand {
    color: #000 !important;
    background-color: #fdf5e6 !important;
}

.w3-hover-teal:hover,
.w3-teal {
    color: #fff !important;
    background-color: #009688 !important;
}

.w3-hover-yellow:hover,
.w3-yellow {
    color: #000 !important;
    background-color: #ffeb3b !important;
}

.w3-hover-white:hover,
.w3-white {
    color: #000 !important;
    background-color: #fff !important;
}

.w3-black,
.w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.w3-gray,
.w3-grey,
.w3-hover-gray:hover,
.w3-hover-grey:hover {
    color: #000 !important;
    background-color: #bbb !important;
}

.w3-hover-light-gray:hover,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important;
}

.w3-dark-gray,
.w3-dark-grey,
.w3-hover-dark-gray:hover,
.w3-hover-dark-grey:hover {
    color: #fff !important;
    background-color: #616161 !important;
}

.w3-hover-pale-red:hover,
.w3-pale-red {
    color: #000 !important;
    background-color: #fdd !important;
}

.w3-hover-pale-green:hover,
.w3-pale-green {
    color: #000 !important;
    background-color: #dfd !important;
}

.w3-hover-pale-yellow:hover,
.w3-pale-yellow {
    color: #000 !important;
    background-color: #ffc !important;
}

.w3-hover-pale-blue:hover,
.w3-pale-blue {
    color: #000 !important;
    background-color: #dff !important;
}

.w3-hover-text-red:hover,
.w3-text-red {
    color: #f44336 !important;
}

.w3-hover-text-green:hover,
.w3-text-green {
    color: #4caf50 !important;
}

.w3-hover-text-blue:hover,
.w3-text-blue {
    color: #2196f3 !important;
}

.w3-hover-text-yellow:hover,
.w3-text-yellow {
    color: #ffeb3b !important;
}

.w3-hover-text-white:hover,
.w3-text-white {
    color: #fff !important;
}

.w3-hover-text-black:hover,
.w3-text-black {
    color: #000 !important;
}

.w3-hover-text-gray:hover,
.w3-hover-text-grey:hover,
.w3-text-gray,
.w3-text-grey {
    color: #757575 !important;
}

.w3-text-amber {
    color: #ffc107 !important;
}

.w3-text-aqua {
    color: #0ff !important;
}

.w3-text-light-blue {
    color: #87ceeb !important;
}

.w3-text-brown {
    color: #795548 !important;
}

.w3-text-cyan {
    color: #00bcd4 !important;
}

.w3-text-blue-gray,
.w3-text-blue-grey {
    color: #607d8b !important;
}

.w3-text-light-green {
    color: #8bc34a !important;
}

.w3-text-indigo {
    color: #3f51b5 !important;
}

.w3-text-khaki {
    color: #b4aa50 !important;
}

.w3-text-lime {
    color: #cddc39 !important;
}

.w3-text-orange {
    color: #ff9800 !important;
}

.w3-text-deep-orange {
    color: #ff5722 !important;
}

.w3-text-pink {
    color: #e91e63 !important;
}

.w3-text-purple {
    color: #9c27b0 !important;
}

.w3-text-deep-purple {
    color: #673ab7 !important;
}

.w3-text-sand {
    color: #fdf5e6 !important;
}

.w3-text-teal {
    color: #009688 !important;
}

.w3-hover-text-light-gray:hover,
.w3-hover-text-light-grey:hover,
.w3-text-light-gray,
.w3-text-light-grey {
    color: #f1f1f1 !important;
}

.w3-hover-text-dark-gray:hover,
.w3-hover-text-dark-grey:hover,
.w3-text-dark-gray,
.w3-text-dark-grey {
    color: #3a3a3a !important;
}

.w3-border-red,
.w3-hover-border-red:hover {
    border-color: #f44336 !important;
}

.w3-border-green,
.w3-hover-border-green:hover {
    border-color: #4caf50 !important;
}

.w3-border-blue,
.w3-hover-border-blue:hover {
    border-color: #2196f3 !important;
}

.w3-border-yellow,
.w3-hover-border-yellow:hover {
    border-color: #ffeb3b !important;
}

.w3-border-white,
.w3-hover-border-white:hover {
    border-color: #fff !important;
}

.w3-border-black,
.w3-hover-border-black:hover {
    border-color: #000 !important;
}

.w3-border-gray,
.w3-border-grey,
.w3-hover-border-gray:hover,
.w3-hover-border-grey:hover {
    border-color: #bbb !important;
}

.w3-container {
    max-width: 1340px;
    margin: 0 auto;
}

.topnavsmall {
    width: 100%;
    color: #706f73;
    display: inline;
    text-transform: uppercase;
}

.topnav ul {
    margin: 0;
}

.topnav ul,
.w3-right.w3-hide-small.topnavsmall ul {
    list-style-type: none;
}

.w3-right.w3-hide-small.topnavsmall ul li a {
    float: left;
    font-size: 12px;
    text-align: left;
}

.w3-button i:hover,
.w3-right.w3-hide-small.topnavsmall ul li a:hover {
    color: #4a3292 !important;
}

.topnav {
    font-size: 18px;
    font-weight: 500;
    color: #706f73;
    line-height: 1;
    display: inline-block;
}

.topnav a {
    text-align: left;
}

.purplebtnclass {
    padding: 15px 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #492f91;
    color: #fff;
    border-radius: 5px;
}

.footerlegalstatement p {
    color: #4b4a4e;
}

button#cboxPrevious {
    display: none !important;
}

button#cboxNext {
    display: none !important;
}

button#cboxSlideshow {
    display: none !important;
}

.w-playbar__time {
    display: none !important;
}

div[id*='wistia_107'] {
    display: none !important;
}

fieldset.formFieldset h4 {
    color: #585759 !important;
}

.legallinks a {
    padding: 10px;
    color: #4b4a4e;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
}

.footernav a {
    padding: 5px 15px 5px 15px;
    white-space: nowrap;
    text-decoration: none;
    color: #111;
    float: left;
}

.combinednav {
    display: block;
    float: right;
    width: 75%;
    margin-top: 15px;
    padding-right: 5%;
}

.logo {
    display: inline;
    float: left;
}

.gen-section1,
.homesection1 {
    margin-top: 88px;
}

.boxshadow {
    box-shadow: inset 0 0 50px 0 #b5b5b5;
}

/* .sciencebehind-white-knee {
    background-image: url(/images/white-knee.jpg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: contain;
} */
.homesection1bkgimage {
    background-image: url(../images/Cosamin-parachute.jpg);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 629px;
}

.productsection1bkgimage {
    background-image: url(../images/Cosamin-lady-child-product.jpg);
}

.howitworkssection1bkgimage,
.productsection1bkgimage {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 629px;
}

#f-widget-video-id div[id*="big_play_button_graphic"],
.d-homevid div[id*="big_play_button_graphic"],
.howitworkssection1bkgimage div[id*="big_play_button_graphic"],
.m-homevid div[id*="big_play_button_graphic"] {
    border: 1px solid #fff;
}

.sciencebehindsection1bkgimage,
.successstoriessection1bkgimage,
.whycosaminsection1bkgimage {
    background-image: url(../images/science-behind-banner.jpg);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 629px;
}

.successstoriessection1bkgimage,
.whycosaminsection1bkgimage {
    background-image: url(../images/success-stories-banner.jpg);
}

.whycosaminsection1bkgimage {
    background-image: url(../images/why-cosamin-bkg.jpg);
}

.gen-section1left,
.homesection1left {
    min-height: 629px;
}

.gen-section1innerleft,
.homesection1innerleft {
    width: 115%;
    height: 470px;
    margin-left: 11%;
    margin-top: 10%;
    z-index: 0;
    display: block;
    position: relative;
    background-color: #fff;
    padding: 85px;
    border-radius: 5px;
}

.gen-section1innerleft {
    padding: 70px 80px 80px;
}

#myNavbar {
    position: relative;
    z-index: 20;
    display: block;
    height: 110px;
}

.slidedesc {
    font-size: 20px;
    color: #89878e;
    font-weight: 400;
    line-height: 34px;
}

#homeslidescid {
    max-width: 340px;
    color: #474649 !important;
}

.gen-section1innerleft-left,
.homesection1innerleft-left {
    width: 60%;
    float: left;
    margin-top: -25px;
}

#reader-digest-slideleft {
    width: 50%;
}

.homesection1innerleft-right {
    float: right;
    margin-right: -85px;
    padding-right: 0 !important;
    margin-top: -80px;
}

.topnav a,
a.w3-bar-item.w3-button {
    float: left;
}

#logoId {
    position: absolute;
    margin-top: -20px;
    display: inline-block;
    width: 172px;
    height: 54px;
    min-width: 172px;
    min-height: 54px;
}

.gen-section3,
.homesection3,
.howitworkssection3 {
    background-repeat: no-repeat;
    background-size: cover;
}

.gen-section3,
.homesection3 {
    background-image: url(../images/Cosamin-microscope.jpg);
    background-position-x: 90%;
}

.howitworkssection3 {
    background-image: url(../images/how-it-works-vital-bkg.jpg);
    padding-left: 5%;
    background-position-y: 100%;
}

#demo-2 input[type="search"]:hover,
.sciencebehindsection3 {
    background-color: #fff;
}

.sciencebehindsection4 {
    background-color: #f5f4f9;
}

.why-cosamin-section3 {
    background-image: url(../images/cosamin-store-bkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sciboxwrap,
.storedesc {
    font-size: 20px;
    color: #3d3c40;
}

.storedesc {
    padding: 20px 0;
    color: #454448;
}

.sciboxwrap {
    font-weight: 400;
    line-height: 34px;
    display: block;
    color: #3d3c40;
}

.standhz {
    border-bottom: 1px solid #bbb;
}

.sci1,
.sci2 {
    display: inline-block;
}

.sci1 {
    width: 50%;
    float: left;
}

.sci2 {
    float: right;
    margin-top: 2%;
    font-size: 20px;
    color: #3d3c40 !important;
    font-weight: 400;
    line-height: 34px;
}

.sci3 {
    width: 50%;
}

#productslidedesc,
.gen-section3text,
.homesection3text {
    font-size: 20px;
    color: #3d3c40;
    font-weight: 400;
    line-height: 34px;
}

.gen-section3text {
    padding-left: 5%;
    padding-right: 5%;
}

.scibioleft,
.scibioright {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px 0;
}

.clear {
    clear: both;
}

.mobileClear {
    display: none;
}

.allprodspace {
    padding-top: 1%;
    padding-bottom: 2%;
}

.bottom-widget1-left,
.bottom-widget2-left {
    width: 35%;
    float: left;
    display: inline-block;
}

.widget-bottom-title {
    width: 425px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.footer {
    background-color: #fff !important;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 0 !important;
}

.footerlogo {
    float: left;
    transition: opacity 0.8s ease;
    margin-left: 1%;
}

#logoId:hover,
.footerlogo:hover {
    opacity: 0.8;
}

.footersocial {
    float: left;
    margin-left: 2%;
    color: #4a3292;
}

.widgetsmalltext {
    font-size: 17px;
    line-height: 30px;
    color: #111;
    margin-top: 0;
}

.boldlinkblue,
.boldlinkred {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    color: #9f1005;
    transition: opacity 0.5s ease;
}

.boldlinkblue:hover,
.boldlinkred:hover {
    opacity: 0.5;
}

.boldlinkblue {
    color: #4a3292;
}

.footernav,
.legallinks {
    float: left;
}

.footernav {
    font-size: 20px;
    font-weight: 500;
    padding-left: 4%;
}

.footernav a,
.legallinks a {
    color: #111 !important;
}

.footernav a {
    padding: 5px 15px;
    float: left;
    color: #111;
}

.footernav a:hover,
.legallinks a:hover {
    color: #4a3292;
}

.legallinks {
    text-align: left;
    padding-left: 5%;
    padding-top: 10px;
}

.legallinks a {
    padding: 10px;
    color: #4b4a4e;
    text-transform: uppercase;
    font-size: 14px;
}

.footersocial i {
    padding: 0 10px;
}

.footerlegalbox {
    background-color: #e8e8e8;
    color: #89878e;
    font-size: 12px;
    margin-top: 30px;
}

.footerlegalstatement {
    text-align: left;
    padding: 2% 20% 5% 2% !important;
}

#logoId {
    transition: opacity 0.8s ease;
}

.product-left {
    float: left;
    margin-left: 5%;
}

h2.introTo {
    font-size: 26px;
    font-weight: 400 !important;
}

.product-left,
.product-right {
    margin-top: 5%;
    display: inline-block;
}

.product-text {
    color: #555358;
    font-size: 20px;
}

.product-2ndparagraph {
    margin-top: 5%;
}

.product-2ndparagraph2 {
    margin-top: 8%;
}

.cert-img,
.product-package-lrg {
    margin: 0 auto;
    display: block;
}

.cert-img {
    padding: 5%;
}

.fourzerofour-box1 p {
    color: #3a3a3a;
}

input {
    outline: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    font-family: inherit;
    font-size: 100%;
    background: url(../images/search-mag.png) no-repeat 9px center;
    border: 0;
    padding: 5px 10px 5px 30px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    margin-top: -5px;
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration {
    display: none;
}

input[type="search"]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66cc75;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
    box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
}

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

#demo-2 input[type="search"] {
    width: 35px;
    color: transparent;
    cursor: pointer;
}

#demo-2 input[type="search"]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

#demo-2 input:-moz-placeholder {
    color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}

.sidepurple {
    background-color: #4a3292;
    color: #fff;
}

.proddesc,
.w3-button i {
    color: #48464b;
}

.proddesc {
    font-size: 29px;
    line-height: 35px;
}

.suppsection {
    padding-bottom: 5%;
}

#why-cosamin-slidedesc {
    font-size: 20px;
    color: #47464a;
    font-weight: 400;
    line-height: 34px;
}

#why-cosamin-sliderighttxt {
    text-align: center;
    margin-top: 21%;
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    line-height: 65px;
    font-family: "Source Sans Pro";
}

#scibioheader {
    width: 80%;
    margin-bottom: 20px;
}

.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
    -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
    transition: border 0.2s linear, box-shadow 0.2s linear;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

#calmSubmit {
    float: left;
    background-color: rgba(0, 114, 206, 0.76);
    padding: 10px 30px;
    margin: 0 auto;
    display: block;
    font-size: 22px;
}

#calmformheader {
    text-align: left;
    color: #c26bd4;
    font-size: 21px;
    font-weight: 900;
    margin: 3% auto 0;
    font-family: roboto;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #552f5f;
}

#calm-leftcolumndesktop {
    margin-left: 20px;
    width: 37%;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime-local"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover {
    border-color: #0072ce;
}

.form-horizontal .help-inline,
.form-horizontal .input-append,
.form-horizontal .input-prepend,
.form-horizontal .uneditable-input,
.form-horizontal input,
.form-horizontal select,
.form-horizontal textarea,
.form-inline .help-inline,
.form-inline .input-append,
.form-inline .input-prepend,
.form-inline .uneditable-input,
.form-inline input,
.form-inline select,
.form-inline textarea,
.form-search .help-inline,
.form-search .input-append,
.form-search .input-prepend,
.form-search .uneditable-input,
.form-search input,
.form-search select,
.form-search textarea {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.pad {
    padding-top: 6%;
    padding-bottom: 11%;
}

/*
marg {
    margin-top: 6%;
    margin-bottom: 6%;
}
*/
.product-hovershadow,
.w3-quarter img:hover {
    -webkit-box-shadow: 0 87px 83px -65px rgba(0, 0, 0, 0.48) !important;
    -moz-box-shadow: 0 87px 83px -65px rgba(0, 0, 0, 0.48) !important;
    box-shadow: 0 87px 83px -65px rgba(0, 0, 0, 0.48) !important;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

[class^="hvr-"] {
    margin: 0.4em;
    padding: 1em;
    cursor: pointer;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.homefindthecosamin {
    font-size: 25px;
}

.hdline {
    width: 70%;
    margin: 10% auto 0;
}

#findthecosaminhome.hdline {
    margin: 0 auto;
}

h4 span {
    padding: 0 10px;
}

.home-prodname {
    font-size: 26px;
    margin-bottom: 10px;
    color: #4d4d50 !important;
}

.home-proddesc {
    color: #89878e;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    width: 78%;
    margin: 10px auto;
}

#home-whenitcomes {
    font-size: 17px;
    color: #48484a;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0;
    max-width: 630px;
}

a.w3-bar-item.w3-button:hover {
    background: 0 0 !important;
    color: #4a3292 !important;
}

#mySidebar a.w3-bar-item.w3-button:hover {
    background: #fff !important;
    color: #000 !important;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    width: 100%;
    height: 100%;
}

.videowrapper-success {
    float: none;
    clear: both;
    position: absolute;
    height: 0;
    top: 50;
    margin: 3% 0 0 37%;
}

.videowrapper iframe,
.videowrapper-success iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.m-homevid {
    display: none;
}

.home-prods {
    padding: 128px 16px;
}

.f-widgetcontainer {
    padding: 50px 16px;
}

.f-widgetpadding {
    margin-top: 64px;
}

.transfade {
    border-bottom: 1px solid #bbb;
    box-shadow: 0 -20px 50px 3px #b5b5b5;
    padding: 0;
    margin: 0 auto;
}

.page-id-12167 section#layout {
    background-color: #fbfbfb;
}

.product-selector {
    display: inline-block;
}

.product-selector select {
    font-size: 21px;
    margin: 0;
    padding: 5px;
}

.where-to-buy h4 {
    color: #333333 !important;
    ;
    font-size: 21px;
    text-align: left;
}

.where-to-buy table {
    border: 0;
    margin: 30px 0 0;
    background: 0 0;
}

.where-to-buy .buy-now-logo a,
.where-to-buy .store-locator-logo a {
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px rgba(73, 47, 145, 0.18);
    display: inline-block;
    line-height: 0;
}

.where-to-buy .buy-now-logo a img,
.where-to-buy .store-locator-logo a img {
    margin: -5px;
    max-width: 215px;
}

.ac-container input,
.ac-container2 input,
.where-to-buy-product {
    display: none;
}

.buy-now-logo,
.store-locator-logo {
    display: inline-block;
    padding: 5px;
    float: left;
}

.wtb-stores {
    width: 50%;
}

.where-to-buy-product {
    -webkit-transition: all 1s ease-in-out 1s !important;
    transition: all 1s ease-in-out 1s !important;
}

.more-online .wtb-online,
.more-online .wtb-stores,
.wtb-online {
    width: 50%;
}

.vc_custom_1494526015855 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.ac-container,
.ac-container2 {
    width: 400px;
    margin: 10px auto 30px;
    text-align: left;
}

.ac-container label,
.ac-container2 label {
    font-family: "BebasNeueRegular", "Arial Narrow", Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    line-height: 33px;
    font-size: 19px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: -o-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #fff 1%, #eaeaea 100%);
    background: linear-gradient(top, #fff 1%, #eaeaea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover,
.ac-container2 label:hover,
h4 span {
    background: #fff;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container input:checked+label:hover:after,
.ac-container label:hover:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked+label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.ac-container article,
.ac-container2 article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p,
.ac-container2 article p {
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked~article,
.ac-container2 input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked~article.ac-small {
    height: 140px;
}

.ac-container input:checked~article.ac-medium {
    height: 180px;
}

.ac-container input:checked~article.ac-large {
    height: 230px;
}

.ac-container2 input:checked+label,
.ac-container2 input:checked+label:hover {
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container2 input:checked+label:hover:after,
.ac-container2 label:hover:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: url(../images/arrow_down.png) no-repeat center center;
}

.ac-container2 input:checked+label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.ac-container2 input:checked~article.ac-small {
    height: 140px;
}

.ac-container2 input:checked~article.ac-medium {
    height: 180px;
}

.ac-container2 input:checked~article.ac-large {
    height: 230px;
}

.scibehindsection1innerleft-left,
.whycosaminsection1innerleft-left {
    margin-top: 0;
}

.h-topspace {
    margin-top: 4%;
}

.container-space {
    margin-top: 6%;
    margin-bottom: 6%;
}

.footernav a.active,
.topnav a.w3-bar-item.w3-button.active,
.topnavsmall ul li a.active {
    color: #fff;
    background: #dcd5f2;
    border-radius: 5px;
}

.topnav .dropdown-content a.active {
    color: #fff;
    background: #dcd5f2;
}

.dropbtn {
    background-color: #4caf50;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 160px;
    z-index: 1;
    margin-top: 40px;
}

.dropdown-content a {
    color: #8e8d93;
    padding: 5px 16px;
    text-decoration: none;
    border-radius: 5px;
}

.dropdown-content a:hover {
    background-color: #dcd5f2;
    color: #fff;
}

.dropdown-content a,
.dropdown:hover .dropdown-content {
    display: block !important;
}

h1 span,
h2 span {
    background-color: #fff;
    padding: 0 10px;
}

h2 span {
    line-height: 5px;
}

.acc .tab {
    position: relative;
    width: 80%;
    color: #616161;
    overflow: hidden;
    font-size: 17px;
    margin: 0 auto;
}

.acc input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.acc-controls {
    display: block;
    margin-top: -30px;
    font-size: 22px;
}

.acc label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #f1f1f1;
    font-weight: 700;
    line-height: 3;
    cursor: pointer;
    border-radius: 5px;
}

.acc .blue label {
    background: #2980b9;
}

.acc .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #e0dee8;
    border-radius: 5px;
    -webkit-transition: max-height 0.35s;
    -o-transition: max-height 0.35s;
    transition: max-height 0.35s;
}

.acc-collapse {
    max-height: 0;
}

.acc-expand {
    max-height: 15em;
}

.acc .blue .tab-content {
    background: #3498db;
}

.acc .tab-content p {
    margin: 1em;
}

.acc .tab label:hover {
    background: #d4c5fd;
}

.acc .tab input:focus+label {
    background: #4a3292;
    color: #fff;
}

.acc .tab label:checked {
    background: #4a3292 !important;
    color: #fff !important;
}

.acc input:checked~.tab-content {
    max-height: 15em;
}

.acc label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.acc input[type="checkbox"]+label::after {
    content: "+";
}

.acc input[type="radio"]+label::after {
    content: "\25BC";
}

.acc input[type="checkbox"]:checked+label::after {
    transform: rotate(315deg);
}

.acc input[type="radio"]:checked+label::after {
    transform: rotateX(180deg);
}

.faqselector {
    width: 80%;
    margin: 0 auto;
    margin-left: 16%;
}

.w3-col.m20s {
    width: 19.99999%;
}

.faqselector .home-prodname {
    font-size: 16px;
    text-align: center;
    max-width: 45%;
    line-height: 20px;
}

h2.wtbProd__title.item2 {
    font-size: 21px;
}

.home-prodname a {
    color: #4d4d50 !important;
}

#faq-jump-asu,
#faq-jump-avoca,
#faq-jump-ds,
#faq-jump-knee,
#faq-jump-verde {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.offer-iframecontainer {
    max-width: 1200px;
    margin: 5% auto 0;
    width: 100%;
}

.SubParActive,
.sci1 ul>li {
    color: #4a3292;
}

#m-nav,
.mcert-img {
    display: none;
}

.supplement {
    min-width: 250px;
    border-radius: 20px;
}

.product-package-lrg,
.supplement {
    max-width: 100%;
}

.ssheadertext {
    float: left;
    width: 50%;
    padding: 0 5% 0 0;
}

.successstoriesbehindsection2 {
    padding: 3% 5% 5%;
}

.ss-asu-headertxt,
.ss-ds-headertxt {
    margin-top: 110px;
    height: 263px;
}

.faq-headertxt,
.wtb-headertxt {
    margin-top: 110px;
    height: 238px;
}

.faq-headertxt h1,
.wtb-headertxt h1 {
    padding-top: 80px;
}

#faq-slidedesc {
    font-size: 20px;
    color: #89878e;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
}

.prodpic,
.prodtxt {
    display: inline-block;
}

.prodpic {
    float: left;
    padding-right: 20px;
}

.prodtxt {
    max-width: 400px;
}

.prodcontain {
    display: block;
    width: 50%;
    max-width: 100%;
    margin: 0 auto;
    padding: 5% 0 10%;
}

.blankheader,
.h1btnblank {
    width: auto;
    text-align: center;
}

.blankheader {
    margin-top: 80px;
}

.h1btnblank {
    vertical-align: middle;
    margin-top: 15px;
}

.es-only {
    display: none;
}

#footerwidget {
    padding-left: 5%;
    padding-right: 5%;
}

.sci2 {
    width: 45%;
    padding: 18px 0 20px;
}

.wheretobuybuttonredesign {
    margin: 5px;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px rgba(73, 47, 145, 0.18);
    max-width: 215px;
    vertical-align: top;
}

.pwtb {
    padding-right: 2%;
}

.faqselector a {
    text-decoration: none;
}

#ss-jim-mobile-video,
form .error {
    display: none;
}

.wtb-contain {
    padding: 4% 5%;
}

#h-avoca-space {
    padding-bottom: 8%;
}

#h-con-prod-con {
    margin-top: 64px;
}

#offersform {
    padding-bottom: 5px;
    float: left;
    width: 445px;
    max-width: 445px;
}

form .error {
    color: red;
    font-size: 12px;
    margin-top: -6px;
}

.whycosaminjoinour {
    margin-top: 0;
}

.agreement {
    text-align: left;
    text-align-last: left;
    padding-bottom: 20px;
    line-height: 12px;
    font-size: 10px;
}

.why-cosamin-section3 {
    padding-left: 5%;
}

#aVital,
#offers-storeid {
    padding-left: 0;
}

#aVital {
    padding-top: 0;
}

#hiw-1 {
    padding-right: 5%;
    padding-top: 0;
    width: 33%;
}

#hiw-2 {
    padding: 0 2%;
    width: 33%;
}

#hiw-3 {
    padding-left: 5%;
    padding-top: 0;
    width: 33%;
}

#hiw-title {
    margin-bottom: 5%;
}

#hiw-title span {
    line-height: 30px;
}

.asu-success1,
.ds-success1 {
    padding-right: 5%;
}

#cosamin-all-products-container #productslidedesc {
    width: 44%;
    float: left;
    line-height: 26px;
}

#cosamin-all-products-container #Cosaminproductshots {
    max-width: 100%;
    float: right;
    margin-right: -5%;
    width: 55%;
}

#cosamin-supercenter-landingpage #cosamin-all-products-container #productslidedesc {
    width: 100%;
    float: left;
    line-height: 26px;
}

#cosamin-all-products-container #allprodselectorbtn {
    float: left;
}

@media (max-width: 320px) {
    div.whycosaminsection1innerleft-left h1 {
        width: 80% !important;
    }

    .footernav a {
        text-decoration: none;
        color: #111;
        padding: 5px 10px 5px 15px !important;
        float: left;
    }

    .acc label::after {
        width: 2em;
    }

    div.acc .tab {
        margin-bottom: 5px;
        width: 90%;
        font-size: 12px !important;
    }

    div.faqselector img {
        width: 300% !important;
        margin-left: -100% !important;
    }

    div.faqselector .home-prodname {
        font-size: 13px !important;
        text-align: center;
        max-width: 50%;
        line-height: 15px !important;
        padding-top: 25% !important;
    }

    .footernav {
        width: 95% !important;
    }

    #ds-portraitflip {
        min-height: 1710px !important;
    }

    #asu-portraitflip {
        min-height: 1530px !important;
    }

    #avoca-portraitflip {
        min-height: 1240px !important;
    }

    #verde-portraitflip {
        min-height: 1465px !important;
    }

    .prod-btn-contain a {
        display: block !important;
        width: 160px;
        margin-bottom: 5px;
    }

    .nsfcl-logo-portrait .mnsfport {
        width: 35px !important;
        margin-right: 10px;
    }

    .nsfcl-logo-portrait .mclport {
        width: 35px !important;
    }

    .nsfcl-logo-portrait {
        top: 70% !important;
    }

    .portraitpackageimg {
        width: 50% !important;
    }

    #Cosaminproductshotsallprodpage {
        width: 100% !important;
    }
}

@media (max-width: 567px) {
    .nsfcl-logo-portrait {
        position: relative;
        top: 57%;
        float: right;
        right: 10%;
        z-index: 1;
        margin-bottom: -350px;
        padding-top: 140px;
    }

    .nsfcl-logo-portrait .mnsfport {
        width: 35px;
        display: block;
        margin-bottom: 10px;
    }

    .nsfcl-logo-portrait .mclport {
        width: 35px;
        display: block;
    }

    .portraitflip .pwtb img {
        width: 100px;
    }

    #ds-portraitflip {
        min-height: 1350px;
    }

    #asu-portraitflip {
        min-height: 1260px;
    }

    #avoca-portraitflip {
        min-height: 1145px;
    }

    #verde-portraitflip {
        min-height: 1200px;
    }

    .boxshadow.m-box {
        display: none !important;
    }

    .portraitflip {
        display: inline-block !important;
        margin-top: 100px;
        min-height: 600px;
    }

    #asu-jointComfort {
        height: 2740px;
    }

    .portraitpackageimg {
        max-width: 100%;
        width: 40%;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .portraitflip h1 {
        text-align: center;
        padding-top: 5%;
        padding-bottom: 2%;
    }

    .portraitflip .boxshadow {
        max-height: 200px;
    }

    .portraitflip p {
        width: 90%;
        max-width: 100%;
        margin: 0 auto 5%;
    }
}

@media (max-width: 740px) and (orientation: portrait) {
    body #p-verde-maintxt {
        margin-top: -10% !important;
    }
}

@media (max-width: 740px) {
    a#labelid {
        font-size: 13px !important;
    }

    #h-avoca-space {
        padding-bottom: 0;
    }

    .bottom-widget1 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .widget-bottom-title {
        padding-left: 5% !important;
    }

    .widgetsmalltext {
        margin-left: 0;
    }

    .bottom-widget1 {
        width: 100% !important;
    }

    .bottom-widget2 {
        width: 90% !important;
    }

    .bottom-widget2-left {
        width: 100% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }

    div.w3-col.m5.gen-section3text {
        padding-left: 0 !important;
        width: 65%;
    }

    .why-cosamin-section3 {
        min-height: 480px;
    }

    .homesection3 {
        background-image: url(../images/Cosamin-microscope-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 90%;
    }
}

@media (min-width: 601px) {
    .w3-col.m1 {
        width: 8.33333%;
    }

    .w3-col.m2 {
        width: 16.66666%;
    }

    .w3-col.m3,
    .w3-quarter {
        width: 24.99999%;
    }

    .w3-col.m4,
    .w3-third {
        width: 33.33333%;
    }

    .w3-col.m5 {
        width: 41.66666%;
    }

    .w3-col.m6,
    .w3-half {
        width: 49.99999%;
    }

    .w3-col.m7 {
        width: 58.33333%;
    }

    .w3-col.m8,
    .w3-twothird {
        width: 66.66666%;
    }

    .w3-col.m9,
    .w3-threequarter {
        width: 74.99999%;
    }

    .w3-col.m10 {
        width: 83.33333%;
    }

    .w3-col.m11 {
        width: 91.66666%;
    }

    .w3-col.m12 {
        width: 99.99999%;
    }

    .gen-section3,
    .homesection3 {
        background-color: #f5f4fa;
    }

    .gen-section3 {
        background-image: none;
    }

    .gen-section3text img,
    .homesection3text img {
        max-width: 100%;
        margin: 0 auto;
    }

    .gen-section3text img {
        width: 100%;
        padding-top: 20px;
    }

    .h-topspace .w3-half.pad {
        width: 47.99999%;
        padding-top: 2%;
        padding-bottom: 2%;
    }
}

@media (min-width: 993px) {
    .w3-col.l1 {
        width: 8.33333%;
    }

    .w3-col.l2 {
        width: 16.66666%;
    }

    .w3-col.l3 {
        width: 24.99999%;
    }

    .w3-col.l4 {
        width: 33.33333%;
    }

    .w3-col.l5 {
        width: 41.66666%;
    }

    .w3-col.l6 {
        width: 49.99999%;
    }

    .w3-col.l7 {
        width: 58.33333%;
    }

    .w3-col.l8 {
        width: 66.66666%;
    }

    .w3-col.l9 {
        width: 74.99999%;
    }

    .w3-col.l10 {
        width: 83.33333%;
    }

    .w3-col.l11 {
        width: 91.66666%;
    }

    .w3-col.l12 {
        width: 99.99999%;
    }

    .w3-modal-content {
        width: 900px;
    }

    .w3-hide-large {
        -display: none !important;
    }

    .w3-sidebar.w3-collapse {
        display: block !important;
    }
}

@media (max-width: 601px) {
    .m-homevid {
        display: block !important;
    }

    .m-homevid .home-vid {
        width: 100%;
    }

    .d-homevid {
        display: none !important;
    }
}

@media (max-width: 768px) and (orientation: portrait) {
    #tab-11edit {
        line-height: 28px;
        padding-right: 10%;
    }

    body a.pwtb {
        padding-right: 10px !important;
    }

    body #rbcontain {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body #p-verde-maintxt {
        margin-top: -10% !important;
    }

    .homefindthecosamin {
        width: 80%;
        margin: 5% auto;
    }

    .homesection1left {
        min-height: inherit !important;
    }

    .homesection1innerleft-right {
        margin-right: -12% !important;
    }

    .asu-success3,
    .ds-success3,
    div.ssheadertext {
        width: 100% !important;
        padding: 0 !important;
    }

    .wtb-contain {
        padding: 5% 10% 0;
    }

    .successstoriesbehindsection2 {
        padding: 5% 5% 0;
    }

    .asu-success1,
    .ds-success1 {
        padding-right: 0;
    }

    div.ssheadertext {
        padding: 0 5% 10% 0 !important;
    }

    div#aVital {
        margin-left: 0;
    }

    div.w3-col.m6.gen-section3text {
        width: 80%;
        padding-left: 10%;
    }

    div.w3-col.m5.gen-section3text {
        padding-left: 10%;
        width: 65%;
    }

    div.bottom-widget2-left {
        margin-top: -5% !important;
        padding-right: 5%;
    }
}

@media (max-width: 768px) {
    .successstoriesbehindsection2 div.w3-col.s4 {
        width: 100% !important;
    }

    .combinednav {
        display: none;
    }

    .bottom-widget1,
    .bottom-widget1-right {
        width: 100%;
        display: block;
    }

    .widget-bottom-title {
        width: 100%;
    }

    .bottom-widget1-left,
    .bottom-widget2-left {
        width: 50%;
        float: left;
        display: inline-block;
    }

    .bottom-widget1-right img {
        margin-top: 0;
    }

    .w3-modal-content {
        width: 500px;
    }

    .w3-modal {
        padding-top: 50px;
    }

    .gen-section3,
    .homesection3 {
        background-position-x: 75%;
    }
}

@media (max-width: 1275px) {
    .topnav {
        font-size: 16px;
    }

    .topnavsmall {
        font-size: 12px;
    }

    .footernav {
        font-size: 16px;
        padding-left: 0;
    }

    #logoId,
    .footerlogo {
        margin-left: 5%;
    }

    .footersocial {
        padding-left: 1%;
    }

    .footerlegalstatement {
        text-align: left;
        padding: 2% 20% 5% 5% !important;
    }
}

@media (min-width: 1775px) {
    .ssheadertext {
        float: left;
        width: 47%;
        padding: 0 5% 0 0;
    }

    #why-cosamin-sliderighttxt {
        margin-left: 25%;
        margin-top: 23%;
    }

    .gen-section1,
    .gen-section3,
    .homesection1,
    .homesection3 {
        width: 1600px;
        max-width: 1600px;
        margin: 110px auto 0;
    }

    .gen-section3,
    .homesection3 {
        margin: 0 auto;
    }

    .gen-section1innerleft,
    .homesection1innerleft {
        width: 780px;
        height: 470px;
        margin-left: 18%;
        margin-top: 10%;
        z-index: 0;
        display: block;
        position: relative;
        background-color: #fff;
        padding: 85px;
    }
}

@media (max-width: 800px) {
    .acc input:checked~.tab-content {
        max-height: 100%;
    }

    .acc .tab-content p {
        margin: 1em;
        font-size: 14px;
        line-height: 18px;
    }

    body #p-asu-maintxt,
    body #p-avoca-maintxt,
    body #p-ds-maintxt,
    body #p-verde-maintxt {
        /* margin-top: -10%; */
    }

    #prod-btn-contain-verde {
        margin-bottom: 20%;
    }

    #prod-btn-contain-asu,
    #prod-btn-contain-ds {
        /* margin-bottom: 15%; */
    }

    #prod-btn-contain-avoca {
        margin-bottom: 20%;
    }

    .pwtb {
        padding-right: 0 !important;
    }

    .prod-btn-contain {
        /* margin-bottom: 10%; */
    }

    .product-right h1 {
        padding-top: 0;
        margin-top: 0 !important;
    }

    h1,
    h2,
    p {
        line-height: 30px;
    }

    h1,
    h2 {
        font-size: 30px;
        font-weight: 400 !important;
    }

    h3 {
        font-size: 20px;
        line-height: 20px;
    }

    p {
        font-size: 17px;
    }

    .product-text.product-2ndparagraph:first-child {
        margin-top: 20%;
    }

    .storedesc {
        color: #454448;
        ;
        padding: 20px 0;
    }

    body .why-cosamin-section3 .storedesc,
    div.w3-col.m5.gen-section3text {
        width: 65%;
    }

    #why-cosamin-slidedesc {
        color: #89878e;
        font-weight: 400;
    }

    #why-cosamin-slidedesc,
    .mobSci1,
    .storedesc,
    .widgetsmalltext {
        font-size: 16px;
        line-height: 30px;
    }

    .scibioleft,
    .scibioright {
        width: 100%;
    }

    .mobSci2,
    .scibioleft,
    .scibioright {
        font-size: 16px;
        line-height: 30px;
    }

    .homesection3 {
        background-image: none !important;
        background-color: #f5f4fa;
    }

    #home-whenitcomes,
    .homesection3text {
        width: 95% !important;
    }

    #offers-storeid .homesection3text {
        width: 50% !important;
    }

    #pd1 {
        margin-bottom: 35px;
    }

    #h-avoca-space {
        padding-bottom: 25px;
    }

    .m-index-prod-space {
        height: 30px;
        width: 100%;
        clear: both;
    }

    .why-cosamin-section3 {
        min-height: 510px;
    }

    .w3-col.m3,
    .w3-quarter {
        width: 30%;
        float: left;
        margin: 0 10% !important;
    }

    .home-proddesc {
        width: 100% !important;
    }

    .whycosaminjoinour .form-horizontal {
        width: 380px !important;
    }

    .mobSci1,
    .mobSci2 {
        width: 100%;
    }
}

@media (max-width: 740px) {
    .w3-col.m3 {
        width: 100%;
        float: left !important;
        margin: 0 auto !important;
    }

    .w3-quarter,
    .w3-quarter.FB,
    body.homeprodlist {
        width: 50% !important;
        float: left !important;
        margin: 0 auto !important;
    }

    .w3-quarter.FB {
        width: 100% !important;
    }

    .homeprodlist .home-proddesc {
        display: none !important;
    }

    .homeprodlist #h-con-prod-con a {
        line-height: 30px !important;
    }

    #pd1,
    #pd2,
    #pd3 {
        margin-bottom: 10px;
    }

    #h-avoca-space {
        padding-bottom: 0;
    }

    .m-index-prod-space {
        height: 0;
    }
}

@media (max-width: 519px) {
    #asu-jointComfort {
        height: 2800px;
    }

    #asu-jointComfort .img_break img {
        width: 100%;
        padding: 10px;
    }
}

@media (max-width: 441px) {
    #asu-jointComfort {
        height: 2900px;
    }
}

@media (max-width: 400px) {
    #asu-jointComfort {
        height: 3333px;
    }

    #asu-jointComfort h3 {
        padding: 10px 17px;
    }
}

@media (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    #asu-jointComfort {
        height: 3045px;
    }

    #asu-jointComfort h3 {
        padding: 10px 17px;
    }
}

@media (max-width: 900px) {
    .prodcontain {
        width: 100% !important;
        padding-left: 10%;
        padding-right: 5%;
    }

    .homesection1bkgimage {
        display: none;
    }

    .gen-section1left,
    .homesection1left {
        width: 100% !important;
        padding: 0 !important;
        margin: 0;
        height: auto;
        min-height: auto;
    }

    .gen-section1innerleft,
    .homesection1innerleft {
        padding: 0 0 0 5% !important;
        box-shadow: none !important;
        background-color: transparent !important;
        margin: 10% 0 0;
        width: 100%;
        height: auto !important;
    }

    .gen-section1innerleft {
        padding: 5% !important;
    }

    .homesection1innerleft-right {
        margin-right: 0;
    }

    #logoId {
        margin-left: 5%;
    }

    #m-nav {
        margin-right: 5%;
    }
}

@media (max-width: 530px) {
    .hdline {
        line-height: 1em;
        border: 0;
    }

    .homefindthecosamin {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    body #offersform {
        display: block !important;
        margin: 0 auto !important;
        float: none !important;
        width: 440px !important;
        max-width: 100% !important;
    }

    div#offers-coupon-rebate-id {
        display: inline-block !important;
        width: 95% !important;
        max-width: 95% !important;
        padding-left: 5%;
    }

    #offers-coupon-rebate-id .w3-half {
        width: 100% !important;
        margin: 0 auto !important;
    }

    #offers-coupon-rebate-id .w3-half iframe {
        padding-right: 15px;
        height: 800px !important;
    }

    #faq-jump-asu,
    #faq-jump-avoca,
    #faq-jump-ds,
    #faq-jump-knee,
    #faq-jump-verde {
        display: block;
        position: relative;
        top: -50px;
        visibility: hidden;
    }

    .prodcontain {
        width: 60% !important;
    }

    #findthecosaminhome {
        margin-top: 5%;
    }

    #h-con-prod-con {
        margin-top: 0;
    }

    .homefindthecosamin {
        color: #111 !important;
        width: 80%;
        margin: 2% auto;
    }

    #footerwidget {
        padding: 0;
    }

    #ss-jim-mobile-video {
        display: block;
    }

    .ssboxjim {
        display: none;
    }

    .homesection3text {
        margin-left: 5% !important;
    }

    .sciencebehindsection3 .gen-section3text {
        padding-left: 5%;
    }

    .successstoriesbehindsection2 div.w3-col.s4 {
        width: 100%;
    }

    .widget-bottom-title {
        width: 100%;
        padding-left: 5%;
    }

    .bottom-widget1-left {
        width: 40% !important;
        float: left;
        display: inline-block;
    }

    #footer-widget-video #contact .bottom-widget1,
    .bottom-widget1,
    div.bottom-widget2 {
        width: 90%;
        display: block !important;
        margin: 0 auto;
    }

    .bottom-widget1 img {
        float: right;
    }

    .bottom-widget2-left {
        width: 40% !important;
        float: left;
        display: inline-block;
    }

    div.bottom-widget2 {
        margin-top: 0 !important;
    }

    .bottom-widget2 img {
        margin-top: 10%;
        float: right;
    }

    div#contact .w3-half {
        width: 100% !important;
        margin-top: 5%;
    }

    #m-nav {
        display: block !important;
        margin-right: 5%;
    }

    .topnav,
    .topnavsmall {
        display: none;
    }

    #logoId {
        margin-top: 15px;
        margin-left: 5%;
    }

    .footerlogo {
        margin: 0 auto !important;
    }

    .footerlogo,
    .footernav,
    .footersocial {
        width: 100%;
        padding: 0 !important;
    }

    .footersocial,
    .footersocial span {
        margin: 0 auto !important;
    }

    .footersocial span {
        padding: 0 !important;
        float: none !important;
    }

    .footernav {
        display: block !important;
    }

    .footernav a {
        float: none !important;
        font-size: 15px;
    }

    .footerlegalstatement,
    .footernav,
    .legallinks {
        margin: 0 auto !important;
        float: none !important;
        text-align: center !important;
    }

    .footerlegalstatement {
        width: 80% !important;
        padding: 5% !important;
    }
}

@media screen and (max-width: 965px) {

    #offersform2,
    body #offersform {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #offersform2,
    .form-group.animal,
    body #offersform {
        display: block !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 1280px) {
    #ds-costco-11save img {
        width: 230px;
    }

    body #allprodgshotpara-container,
    body #allprodgshotpara-container p {
        width: 100%;
        display: inline-block;
    }

    body #cosamin-all-products-container #Cosaminproductshots {
        max-width: 100% !important;
        float: left !important;
        margin: 0 !important;
        width: auto !important;
    }

    #offers-coupon-rebate-id {
        display: block !important;
        width: 50% !important;
        max-width: 100% !important;
    }

    #offers-coupon-rebate-id .w3-half {
        width: 100%;
        max-width: 100%;
        display: block !important;
    }

    .home-proddesc {
        width: 100%;
    }

    .prodcontain {
        width: 60%;
    }

    .prodtxt {
        display: inline-block;
        max-width: auto !important;
    }

    .success-vid {
        width: 30% !important;
        margin-top: -5% !important;
    }

    .ssheadertext {
        float: left;
        width: 55% !important;
        padding: 0 5% 0 0;
    }

    .howitworkssection1bkgimage {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 400px !important;
    }

    .gen-section1left {
        min-height: inherit !important;
    }

    #why-cosamin-sliderighttxt {
        margin-top: 5% !important;
    }

    .whycosaminsection1bkgimage {
        min-height: 400px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .gen-section1left {
        width: 100% !important;
    }

    .productsection1bkgimage {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 400px !important;
        display: none !important;
    }

    .homesection1innerleft-right {
        max-width: 345px !important;
    }

    .homesection1innerleft-left {
        width: 50% !important;
    }

    .homesection1left {
        width: 100% !important;
        min-height: auto !important;
    }

    .homesection1innerleft {
        padding: 85px !important;
    }

    .homesection1bkgimage {
        display: block !important;
        width: 100% !important;
        min-height: 400px !important;
        height: 100% !important;
        max-width: 100% !important;
    }

    .sciencebehindsection1bkgimage,
    .successstoriessection1bkgimage {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 300px !important;
    }

    .product-package-lrg {
        width: 80%;
    }

    .homesection1innerleft-left {
        float: left;
        margin-top: -25px;
    }

    .gen-section1innerleft-left {
        width: 100% !important;
        float: left;
        padding-right: 5%;
        padding-bottom: 85px;
    }

    body #SlideOne .homesection1innerleft-right {
        float: right !important;
        padding-right: 0 !important;
        margin-top: -80px;
        width: 100% !important;
        overflow: hidden;
    }

    .bottom-widget1-left,
    .bottom-widget2-left {
        width: 90%;
        float: left;
        display: inline-block;
    }

    .bottom-widget1-right img {
        margin-top: 15%;
    }
}

@media (max-width: 740px) {
    .homefindthecosamin {
        width: 100%;
    }

    .homesection1innerleft {
        padding: 5% !important;
    }

    .w3-row-padding>.w3-quarter {
        padding-bottom: 6% !important;
    }

    .homeprodlist {
        padding: 10% 5% 2%;
    }

    .homeprodlist div.w3-row-padding.w3-center {
        margin-top: 0 !important;
    }

    .gen-section1innerleft-left,
    .homesection1innerleft-left {
        width: 100% !important;
        margin: 0;
    }

    .gen-section1innerleft-left {
        padding: 0 5% 5% 0;
    }

    .homesection1innerleft-left h1 {
        width: 90%;
        line-height: 30px !important;
    }

    .gensection1innerleft-left h1 {
        width: 100%;
    }

    .gen-section1innerleft,
    .homesection1innerleft {
        height: auto !important;
        min-height: auto !important;
    }

    #homeslidescid {
        max-width: 100%;
        width: 100%;
    }

    #offers-coupon-rebate-id {
        width: 90% !important;
        text-align: center;
    }

    #offers-coupon-rebate-id iframe {
        padding-top: 10%;
    }

    div#offers-coupon-rebate-id {
        display: inline-block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    #offers-coupon-rebate-id .w3-half {
        width: 50%;
    }

    #offers-coupon-rebate-id {
        display: inline-block !important;
        width: 95% !important;
        max-width: 95% !important;
        padding-left: 5%;
    }

    #offers-coupon-rebate-id .w3-half iframe {
        padding-right: 15px;
        height: 600px;
    }

    #offers-coupon-rebate-id .h-topspace {
        margin-top: 0 !important;
    }

    div.prodcontain {
        width: 60% !important;
    }

    .product-right img {
        width: 100px;
    }

    #p-avoca-maintxt {
        margin-top: 12%;
    }

    #p-verde-maintxt {
        margin-top: 9%;
    }

    #h-con-prod-con {
        margin-top: 0;
    }

    #p-asu-maintxt {
        margin-top: 9%;
    }

    .homefindthecosamin {
        color: #111 !important;
        width: 80%;
        margin: 2% auto;
    }

    #ss-jim-mobile-video {
        display: inline-block;
        max-width: 210px;
    }

    .product-2ndparagraph,
    .product-2ndparagraph2 {
        margin-top: 5%;
    }

    .homesection1left {
        min-height: inherit !important;
    }

    .asu-success3,
    .ds-success3 {
        width: 100% !important;
        padding: 0 !important;
    }

    .successstoriesbehindsection2 {
        padding: 5% 5% 0 !important;
    }

    .wtb-contain {
        padding: 5% 5% 0;
    }

    .ssheadertext {
        width: 100% !important;
        padding: 0 5% 5% 0 !important;
    }

    .successstoriessection2text {
        margin-left: 5%;
    }

    .legallinks {
        padding-left: 0;
    }

    #footer-widget-video #contact .bottom-widget1-left,
    .w3-col.m5.gen-section3text {
        margin-left: 0;
    }

    .bottom-widget2-left {
        -margin-left: -15%;
    }

    .widget-bottom-title {
        padding-right: 30%;
    }

    .howitworkssection3 {
        background-position-x: 0;
    }

    .howitworkssection3 .gen-section3text {
        width: 65%;
    }

    .gen-section3 {
        background-position-x: 85%;
    }
}

@media (max-width: 568px) {
    #d-verde-also img {
        width: 110px !important;
    }

    body #p-asu-maintxt,
    body #p-avoca-maintxt {
        /* margin-top: -20% !important; */
    }

    body #p-ds-maintxt {
        margin-top: 0 !important;
    }

    body #p-verde-maintxt {
        margin-top: -10% !important;
    }

    body #prod-btn-contain-verde {
        margin-bottom: 25% !important;
    }

    body #prod-btn-contain-ds {
        margin-bottom: 20% !important;
    }

    body #prod-btn-contain-asu {
        /* margin-bottom: 25% !important; */
    }

    body #prod-btn-contain-avoca {
        margin-bottom: 30% !important;
    }

    .suppsection {
        margin-top: 10%;
        padding-bottom: 5%;
    }
}

@media (max-width: 568px) and (orientation: landscape) {
    .homesection3 {
        min-height: auto;
    }
}

@media (max-width: 740px) {

    #offers-storeid .homesection3text,
    div.prodcontain {
        width: 100% !important;
    }

    body #p-asu-maintxt,
    body #p-avoca-maintxt {
        /* margin-top: -15%; */
    }

    body #p-asu-maintxt {
        margin-top: 0;
    }

    body #p-ds-maintxt {
        margin-top: 0;
    }

    body #p-verde-maintxt {
        margin-top: -15%;
    }

    #prod-btn-contain-verde {
        margin-bottom: 20%;
    }

    #prod-btn-contain-ds {
        margin-bottom: 15%;
    }

    #prod-btn-contain-asu {
        /* margin-bottom: 20%; */
    }

    #prod-btn-contain-avoca {
        margin-bottom: 25%;
    }

    .prodtxt {
        max-width: 300px;
    }

    .product-right img {
        width: 125px;
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    div.prodcontain {
        width: 100% !important;
    }
}

@media (max-width: 740px) {
    div.prodcontain {
        width: 100% !important;
    }
}

@media (max-width: 375px) {
    .whycosaminsection1innerleft-left h1 {
        width: 68% !important;
    }

    div.acc .tab {
        margin-bottom: 5px;
        width: 90%;
        font-size: 13px !important;
    }

    .faq-headertxt h1 {
        padding-top: 15%;
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    #ds-portraitflip {
        height: 1450px;
    }

    #asu-portraitflip {
        height: 1330px;
    }

    #avoca-portraitflip {
        height: 1090px;
    }

    #verde-portraitflip {
        height: 1280px;
    }

    div.acc h3 {
        font-size: 17px !important;
    }

    #verde-portraitflip .prod-btn-contain a {
        font-size: 0.7em !important;
    }
}

@media (max-width: 414px) {
    .whycosaminsection1innerleft-left h1 {
        width: 61%;
    }

    #offers-heading-id .boxshadow {
        padding: 10% !important;
    }

    .gen-section1innerleft-left {
        margin-top: 0 !important;
        margin-bottom: 5%;
    }

    .acc input:checked~.tab-content {
        max-height: 100%;
    }

    .faq-headertxt h1 {
        padding-top: 15%;
        text-align: center;
        margin: 0 auto !important;
    }

    #faq-slidedesc {
        width: 90% !important;
        margin: 0 auto !important;
    }

    .acc .tab {
        margin-bottom: 5px;
        width: 90%;
        font-size: 14px !important;
    }

    #tab-11edit {
        line-height: 28px;
    }

    .acc label {
        padding-right: 5%;
    }

    .faqselector .home-prodname {
        max-width: 100% !important;
    }

    .acc h3 {
        font-size: 18px !important;
    }

    .faq-headertxt h1,
    .faqselector {
        width: 90% !important;
    }

    .faqselector img {
        width: 150% !important;
        margin-left: -25% !important;
    }

    .faqselector .w3-col .m20s .hvr-float-shadow {
        margin: 0 0 0 -5% !important;
        padding: 0 5% 0 0 !important;
    }

    .footernav {
        width: 80%;
    }

    #offersform .div-item,
    body div.w3-col.m5.gen-section3text {
        width: 100% !important;
    }

    #ss-jim-mobile-video {
        margin-bottom: 5px;
    }

    #ds-portraitflip {
        min-height: 1350px;
    }

    #asu-portraitflip {
        min-height: 1260px;
    }

    #avoca-portraitflip {
        min-height: 1120px;
    }

    #verde-portraitflip {
        min-height: 1265px;
    }

    .whycosaminsection1innerleft-left {
        margin-top: 0 !important;
    }

    #offersform,
    #offersform2 {
        display: block !important;
        margin: 0 auto !important;
        float: none !important;
        -width: 300px !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    #offers-loyalty-form h2 {
        width: 80% !important;
        margin: 0 auto !important;
    }

    #offersform2 .div-item {
        width: 300px !important;
    }

    .agreement {
        width: 100%;
        text-align: justify !important;
    }

    #agreement_error {
        width: 100% !important;
    }

    #privacy {
        margin-right: 0;
    }

    .form-group.animal {
        display: block !important;
        margin: 0 auto !important;
        max-width: 300px !important;
    }

    .bottom-widget1 {
        padding-left: 0 !important;
    }

    .bottom-widget2 {
        margin-left: 0 !important;
    }

    .widget-bottom-title {
        padding-left: 0 !important;
    }

    #arthritis-nrf .widget-bottom-title {
        display: inline-block;
    }

    .prodcontain .prodpic img {
        max-height: 300px;
    }

    .prodpic,
    div.prodcontain {
        width: 80% !important;
        margin: 0 auto !important;
        display: block !important;
        float: left;
    }

    .prodpic {
        width: 50% !important;
        display: inline-block !important;
        float: none !important;
    }

    #home-whenitcomes {
        padding: 20px 0 0;
    }

    div#aVital {
        padding-left: 5%;
        margin-left: 0;
    }

    #footerwidget {
        padding: 0 5% 10% !important;
    }

    #footerwidget .container-space {
        margin-top: 10% !important;
    }

    .homesection1innerleft-left {
        padding: 10%;
    }

    img.mcert-img {
        display: none !important;
    }

    div#prod-areaL {
        width: 0;
    }

    #prod-areaR {
        width: 100% !important;
        padding: 0 10%;
    }

    #desktop-homevid,
    #desktop-successvid,
    .product-package-lrg {
        display: none;
    }

    .homefindthecosamin {
        padding: 0 10%;
        width: 100% !important;
    }

    .homesection1left {
        padding: 10%;
        min-height: inherit !important;
    }

    .home-vid,
    .success-vid {
        max-width: 300px;
    }

    .gen-section3,
    .homesection3 {
        background-image: none;
        padding: 0 !important;
    }

    .m-homevid {
        display: block !important;
        padding: 0 5% 5%;
    }

    .howitworkssection1bkgimage {
        padding: 5%;
        height: 400px !important;
    }

    .howitworkssection1bkgimage .wistia_click_to_play {
        height: 400px !important;
    }

    .m-homevid .home-vid {
        max-width: 100%;
        width: 100%;
    }

    .home-prods {
        padding: 5% 5% 10% !important;
    }

    .home-prodname {
        margin-top: 20px !important;
        color: #4d4d50 !important;
    }

    .hvr-float-shadow {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .hdline {
        line-height: 1em !important;
        border: 0 !important;
    }

    .homesection3text {
        padding: 10% 10% 2% 0 !important;
    }

    .gen-section3text {
        margin-top: 5%;
    }

    .f-widgetcontainer {
        padding: 0 16px !important;
    }

    .f-widgetcontainer,
    .f-widgetpadding,
    .widgetsmalltext {
        margin-top: 0 !important;
    }

    .widgetsmalltext {
        font-size: 16px;
    }

    .bottom-widget1-left,
    .bottom-widget2-left {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {

    .bottom-widget1-left,
    .bottom-widget2-left {
        width: 90%;
        float: left;
        display: inline-block;
    }
}

@media (max-width: 1260px) {
    #whycosamin-itssimplereally {
        width: 100% !important;
        height: 629px;
        margin: 0;
    }
}

@media (max-width: 1120px) {
    div.prodcontain {
        width: 70%;
    }

    .hdline {
        width: 90%;
    }

    #why-cosamin-sliderighttxt {
        margin: 0 !important;
        float: none !important;
        padding: 5%;
    }

    .whycosaminsection1bkgimage {
        width: 100% !important;
        min-height: 300px !important;
    }

    #whycosamin-itssimplereally,
    #whycosaminhomesectionwrapper {
        width: 100% !important;
        height: auto !important;
    }

    #whycosaminhomesectionwrapper {
        min-height: auto !important;
    }
}

@media (min-width: 1360px) {
    .homesection1innerleft {
        min-width: 115%;
    }

    .gen-section1innerleft {
        min-width: 100%;
        z-index: 1;
    }

    .sciencebehindsection4 {
        padding: 0;
    }
}

@media (min-width: 1500px) {

    .howitworkssection3,
    .why-cosamin-section3 {
        padding-left: 0;
    }
}

@media (max-width: 1500px) {
    #offers-storeid .homesection3text {
        margin-left: 5% !important;
    }

    .homesection1innerleft-right {
        float: right;
        margin-right: -50px;
        padding-right: 0 !important;
        margin-top: -80px;
        width: 100%;
        max-width: 50%;
        overflow: hidden;
    }

    .sciencebehindsection4 .gen-section3text {
        padding: 0 5%;
    }

    .hiw-contain {
        margin: 0 auto;
        padding: 0 5%;
    }
}

@media (max-width: 1230px) {
    .homesection1innerleft-left {
        width: 65%;
        float: left;
    }

    .gen-section1innerleft-left {
        width: 65%;
        float: left;
        margin-top: -25px;
    }
}

@media (min-width: 880px) {
    .m-suppbtn-container {
        display: none;
    }
}

@media (max-width: 880px) {
    #WSL-DRDavid {
        margin-top: 5%;
    }

    .slidedesc {
        font-size: 17px;
        line-height: 30px;
    }

    #offers-coupon-rebate-id iframe {
        padding-top: 0;
    }

    .bottom-widget2-left p.widgetsmalltext,
    .wtb-headertxt,
    .wtb-headertxt .blankheader {
        margin-top: 0 !important;
    }

    .wtb-headertxt {
        padding: 7% !important;
    }

    #offers-heading-id .w3-col.boxshadow {
        padding: 5% !important;
    }

    .faq-headertxt h1 {
        padding: 9% !important;
    }

    .faq-headertxt,
    .wtb-headertxt {
        height: auto !important;
    }

    #offersform2 {
        line-height: 12px;
        display: inline-block;
        position: relative;
        width: 445px;
        max-width: 445px;
        margin-bottom: 15px;
    }

    #d-ds-also {
        margin-top: 10%;
    }

    #d-asu-also,
    #d-avoca-also,
    #d-verde-also {
        margin-top: 18%;
    }

    #p-asu-maintxt,
    #p-avoca-maintxt,
    #p-ds-maintxt {
        /* margin-top: -5%; */
    }

    #p-verde-maintxt {
        padding: 0 5% !important;
        margin-top: -10% !important;
    }

    .product-text {
        color: #555358;
        font-size: 16px;
    }

    h1,
    h2 {
        font-size: 30px !important;
        line-height: 30px !important;
        font-weight: 400 !important;
    }

    h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .suppsection .product-left {
        display: none;
    }

    #p-verde-maintxt,
    .suppsection .product-right {
        width: 100% !important;
    }

    .m-box {
        height: 230px !important;
    }

    .hdline {
        line-height: 1em;
        border: 0;
    }

    .homesection3 {
        background-image: url(../images/Cosamin-microscope-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 90%;
    }

    /* .product-right img {
        width: 125px;
        margin: 0 10px;
    } */
    #asuLabelImg img,
    #avocaLabelImg img,
    #dsLabelImg img,
    #verdeLabelImg img {
        max-width: 100%;
        width: 318px;
        border-radius: 20px;
        margin-top: 20px;
    }

    .wtb-contain {
        padding: 5% 10% 0;
    }

    .howitworkssection3 .gen-section3text {
        width: 65%;
    }

    div#contact .w3-half {
        width: 100% !important;
        margin-top: 0;
    }

    #footer-widget-video div#contact .w3-half {
        width: 100% !important;
        margin-top: 5%;
    }

    #contact .widgetsmalltext {
        margin-top: 1% !important;
    }

    #contact .w3-half:nth-child(2) {
        margin-top: 5%;
    }

    .widget-bottom-title {
        padding-left: 5%;
    }

    .bottom-widget1 {
        width: 90%;
    }

    .bottom-widget2 {
        width: 90%;
        margin-top: 0 !important;
    }

    .bottom-widget1-left {
        width: 100% !important;
        margin-left: 0;
        margin-bottom: 5% !important;
    }

    div.bottom-widget2-left {
        width: 100% !important;
        margin-top: -3% !important;
        margin-left: 0 !important;
        padding-left: 0;
    }

    .bottom-widget1 img,
    .bottom-widget2 img {
        display: none;
    }

    .purplebtnclass,
    .w3-hover-red:hover,
    .w3-red {
        padding: 10px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 5px;
        font-size: 0.8em;
        /* line-height: 20px; */
    }

    .w3-hover-red:hover,
    .w3-red {
        /* color: #0f0f0f!important; */
        /* background-color: #f44336 !important; */
    }

    .purplebtnclass {
        background-color: #492f91;
        color: #fff;
    }

    .product-package-lrg {
        width: 65%;
        padding-bottom: 40%;
        min-width: 150px !important;
    }

    .proddesc {
        font-size: 16px;
        color: #89878e;
        line-height: 20px;
    }

    .cert-img {
        display: none;
    }

    .w3-col.s7.product-text.product-2ndparagraph,
    .w3-col.s7.product-text.product-2ndparagraph2 {
        width: 100%;
        padding: 0 5%;
        margin: 0;
        font-size: 16px;
        line-height: 20px;
    }

    .w3-col.s7.product-text.product-2ndparagraph2 {
        width: 100% !important;
    }

    .product-left {
        max-height: 400px;
    }

    .mcert-img {
        display: block !important;
        margin-right: 5%;
    }
}

@media (max-width: 1020px) {
    .home-proddesc {
        width: 75%;
    }

    .success-vid {
        display: none !important;
    }

    .ssheadertext {
        width: 80% !important;
    }

    #ss-jim-mobile-video {
        display: block !important;
        float: left;
        margin-right: 5%;
    }
}

@media (max-width: 1150px) {
    .w3-col.s5.product-right {
        padding: 0 5%;
        width: 55%;
    }
}

@media (max-width: 1580px) {
    .ssheadertext {
        float: left;
        width: 40%;
        padding: 0 5% 0 0;
    }
}

@media (max-width: 1360px) {
    #cosamin-all-products-container #Cosaminproductshots {
        max-width: 100% !important;
        float: left !important;
        margin: -5% 0 0 !important;
        width: 70% !important;
    }

    #cosamin-all-products-container #allprodselectorbtn {
        float: left !important;
        margin: 0 !important;
    }

    #cosamin-all-products-container #productslidedesc {
        width: 100% !important;
        float: left !important;
        line-height: 34px !important;
    }

    body #SlideOne .homesection1innerleft-right {
        margin-left: 13% !important;
    }

    .homesection1innerleft-right {
        max-width: 60%;
    }

    .gen-section1left,
    .homesection1left {
        padding: 0 !important;
        margin: 0;
        height: auto;
    }

    .sciencebehindsection1bkgimage {
        min-height: 629px;
    }

    .gen-section1innerleft,
    .homesection1innerleft {
        box-shadow: none !important;
        background-color: transparent !important;
        margin: 0;
        height: auto !important;
    }

    .homesection1innerleft {
        padding: 25% 5%;
        width: 100% !important;
    }

    .gen-section1innerleft {
        width: 100%;
    }

    .ss-twoheight {
        max-height: 629px !important;
    }

    .success-vid {
        width: 55%;
        margin-top: 5%;
    }

    .ssheadertext {
        float: left;
        width: 100%;
        padding: 0 5% 0 0;
    }
}

.bottom-widget1-right img,
.bottom-widget2 {
    margin-top: -25px;
}

video#bgvid-sci {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: url(../images/science-behind-banner.jpg) no-repeat;
    background-size: cover;
}

@media (min-width: 1330px) {
    #aVital {
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    body #SlideOne {
        min-height: 450px !important;
        /*         background-image: url(/images/m-bg-microscope2.png); */
        background-repeat: no-repeat;
        background-size: 140% !important;
    }

    body .why-cosamin-section3 .storedesc {
        width: 100%;
    }

    div.w3-col.m5.gen-section3text {
        width: 75% !important;
    }

    .ssheadertext {
        width: 100% !important;
        padding-bottom: 20% !important;
    }

    .w3-modal-content {
        margin: 0 10px;
        width: auto !important;
    }

    .w3-modal {
        padding-top: 30px;
    }

    .w3-dropdown-click.w3-mobile .w3-dropdown-content,
    .w3-dropdown-hover.w3-mobile .w3-dropdown-content {
        position: relative;
    }

    .w3-hide-small {
        display: none !important;
    }

    .w3-mobile {
        display: block;
        width: 100% !important;
    }

    .w3-bar-item.w3-mobile,
    .w3-dropdown-click.w3-mobile,
    .w3-dropdown-hover.w3-mobile {
        text-align: center;
    }

    .w3-dropdown-click.w3-mobile,
    .w3-dropdown-click.w3-mobile .w3-btn,
    .w3-dropdown-click.w3-mobile .w3-button,
    .w3-dropdown-hover.w3-mobile,
    .w3-dropdown-hover.w3-mobile .w3-btn,
    .w3-dropdown-hover.w3-mobile .w3-button {
        width: 100%;
    }
}

@media (max-width: 992px) and (min-width: 601px) {
    .w3-hide-medium {
        -display: none !important;
    }
}

@media (max-width: 992px) {
    .w3-sidebar.w3-collapse {
        display: none;
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 740px) {
    body #tab-11edit {
        line-height: 28px !important;
        padding-right: 5%;
    }

    #aVital {
        min-height: auto !important;
        padding: 10% 5% 10% 0 !important;
    }

    .w3-col.s5.product-right {
        padding: 0 5%;
        width: 100% !important;
    }

    .supplement {
        margin: 0 auto !important;
    }

    .w3-col s4 product-left {
        width: 100% !important;
        padding: 0 !important;
        margin: 6% auto 0 !important;
        float: none !important;
    }

    .whycosaminjoinour h2 {
        line-height: 55px;
        border-bottom: none;
    }

    .whycosaminjoinour form {
        max-width: 100% !important;
        width: 100% !important;
    }

    #aVital,
    .whycosaminjoinour form fieldset .form-group {
        width: 100% !important;
    }

    .whycosaminjoinour form fieldset .form-group div input {
        margin: 0 0 15px !important;
    }

    .why-cosamin-section3 {
        min-height: auto !important;
        padding: 10% 5% !important;
        width: 100% !important;
    }

    .gen-section3text {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .sciencebehind-white-knee {
        padding: 5% !important;
        background-size: cover !important;
    }

    .sciencebehindsection4 .gen-section3text {
        padding: 0 5% !important;
    }
}

@media (max-width: 989px) {

    #hiw-1,
    #hiw-2 {
        padding: 0 0 30% !important;
    }

    #hiw-3 {
        padding: 0 0 10% !important;
    }

    #hiw-title span {
        padding: 0 !important;
    }
}

@media (max-width: 460px) {
    #hiw-title {
        text-align: left !important;
    }
}

@media (min-width: 1024px) and (max-width: 1500px) {
    .homesection3text {
        margin-left: 5%;
    }

    #offers-storeid {
        margin-left: 0 !important;
        text-align: left;
        padding-left: 0 !important;
    }
}

@media (min-width: 700px) {
    .whycosaminjoinour form fieldset .form-group {
        width: 48.9999%;
        display: inline-block;
    }
}

@media (max-width: 1273px) {
    .bottom-widget2 img {
        margin-top: 5%;
    }
}

#rotatorControls {
    z-index: 1;
    position: absolute;
    margin-left: 7%;
    max-width: 54%;
    width: 100%;
    padding: 0;
    margin-top: 280px;
}

@media (min-width: 1775px) {
    #rotatorControls {
        z-index: 1;
        position: absolute;
        margin-left: 155px;
        max-width: 900px;
        width: 900px;
        padding: 0;
        margin-top: 280px;
    }

    .homesection1innerleft-left {
        width: 51%;
        z-index: 9;
        position: absolute;
    }

    #homeslidescid {
        max-width: 365px;
    }
}

@media (max-width: 1775px) {
    .homesection1innerleft-left {
        width: 51%;
        z-index: 9;
        position: relative;
    }

    #homeslidescid {
        max-width: 400px;
    }

    #cosamin-all-products-container #Cosaminproductshots {
        max-width: 100%;
        float: right;
        margin-right: 0;
        width: inherit;
    }

    #cosamin-all-products-container #allprodselectorbtn {
        float: left;
    }

    #cosamin-all-products-container #productslidedesc {
        width: 49%;
        float: left;
        line-height: 34px;
    }
}

@media (max-width: 1600px) {
    #SlideTwo #homeslidescid {
        width: 360px !important;
    }

    #SlideTwo .homesection1innerleft-right {
        float: right !important;
    }
}

@media (max-width: 1565px) {
    .homesection1innerleft {
        padding: 70px;
    }
}

@media (max-width: 1509px) {
    #homeslidescid {
        max-width: 350px;
    }
}

@media (max-width: 1500px) {
    #SlideOne .homesection1innerleft-right {
        margin-right: -14px;
    }
}

@media (max-width: 1460px) {
    #SlideOne .homesection1innerleft-right {
        margin-right: 4px;
    }

    #homeslidescid {
        max-width: 340px;
    }
}

@media (max-width: 1439px) {
    #SlideOne .homesection1innerleft-left {
        width: 60%;
    }
}

@media (max-width: 1400px) {
    #SlideOne .homesection1innerleft-right {
        margin-left: 45% !important;
        float: left !important;
        overflow: inherit;
    }

    #homeslidescid {
        max-width: 312px;
    }
}

@media (max-width: 1360px) {
    #rotatorControls {
        z-index: 1;
        position: absolute;
        margin-left: 10px;
        max-width: 48%;
        width: 48%;
        padding: 0;
        margin-top: 280px;
    }

    #SlideTwo {
        padding: 10% !important;
    }

    #SlideTwo .homesection1innerleft-left {
        margin-top: 0 !important;
    }

    #SlideTwo #homeslidescid {
        width: 100% !important;
        max-width: 90% !important;
        margin-left: 0;
    }

    #SlideTwo .homesection1innerleft-right {
        margin-top: 5%;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: -50% !important;
    }
}

@media (max-width: 1360px) and (min-width: 1281px) {
    #SlideOne .homesection1innerleft-right img {
        overflow: inherit;
        display: block;
        float: inherit;
        margin: 150px auto 0;
    }

    #SlideTwoBtnContainer {
        text-align: center;
        margin-top: 240px;
        margin-left: -40px;
    }

    #SlideOne #homeslidescid {
        max-width: 100%;
    }

    #SlideOne .homesection1innerleft-left {
        width: 74%;
    }
}

@media (max-width: 1280px) {
    #homeslidescid {
        max-width: 400px;
    }

    #rotatorControls {
        z-index: 1;
        position: absolute;
        margin-left: 10px;
        max-width: 98%;
        width: 98%;
        padding: 0;
        margin-top: 200px;
    }

    #SlideTwo .homesection1innerleft-right {
        float: left !important;
        margin-top: -12% !important;
        max-width: 40% !important;
        width: 40% !important;
        margin-left: 72%;
        overflow: visible !important;
    }

    #SlideTwoBtnContainer {
        margin-top: 0 !important;
    }

    #CosaminRotator {
        min-height: 450px !important;
    }

    #SlideTwo .homesection1innerleft-right img {
        float: right;
        margin-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 1040px) {
    #SlideTwo .homesection1innerleft-right img {
        float: right;
    }
}

@media (max-width: 939px) {
    #SlideOne .homesection1innerleft-right {
        margin-right: 0;
    }
}

@media (max-width: 911px) {
    #SlideOne .homesection1innerleft-right {
        margin-right: 0;
    }
}

@media (max-width: 884px) {
    #SlideOne .homesection1innerleft-right {
        margin-right: -40px;
    }
}

@media (max-width: 871px) {
    #SlideOne .homesection1innerleft-right {
        margin-right: -50px;
    }
}

@media (max-width: 860px) {
    #SlideOne .homesection1innerleft-left {
        width: 100% !important;
    }

    #homeslidescid {
        max-width: 100%;
        margin: 0 auto auto;
    }

    body #SlideTwoBtnContainer {
        margin-top: 5% !important;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-left: auto !important;
    }

    body #SlideOne .homesection1innerleft-right {
        width: 100% !important;
        display: inline-block !important;
        max-width: 100% !important;
        float: none !important;
        text-align: center;
        margin: 0 auto auto !important;
    }

    /*
        margin-top: 80px !important;
     */
    #Cosaminproductshots-mobile {
        display: inline-block !important;
        max-width: 75%;
    }

    #Cosaminproductshots {
        width: auto !important;
        display: none !important;
    }
}

@media (min-width: 415px) and (max-width: 600px) {

    /*
        margin-top: 120px !important;
	 */
    #Cosaminproductshots-mobile {
        display: inline-block !important;
        max-width: 75%;
    }
}

@media (min-width: 741px) and (max-width: 768px) {
    #SlideThree .homesection1innerleft-right img {
        margin-right: 100px !important;
    }

    #SlideTwo .homesection1innerleft-left {
        padding-left: 0 !important;
    }

    #SlideTwo #homeslidescid {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0;
    }
}

@media (max-width: 740px) {
    .homesection1innerleft-left {
        width: 75% !important;
        padding-left: 5%;
    }

    #SlideTwo #Cosaminproductshots-mobile {
        margin-top: 60% !important;
        max-width: 100% !important;
    }

    #SlideTwo #homeslidescid {
        width: 300px;
    }

    #SlideOne .homesection1innerleft-right {
        margin-top: 175px;
    }

    #SlideOne #homeslidescid,
    #SlideTwo .homesection1innerleft-right img,
    .homesection1bkgimage {
        display: none !important;
    }
}

@media (max-width: 415px) {
    #SlideOne .slidedesc {
        display: none !important;
    }
}

@media (max-width: 321px) {
    #rotatorControls {
        margin-top: 157px;
    }

    #SlideOne img#Cosaminproductshots-mobile {
        width: 100%;
    }
}

@media (max-width: 740px) and (orientation: landscape) {
    #SlideOne .homesection1innerleft-left h1 {
        width: 60% !important;
        margin: -70px -25px 0 !important;
        padding: 0 !important;
    }

    #SlideTwoBtnContainer {
        margin: 220px auto !important;
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    #CosaminRotator {
        min-height: 370px !important;
        max-height: 370px !important;
    }

    .homesection1innerleft-right {
        float: none !important;
        margin: 0 auto !important;
    }

    #SlideTwo .homesection1innerleft-left {
        width: 90% !important;
    }

    #rotatorControls {
        margin-top: 130px !important;
    }

    .mobileClear {
        display: block;
    }

    #SlideOne .slidedesc {
        display: none !important;
    }
}

@media (max-width: 568px) and (orientation: landscape) {

    body #prod-btn-contain-asu .purplebtnclass,
    body #prod-btn-contain-asu .w3-red,
    body #prod-btn-contain-avoca .purplebtnclass,
    body #prod-btn-contain-avoca .w3-red,
    body #prod-btn-contain-ds .purplebtnclass,
    body #prod-btn-contain-ds .w3-red,
    body #prod-btn-contain-verde .purplebtnclass,
    body #prod-btn-contain-verde .w3-red {
        font-size: 0.7em !important;
    }

    #SlideOne .homesection1innerleft-left h1 {
        width: 100% !important;
    }

    #SlideOne .homesection1innerleft-left {
        width: 60% !important;
    }

    .mobileClear {
        display: block;
    }

    #hs3 {
        min-height: inherit !important;
    }
}

@media (max-width: 414px) and (orientation: portrait) {
    .homesection1innerleft-left {
        margin-top: -70px;
        width: 75% !important;
        padding-left: 5%;
    }

    #SlideOne .homesection1innerleft-left h1,
    #SlideTwo h1 {
        margin-top: -5%;
        font-size: 8vw !important;
        font-weight: 400 !important;
    }

    .homesection1innerleft {
        padding: 0 !important;
    }

    #SlideTwo .homesection1innerleft-left {
        width: 90% !important;
    }

    #SlideTwo #homeslidescid {
        width: 100% !important;
        max-width: 85% !important;
        margin-left: 0;
    }

    body #SlideTwoBtnContainer {
        margin-top: 340px !important;
        text-align: center !important;
    }

    /*
        margin: 170px auto !important;
	margin-top: -60px;
     */
    #SlideOne img#Cosaminproductshots-mobile {
        float: none !important;
        max-width: 70%;
    }

    .homesection1innerleft-right {
        max-width: 100% !important;
    }

    #SlideOne .homesection1innerleft-left {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #SlideOne .homesection1innerleft-left h1 {
        width: 60%;
        float: left;
        margin-left: 15%;
        margin-top: 10%;
        line-height: 1.2 !important;
        letter-spacing: -2px;
    }

    #SlideOne .homesection1innerleft-right {
        padding: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    #CosaminRotator {
        min-height: 405px !important;
        max-height: 405px !important;
    }

    #rotatorControls {
        margin-top: 145px;
    }
}

.w3-sidebar {
    z-index: 2 !important;
}

@media (max-width: 1500px) {
    #SlideTwo .homesection1innerleft-right {
        margin-right: -15%;
    }
}

@media (max-width: 1359px) and (min-width: 1281px) {
    #SlideTwo .homesection1innerleft-right {
        width: 50% !important;
        max-width: 100% !important;
        float: right !important;
        margin-top: 5%;
        margin-right: -70px;
    }

    body .homesection1innerleft-right {
        max-width: 60%;
        margin-right: 8% !important;
    }

    body #SlideTwo .homesection1innerleft-left {
        width: 49%;
        margin-top: 10% !important;
    }
}

@media (max-width: 1165px) {
    .logo {
        width: 20% !important;
    }

    #logoId {
        margin-left: 5% !important;
    }
}

@media (max-width: 973px) and (min-width: 459px) {

    #hiw-1,
    #hiw-2,
    #hiw-3 {
        padding: 0 0 10% !important;
        margin: 0 10%;
        width: 30%;
    }

    #hiw-3 {
        float: left;
        margin-right: 50% !important;
    }
}

@media (max-width: 946px) and (min-width: 797px) {

    .w3-col.s4.asu-success3,
    .w3-col.s4.ds-success3 {
        padding: 0 !important;
    }
}

@media (max-width: 503px) {
    #avoca-portraitflip {
        min-height: 1090px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #SlideOne .homesection1innerleft-right {
        margin-top: -100px;
    }
}

@media (min-width: 414px) and (max-width: 740px) and (orientation: landscape) {
    body #SlideTwoBtnContainer {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 220px auto 220px 5% !important;
    }

    #SlideOne .homesection1innerleft-left h1 {
        width: 65% !important;
        margin: 0 0 0 25px !important;
        padding: 0 !important;
    }

    body #SlideOne .homesection1innerleft-right {
        margin: 143px auto 0 !important;
    }

    .homefindthecosamin {
        margin: 2% auto;
    }

    #findthecosaminhome {
        margin-top: 5%;
    }
}

@media (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
    #SlideTwoBtnContainer {
        margin: 220px auto !important;
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    #SlideOne .homesection1innerleft-left h1 {
        width: 60% !important;
        margin: 0 0 0 15px !important;
        padding: 0 !important;
    }

    #SlideOne .homesection1innerleft-right {
        margin: 0 auto !important;
    }

    .homefindthecosamin {
        margin: 2% auto;
    }

    #findthecosaminhome {
        margin-top: 6%;
    }
}

@media (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
    #findthecosaminhome {
        margin-top: 6%;
    }
}

@media (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
    body #SlideTwoBtnContainer {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-left: 22% !important;
    }

    #SlideOne .homesection1innerleft-right {
        margin-right: 10px !important;
    }

    #SlideOne .homesection1innerleft-left h1 {
        width: 100% !important;
    }

    .homefindthecosamin {
        width: 90%;
        margin: 3% auto;
    }
}

@media (min-width: 320px) and (max-width: 568px) and (orientation: portrait) {
    .home-prodname {
        font-size: 16px !important;
        margin-bottom: 10px;
    }

    .homefindthecosamin {
        padding: 0 8%;
        width: 100% !important;
    }

    #rotatorControls {
        margin-left: 0;
    }

    #ds-portraitflip {
        height: 1450px !important;
    }

    .w3-center.hdline span {
        line-height: 40px !important;
    }
}

@media (max-width: 835px) {
    .ssheadertext {
        float: left;
        width: 100%;
        padding: 0 5% 5% 0;
    }

    #SlideOne {
        min-height: 595px !important;
    }
}

#CosaminRotator {
    background-size: cover !important;
}

#SlideOne {
    background-size: contain !important;
    background-position: 70% -10px;
}

@media print and (min-width: 480px) and (max-width: 767px) {
    #SlideOne .homesection1innerleft-right {
        margin-right: 10px !important;
        margin-top: 226px;
    }

    #SlideTwoBtnContainer {
        margin-left: 60px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    #SlideOne .homesection1innerleft-right {
        margin-top: 226px;
    }
}

@media (min-width: 426px) and (max-width: 740px) {
    body #SlideOne .homesection1innerleft-right {
        margin: 0 auto !important;
        display: block !important;
        max-width: 100% !important;
    }
}

@media (min-width: 740px) and (max-width: 767px) {
    body #SlideTwoBtnContainer {
        text-align: center;
        max-width: 100%;
    }
}

@media (min-width: 501px) and (max-width: 600px) {

    /*
        margin-top: 90px !important;
	 */
    #Cosaminproductshots-mobile {
        display: inline-block !important;
        max-width: 55%;
    }

    #SlideTwoBtnContainer {
        padding-top: 0;
        margin-left: 22% !important;
    }
}

@media screen and (max-width: 740px) {

    #SlideOne,
    #xCosaminRotator {
        /*         background-image: url(/images/m-bg-microscope2.png); */
        background-repeat: no-repeat;
    }

    #SlideOne {
        min-height: 450px !important;
        background-size: 110% !important;
    }

    #xCosaminRotator {
        min-height: 470px !important;
        background-size: contain;
    }
}

@media screen and (max-width: 415px) {

    #xCosaminRotator,
    body #SlideOne {
        /*         background-image: url(/images/m-bg-microscope1.png); */
        background-repeat: no-repeat;
    }

    body #SlideOne {
        min-height: 440px !important;
        background-size: contain !important;
    }

    #xCosaminRotator {
        min-height: 470px !important;
        background-size: contain;
    }
}

@media screen and (orientation: landscape) {
    #SlideOne .homesection1innerleft-left h1 {
        padding: 0 !important;
    }
}

@media screen and (max-width: 740px) and (orientation: landscape) {
    #SlideOne {
        min-height: 450px !important;
        /*         background-image: url(/images/m-bg-microscope2.png); */
        background-repeat: no-repeat;
        background-size: 120% !important;
    }
}

@media (min-width: 741px) and (max-width: 768px) {
    #Cosaminproductshots-mobile {
        margin-top: 200px !important;
    }
}

@media (min-width: 769px) and (max-width: 860px) {
    #Cosaminproductshots-mobile {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 1515px) {
    #cosamin-all-products-container #Cosaminproductshots {
        max-width: 100%;
        float: right;
        margin-right: -5%;
        width: 50%;
    }

    #cosamin-all-products-container #allprodselectorbtn {
        float: left;
    }

    #cosamin-all-products-container #productslidedesc {
        width: 42%;
        float: left;
        line-height: 34px;
    }

    #cosamin-readers-digest-landingpage #reader-digest-slideleft #productslidedesc {
        width: 100%;
    }
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/Source-Sans-Pro-200/Source-Sans-Pro-200.eot);
    src: url(../fonts/Source-Sans-Pro-200/Source-Sans-Pro-200.eot?#iefix) format("embedded-opentype"), local("Source Sans Pro ExtraLight"), local("Source-Sans-Pro-200"),
        url(../fonts/Source-Sans-Pro-200/Source-Sans-Pro-200.woff2) format("woff2"), url(../fonts/Source-Sans-Pro-200/Source-Sans-Pro-200.woff) format("woff"), url(../fonts/Source-Sans-Pro-200/Source-Sans-Pro-200.ttf) format("truetype"),
        url(../fonts/Source-Sans-Pro-200/Source-Sans-Pro-200.svg#SourceSansPro) format("svg");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.eot);
    src: url(../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.eot?#iefix) format("embedded-opentype"), local("Source Sans Pro Light"), local("Source-Sans-Pro-300"), url(../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.woff2) format("woff2"),
        url(../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.woff) format("woff"), url(../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.ttf) format("truetype"),
        url(../fonts/Source-Sans-Pro-300/Source-Sans-Pro-300.svg#SourceSansPro) format("svg");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.eot);
    src: url(../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.eot?#iefix) format("embedded-opentype"), local("Source Sans Pro"), local("Source-Sans-Pro-regular"),
        url(../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.woff2) format("woff2"), url(../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.woff) format("woff"),
        url(../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.ttf) format("truetype"), url(../fonts/Source-Sans-Pro-regular/Source-Sans-Pro-regular.svg#SourceSansPro) format("svg");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot);
    src: url(../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.eot?#iefix) format("embedded-opentype"), local("Source Sans Pro Semibold"), local("Source-Sans-Pro-600"),
        url(../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff2) format("woff2"), url(../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.woff) format("woff"), url(../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.ttf) format("truetype"),
        url(../fonts/Source-Sans-Pro-600/Source-Sans-Pro-600.svg#SourceSansPro) format("svg");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.eot);
    src: url(../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.eot?#iefix) format("embedded-opentype"), local("Source Sans Pro Bold"), local("Source-Sans-Pro-700"), url(../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.woff2) format("woff2"),
        url(../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.woff) format("woff"), url(../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.ttf) format("truetype"),
        url(../fonts/Source-Sans-Pro-700/Source-Sans-Pro-700.svg#SourceSansPro) format("svg");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/Source-Sans-Pro-900/Source-Sans-Pro-900.eot);
    src: url(../fonts/Source-Sans-Pro-900/Source-Sans-Pro-900.eot?#iefix) format("embedded-opentype"), local("Source Sans Pro Black"), local("Source-Sans-Pro-900"), url(../fonts/Source-Sans-Pro-900/Source-Sans-Pro-900.woff2) format("woff2"),
        url(../fonts/Source-Sans-Pro-900/Source-Sans-Pro-900.woff) format("woff"), url(../fonts/Source-Sans-Pro-900/Source-Sans-Pro-900.ttf) format("truetype"),
        url(../fonts/Source-Sans-Pro-900/Source-Sans-Pro-900.svg#SourceSansPro) format("svg");
}

@-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);
    }
}

@-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);
    }
}

@-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);
    }
}

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(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);
    }
}

@-webkit-keyframes hvr-bob {

    0%,
    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes hvr-bob {

    0%,
    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@-webkit-keyframes hvr-bob-float {
    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-hang {

    0%,
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
}

@keyframes hvr-hang {

    0%,
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
}

@-webkit-keyframes hvr-hang-sink {
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang-sink {
    to {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@-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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@-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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@-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);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    to {
        -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);
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@-webkit-keyframes hvr-buzz-out {

    10%,
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20%,
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50%,
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60%,
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {

    10%,
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20%,
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50%,
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60%,
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@-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);
    }
}

@-webkit-keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@-webkit-keyframes hvr-ripple-in {
    to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes hvr-ripple-in {
    to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@-webkit-keyframes hvr-icon-down {

    0%,
    50%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-down {

    0%,
    50%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes hvr-icon-up {

    0%,
    50%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-up {

    0%,
    50%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,
    75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51%,
    to {
        opacity: 1;
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    51%,
    to {
        opacity: 1;
    }
}

@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}

@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}

@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes hvr-icon-bob {

    0%,
    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@keyframes hvr-icon-bob {

    0%,
    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob-float {
    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-webkit-keyframes hvr-icon-hang {

    0%,
    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}

@keyframes hvr-icon-hang {

    0%,
    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-hang-sink {
    to {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    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);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    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);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    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);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    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);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    to {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@-webkit-keyframes hvr-icon-buzz-out {

    10%,
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20%,
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50%,
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60%,
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-icon-buzz-out {

    10%,
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20%,
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50%,
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60%,
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    to {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-grow,
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.hvr-pop,
.hvr-pulse,
.hvr-pulse-grow,
.hvr-pulse-shrink,
.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover,
.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover,
.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
    -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;
}

.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover,
.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
}

.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover,
.hvr-push:active,
.hvr-push:focus,
.hvr-push:hover {
    -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;
}

.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
}

.hvr-bounce-in,
.hvr-bounce-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-in:active,
.hvr-bounce-in:focus,
.hvr-bounce-in:hover,
.hvr-bounce-out:active,
.hvr-bounce-out:focus,
.hvr-bounce-out:hover {
    -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:active,
.hvr-bounce-out:focus,
.hvr-bounce-out:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.hvr-grow-rotate,
.hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-rotate:active,
.hvr-rotate:focus,
.hvr-rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.hvr-grow-rotate:active,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.hvr-float,
.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -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:active,
.hvr-float:focus,
.hvr-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-sink:active,
.hvr-sink:focus,
.hvr-sink:hover {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

.hvr-bob,
.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-bob:active,
.hvr-bob:focus,
.hvr-bob:hover,
.hvr-hang:active,
.hvr-hang:focus,
.hvr-hang:hover {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.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-hang:active,
.hvr-hang:focus,
.hvr-hang:hover {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
}

.hvr-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-skew-forward:active,
.hvr-skew-forward:focus,
.hvr-skew-forward:hover,
.hvr-skew:active,
.hvr-skew:focus,
.hvr-skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

.hvr-skew-backward,
.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -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:active,
.hvr-skew-backward:focus,
.hvr-skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}

.hvr-wobble-horizontal,
.hvr-wobble-to-bottom-right,
.hvr-wobble-to-top-right,
.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
    -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;
}

.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover,
.hvr-wobble-to-bottom-right:active,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-top-right:active,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:hover {
    -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;
}

.hvr-wobble-to-bottom-right:active,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-top-right:active,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:hover {
    -webkit-animation-name: hvr-wobble-to-bottom-right;
    animation-name: hvr-wobble-to-bottom-right;
}

.hvr-wobble-to-top-right:active,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:hover {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
}

.hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
    -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;
}

.hvr-wobble-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.hvr-wobble-bottom:active,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:hover {
    -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;
}

.hvr-buzz,
.hvr-buzz-out,
.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-wobble-skew:active,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:hover {
    -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;
}

.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover,
.hvr-buzz:active,
.hvr-buzz:focus,
.hvr-buzz:hover {
    -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;
}

.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.hvr-backward,
.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-forward:active,
.hvr-forward:focus,
.hvr-forward:hover {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.hvr-backward:active,
.hvr-backward:focus,
.hvr-backward:hover {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
    background-color: #2098d1;
    color: #fff;
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    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:active,
.hvr-back-pulse:focus,
.hvr-back-pulse:hover {
    -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;
    color: #fff;
}

.hvr-sweep-to-bottom,
.hvr-sweep-to-left,
.hvr-sweep-to-right,
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    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-bounce-to-bottom:active,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-left:active,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:hover,
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover,
.hvr-bounce-to-top:active,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:hover,
.hvr-radial-in:active,
.hvr-radial-in:focus,
.hvr-radial-in:hover,
.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover,
.hvr-rectangle-in:active,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:hover,
.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover,
.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-vertical:active,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:hover,
.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-vertical:active,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:hover,
.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-left:active,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:hover,
.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover,
.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
    color: #fff;
}

.hvr-sweep-to-left:active:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-sweep-to-bottom:before,
.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -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:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.hvr-sweep-to-bottom:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.hvr-sweep-to-bottom:active:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-bounce-to-right:before,
.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-bounce-to-bottom,
.hvr-bounce-to-left,
.hvr-bounce-to-right,
.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-left:active:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover: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:before,
.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -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:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.hvr-bounce-to-bottom:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.hvr-bounce-to-bottom:active:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover: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: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-radial-out,
.hvr-radial-out:before {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
}

.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-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.hvr-radial-in,
.hvr-radial-in:before {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
}

.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-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-in:active:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:hover:before,
.hvr-rectangle-in:active:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
}

.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-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-in,
.hvr-rectangle-in:before,
.hvr-rectangle-out,
.hvr-rectangle-out:before {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
}

.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-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    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:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    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:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    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:active:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    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:active:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -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:active,
.hvr-border-fade:focus,
.hvr-border-fade:hover {
    box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent;
}

.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -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:active,
.hvr-hollow:focus,
.hvr-hollow:hover {
    background: 0 0;
}

.hvr-outline-in,
.hvr-outline-out,
.hvr-ripple-in,
.hvr-ripple-out,
.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.hvr-trim:before {
    content: "";
    position: absolute;
    border: #fff 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:active:before,
.hvr-trim:focus:before,
.hvr-trim:hover:before {
    opacity: 1;
}

.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:active:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

.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:active:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:hover:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in;
}

.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:active:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.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:active:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
}

.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
}

.hvr-round-corners:active,
.hvr-round-corners:focus,
.hvr-round-corners:hover {
    border-radius: 1em;
}

.hvr-overline-from-center,
.hvr-overline-from-left,
.hvr-overline-from-right,
.hvr-overline-reveal,
.hvr-reveal,
.hvr-underline-from-center,
.hvr-underline-from-left,
.hvr-underline-from-right,
.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    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:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
    right: 0;
}

.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:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
    left: 0;
    right: 0;
}

.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:active:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:hover:before {
    left: 0;
}

.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:active:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:hover:before {
    right: 0;
}

.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:active:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:hover:before {
    left: 0;
    right: 0;
}

.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:active:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:hover:before {
    left: 0;
}

.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:active:before,
.hvr-reveal:focus:before,
.hvr-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
}

.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-overline-reveal:active:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:hover:before,
.hvr-underline-reveal:active:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hvr-glow,
.hvr-overline-reveal:before,
.hvr-shadow {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.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-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-glow,
.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.hvr-shadow:active,
.hvr-shadow:focus,
.hvr-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
    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: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.hvr-box-shadow-inset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -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:active,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:hover {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent;
}

.hvr-float-shadow,
.hvr-float-shadow:before {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -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-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-bubble-bottom,
.hvr-bubble-left,
.hvr-bubble-right,
.hvr-bubble-top,
.hvr-shadow-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.hvr-shadow-radial:after,
.hvr-shadow-radial:before {
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    box-sizing: border-box;
    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:active:after,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:hover:before {
    opacity: 1;
}

.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;
    border-color: transparent transparent #e1e1e1;
}

.hvr-bubble-top:active:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.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:active:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.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;
    border-color: #e1e1e1 transparent transparent;
}

.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:hover:before,
.hvr-bubble-float-top:active,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.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-float-right:active,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:hover,
.hvr-bubble-left:active:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.hvr-bubble-float-bottom,
.hvr-bubble-float-left,
.hvr-bubble-float-right,
.hvr-bubble-float-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    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;
    border-color: transparent transparent #e1e1e1;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-bottom:active,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-top:active:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:hover:before {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.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-left:active,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:hover,
.hvr-bubble-float-right:active:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.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;
    border-color: #e1e1e1 transparent transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-bubble-float-bottom:active:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:hover:before {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.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:active:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.hvr-icon-back,
.hvr-icon-back:before {
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-left: 2.2em;
}

.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-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-back:active:before,
.hvr-icon-back:focus:before,
.hvr-icon-back:hover:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.hvr-icon-forward,
.hvr-icon-forward:before {
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
}

.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-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-forward:active:before,
.hvr-icon-forward:focus:before,
.hvr-icon-forward:hover:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.hvr-icon-down,
.hvr-icon-drop,
.hvr-icon-fade,
.hvr-icon-float-away,
.hvr-icon-sink-away,
.hvr-icon-spin,
.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    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:active:before,
.hvr-icon-down:focus:before,
.hvr-icon-down:hover: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;
}

.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:active:before,
.hvr-icon-up:focus:before,
.hvr-icon-up:hover: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: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:active:before,
.hvr-icon-spin:focus:before,
.hvr-icon-spin:hover:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.hvr-icon-drop:before {
    content: "\f041";
    position: absolute;
    right: 1em;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-drop:active:before,
.hvr-icon-drop:focus:before,
.hvr-icon-drop:hover:before {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-icon-fade:before {
    content: "\f00c";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
}

.hvr-icon-fade:active:before,
.hvr-icon-fade:focus:before,
.hvr-icon-fade:hover:before {
    color: #0f9e5e;
}

.hvr-icon-float-away:after,
.hvr-icon-float-away:before {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
}

.hvr-icon-float-away:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hvr-icon-float-away:active:after,
.hvr-icon-float-away:focus:after,
.hvr-icon-float-away:hover:after {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.hvr-icon-sink-away:after,
.hvr-icon-sink-away:before {
    content: "\f056";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-sink-away:after {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hvr-icon-sink-away:active:after,
.hvr-icon-sink-away:focus:after,
.hvr-icon-sink-away:hover:after {
    -webkit-animation-name: hvr-icon-sink-away;
    animation-name: hvr-icon-sink-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.hvr-icon-grow,
.hvr-icon-grow:before,
.hvr-icon-shrink {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-grow,
.hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-grow:before {
    content: "\f118";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-grow:active:before,
.hvr-icon-grow:focus:before,
.hvr-icon-grow:hover:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.hvr-icon-shrink:before {
    content: "\f119";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -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-icon-shrink:active:before,
.hvr-icon-shrink:focus:before,
.hvr-icon-shrink:hover:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.hvr-icon-pulse,
.hvr-icon-pulse-grow,
.hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-pulse-grow:before,
.hvr-icon-pulse-shrink:before,
.hvr-icon-pulse:before {
    content: "\f015";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse:active:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:hover:before {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-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;
}

.hvr-icon-pulse-grow:active:before,
.hvr-icon-pulse-grow:focus:before,
.hvr-icon-pulse-grow:hover:before,
.hvr-icon-pulse-shrink:active:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:hover:before {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-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;
}

.hvr-icon-pulse-shrink:active:before,
.hvr-icon-pulse-shrink:focus:before,
.hvr-icon-pulse-shrink:hover:before {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
}

.hvr-icon-bob,
.hvr-icon-bounce,
.hvr-icon-buzz,
.hvr-icon-buzz-out,
.hvr-icon-float,
.hvr-icon-grow-rotate,
.hvr-icon-hang,
.hvr-icon-pop,
.hvr-icon-push,
.hvr-icon-rotate,
.hvr-icon-sink,
.hvr-icon-wobble-horizontal,
.hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-push:before {
    content: "\f006";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -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-icon-push:active:before,
.hvr-icon-push:focus:before,
.hvr-icon-push:hover:before {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-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;
}

.hvr-icon-pop:before {
    content: "\f005";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -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-icon-pop:active:before,
.hvr-icon-pop:focus:before,
.hvr-icon-pop:hover:before {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-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-icon-bounce:before {
    content: "\f087";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -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-icon-bounce:active:before,
.hvr-icon-bounce:focus:before,
.hvr-icon-bounce:hover:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -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-icon-rotate:before {
    content: "\f0c6";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -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-icon-rotate:active:before,
.hvr-icon-rotate:focus:before,
.hvr-icon-rotate:hover:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.hvr-icon-grow-rotate:before {
    content: "\f095";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -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-icon-grow-rotate:active:before,
.hvr-icon-grow-rotate:focus:before,
.hvr-icon-grow-rotate:hover:before {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg);
}

.hvr-icon-float:before {
    content: "\f01b";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -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-icon-float:active:before,
.hvr-icon-float:focus:before,
.hvr-icon-float:hover:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.hvr-icon-sink:before {
    content: "\f01a";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -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-icon-sink:active:before,
.hvr-icon-sink:focus:before,
.hvr-icon-sink:hover:before {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.hvr-icon-bob:before {
    content: "\f077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-bob:active:before,
.hvr-icon-bob:focus:before,
.hvr-icon-bob:hover:before {
    -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.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-icon-hang:before {
    content: "\f078";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-hang:active:before,
.hvr-icon-hang:focus:before,
.hvr-icon-hang:hover:before {
    -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    animation-name: hvr-icon-hang-sink, hvr-icon-hang;
    -webkit-animation-duration: 0.3s, 1.5s;
    animation-duration: 0.3s, 1.5s;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.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-icon-wobble-horizontal:before {
    content: "\f061";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:active:before,
.hvr-icon-wobble-horizontal:focus:before,
.hvr-icon-wobble-horizontal:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-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;
}

.hvr-icon-wobble-vertical:before {
    content: "\f062";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-vertical:active:before,
.hvr-icon-wobble-vertical:focus:before,
.hvr-icon-wobble-vertical:hover:before {
    -webkit-animation-name: hvr-icon-wobble-vertical;
    animation-name: hvr-icon-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;
}

.hvr-icon-buzz:before {
    content: "\f017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-buzz:active:before,
.hvr-icon-buzz:focus:before,
.hvr-icon-buzz:hover:before {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-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;
}

.hvr-icon-buzz-out:before {
    content: "\f023";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-buzz-out:active:before,
.hvr-icon-buzz-out:focus:before,
.hvr-icon-buzz-out:hover:before {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-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-curl-bottom-left,
.hvr-curl-bottom-right,
.hvr-curl-top-left,
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

.hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.hvr-curl-bottom-left:active:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:hover:before,
.hvr-curl-bottom-right:active:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:hover:before,
.hvr-curl-top-left:active:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:hover:before,
.hvr-curl-top-right:active:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:hover:before {
    width: 25px;
    height: 25px;
}

.hvr-curl-bottom-left:before,
.hvr-curl-bottom-right:before,
.hvr-curl-top-right:before {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    background: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}

.hvr-curl-top-right:before {
    top: 0;
    right: 0;
    background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
}

.hvr-curl-bottom-left:before,
.hvr-curl-bottom-right:before {
    bottom: 0;
}

.hvr-curl-bottom-right:before {
    right: 0;
    background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
}

.hvr-curl-bottom-left:before {
    left: 0;
    background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right,
.pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}

.fa-krw:before,
.fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

#colorbox {
    position: absolute;
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    position: absolute;
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    background: #fff;
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #636363;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active,
#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 32px;
    overflow: visible;
    background: #000;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    background: #000;
    padding: 1px;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
    background: #000;
}

#cboxCurrent,
#cboxTitle {
    position: absolute;
    top: -22px;
}

#cboxTitle {
    left: 0;
    color: #000;
}

#cboxCurrent {
    right: 205px;
    text-indent: -9999px;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    background: url(images/controls.png) no-repeat 0 0;
}

#cboxPrevious {
    background-position: 0 0;
    right: 44px;
}

#cboxPrevious:hover {
    background-position: 0 -25px;
}

#cboxNext {
    background-position: -25px 0;
    right: 22px;
}

#cboxNext:hover {
    background-position: -25px -25px;
}

#cboxClose {
    background-position: -50px 0;
    right: 0;
}

#cboxClose:hover {
    background-position: -50px -25px;
}

.cboxSlideshow_off #cboxPrevious,
.cboxSlideshow_on #cboxPrevious {
    right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px;
}

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
}

body:after {
    content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
    display: none;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both;
    display: table;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}

.lightbox a img {
    border: 0;
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}

.lb-loader,
.lb-nav {
    position: absolute;
    left: 0;
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
}

.lb-data .lb-close:hover,
.lb-nav a.lb-next:hover,
.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: 0 !important;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity,
.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: 0 !important;
}

.lity-container,
.lity-wrap:before {
    vertical-align: middle;
    display: inline-block;
}

.lity-wrap:before {
    content: "";
    height: 100%;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: 0 !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

.WSLbackground {
    background-image: url(../images/faded-knee-background.jpg);
    background-repeat: no-repeat;
    background-position-x: 110%;
}

.WSLand-Header {
    width: 50%;
    margin: 0 0 3%;
    text-align: left;
    font-size: 30px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
}

.WSLslidedesc {
    font-size: 20px;
    color: #89878e;
    font-weight: 400;
    line-height: 34px;
}

#WSLSampack,
#WSLWalmartpack {
    margin-right: 10%;
    margin-top: -8%;
}

#WSLSampack-mobile,
#WSLWalmartpack-mobile {
    display: none;
}

@media screen and (max-width: 1460px) {
    #WSLhomeslidescid {
        max-width: 340px;
    }
}

@media screen and (max-width: 1509px) {
    #WSLhomeslidescid {
        max-width: 350px;
    }
}

@media screen and (max-width: 1775px) {
    #WSLhomeslidescid {
        max-width: 400px;
    }
}

@media screen and (max-width: 1400px) {
    .WSLand-Header {
        width: 60%;
        text-align: left;
        margin: 0;
    }

    #WSLhomeslidescid {
        max-width: 100%;
        float: left;
        padding-top: 3%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    #WSLandingBackgroundid {
        background-position-y: -180px;
    }
}

@media screen and (max-width: 1360px) {
    .WSLand-Header {
        padding-bottom: 10%;
    }

    #WSLSamslogo,
    #WSLWalmartlogo {
        margin-right: 0;
    }

    #WSLhomeslidescid {
        max-width: 65%;
        float: left;
        padding-top: 3%;
        text-align: left;
    }

    #WSLSamslogo img,
    #WSLWalmartlogo img {
        width: 80%;
        float: left;
    }

    .WSLButton {
        float: left;
        width: 100%;
        text-align: left;
    }

    #WSLSampack,
    #WSLWalmartpack {
        margin-right: 10%;
        margin-top: -3%;
    }
}

@media (max-width: 1280px) {
    .WSLand-Header {
        padding-bottom: 0;
    }

    #WSLandingBackgroundid {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 400px !important;
    }

    body #WSLSamslogo img,
    body #WSLWalmartlogo img {
        width: auto;
        float: left;
    }

    #WSLSamslogo,
    #WSLWalmartlogo {
        display: block;
    }
}

@media screen and (max-width: 1020px) {
    body .WSLand-Header {
        width: 50%;
    }

    body #WSLhomeslidescid {
        max-width: 100%;
    }

    #WSLSampack,
    #WSLWalmartpack {
        margin-right: 10%;
        margin-top: -10%;
    }
}

@media screen and (min-width: 899px) and (max-width: 949px) {
    .bottom-widget1 {
        width: 90% !important;
        display: block !important;
        margin: 0 auto;
    }

    .bottom-widget2 img {
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 881px) and (max-width: 898px) {
    .widget-bottom-title {
        width: 51%;
        padding-left: 5% !important;
    }

    #contact .bottom-widget1,
    #footer-widget-video #contact .bottom-widget1 {
        width: 90% !important;
        display: block !important;
        margin: 0 auto;
    }

    .bottom-widget2 img {
        margin-right: 0;
    }
}

/* @media screen and (max-width: 812px) {
    .product-right img {
        width: 128px;
        margin: 0 10px;
    }
} */
@media screen and (max-width: 812px) and (orientation: landscape) {
    .d-homevid {
        padding-right: 5%;
    }

    .howitworkssection1bkgimage {
        padding: 5%;
        height: 400px !important;
    }

    .howitworkssection1bkgimage .wistia_click_to_play {
        height: 400px !important;
    }
}

@media screen and (max-width: 800px) {
    #WSLhomesection #CosaminRotator {
        min-height: 650px !important;
    }

    #WSLSampack-mobile,
    #WSLWalmartpack-mobile {
        display: block !important;
        margin: 10% 0 0;
        text-align: center;
    }

    #WSLSampack,
    #WSLWalmartpack {
        margin-right: 0;
    }

    body .WSLand-Header {
        width: 90%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    #WSLinnerleft {
        margin-top: -20px !important;
        width: 100% !important;
        margin: 0 auto;
        display: block;
        position: relative;
        padding: 0 !important;
    }

    body #WSLhomeslidescid {
        max-width: 100%;
        width: 65%;
        text-align: center;
        margin: 0 auto;
        float: none;
        line-height: 20px;
    }

    body #WSLSamslogo img,
    body #WSLWalmartlogo img {
        width: 50%;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .WSLButton {
        text-align: -webkit-auto;
        float: none;
        width: 55%;
        padding: 0;
        text-align: center;
        margin: 3% auto 6%;
    }

    #WSLSampack,
    #WSLWalmartpack {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    #WSLhomesection #CosaminRotator {
        min-height: 600px !important;
    }
}

@media screen and (max-width: 300px) {
    #WSLhomesection #CosaminRotator {
        min-height: 500px !important;
    }
}

@media screen and (max-width: 414px) {
    .WSLand-Header {
        margin-top: 5% !important;
    }

    .portraitflip {
        color: #89878e !important;
    }

    div#arthritis-nrf {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1200px) {
    .WSLbackground {
        background-image: none !important;
    }
}

#SlideThree .homesection1innerleft-right img {
    margin-top: 20%;
    margin-right: 100px;
}

#asu-ss-id .footerlegalstatement,
#ds-ss-id .footerlegalstatement,
#ss-home-id .footerlegalstatement {
    display: none !important;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .w3-col.s5.product-right {
        padding: 0;
    }

    .supplement {
        padding-right: 10%;
    }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
    .w3-col.s5.product-right {
        padding: 0 5%;
    }

    .supplement {
        padding-right: 0;
    }
}

#cosamin-readers-digest-landingpage .hdline {
    width: 100% !important;
}

#cosamin-readers-digest-landingpage #allprodgshotpara-container {
    max-width: 100% !important;
}

#cosamin-readers-digest-landingpage .gen-section1innerleft #allprodgshotpara-container #Cosaminproductshotsallprodpage {
    float: none !important;
}

#cosamin-readers-digest-landingpage #Cosaminproductshotsallprodpage .toast {
    float: right !important;
}

#cosamin-readers-digest-landingpage .gen-section1innerleft-left #reader-digest-slideleft {
    width: 50% !important;
}

#cosamin-readers-digest-landingpage #readers-digest-retailers {
    text-align: center;
    margin: 0 auto;
}

#cosamin-readers-digest-landingpage #readers-digest-retailers a img {
    padding: 2%;
}

#cosamin-readers-digest-landingpage .cosamin-walgreens {
    color: #89878e;
    font-size: 20px;
}

#cosamin-readers-digest-landingpage #cosamin-all-products-container #productslidedesc {
    width: 100%;
    margin: 0 !important;
}

#cosamin-readers-digest-landingpage .gen-section1innerleft {
    padding: 5% !important;
}

#cosamin-readers-digest-landingpage .gen-section1innerleft-left {
    margin: 0 auto !important;
    text-align: center !important;
    width: 85% !important;
    display: block !important;
    float: none !important;
}

#cosamin-readers-digest-landingpage #cosamin-all-products-container #allprodselectorbtn {
    float: none !important;
    margin: 0 auto;
}

#cosamin-readers-digest-landingpage #walgreens-land-btns a {
    background-color: #7bc243 !important;
}

#cosamin-readers-digest-landingpage #logoId {
    margin-top: 20px !important;
}

#cosamin-readers-digest-landingpage #allprodgshotpara-container {
    float: none !important;
    text-align: center !important;
}

@media screen and (min-width: 1360px) {
    #cosamin-readers-digest-landingpage .gen-section1innerleft-left {
        width: 50% !important;
        float: left !important;
        padding-top: 5% !important;
    }

    #cosamin-readers-digest-landingpage #allprodgshotpara-container {
        padding-top: 5% !important;
    }
}

@media screen and (max-width: 1775px) {
    #cosamin-readers-digest-landingpage #reader-digest-slideleft #productslidedesc {
        width: 100% !important;
    }

    #cosamin-readers-digest-landingpage #Cosaminproductshotsallprodpage {
        float: right !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1515px) {
    #cosamin-readers-digest-landingpage #reader-digest-slideleft #productslidedesc {
        width: 100% !important;
        float: left;
        line-height: 34px;
    }
}

@media screen and (max-width: 1445px) {
    #cosamin-readers-digest-landingpage #reader-digest-slideleft #productslidedesc {
        width: 100% !important;
    }
}

@media screen and (max-width: 1360px) {
    #cosamin-readers-digest-landingpage div#reader-digest-slideleft h1 {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    body#cosamin-readers-digest-landingpage #cosamin-all-products-container #productslidedesc {
        width: 100% !important;
        float: none !important;
    }

    #cosamin-readers-digest-landingpage .gen-section1innerleft {
        padding: 5% !important;
    }

    #cosamin-readers-digest-landingpage #cosamin-all-products-container #productslidedesc {
        margin: 0 auto !important;
    }

    #cosamin-readers-digest-landingpage #allprodgshotpara-container {
        float: none !important;
        max-width: 100%;
        margin-right: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }

    #cosamin-readers-digest-landingpage .gen-section1innerleft #allprodgshotpara-container #Cosaminproductshotsallprodpage {
        float: none !important;
        margin-top: 5%;
    }

    body #cosamin-readers-digest-landingpage #SlideOne .homesection1innerleft-right {
        margin-left: 0 !important;
    }

    #cosamin-readers-digest-landingpage #SlideTwoBtnContainer {
        margin-top: 0 !important;
    }

    #cosamin-readers-digest-landingpage div#SlideTwo {
        margin-top: 0;
        padding: 0 !important;
    }

    body #cosamin-readers-digest-landingpage #SlideTwo .homesection1innerleft-right {
        margin-left: 0 !important;
        float: right !important;
        margin-top: 20% !important;
    }
}

@media screen and (max-width: 1280px) {
    body#cosamin-readers-digest-landingpage #cosamin-all-products-container #productslidedesc {
        width: 70% !important;
        float: none !important;
    }

    #cosamin-readers-digest-landingpage .gen-section1innerleft #allprodgshotpara-container #Cosaminproductshotsallprodpage {
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    #cosamin-readers-digest-landingpage .gen-section1innerleft-left {
        padding-right: 0;
        padding-bottom: 0;
        display: inline-block !important;
        width: 50% !important;
        float: left !important;
    }

    #cosamin-readers-digest-landingpage #allprodgshotpara-container {
        width: 50% !important;
    }

    body #cosamin-readers-digest-landingpage #allprodgshotpara-container {
        width: 50% !important;
        display: inline-block;
        padding-top: 0 !important;
    }

    #cosamin-readers-digest-landingpage .cosaminwalgreens-section1bkgimage {
        display: block !important;
        width: 100% !important;
        min-height: 400px !important;
        height: 100% !important;
        max-width: 100% !important;
    }

    #cosamin-readers-digest-landingpage #rotatorControls {
        max-width: 100% !important;
        margin-top: 220px !important;
    }

    body #cosamin-readers-digest-landingpage #SlideTwo .homesection1innerleft-right {
        float: right !important;
        margin-top: 5% !important;
    }

    #cosamin-readers-digest-landingpage #SlideTwo .homesection1innerleft-left {
        width: 60% !important;
        margin-top: 5% !important;
    }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
    .d-homevid {
        padding-right: 5%;
    }

    .howitworkssection1bkgimage {
        padding: 5%;
        height: 400px !important;
    }

    .howitworkssection1bkgimage .wistia_click_to_play {
        height: 400px !important;
    }

    #cosamin-readers-digest-landingpage #allprodgshotpara-container,
    #cosamin-readers-digest-landingpage .gen-section1innerleft-left {
        width: 100% !important;
    }
}

@media screen and (max-width: 685px) {

    #cosamin-readers-digest-landingpage div#reader-digest-slideleft h1,
    body#cosamin-readers-digest-landingpage #cosamin-all-products-container #productslidedesc {
        width: 100% !important;
    }
}

@media screen and (max-width: 650px) {
    #cosamin-readers-digest-landingpage #allprodgshotpara-container {
        display: none;
    }

    #cosamin-readers-digest-landingpage .gen-section1innerleft-left {
        width: 100% !important;
        padding-bottom: 5%;
    }

    #cosamin-readers-digest-landingpage #vendorfooter #vfsocial {
        width: 100% !important;
    }
}

@media (max-width: 460px) {
    #cosamin-readers-digest-landingpage #hiw-title {
        text-align: center !important;
    }
}

@media screen and (max-width: 414px) {
    #cosamin-readers-digest-landingpage .cosaminwalgreens-section1bkgimage {
        background-image: url(images/Cosamin-Readers-Digest-Product-Landing.png);
        background-size: auto;
        background-position-x: 50%;
        background-position-y: 50%;
        min-height: 300px !important;
        margin-top: 10%;
    }

    #cosamin-readers-digest-landingpage .cosamin-walgreens .about-cosamin-walgreens {
        width: 100%;
        text-align: center !important;
    }

    #cosamin-readers-digest-landingpage .about-cosamin-walgreens p {
        text-align: center !important;
        padding: 0 5%;
    }

    #cosamin-readers-digest-landingpage #hiw-title {
        text-align: center !important;
        width: 80% !important;
    }

    #cosamin-readers-digest-landingpage .gen-section1innerleft-left {
        width: 100% !important;
        padding-bottom: 10%;
        padding-top: 10%;
    }

    #cosamin-readers-digest-landingpage #hiw-title .readers__span {
        padding: 0 10px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #cosamin-readers-digest-landingpage div#reader-digest-slideleft h1 {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .w3-col.s5.product-right {
        padding: 0;
    }

    .supplement {
        padding-right: 10%;
    }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
    .w3-col.s5.product-right {
        padding: 0 5%;
    }

    .supplement {
        padding-right: 0;
    }
}

/* @media screen and (max-width: 812px) {
    .product-right img {
        width: 100px;
    }

} */
.homesection1innerleft-left .slidebr {
    display: inline-block;
}

#Cosaminslides h1 {
    font-size: 38px;
}

@media screen and (min-width: 1760px) {
    #rotatorControls {
        max-width: 800px;
        margin-left: 0;
    }
}

@media screen and (max-width: 1575px) {
    #Cosaminslides h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 1500px) {
    #SlideTwo .homesection1innerleft-right {
        margin-right: -10%;
    }

    #SlideOne .homesection1innerleft-right {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-top: 0;
    }

    #SlideOne .homesection1innerleft-left {
        width: 100%;
    }

    #SlideOne .homesection1innerleft-right img {
        margin-right: 0;
    }

    #SlideOne #SlideTwoBtnContainer {
        margin-top: 0;
    }

    #SlideOne .homesection1innerleft-right #Cosaminproductshots {
        display: none;
    }

    #SlideOne .homesection1innerleft-right #Cosaminproductshots-mobile {
        width: 60%;
        display: block !important;
        margin: 0 auto;
        position: relative;
        float: none;
    }

    #SlideOne #homeslidescid {
        max-width: 100%;
    }

    #SlideOne .homesection1innerleft-right {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1360px) {
    .homesection1innerleft {
        min-width: 100%;
    }
}

@media screen and (max-width: 1360px) {
    #SlideOne #homeslidescid {
        max-width: 100%;
        padding-right: 15%;
    }

    #SlideOne .homesection1innerleft-right {
        margin-left: 0 !important;
        margin-top: 0;
    }

    body #SlideOne .homesection1innerleft-right {
        margin-left: 0 !important;
    }

    #SlideTwo #homeslidescid {
        width: 100% !important;
        max-width: 100% !important;
    }

    .homesection1innerleft-left .slidebr {
        display: block !important;
    }
}

@media screen and (max-width: 1359px) and (min-width: 1281px) {
    body #SlideTwo .homesection1innerleft-left {
        width: 60%;
        margin-top: 10% !important;
    }
}

@media screen and (max-width: 1360px) and (min-width: 1281px) {
    #SlideTwoBtnContainer {
        margin-top: 0;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1360px) {
    #Cosaminslides h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 1760px) {
    #rotatorControls {
        z-index: 1;
        position: absolute;
        margin-left: 0;
        max-width: 50%;
        width: 100%;
        padding: 0;
    }
}

@media screen and (min-width: 1360px) {
    .homesection1innerleft {
        width: 100%;
        height: 630px;
        z-index: 0;
        display: block;
        position: relative;
        background-color: #fff;
        padding: 60px;
        border-radius: 5px;
        margin: auto;
    }

    .homesection1innerleft-left,
    .homesection1innerleft-right {
        margin: auto;
        display: inline-block;
        width: 49.9999%;
        position: relative;
    }

    #SlideOne .homesection1innerleft-left {
        padding-top: 10%;
    }

    #SlideThree .homesection1innerleft-left,
    #SlideTwo .homesection1innerleft-left {
        padding-top: 10%;
        width: 60%;
    }

    #SlideTwo .homesection1innerleft-right {
        padding-top: 5%;
        width: 39.9999%;
    }

    #SlideThree .homesection1innerleft-right {
        padding-top: 10%;
        width: 39.9999%;
    }

    #SlideOne .homesection1innerleft-right img,
    #SlideTwo .homesection1innerleft-right img {
        float: right;
        margin: 0 -85px auto auto;
    }

    #SlideThree .homesection1innerleft-right img {
        margin: 5% auto;
    }
}

@media screen and (max-width: 1360px) {
    #SlideTwo .homesection1innerleft-right {
        margin-right: -13% !important;
        margin-top: -7% !important;
        float: right !important;
        margin-left: auto !important;
    }

    #SlideTwo {
        padding: 5% 8% !important;
    }

    #SlideOne,
    #SlideThree h1,
    #SlideTwo {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1280px) {
    #rotatorControls {
        max-width: 100%;
        margin-left: 0;
    }

    #CosaminRotator {
        min-height: 500px !important;
    }

    #SlideTwo .homesection1innerleft-right img {
        float: left;
        margin-right: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 860px) and (max-width: 1280px) {
    body #SlideOne .homesection1innerleft-right {
        float: right !important;
        padding-right: 0 !important;
        margin-top: 40px;
        width: 50% !important;
        overflow: hidden;
    }
}

@media screen and (max-width: 880px) {
    .slidedesc {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 870px) {
    .homesection1innerleft-left {
        width: 43% !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 741px) {
    #Cosaminproductshots-mobile {
        margin-top: 80px !important;
    }
}

@media screen and (max-width: 740px) {
    #SlideTwo .homesection1innerleft-left {
        width: 100% !important;
        padding-left: 0;
        margin: 0 auto;
    }

    #SlideThree .homesection1innerleft-left {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 15% 10%;
        text-align: center;
    }

    #SlideTwo #homeslidescid {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0;
    }

    #SlideThree .homesection1innerleft-right img {
        display: none;
    }

    #SlideTwo .homesection1innerleft-left {
        margin-top: 10% !important;
        text-align: center;
    }

    #SlideOne .homesection1innerleft-left {
        padding: 0;
        text-align: center;
    }

    #SlideOne .homesection1innerleft-right #Cosaminproductshots-mobile {
        position: absolute;
        margin-top: -45%;
        margin-left: 25%;
        width: 34%;
        max-width: 60%;
    }

    #SlideOne #SlideTwoBtnContainer {
        margin-top: 50% !important;
    }

    #SlideOne .homesection1innerleft-left h1 {
        text-align: center;
        width: 100%;
    }

    .homesection1innerleft-left h1 {
        width: 100%;
    }

    #SlideThree p {
        text-align: center !important;
        margin: 0 auto;
        padding-top: 3%;
    }

    #CosaminRotator {
        min-height: 425px !important;
    }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
    #SlideOne .homesection1innerleft-right #Cosaminproductshots-mobile {
        position: absolute;
        margin-top: -68% !important;
        margin-left: 16vw;
        width: 100%;
        max-width: 50%;
    }

    #SlideOne #SlideTwoBtnContainer {
        margin-top: 40% !important;
    }

    #SlideOne .homesection1innerleft-left h1 {
        width: 65% !important;
        margin: 0 auto !important;
    }

    body #SlideTwoBtnContainer {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 736px) {
    body #SlideThree {
        padding: 0 !important;
    }
}

@media screen and (max-width: 414px) {

    /*
    #SlideOne .homesection1innerleft-right #Cosaminproductshots-mobile {
        position: absolute;
        margin: -60% auto 0 !important;
        margin-left: 12vw !important;
    }
    */
    #SlideOne img#Cosaminproductshots-mobile {
        z-index: 99999;
        margin: 0 auto;
        margin-top: -60% !important;
        width: 80%;
        max-width: 100%;
    }

    #SlideOne .homesection1innerleft-left h1 {
        margin-left: 0;
        text-align: left;
        width: 100%;
    }

    body #SlideTwoBtnContainer {
        margin-top: 310px !important;
    }

    #SlideTwo .homesection1innerleft-left {
        margin-left: 0;
        width: 100% !important;
        padding: 0;
        margin-top: 0 !important;
    }

    #SlideTwo .homesection1innerleft-left h1 {
        width: 100%;
    }

    #SlideTwo #homeslidescid,
    #SlideTwo .homesection1innerleft-left h1 {
        max-width: 100% !important;
        padding: 0 5% !important;
    }

    #SlideTwo a {
        margin: 0 5%;
    }

    .homesection1innerleft-left h1 {
        width: 100%;
    }

    #SlideThree #homeslidescid {
        max-width: 100% !important;
    }

    #SlideThree,
    #SlideTwo {
        padding: 20% 10% !important;
    }

    #SlideOne #SlideTwoBtnContainer {
        margin-top: 90% !important;
    }

    #SlideOne h1,
    body #SlideTwoBtnContainer {
        text-align: center !important;
    }

    .slidedesc {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 900px) {
    .homesection1innerleft {
        padding: 8% !important;
    }

    .homesection1innerleft-left {
        margin-top: 0;
    }

    #SlideOne #homeslidescid {
        padding-right: 0;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait) {

    #SlideThree h1,
    #SlideTwo h1 {
        font-size: 7vw !important;
    }
}

@media screen and (max-width: 890px) {
    .bf_special {
        color: #fff !important;
        background-color: #f44336 !important;
        border-radius: 5px;
        padding: 10px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 20px;
        font-size: 0.8em;
    }
}

@media screen and (max-width: 726px) {
    .bf_special {
        margin-top: 5px !important;
    }

    #d-asu-also {
        margin-top: 10px;
    }

    #prod-btn-contain-asu {
        margin-bottom: 15%;
    }
}

@media screen and (min-width: 1023px) {
    .topnavsmall {
        height: 34px;
    }
}