@font-face {
    font-family: 'flexslider-icon';
    src: url("fonts/flexslider-icon.eot");
    src: url("fonts/flexslider-icon.eot?#iefix") format('embedded-opentype'), url("fonts/flexslider-icon.woff") format('woff'), url("fonts/flexslider-icon.ttf") format('truetype'), url("fonts/flexslider-icon.svg#flexslider-icon") format('svg');
    font-weight: normal;
    font-style: normal;
}

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.carousel-control .icon-next {
    display: none;
}

.carousel-control .icon-prev {
    display: none;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

.flexslider {
    margin: 0;
    padding: 0;
    /*margin 0 0 60px*/
    background: #fff;
    border: 0;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

    .flexslider .slides {
        zoom: 1;
    }

        .flexslider .slides > li {
            display: none;
            -webkit-backface-visibility: hidden;
        }

        .flexslider .slides img {
            width: 100%;
            display: block;
            height: auto;
        }

        .flexslider .slides:after {
            content: "\0020";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .flexslider:hover .flex-direction-nav .flex-prev {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        left: 10px;
    }

        .flexslider:hover .flex-direction-nav .flex-prev:hover {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

    .flexslider:hover .flex-direction-nav .flex-next {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        right: 10px;
    }

        .flexslider:hover .flex-direction-nav .flex-next:hover {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        cursor: pointer;
        color: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .flex-direction-nav a:focus {
            outline: 0;
        }

    .flex-direction-nav .flex-prev {
        left: -50px;
        text-align: left;
    }

        .flex-direction-nav .flex-prev::before {
            font-family: 'FontAwesome';
            content: '\f104';
            display: inline-block;
            font-size: 55px;
            color: #fff;
            line-height: 0.7;
        }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

        .flex-direction-nav .flex-next::before {
            font-family: 'FontAwesome';
            content: '\f105';
            display: inline-block;
            font-size: 55px;
            color: #fff;
            line-height: 0.7;
        }

    .flex-direction-nav .flex-disabled {
        opacity: 0 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
        filter: alpha(opacity=0) !important;
        filter: alpha(opacity = 0);
        cursor: default;
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 2;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .flex-control-paging li a:hover {
        background: #8bde8b;
    }

    .flex-control-paging li a.flex-active {
        background: #2ea52e;
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        cursor: pointer;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        right: 10px;
    }
}

.vjs-default-skin {
    color: #ccc;
}

    .vjs-default-skin .vjs-slider {
        outline: 0;
        position: relative;
        cursor: pointer;
        padding: 0;
        background-color: #333;
        background-color: rgba(51,51,51,0.9);
    }

        .vjs-default-skin .vjs-slider:focus {
            -webkit-box-shadow: 0 0 2em #fff;
            -moz-box-shadow: 0 0 2em #fff;
            -webkit-box-shadow: 0 0 2em #fff;
            box-shadow: 0 0 2em #fff;
        }

    .vjs-default-skin .vjs-slider-handle {
        position: absolute;
        left: 0;
        top: 0;
    }

        .vjs-default-skin .vjs-slider-handle:before {
            content: "\e009";
            font-family: VideoJS;
            font-size: 1em;
            line-height: 1;
            text-align: center;
            text-shadow: 0em 0em 1em #fff;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .vjs-default-skin .vjs-control-bar {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3em;
        background-color: #07141e;
        background-color: rgba(7,20,30,0.7);
    }

    .vjs-default-skin.vjs-has-started .vjs-control-bar {
        display: block;
        visibility: visible;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transition: visibility 0.1s, opacity 0.1s;
        -moz-transition: visibility 0.1s, opacity 0.1s;
        -o-transition: visibility 0.1s, opacity 0.1s;
        -webkit-transition: visibility 0.1s, opacity 0.1s;
        -moz-transition: visibility 0.1s, opacity 0.1s;
        -o-transition: visibility 0.1s, opacity 0.1s;
        -ms-transition: visibility 0.1s, opacity 0.1s;
        transition: visibility 0.1s, opacity 0.1s;
    }

    .vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        display: block;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: visibility 1s, opacity 1s;
        -moz-transition: visibility 1s, opacity 1s;
        -o-transition: visibility 1s, opacity 1s;
        -webkit-transition: visibility 1s, opacity 1s;
        -moz-transition: visibility 1s, opacity 1s;
        -o-transition: visibility 1s, opacity 1s;
        -ms-transition: visibility 1s, opacity 1s;
        transition: visibility 1s, opacity 1s;
    }

    .vjs-default-skin.vjs-has-started .vjs-big-play-button {
        display: none;
    }

    .vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
        display: none;
    }

    .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
        display: none;
    }

    .vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
        display: none;
    }

    .vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
        display: none;
    }

    .vjs-default-skin.vjs-error .vjs-control-bar {
        display: none;
    }

    .vjs-default-skin .vjs-control {
        outline: none;
        position: relative;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0;
        height: 3em;
        width: 4em;
    }

        .vjs-default-skin .vjs-control:before {
            font-family: VideoJS;
            font-size: 1.5em;
            line-height: 2;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
        }

    .vjs-default-skin .vjs-control-text {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .vjs-default-skin .vjs-play-control {
        width: 5em;
        cursor: pointer;
    }

        .vjs-default-skin .vjs-play-control:before {
            content: "\e001";
        }

    .vjs-default-skin.vjs-playing .vjs-play-control:before {
        content: "\e002";
    }

    .vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
        font-size: 1.5em;
        line-height: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    }

    .vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
        width: 4em;
        left: -2em;
        list-style: none;
    }

    .vjs-default-skin .vjs-volume-control {
        width: 5em;
        float: right;
    }

    .vjs-default-skin .vjs-volume-bar {
        width: 5em;
        height: 0.6em;
        margin: 1.1em auto 0;
    }

        .vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
            width: 0.5em;
            height: 0.5em;
            left: 4.5em;
        }

    .vjs-default-skin .vjs-volume-level {
        position: absolute;
        top: 0;
        left: 0;
        height: 0.5em;
        width: 100%;
    }

    .vjs-default-skin .vjs-volume-handle:before {
        font-size: 0.9em;
        top: -0.2em;
        left: -0.2em;
        width: 1em;
        height: 1em;
    }

    .vjs-default-skin .vjs-volume-menu-button .vjs-menu {
        display: block;
        width: 0;
        height: 0;
        border-top-color: transparent;
    }

        .vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
            height: 0;
            width: 0;
        }

    .vjs-default-skin .vjs-progress-control {
        position: absolute;
        left: 0;
        right: 0;
        width: auto;
        font-size: 0.3em;
        height: 1em;
        top: -1em;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
    }

    .vjs-default-skin:hover .vjs-progress-control {
        font-size: 0.9em;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

    .vjs-default-skin .vjs-progress-holder {
        height: 100%;
    }

    .vjs-default-skin .vjs-load-progress {
        background: #646464;
        background: rgba(255,255,255,0.2);
    }

        .vjs-default-skin .vjs-load-progress div {
            background: #787878;
            background: rgba(255,255,255,0.1);
        }

    .vjs-default-skin .vjs-seek-handle {
        width: 1.5em;
        height: 100%;
    }

        .vjs-default-skin .vjs-seek-handle:before {
            padding-top: 0.1em;
        }

    .vjs-default-skin.vjs-live .vjs-live-display {
        display: block;
    }

    .vjs-default-skin .vjs-live-display {
        display: none;
        font-size: 1em;
        line-height: 3em;
    }

    .vjs-default-skin .vjs-time-controls {
        font-size: 1em;
        line-height: 3em;
    }

    .vjs-default-skin .vjs-current-time {
        float: left;
    }

    .vjs-default-skin .vjs-duration {
        float: left;
    }

    .vjs-default-skin .vjs-remaining-time {
        display: none;
        float: left;
    }

    .vjs-default-skin .vjs-fullscreen-control {
        width: 3.8em;
        cursor: pointer;
        float: right;
    }

        .vjs-default-skin .vjs-fullscreen-control:before {
            content: "\e000";
        }

    .vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
        content: "\e00b";
    }

    .vjs-default-skin .vjs-big-play-button {
        left: 50%;
        top: 50%;
        margin-top: -47px;
        margin-left: -47px;
        font-size: 3em;
        display: block;
        z-index: 2;
        position: absolute;
        width: 50px;
        height: 50px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        background: url("../images/icons/play-video.png");
        -webkit-border-radius: 95px;
        -moz-border-radius: 95px;
        border-radius: 95px;
        -webkit-box-shadow: 0px 0px 1em rgba(255,255,255,0.25);
        -moz-box-shadow: 0px 0px 1em rgba(255,255,255,0.25);
        -webkit-box-shadow: 0px 0px 1em rgba(255,255,255,0.25);
        box-shadow: 0px 0px 1em rgba(255,255,255,0.25);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
    }

        .vjs-default-skin .vjs-big-play-button:before {
            line-height: 2.6em;
            text-shadow: 0.05em 0.05em 0.1em #000;
            text-align: center;
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
        left: 50%;
        margin-left: -27px;
        top: 50%;
        margin-top: -27px;
    }

    .vjs-default-skin .vjs-loading-spinner:before {
        content: "\e01e";
        font-family: VideoJS;
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        text-align: center;
        text-shadow: 0em 0em 0.1em #000;
    }

    .vjs-default-skin .vjs-menu {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0em;
        width: 0em;
        height: 0em;
        margin-bottom: 3em;
        border-left: 2em solid transparent;
        border-right: 2em solid transparent;
        border-top: 1.55em solid #000;
        border-top-color: rgba(7,40,50,0.5);
    }

    .vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        width: 10em;
        bottom: 1.5em;
        max-height: 15em;
        overflow: auto;
        left: -5em;
        background-color: #07141e;
        background-color: rgba(7,20,30,0.7);
        -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255,255,255,0.2);
        -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255,255,255,0.2);
        -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255,255,255,0.2);
        box-shadow: -0.2em -0.2em 0.3em rgba(255,255,255,0.2);
    }

    .vjs-default-skin .vjs-menu-button ul li {
        list-style: none;
        margin: 0;
        padding: 0.3em 0 0.3em 0;
        line-height: 1.4em;
        font-size: 1.2em;
        text-align: center;
        text-transform: lowercase;
    }

        .vjs-default-skin .vjs-menu-button ul li.vjs-selected {
            background-color: #000;
        }

        .vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
            text-align: center;
            text-transform: uppercase;
            font-size: 1em;
            line-height: 2em;
            padding: 0;
            margin: 0 0 0.3em 0;
            font-weight: bold;
            cursor: default;
        }

    .vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
        display: none;
    }

    .vjs-default-skin .vjs-subtitles-button:before {
        content: "\e00c";
    }

    .vjs-default-skin .vjs-captions-button:before {
        content: "\e008";
    }

    .vjs-default-skin .vjs-chapters-button:before {
        content: "\e00c";
    }

    .vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
        width: 24em;
        left: -12em;
    }

@font-face {
    font-family: 'VideoJS';
    src: url("../font/videojs/vjs.eot");
    src: url("../font/videojs/vjs.eot?#iefix") format('embedded-opentype'), url("../font/videojs/vjs.woff") format('woff'), url("../font/videojs/vjs.ttf") format('truetype'), url("../font/videojs/vjs.svg#icomoon") format('svg');
    font-weight: normal;
    font-style: normal;
}

.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}

@media 0 screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}

.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
    text-shadow: 0em 0em 1em #fff;
}

.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right;
}

    .vjs-default-skin .vjs-mute-control:before,
    .vjs-default-skin .vjs-volume-menu-button:before {
        content: "\e006";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
    .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
        content: "\e003";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
    .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
        content: "\e004";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
    .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
        content: "\e005";
    }

    .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
    .vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
        border-top-color: rgba(7,40,50,0.5);
    }

        .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
        .vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
            height: 2.9em;
            width: 10em;
        }

.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
}

.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
    display: none;
}

.vjs-time-divider {
    float: left;
    line-height: 3em;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #505050;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}

.vjs-error .vjs-big-play-button {
    display: none;
}

.vjs-error .vjs-error-display {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .vjs-error .vjs-error-display:before {
        content: 'X';
        font-family: Arial;
        font-size: 4em;
        color: #666;
        line-height: 1;
        text-shadow: 0.05em 0.05em 0.1em #000;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.5em;
        width: 100%;
    }

.vjs-error .vjs-loading-spinner {
    display: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}

.vjs-error-display {
    display: none;
}

    .vjs-error-display div {
        position: absolute;
        bottom: 1em;
        right: 0;
        left: 0;
        font-size: 1.4em;
        text-align: center;
        padding: 3px;
        background: #000;
        background: rgba(0,0,0,0.5);
    }

    .vjs-error-display a,
    .vjs-error-display a:visited {
        color: #f4a460;
    }

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
}

.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
    display: block;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    -ms-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    99% {
        -o-transform: rotate(359deg);
    }
}

.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}

    .vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
    .vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
        display: block;
    }

    .vjs-default-skin .vjs-menu-button ul li:focus,
    .vjs-default-skin .vjs-menu-button ul li:hover,
    .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
    .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
        outline: 0;
        color: #111;
        background-color: #fff;
        background-color: rgba(255,255,255,0.75);
        -webkit-box-shadow: 0 0 1em #fff;
        -moz-box-shadow: 0 0 1em #fff;
        -webkit-box-shadow: 0 0 1em #fff;
        box-shadow: 0 0 1em #fff;
    }

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    -webkit-box-shadow: 0 0 1em #fff;
    -moz-box-shadow: 0 0 1em #fff;
    -webkit-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}

.video-js {
    margin: 0 auto;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 56.25%;
}

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-js:-moz-full-screen {
        position: absolute;
    }

    .video-js.vjs-fullscreen {
        position: fixed;
        overflow: hidden;
        z-index: 1000;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
        _position: absolute;
    }

        .video-js.vjs-fullscreen.vjs-user-inactive {
            cursor: none;
        }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important;
    }

    .video-js.vjs-has-started .vjs-poster {
        display: none;
    }

    .video-js.vjs-audio.vjs-has-started .vjs-poster {
        display: block;
    }

    .video-js.vjs-controls-disabled .vjs-poster {
        display: none;
    }

    .video-js.vjs-using-native-controls .vjs-poster {
        display: none;
    }

    .video-js .vjs-text-track-display {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 3em;
        right: 0;
        pointer-events: none;
    }

.vjs-fullscreen {
    padding-top: 0px;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

    .vjs-poster img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        padding: 0;
        width: 100%;
    }

.vjs-caption-settings {
    position: relative;
    top: 1em;
    background-color: #000;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    color: #fff;
    margin: 0 auto;
    padding: 0.5em;
    height: 15em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 40em;
}

    .vjs-caption-settings .vjs-tracksettings {
        top: 0;
        bottom: 2em;
        left: 0;
        right: 0;
        position: absolute;
        overflow: auto;
    }

    .vjs-caption-settings .vjs-tracksettings-controls {
        position: absolute;
        bottom: 1em;
        right: 1em;
    }

    .vjs-caption-settings .vjs-tracksetting {
        margin: 5px;
        padding: 3px;
        min-height: 40px;
    }

        .vjs-caption-settings .vjs-tracksetting label {
            display: block;
            width: 100px;
            margin-bottom: 5px;
        }

        .vjs-caption-settings .vjs-tracksetting span {
            display: inline;
            margin-left: 5px;
        }

        .vjs-caption-settings .vjs-tracksetting > div {
            margin-bottom: 5px;
            min-height: 20px;
        }

            .vjs-caption-settings .vjs-tracksetting > div:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                min-height: 0;
            }

    .vjs-caption-settings label > input {
        margin-right: 10px;
    }

    .vjs-caption-settings input[type="button"] {
        width: 40px;
        height: 40px;
    }

    .vjs-caption-settings .vjs-tracksettings-colors,
    .vjs-caption-settings .vjs-tracksettings-font {
        float: left;
    }

        .vjs-caption-settings .vjs-tracksettings-colors:after,
        .vjs-caption-settings .vjs-tracksettings-font:after,
        .vjs-caption-settings .vjs-tracksettings-controls:after {
            clear: both;
        }

.vjs-hidden {
    display: none !important;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}

.vjs-no-js {
    padding: 2em;
    color: #ccc;
    background-color: #333;
    font-size: 1.8em;
    font-family: Arial, sans-serif;
    text-align: center;
    width: 30em;
    height: 15em;
    margin: 0 auto;
}

    .vjs-no-js a,
    .vjs-no-js a:visited {
        color: #f4a460;
    }

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.u-container {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.u-text-center {
    text-align: center;
}

.u-text-left {
    text-align: left;
}

.u-text-right {
    text-align: right;
}

.u-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.o-line {
    text-align: center;
    position: relative;
    margin: 24px 0;
}

    .o-line::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #bbb;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 0;
    }

    .o-line span {
        position: relative;
        font-size: 24px;
        display: inline-block;
        z-index: 1;
        background-color: #f9f9f9;
        color: #838383;
        padding: 0 0.41667em;
        line-height: 1.2;
    }

.u-center-y {
    font-size: 0;
}

    .u-center-y > [class*="col-"] {
        float: none;
        display: inline-block;
        font-size: initial;
        vertical-align: middle;
    }

.icon-search,
.icon-arrow-down {
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}

.icon-search {
    background-image: url("../images/icons/search.png");
    width: 22px;
    height: 22px;
}

.icon-arrow-down {
    background-image: url("../../css/images/white-arrow.png");
    background-position: center;
    background-size: unset;
    width: 12px;
    height: 7px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    /*letter-spacing: -0.5px;*/
}

p {
    font-size: 16px;
}

.wraper {
    max-width: 1100px;
    margin: 0 auto;
}

figure {
    margin: 0;
    padding: 0;
}

a {
    display: inline-block;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

strong {
    /*font-weight: normal;*/
}

a,
button {
    cursor: pointer;
}

a,
input,
select,
textarea,
button,
span,
.form-control {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /*letter-spacing: -0.5px;*/
}

    a:focus,
    input:focus,
    select:focus,
    textarea:focus,
    button:focus,
    span:focus,
    .form-control:focus {
        outline: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:not(:checked) + label,
    [type="radio"]:checked + label {
        font-size: 16px;
        position: relative !important;
        padding-left: 25px;
        cursor: pointer;
        text-transform: none;
        color: #838383;
        line-height: 1.55;
    }

        [type="radio"]:not(:checked) + label:before,
        [type="radio"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 18px;
            height: 18px;
            border: 1px solid #0094de;
            background-color: #fff;
            border-radius: 50%;
        }

        [type="radio"]:not(:checked) + label:after,
        [type="radio"]:checked + label:after {
            content: '';
            position: absolute;
            top: 6px;
            left: 4px;
            width: 10px;
            height: 10px;
            line-height: 0.8;
            background-color: #0094de;
            border-radius: 50%;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -ms-filter: none;
            filter: none;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
    color: #999;
}

[type="radio"]:disabled + label {
    color: #aaa;
}

.work_fuxion {
    width: 100%;
}

.work_fuxion__top {
    width: 100%;
    display: inline-block;
    margin: 3% 0;
}

    .work_fuxion__top .wraper .content_work_fuxion {
        width: 100%;
    }

    .work_fuxion__top .wraper .content_work_fuxion__left {
        width: 50%;
        float: left;
    }

        .work_fuxion__top .wraper .content_work_fuxion__left .work_fuxion_info {
            width: 80%;
            margin: 15% 10% 0;
            display: inline-block;
        }

            .work_fuxion__top .wraper .content_work_fuxion__left .work_fuxion_info .title_secundary_fuxion {
                font-size: 2em;
                color: #0086d6;
                text-transform: uppercase;
                margin: 0 0 20px;
            }

            .work_fuxion__top .wraper .content_work_fuxion__left .work_fuxion_info p {
                font-size: 15px;
                line-height: 17px;
                color: #ababab;
            }

            .work_fuxion__top .wraper .content_work_fuxion__left .work_fuxion_info .btn_fuxion_one {
                width: 277px;
                padding: 10px 0;
                margin: 10px 0 0;
                display: block;
                text-decoration: none;
                background-color: #027ed1;
                border-radius: 7px;
                color: #fff;
                text-align: center;
            }

    .work_fuxion__top .wraper .content_work_fuxion__right {
        width: 50%;
        float: right;
    }

        .work_fuxion__top .wraper .content_work_fuxion__right .work_fuxion_img {
            width: 90%;
            margin: 0 auto;
        }

            .work_fuxion__top .wraper .content_work_fuxion__right .work_fuxion_img img {
                width: 100%;
                display: block;
            }

            .work_fuxion__top .wraper .content_work_fuxion__right .work_fuxion_img span {
                display: block;
                text-transform: uppercase;
                text-align: center;
                font-size: 15px;
                font-weight: bold;
                width: 100%;
                background-color: #027ed1;
                color: #fff;
                padding: 10px 0;
            }

.work_fuxion__bottom {
    width: 100%;
    display: inline-block;
    padding: 2% 0;
    background-color: #f5f5f5;
}

    .work_fuxion__bottom .wraper .content_work_form__left {
        width: 50%;
        float: left;
    }

        .work_fuxion__bottom .wraper .content_work_form__left img {
            width: 100%;
        }

    .work_fuxion__bottom .wraper .content_work_form__right {
        width: 50%;
        float: right;
    }

        .work_fuxion__bottom .wraper .content_work_form__right form {
            width: 80%;
            margin: 5% auto 0;
        }

            .work_fuxion__bottom .wraper .content_work_form__right form h2 {
                text-align: center;
                font-size: 30px;
                text-transform: uppercase;
                color: #0182d4;
            }

            .work_fuxion__bottom .wraper .content_work_form__right form .content-input {
                width: 100%;
                margin: 3% 0;
            }

                .work_fuxion__bottom .wraper .content_work_form__right form .content-input label {
                    width: 100%;
                    font-size: 12px;
                    color: #8f8f8f;
                    text-transform: uppercase;
                    font-weight: bold;
                    display: inline-block;
                    margin: 0 0 5px;
                }

                .work_fuxion__bottom .wraper .content_work_form__right form .content-input input,
                .work_fuxion__bottom .wraper .content_work_form__right form .content-input textarea {
                    width: 100%;
                    display: block;
                    border: 1px solid #8f8f8f;
                    border-radius: 4px;
                    padding: 6px 0;
                    display: inline-block;
                }

                .work_fuxion__bottom .wraper .content_work_form__right form .content-input textarea {
                    height: 200px;
                }

                .work_fuxion__bottom .wraper .content_work_form__right form .content-input input[type="submit"] {
                    display: block;
                    background-color: #0182d4;
                    width: 165px;
                    margin: 0 auto;
                    padding: 10px 0;
                    text-transform: uppercase;
                    color: #fff;
                    border: 0px;
                    font-weight: bold;
                    letter-spacing: 0.5px;
                }

.section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 3px;
    /* Media querie */
}

.section--gray {
    background-color: #f9f9f9;
}

.section p {
    ;
    color: #333333;
    /*letter-spacing: -0.5px;*/
    line-height: 1.45;
    margin: 0;
}

    .section p + p {
        margin-top: 10px;
    }

.table-products {
    padding-top: 15px;
    padding-bottom: 25px;
}
/* Contenido del shopping cart*/
.content-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 20px 15px 15px;
    align-items: center;
    position: relative;
    /*border: 1px solid rgba(127,127,127,0.16) !important;*/
    /*box-shadow: 0 1px 4px rgba(127,127,127,0.11) !important;*/
}

.container-cartview {
    min-height: calc(100vh - 237px);
    padding-top: 30px;
}

    .container-cartview h4 {
        font-size: 25px;
        text-transform: uppercase;
    }

.country a span {
    font-size: 16px;
    font-weight: 400px;
}

.country a img {
    width: 16px;
    height: 16px;
}

.price-total {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.btn-price {
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}



    .btn-price a.first-btn {
        width: 200px !important;
    }

    .btn-price a.second-btn {
        width: 200px;
    }

.price-total h3 {
    margin: 0;
}

.price-total .info-price {
    padding-right: 15px;
    display: inline-block;
}

.price-total .btn-price a {
    margin: 0;
}

.price-total span {
    color: rgba(61,61,61,0.6);
    font-size: 13px;
}


.content-product .close-product {
    position: absolute;
    top: 15px;
    width: 22px;
    text-align: center;
    height: 22px;
    background-color: rgba(61,61,61,0.2);
    border-radius: 100%;
    right: 20px;
}

.content-product .image {
    width: 100%;
    max-width: 120px;
    margin-right: 20px;
}

.content-product .price-product {
    width: 80px;
    text-align: center;
    font-size: 15px;
}



.content-product .quality {
    width: 120px;
    text-align: center;
}


    .content-product .quality input {
        text-align: center;
    }


    .content-product .quality small {
        display: block;
    }


.content-product .image img {
    width: 100%;
}


.content-product .info {
    margin-right: 20px;
    flex: 1;
}


    .content-product .info span {
        display: block;
    }


    .content-product .info .title-product {
        padding-bottom: 3px;
    }

        .content-product .info .title-product strong {
            font-size: 15px;
            line-height: 15px;
            font-weight: 700;
        }

        .content-product .info .title-product p {
            margin: 0 !important;
        }

    .content-product .info .info-price {
        color: #3d3d3dcc;
        padding-bottom: 3px;
    }

        .content-product .info .info-price small {
            font-weight: 700;
            font-size: 12px;
            padding-right: 5px;
        }

    .content-product .info .info-code {
        color: #929292;
        text-transform: uppercase;
        font-size: 12px;
    }

@media (max-width: 767px) {
    .section {
        padding: 40px 0;
    }
}

.section-md {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

.Banner {
    position: relative;
    overflow: hidden;
    height: 325px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /* Media queries */
}

    .Banner > .container {
        height: 100%;
    }

        .Banner > .container > div {
            position: relative;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 45%;
        }

    .Banner:before {
        content: '';
        background: url("../images/banner/fuxion-x-left.png") no-repeat;
        background-position: left center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }


    .Banner:after {
        content: '';
        background: url("../images/banner/fuxion-x-right.png") no-repeat;
        background-position: right bottom;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 70%;
        z-index: 1;
    }

.Banner--full {
    height: initial;
}

    .Banner--full::before {
        background: url("../images/banner/fuxion-x-left-full.png") no-repeat;
        background-position: left center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        position: absolute;
    }

.Banner h3 {
    font-size: 20px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.25em;
    color: #fff;
    text-shadow: 0 0 12px rgba(0,0,0,0.2);
    text-transform: uppercase;
}

.Banner2 h2 {
    font-size: 55px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0.25em;
    color: #fff;
    text-shadow: 0 0 12px rgba(0,0,0,0.2);
    text-transform: uppercase;
}

.Banner p {
    color: #fff;
    font-size: 27px;
    line-height: 1.15;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.Banner-title {
    ;
    font-weight: normal;
    color: #fff;
    font-size: 80px;
}

@media (max-width: 768px) {
    .Banner h2 {
        font-size: 32px;
    }

    .Banner p {
        font-size: 18px;
    }
}

.select-custom {
    border: 1px solid #ccc;
    border-radius: 3px 6px 6px 3px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*
.select-custom--gray {
  background: #fff url("../images/icons/select-arrow-gray.png") no-repeat right 50%;
}
    */

/*
.select-custom:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -10px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border-left: solid 2px #0094de;
    border-bottom: solid 2px #0094de;
    border-bottom-left-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
}

    */
.select-custom--blue {
    background: #fdfdfd url("../images/icons/select-arrow-blue.png") no-repeat right 50%;
}

.select-custom select {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    background-image: none;
    -webkit-appearance: none;
}

.select-custom:focus {
    outline: none;
}

.bg-full {
    width: 100%;
    overflow: hidden;
    background: -webkit-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
    background: -moz-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
    background: -o-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
    background: -ms-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
    background: linear-gradient(90deg, #fff 50%, #fcfcfc 50%);
}

.link {
    font-size: 17px;
    color: #0094de;
    margin-top: 12px;
    display: inline-block;
}

.Header {
    background-color: #fff;
    transition: background-image 1s ease-out;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /**/
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
}

    .Header.is-openNav .header_navbar-mobile {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }


/*.Header_navicon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
}

.Header_navicon-btn {
    width: 50px;
    height: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0 6px;
    padding-left: 16px;
}

    .Header_navicon-btn span {
        width: 100%;
        display: block;
        background-color: #fff;
        height: 3px;
        position: relative;
    }

        .Header_navicon-btn span::before,
        .Header_navicon-btn span::after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
        }

        .Header_navicon-btn span::before {
            -webkit-transform: translateY(-8px);
            -moz-transform: translateY(-8px);
            -o-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
            transform: translateY(-8px);
        }

        .Header_navicon-btn span::after {
            -webkit-transform: translateY(8px);
            -moz-transform: translateY(8px);
            -o-transform: translateY(8px);
            -ms-transform: translateY(8px);
            transform: translateY(8px);
        }*/

/*Cambio de 768 a 767 para ajustarse al grid de bootstrap*/
@media (max-width: 767px) {
    .Header > .wraper {
        padding-top: 60px;
    }

    .Header_navicon {
        display: block;
    }
}

.header_navbar-mobile {
    position: fixed;
    height: calc(100vh - 60px);
    width: 70vw;
    top: 60px;
    z-index: 9999;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    .header_navbar-mobile .menu-list {
        display: block;
    }

        .header_navbar-mobile .menu-list li {
            text-align: left;
            display: block;
            width: 100%;
            margin: 0;
        }

            .header_navbar-mobile .menu-list li a {
                font-size: 18px;
                padding: 0.5em 1em;
                /*color: #0094de;*/
                display: block;
            }

.content-products-new {
    /*padding: 30px 0;*/
}

.content-list-products {
    padding-top: 0;
}

.search_input {
    padding-top: 13px;
}

.header_content {
    width: 100%;
    position: relative;
    /*zoom: 1;*/
    /*height: 60px;*/
    padding: 0 15px;
    z-index: 101;
}

#menu-burger {
    display: inline-block;
    position: relative;
    top: 17px;
    display: none;
}

    #menu-burger div {
        background: white;
        width: 30px;
        height: 3px;
        margin-right: 6px;
        border-radius: 3px;
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

        #menu-burger div:nth-of-type(2) {
            margin: 4px 0;
        }

    #menu-burger.act div:first-child {
        -webkit-transform: translate(0, 7px) rotate(42deg);
        -ms-transform: translate(0, 7px) rotate(42deg);
        transform: translate(0, 7px) rotate(42deg);
    }

    #menu-burger.act div:nth-of-type(2) {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    #menu-burger.act div:nth-of-type(3) {
        -webkit-transform: translate(0, -7px) rotate(-42deg);
        -ms-transform: translate(0, -7px) rotate(-42deg);
        transform: translate(0, -7px) rotate(-42deg);
    }


#header_navigator_new {
    /*padding-top: 15px;*/
}


#search-home {
    border-radius: 4px 0 0 4px !important;
}

.header_navigator_new_active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: .3s ease-out;
}

    .header_navigator_new_active #menu-burger {
        display: inline-block;
    }

    .header_navigator_new_active.new-h {
        height: 102px;
        transition: .3s ease-out;
    }



.social-icons {
    text-align: right;
    position: relative;
}

    .social-icons a {
        margin: 0 5px;
        cursor: pointer;
    }


        .social-icons a span {
            display: none;
        }

        .social-icons a path {
            color: white;
        }

.copyrigth_new {
    font-size: 14px;
    position: relative;
    color: white;
}

.page-slider-home .carousel-control.left,
.page-slider-home .carousel-control.right {
    background-image: none;
}


.page-slider-home .item.active {
    margin: 0;
}

    .page-slider-home .item.active a {
        display: block;
    }

.nuevos-lanz {
    position: relative;
}

.nuevos-lanz {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

#triangulo_volador {
    display: none;
}

.promo_section {
    margin-top: 352px;
}

.header_content:before,
.header_content:after {
    content: "";
    display: table;
}

.header_content:after {
    clear: both;
}

.header_content__left {
    float: left;
}

    .header_content__left .logotype-fuxion {
        width: 115px;
        height: 26px;
        margin: 17px 0;
    }

#user-new {
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
}

.header_content__left .logotype-fuxion a.img-logo {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/header/fuxion-logo.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    text-indent: -9999px;
    position: relative;
    top: 3px;
}

.header_content__right {
    float: right;
    zoom: 1;
}

    .header_content__right:before,
    .header_content__right:after {
        content: "";
        display: table;
    }

    .header_content__right:after {
        clear: both;
    }

.header_content .myacount {
    float: left;
    margin: 0;
    padding: 22px 20px !important;
    line-height: 1;
}

    .header_content .myacount a {
        ;
        font-weight: normal;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        display: block;
    }

#wr_modalGeo .modal-header {
    width: 100%;
    height: 70px;
    padding: 10px;
    background: url(/NextExperience/images/header/fuxion-logo.png) no-repeat center center #0094de;
    background-size: 120px;
}

    #wr_modalGeo .modal-header h4 {
        display: none;
    }

#wr_modalGeo .modal-content {
    border-radius: 8px;
    overflow: hidden;
}

#wr_modalGeo .shopVirtual-country-action .Btn {
    width: 100%;
}

.select-language {
    /*position: relative;
    display: inline-block;*/
}

    .select-language.is-open .select-language-dropdownContent {
        display: block;
    }

.select-language-current {
    color:#7d7d7d!important;
}

    .select-language-current > span {
        position: relative;
        top: -2px;
        display: inline-block;
        margin-left: 8px;
    }

.select-language-dropdownContent {
    display: none;
    position: absolute;
    /*top: 100%;*/
    right: 0;
    background-color: #f9f9f9;
    width: 160px;
    z-index: 100;
    border-radius: 2px;
}

    .select-language-dropdownContent ul {
        margin-top: 0 !important;
        margin-bottom: 0;
        padding: 0;
        -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
        box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
    }

    .select-language-dropdownContent li + li {
        border-top: 1px solid #e0e0e0;
    }

    .select-language-dropdownContent li.is-selected > a {
        background: url("../images/icons/checked.png") no-repeat;
        background-position: calc(100% - 15px) center;
    }

    .select-language-dropdownContent li > a {
        padding: 10px 30px 10px 15px;
        color: #838383;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.user_sale {
    position: absolute;
    left: 0;
    top: -11px;
    display: inline-block;
}

    .user_sale .select-language.js-language {
        display: none;
    }

    .user_sale .content_user_sale {
        width: 550px;
        margin: 0 auto;
    }

    .user_sale .content_user_sale__img {
        float: left;
    }

        .user_sale .content_user_sale__img img {
            width: 152px;
            height: 152px;
            border-radius: 50%;
            background: #888;
            display: block;
        }

    .user_sale .content_user_sale__description {
        width: 387px;
        margin: 20px 0 0;
        float: right;
    }

    .user_sale .content_user_sale .user {
        width: 100%;
        max-width: 643px;
        margin: auto;
        color: #7e7e7e;
        font-size: 0;
        line-height: normal;
    }

    .user_sale .content_user_sale .user__flag {
        width: 100%;
        margin: 0 0 7px;
        display: inline-block;
    }

        .user_sale .content_user_sale .user__flag img {
            display: block;
            width: 20px;
            height: 13px;
            float: left;
            /*background: #000;*/
        }

    .user_sale .content_user_sale .user__name {
        width: 100%;
        padding-top: 0;
        margin: 0 0 4px;
        display: inline-block;
        ;
    }

        .user_sale .content_user_sale .user__name span {
            display: inline-block;
            color: #ffffff;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: bold;
            font-weight: 700;
            clear: both;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }



            .user_sale .content_user_sale .user__name span:last-child {
                width: 120px;
            }


    .user_sale .content_user_sale .user__legal {
        width: 100%;
        display: inline-block;
        margin: 0 0 0px;
        color: #bbbbbb;
        ;
    }

        .user_sale .content_user_sale .user__legal span {
            font-size: 12px;
        }


    .user_sale .content_user_sale .user__contact {
        width: 100%;
        display: inline-block;
        margin: 0 0 3px;
    }

        .user_sale .content_user_sale .user__contact span {
            ;
            background-image: url("../images/header/ico-whtsp.png");
            background-repeat: no-repeat;
            background-position: 0 0px;
            padding: 0 0 0 20px;
        }

    .user_sale .content_user_sale .user__rss {
        width: 100%;
        margin: 0 0 7px;
        zoom: 1;
    }

        .user_sale .content_user_sale .user__rss:before,
        .user_sale .content_user_sale .user__rss:after {
            content: "";
            display: table;
        }

        .user_sale .content_user_sale .user__rss:after {
            clear: both;
        }

        .user_sale .content_user_sale .user__rss li {
            width: auto;
            float: left;
            margin: 0 3px;
        }

            .user_sale .content_user_sale .user__rss li a {
                display: block;
                text-indent: -99999px;
                height: 27px;
                width: 27px;
                background-image: url("../images/header/rss-header.png");
                background-repeat: no-repeat;
            }

            .user_sale .content_user_sale .user__rss li:nth-child(1) {
                margin-left: -2px;
            }

                .user_sale .content_user_sale .user__rss li:nth-child(1) a {
                    width: 24px;
                    background-position: -140px 0;
                }

            .user_sale .content_user_sale .user__rss li:nth-child(2) a {
                width: 15px;
                background-position: -8px 0;
            }

            .user_sale .content_user_sale .user__rss li:nth-child(3) a {
                width: 18px;
                background-position: -30px 0;
            }

            .user_sale .content_user_sale .user__rss li:nth-child(4) a {
                width: 23px;
                background-position: -58px 0;
            }

            .user_sale .content_user_sale .user__rss li:nth-child(5) a {
                width: 21px;
                background-position: -87px 0;
            }

            .user_sale .content_user_sale .user__rss li:nth-child(6) a {
                width: 19px;
                background-position: -115px 0;
            }

.menu {
    display: inline-block;
    width: 100%;
    /*height: 42px;*/
    margin: 0 auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .menu > .wraper {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        position: relative;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
    }

    .menu.is-sticky {
        position: fixed;
        top: 0;
        z-index: 100;
        height: 60px;
    }

        .menu.is-sticky > .wraper {
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -o-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

        .menu.is-sticky .menu-user {
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: box;
            display: flex;
        }

        .menu.is-sticky .header_content__left {
            display: block;
        }

        .menu.is-sticky .menu-list li a {
            font-size: 12px;
        }

        .menu.is-sticky .select-language {
            display: block;
        }

.menu-list {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: middel;
}

    .menu-list li {
        float: left;
        text-align: center;
        margin: 0 9px;
        list-style: none;
    }

        .menu-list li a {
            color: #fff;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
            letter-spacing: 0.7px;
            ;
        }

.new-cart {
    font-size: 12px;
}

.menu-user {
    display: none;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .menu-user > img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }

    .menu-user > span {
        text-transform: uppercase;
        font-size: 15px;
        color: #fff;
        margin-left: 7px;
    }

.menu .header_content__left {
    display: none;
}

.menu .select-language {
    position: absolute;
    right: 40px;
    top: 0px;
    font-size: 14px;
    line-height: initial;
}

    .menu .select-language a.select-language-current {
        padding: 0;
        font-weight: 700;
        font-size: 12px;
    }

.Featured {
    width: 100%;
    background-color: #f6f6f6;
    display: inline-block;
    padding: 3% 0;
}

    .Featured .wraper .content_featured {
        width: 100%;
    }

    .Featured .wraper .content_featured__list {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        vertical-align: middel;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .Featured .wraper .content_featured__list li {
            padding: 0 35px;
            width: 33.333%;
            position: relative;
        }

            .Featured .wraper .content_featured__list li::after {
                content: '';
                background: url("../images/line-v.png") no-repeat;
                position: absolute;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 4px;
                height: 350px;
            }

            .Featured .wraper .content_featured__list li:last-child::after {
                background: initial;
                width: 0;
                height: 0;
            }

    .Featured .wraper .content_featured__list__user {
        width: 100%;
    }

        .Featured .wraper .content_featured__list__user .user_perfil {
            margin: 0 auto;
        }

        .Featured .wraper .content_featured__list__user .user_perfil__img {
            width: 230px;
            margin: 20px auto;
        }

            .Featured .wraper .content_featured__list__user .user_perfil__img img {
                width: 75px;
                height: 75px;
                display: block;
                border-radius: 50%;
                float: left;
            }

            .Featured .wraper .content_featured__list__user .user_perfil__img h2 {
                width: 145px;
                float: right;
                color: #0086d6;
                ;
                text-transform: uppercase;
                font-size: 25.71px;
                padding: 14px 0 0;
            }

        .Featured .wraper .content_featured__list__user .user_perfil__nombre {
            float: right;
        }

            .Featured .wraper .content_featured__list__user .user_perfil__nombre h2 {
                display: inline-block;
                font-size: 21px;
            }

        .Featured .wraper .content_featured__list__user .user_perfil__description {
            width: 100%;
            margin: 20px 0 0;
            padding: 0;
            text-align: justify;
            font-size: 15px;
            ;
            display: inline-block;
        }

            .Featured .wraper .content_featured__list__user .user_perfil__description p {
                line-height: 1.35;
                color: #838383;
            }

    .Featured .wraper .content_featured__list__health,
    .Featured .wraper .content_featured__list__fuxion {
        width: 100%;
    }

        .Featured .wraper .content_featured__list__health img,
        .Featured .wraper .content_featured__list__fuxion img {
            display: block;
            border-radius: 50%;
            margin: 0 auto;
        }

        .Featured .wraper .content_featured__list__health h2,
        .Featured .wraper .content_featured__list__fuxion h2 {
            color: #0086d6;
            font-size: 21px;
            text-transform: uppercase;
            ;
            text-align: center;
            padding: 20px 0;
        }

        .Featured .wraper .content_featured__list__health p,
        .Featured .wraper .content_featured__list__fuxion p {
            text-align: justify;
            font-size: 15px;
            ;
            line-height: 1.35;
            color: #838383;
        }

.blog_fuxion {
    width: 100%;
    background-color: #f6f6f6;
}

    .blog_fuxion .title_fuxion {
        width: 100%;
        text-align: center;
        margin: 18px 0 50px;
    }

        .blog_fuxion .title_fuxion span {
            display: block;
            font-size: 42px;
            text-transform: uppercase;
            ;
            color: #0086d6;
        }

    .blog_fuxion .content_blog {
        width: 100%;
    }

    .blog_fuxion .content_blog__list {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        flex-directon: row;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .blog_fuxion .content_blog__list__item {
        margin: 20px 10px;
        background-color: #fff;
    }

        .blog_fuxion .content_blog__list__item:nth-child(1),
        .blog_fuxion .content_blog__list__item:nth-child(2),
        .blog_fuxion .content_blog__list__item:nth-child(3),
        .blog_fuxion .content_blog__list__item__img {
            width: 100%;
        }

            .blog_fuxion .content_blog__list__item:nth-child(1) img,
            .blog_fuxion .content_blog__list__item:nth-child(2) img,
            .blog_fuxion .content_blog__list__item:nth-child(3) img,
            .blog_fuxion .content_blog__list__item__img img {
                width: 100%;
                border-top-left-radius: 7px;
                border-top-right-radius: 7px;
            }

    .blog_fuxion .content_blog__list__item__content {
        padding: 3% 3% 30px;
        background-color: #fff;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .blog_fuxion .content_blog__list__item__content__title {
        width: 100%;
        display: inline-block;
        font-size: 1.2em;
        line-height: 25px;
        padding: 0 10%;
        color: #0086d6;
        margin: 20px 0 20px;
        text-transform: uppercase;
        text-align: center;
        ;
    }

    .blog_fuxion .content_blog__list__item__content__text {
        padding: 0 10%;
    }


        .blog_fuxion .content_blog__list__item__content__text p {
            font-size: 15px;
            line-height: 1.42;
            ;
            text-align: center;
            min-height: 110px;
            color: #818181;
        }

    .blog_fuxion .content_blog__list__item__content:after {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #78b7e5;
        display: block;
        margin: 0 auto;
        bottom: 0;
    }

.Footer {
    width: 100%;
    display: inline-block;
}

    .Footer .content_footer {
        height: 63px;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        flex-directon: row;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 23px 0 0;
    }

    .Footer .content_footer__left {
        width: auto;
    }

    .Footer .content_footer__left__copyright span {
        display: block;
        color: #fff;
        font-size: 10px;
        margin: 3px 0 0;
        text-transform: uppercase;
    }

    .Footer .content_footer__center {
        padding-left: 50px;
        width: auto;
    }

        .Footer .content_footer__center__fuxion h4.logotype-footer,
        .Footer .content_footer__center width auto h4.logotype-footer {
            width: 64px;
            height: 16px;
            margin: 0 auto;
        }

            .Footer .content_footer__center__fuxion h4.logotype-footer a,
            .Footer .content_footer__center width auto h4.logotype-footer a {
                display: block;
                text-indent: -99999px;
                background-image: url("../images/footer/fuxion-logo.png");
                width: 100%;
                height: 100%;
            }

#rss_content {
    text-align: center;
    color: white;
    margin-top: -10px;
}

.Footer .content_footer__left__fuxion h4.logotype-footer a {
    display: block;
    text-indent: -99999px;
    background-image: url("../images/footer/fuxion-logo.png");
    width: 100%;
    height: 100%;
    color: white;
}

.Footer .content_footer__left__fuxion h4.logotype-footer {
    width: 64px;
    height: 16px;
    margin: 0 auto;
}

.Footer .content_footer__right {
    width: auto;
}

.Footer .content_footer__right__rss {
    width: 156px;
    height: 15px;
}

    .Footer .content_footer__right__rss .nav_rss {
        width: 156px;
        height: 15px;
    }

        .Footer .content_footer__right__rss .nav_rss li {
            float: left;
            width: 25px;
            height: 25px;
        }

            .Footer .content_footer__right__rss .nav_rss li a {
                display: block;
                text-indent: -99999px;
                background-image: url("../images/footer/rss-footer.png");
            }

            .Footer .content_footer__right__rss .nav_rss li:nth-child(1) a {
                width: 7px;
                background-position: 0px 0;
            }

            .Footer .content_footer__right__rss .nav_rss li:nth-child(2) a {
                width: 20px;
                background-position: -23px 0;
            }

            .Footer .content_footer__right__rss .nav_rss li:nth-child(3) a {
                background-position: -46px 0;
            }

            .Footer .content_footer__right__rss .nav_rss li:nth-child(4) a {
                background-position: -73px 0;
            }

            .Footer .content_footer__right__rss .nav_rss li:nth-child(5) a {
                background-position: -103px 0;
            }

            .Footer .content_footer__right__rss .nav_rss li:nth-child(6) a {
                background-position: -131px 0;
            }

h1,
h2,
h3,
h4,
h5,
h6 {
    ;
    font-weight: normal;
    /*letter-spacing: -0.5px;*/
}

input {
    border: 1px solid #ced2d5;
    border-radius: 3px;
}

.Search {
    background-color: #cadae4;
    padding: 12px 0;
    /* Media query */
}

.Search-input {
    display: table;
}

    .Search-input input {
        font-size: 16px;
        height: 2.8125em;
        padding: 0.35em 0.8em;
        display: table-cell;
        vertical-align: middle;
        width: calc(100% - 60px);
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .Search-input button {
        height: 45px;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        width: 60px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-left: -1px;
    }

@media (max-width: 640px) {
    .Search-input,
    .Search-action {
        width: 100%;
    }

    .Search-action {
        text-align: center;
    }

        .Search-action .Btn {
            margin-top: 12px;
            padding: 0.6em 2em;
            width: initial;
            display: inline-block;
        }
}

.ProductWelcome .container > .row {
    font-size: 0;
}

    .ProductWelcome .container > .row > [class^="col-"] {
        display: inline-block;
        font-size: initial;
        vertical-align: middle;
        float: none;
    }

.ProductWelcome-title {
    font-size: 40px;
    text-transform: uppercase;
    color: #0094de;
    text-align: center;
    line-height: 1.1;
    margin: 0;
}

@media (max-width: 768px) {
    .ProductWelcome {
        text-align: center;
    }

    .ProductWelcome-title {
        font-size: 32px;
        margin-bottom: 0.5em;
    }
}

.ProductLineCard {
    padding: 0;
    /* Media queries */
}

.ProductLineCard-category {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 40vw;
}

.ProductLineCard-category--potenciadores {
    /*background-image: url("../images/product/potenciadores.png");*/
    background-position: right center;
}

.ProductLineCard-category--base {
    /*background-image: url("../images/product/base.png");*/
    background-position: left center;
}

.ProductLineCard-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .ProductLineCard-text h2 {
        font-size: 28px;
        color: #fff;
        margin: 0;
        line-height: 1.1;
    }

    .ProductLineCard-text p {
        ;
        font-size: 20px;
        /*letter-spacing: -0.5px;*/
        line-height: 1.25;
        color: #fff;
        margin: 0.8em 0;
    }

.ProductLineCard-action {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .ProductLineCard-text h2 {
        font-size: 22px;
    }

    .ProductLineCard-text p {
        ;
        font-size: 16px;
    }

    .ProductLineCard-action .Btn {
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    .ProductLineCard > .row {
        margin-left: 20%;
        margin-right: 0%;
    }

    .ProductLineCard-category {
        width: 65%;
        height: initial;
        padding: 50px 0;
    }

    .ProductLineCard-text {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: initial;
        -moz-transform: initial;
        -o-transform: initial;
        -ms-transform: initial;
        transform: initial;
        padding: 0 25px;
    }
}

.ProductLine--potenciadores .Product-title::after {
    background-color: #079c7a;
}
/*.ProductLine--potenciadores .Product-title > span {
  color: #079c7a;
}*/
.ProductLine--potenciadores .Tabs .nav-tabs > li.active > a,
.ProductLine--potenciadores .Tabs .nav-tabs > li.active > a:hover,
.ProductLine--potenciadores .Tabs .nav-tabs > li.active > a:focus {
    background-color: #079c7a;
}

.ProductLine--base .Product-title::after {
    background-color: #f9b11b;
}

.ProductLine--base .Product-title > span {
    color: #f9b11b;
}

.ProductLine--base .Tabs .nav-tabs > li.active > a,
.ProductLine--base .Tabs .nav-tabs > li.active > a:hover,
.ProductLine--base .Tabs .nav-tabs > li.active > a:focus {
    background-color: #f9b11b;
}

.ProductLine .Tabs-contentSelect {
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .ProductLine-banner {
        padding: 11vw 0;
    }
}

.Tabs-navWrap {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 17px rgba(0,0,0,0.1);
    box-shadow: 0 3px 17px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}

.Tabs .nav-tabs {
    border-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .Tabs .nav-tabs > li {
        float: none;
        position: relative;
    }

        .Tabs .nav-tabs > li::after {
            content: '';
            width: 1px;
            background-color: #f9f9f9;
            height: 65%;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .Tabs .nav-tabs > li:last-child::after {
            width: 0;
            background-color: transparent;
        }

        .Tabs .nav-tabs > li.active::after {
            width: 0;
            background-color: transparent;
        }

        .Tabs .nav-tabs > li.active > a,
        .Tabs .nav-tabs > li.active > a:hover,
        .Tabs .nav-tabs > li.active > a:focus {
            border: 0;
            color: #fff;
            background-color: #0094de;
        }

        .Tabs .nav-tabs > li > a {
            margin-right: 0;
            border: 0;
            border-radius: 0;
            ;
            font-size: 17px;
            float: none;
            color: #c0c0c0;
            letter-spacing: initial;
            padding: 0.94444em 1.52941em;
        }

            .Tabs .nav-tabs > li > a:hover,
            .Tabs .nav-tabs > li > a:focus {
                background-color: transparent;
            }

.Tabs-contentWrap {
    padding: 40px 0 0;
    background-color: white;
}

@media (max-width: 767px) {
    .Tabs-contentWrap {
        padding: 0;
    }

    .Tabs .nav-tabs > li > a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .Tabs .nav-tabs > li {
        width: 100%;
        text-align: center;
    }

        .Tabs .nav-tabs > li::after {
            width: 0;
            background-color: transparent;
        }

        .Tabs .nav-tabs > li > a {
            width: 100%;
            display: block;
        }
}

.ProductSearch .Product-data span {
    text-transform: initial;
}

.ProductSearch .Product-data p {
    font-size: 17px;
}

.ProductSearch .Product-data .viewmore {
    font-size: 17px;
    color: #0094de;
    margin: 0;
}

.ProductSearch .Product:nth-child(even) .Product-title::after {
    right: auto;
    left: 0;
}

.ProductSearch .Product:nth-child(even) .Product-icon {
    right: auto;
    left: 0;
}

.ProductSearch .Product:nth-child(even) .Product-image {
    position: initial;
    left: auto;
    padding-left: 80px;
}

.ProductSearch .Product:nth-child(even) .Product-info {
    position: initial;
    right: auto;
    text-align: left;
}

.Product {
    position: relative;
    border-bottom: 0.5px solid rgba(179, 177, 177, 0.95);
    /*-webkit-box-shadow: 0 4px 6px -6px #222;
  -moz-box-shadow: 0 4px 6px -6px #222;
  box-shadow: 0 4px 6px -6px #222;*/
    /* Media queries */
}

    .Product > .row {
        font-size: 0;
    }

    .Product:nth-child(odd) .Product-title::after {
        right: auto;
        left: 0;
    }

    .Product:nth-child(odd) .Product-image {
        text-align: right;
        padding-left: 80px;
    }

        .Product:nth-child(odd) .Product-image img {
            display: inline-block;
            max-width: 326px;
            max-height: 326px;
        }

    .Product:nth-child(even) .Product-icon {
        left: auto;
        right: 115;
    }

    .Product:nth-child(even) .Product-image {
        position: relative;
        left: 50%;
        padding-right: 80px;
    }

    .Product:nth-child(even) .Product-info {
        position: relative;
        right: 50%;
        text-align: right;
    }

.Product-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.Product-image,
.Product-info {
    font-size: initial;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.Product-title {
    position: relative;
}

    .Product-title::after {
        content: '';
        height: 2px;
        width: 30%;
        bottom: 0;
        /*background-color: #838383;*/
        position: absolute;
        right: 0;
    }

    .Product-title > span {
        font-size: 32px;
        line-height: 1;
        padding-bottom: 0.21875em;
        display: inline-block;
        color: #838383;
    }

.Product-data {
    margin: 14px 0;
}

    .Product-data span {
        font-size: 15px;
        display: block;
        color: #838383;
    }

        .Product-data span + span {
            margin-top: 4px;
        }

        .Product-data span strong {
            ;
        }

    .Product-data a {
        display: inline-block;
        font-size: 17px;
        margin-top: 0.7647em;
        color: #0094de;
    }

.Product-action .Btn {
    padding: 0.6em 2.7em;
}

@media (max-width: 768px) {
    .Product-icon {
        top: initial;
        -webkit-transform: initial;
        -moz-transform: initial;
        -o-transform: initial;
        -ms-transform: initial;
        transform: initial;
        position: initial;
    }

        .Product-icon + .row {
            -webkit-box-align: end;
            -moz-box-align: end;
            -o-box-align: end;
            -ms-flex-align: end;
            -webkit-align-items: flex-end;
            align-items: flex-end;
        }

    .Product-image {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .Product-title > span {
        font-size: 26px;
    }

    .Product-data span {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .Product:nth-child(even) .Product-image {
        position: initial;
        left: initial;
    }

    .Product:nth-child(even) .Product-info {
        position: initial;
        right: initial;
    }

    .Product-image,
    .Product-info {
        width: 100%;
    }

    .Product-info {
        text-align: center !important;
    }

    .Product-title::after {
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto;
    }
}

.ProductFile--inmunologica .Breadcrumbs li.is-current a,
.ProductFile--inmunologica .Breadcrumbs li.is-current span {
    color: #539c7b;
}

.ProductFile--control .Breadcrumbs li.is-current a,
.ProductFile--control .Breadcrumbs li.is-current span {
    color: #72baec;
}

.ProductFile--antiage .Breadcrumbs li.is-current a,
.ProductFile--antiage .Breadcrumbs li.is-current span {
    color: #52256b;
}

.ProductFile--vigor .Breadcrumbs li.is-current a,
.ProductFile--vigor .Breadcrumbs li.is-current span {
    color: #c4271a;
}

.ProductFile--sport .Breadcrumbs li.is-current a,
.ProductFile--sport .Breadcrumbs li.is-current span {
    color: #94a1a9;
}

.ProductFile--kids .Breadcrumbs li.is-current a,
.ProductFile--kids .Breadcrumbs li.is-current span {
    color: #eab817;
}

.ProductFile--limpia .Breadcrumbs li.is-current a,
.ProductFile--limpia .Breadcrumbs li.is-current span {
    color: #a2c037;
}

.ProductFile--nutre .Breadcrumbs li.is-current a,
.ProductFile--nutre .Breadcrumbs li.is-current span {
    color: $nutre;
}

.ProductFile--revitaliza .Breadcrumbs li.is-current a,
.ProductFile--revitaliza .Breadcrumbs li.is-current span {
    color: #d3711b;
}

.ProductFile-content {
    /*background: -webkit-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
  background: -moz-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
  background: -o-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
  background: -ms-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
  background: linear-gradient(90deg, #fff 50%, #fcfcfc 50%);*/
}

    .ProductFile-content .row {
        font-size: 0;
    }

        .ProductFile-content .row > [class^="col-"] {
            float: none;
            font-size: initial;
            display: inline-block;
            vertical-align: middle;
        }

.ProductFile-wrap {
    padding: 10px 0 50px;
}

.ProductFile-description > h1 {
    color: #059d7b;
    text-transform: uppercase;
    border-bottom: 2px solid #059d7b;
}

.ProductFile-description > p {
    font-size: 15px;
    color: #838383;
    line-height: 1.25;
}

.ProductFile-data {
    margin: 20px 0 20px;
}

.ProductFile-data-item.is-open .description {
    background: url("../images/icons/descripcion-on.png") no-repeat;
    background-position: left center;
}

.ProductFile-data-item.is-open .comercial {
    background: url("../images/icons/video-on.png") no-repeat;
    background-position: left center;
}

.ProductFile-data-item .description {
    background: url("../images/icons/descripcion-off.png") no-repeat;
    background-position: calc(0% + 7px) center;
}

.ProductFile-data-item .nutricional {
    background: url("../images/icons/apple-off.png") no-repeat;
    background-position: calc(0% + 7px) center;
}

.ProductFile-data-item .comercial {
    background: url("../images/icons/video-off.png") no-repeat;
    background-position: calc(0% + 7px) center;
}

.ProductFile-data-item .ingredientes {
    background: url("../images/icons/ingredientes-off.png") no-repeat;
    background-position: calc(0% + 7px) center;
}

.ProductFile-data-item a {
    font-size: 15px;
    color: #838383;
    display: block;
    padding: 10px 20px 8px 40px;
}

.ProductFile-data-item > div {
    padding: 15px 0 15px 40px;
    display: none;
}

    .ProductFile-data-item > div p {
        color: #838383;
        line-height: 1.35;
        font-size: 16px;
    }

.ProductFile-action .Btn {
    padding: 0.6em 2.7em;
}

.ProductFile-image {
    margin: 0;
}

    .ProductFile-image > img {
        margin-left: auto;
        margin-right: auto;
    }

.ProductFile-related-list {
    font-size: 0;
    text-align: center;
}

.ProductFile-related-title {
    ;
    font-size: 20px;
    line-height: 1.25;
    color: #838383;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1.75em;
}

.ProductFile-related-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: initial;
}

    .ProductFile-related-item figure {
        padding: 2vw 4vw;
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
        min-height: 400px;
    }

    .ProductFile-related-item figcaption {
        margin: 25px 0 0;
    }

        .ProductFile-related-item figcaption h4 {
            font-size: 17px;
            color: #838383;
            margin-bottom: 0.2353em;
        }

        .ProductFile-related-item figcaption a {
            display: inline-block;
            color: #0094de;
            font-size: 17px;
        }

@media (max-width: 767px) {
    .ProductFile-content {
        background: initial;
        padding-bottom: 35px;
    }

    .ProductFile-description > h1 {
        font-size: 26px;
    }

    .ProductFile-description > p {
        font-size: 15px;
    }

    .ProductFile-data-item a {
        font-size: 16px;
    }

    .ProductFile-data-item > div {
        padding: 15px 0;
    }

        .ProductFile-data-item > div p {
            font-size: 15px;
        }

    .ProductFile-related {
        padding: 35px 0;
    }

    .ProductFile-related-list > .col {
        margin-bottom: 20px;
    }

        .ProductFile-related-list > .col:last-of-type {
            margin-bottom: 0;
        }

    .ProductFile-related-item {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .ProductFile .row [class^="col-"] {
        width: 100%;
    }

    .ProductFile-action {
        margin-bottom: 35px;
    }
}

@media (max-width: 480px) {
    .ProductFile-related-item {
        width: 100%;
    }
}

.Steps {
    text-align: center;
}

.Steps-title {
    font-size: 22px;
    color: #838383;
    margin: 0 0 0.63636em;
    ;
    font-weight: normal;
}

.Steps .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 0;
    max-width: 100%;
}

.Steps .nav-pills > li {
    float: none;
}

    .Steps .nav-pills > li + li {
        margin-left: 0;
    }

.Steps .nav > li {
    position: relative;
}

    .Steps .nav > li::after {
        content: '';
        height: 1px;
        width: 100%;
        top: 50%;
        background-color: #7e7e7e;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: calc(50% + 2px);
    }

    .Steps .nav > li:last-child::after {
        width: 0;
        background-color: transparent;
    }

    .Steps .nav > li.active > a {
        background-color: #0094de;
    }

    .Steps .nav > li > a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        ;
        font-size: 22px;
        line-height: 1.2;
        background-color: #7e7e7e;
        color: #fff;
        z-index: 1;
        border: 0;
    }

.Steps .pager {
    padding-top: 25px;
    border-top: 1px solid #c7c7c7;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

    .Steps .pager li {
        margin-right: 40px;
    }

        .Steps .pager li:last-child {
            margin-right: 0;
        }

    .Steps .pager .next .Btn {
        padding-right: 2em !important;
        background-image: url("../images/icons/arrow-right-white.png");
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) center;
    }

    .Steps .pager .previous .Btn {
        padding-left: 2em !important;
        background-image: url("../images/icons/arrow-left-white.png");
        background-repeat: no-repeat;
        background-position: 10px center;
    }

.Form-row {
    padding: 0px 0 0;
}

    .Form-row .form-group {
        text-align: left;
    }

        .Form-row .form-group label {
            color: #838383;
            font-weight: normal;
        }

        .Form-row .form-group .form-control {
            background-color: #fdfdfd;
        }

            .Form-row .form-group .form-control.white {
                background-color: #fff;
            }

        .Form-row .form-group:last-child {
            margin-bottom: 0;
        }

        .Form-row .form-group:first-child {
            margin-bottom: 15px;
        }

.Form-title {
    ;
    font-size: 17px;
    color: #838383;
    margin-bottom: 1.2em;
}

.Form-radios {
    text-align: left;
}

.Form-radios-group {
    padding-left: 40px;
}

    .Form-radios-group .check {
        padding-left: 20px;
    }

        .Form-radios-group .check > label {
            font-size: 15px;
            color: #b5b5b5;
        }

.Form-radios + .Form-radios {
    margin-top: 25px;
}

.Form-aditional {
    padding: 25px 0 0;
    text-align: left;
}

    .Form-aditional .Steps-title {
        margin: 0;
    }

    .Form-aditional p {
        margin: 2px 0;
    }

    .Form-aditional a {
        margin: 2px 0;
        color: #0094de;
        border-bottom: 1px solid #0094de;
        display: inline-block;
        line-height: 1;
    }

        .Form-aditional a:hover,
        .Form-aditional a:focus {
            color: #00a7fb !important;
        }

    .Form-aditional .check {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        margin-top: 12px;
    }

    .Form-aditional .check-wrapLabel {
        padding-left: 15px;
        overflow: hidden;
    }

        .Form-aditional .check-wrapLabel label {
            font-size: 14px;
            font-weight: normal;
            color: #a2a2a2;
            text-align: justify;
        }

.Cart {
    text-align: left;
}

.Cart-content {
    border-top: 1px solid #c7c7c7;
}

.Cart li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

    .Cart li + li {
        border-top: 1px solid #ededed;
    }

        .Cart li + li:last-of-type {
            border-top: 1px solid #a2a2a2;
        }

    .Cart li > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .Cart li span {
        ;
        display: block;
        font-size: 16px;
        color: #a2a2a2;
    }

.Cart-item {
    padding: 24px 0;
}

    .Cart-item .quantity {
        width: 5%;
        text-align: right;
    }

    .Cart-item .nameProduct {
        width: 45%;
    }

        .Cart-item .nameProduct span {
            ;
            color: #0094de;
        }

    .Cart-item .value {
        width: 22.5%;
        text-align: right;
    }

        .Cart-item .value span {
            ;
        }

    .Cart-item .price {
        width: 22.5%;
        text-align: right;
    }

    .Cart-item .action {
        width: 5%;
        text-align: right;
    }

        .Cart-item .action span {
            ;
            font-size: 13px;
            color: #f00;
            cursor: pointer;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .Cart-item .action span:hover,
            .Cart-item .action span:focus {
                color: #ff8080;
            }

.Cart-total {
    padding: 15px 0;
}

    .Cart-total .total {
        width: 50%;
        text-align: right;
    }

        .Cart-total .total span {
            color: #838383;
        }

    .Cart-total .totalvalue {
        width: 22.5%;
        text-align: right;
    }

        .Cart-total .totalvalue span {
            ;
        }

    .Cart-total .totalprice {
        width: 27.5%;
        text-align: right;
    }

        .Cart-total .totalprice span {
            ;
            color: #838383;
        }

.Tabs .nav-tabs > li.active > [role="limpia"] {
    background-color: #a2c037 !important;
}

.Tabs .nav-tabs > li.active > [role="nutre"] {
    background-color: #3a609e !important;
}

.Tabs .nav-tabs > li.active > [role="revitaliza"] {
    background-color: #d3711b !important;
}

.Tabs .nav-tabs > li.active > [role="inmunologica"] {
    background-color: #539c7b !important;
}

.Tabs .nav-tabs > li.active > [role="control"] {
    background-color: #72baec !important;
}

.Tabs .nav-tabs > li.active > [role="antiage"] {
    background-color: #52256b !important;
}

.Tabs .nav-tabs > li.active > [role="vigor"] {
    background-color: #c4271a !important;
}

.Tabs .nav-tabs > li.active > [role="sport"] {
    background-color: #94a1a9 !important;
}

.Tabs .nav-tabs > li.active > [role="kids"] {
    background-color: #eab817 !important;
}

.Tabs .tab-content > #limpia .Product-title::after {
    background-color: #a2c037;
}

.Tabs .tab-content > #limpia .Product-title > span {
    color: #a2c037;
}

.Tabs .tab-content > #nutre .Product-title::after {
    background-color: #3a609e;
}

.Tabs .tab-content > #nutre .Product-title > span {
    color: #3a609e;
}

.Tabs .tab-content > #revitaliza .Product-title::after {
    background-color: #d3711b;
}

.Tabs .tab-content > #revitaliza .Product-title > span {
    color: #d3711b;
}
/*.Tabs .tab-content > #inmunologica .Product-title::after {
  background-color: #539c7b;
}*/

.Tabs .tab-content > #inmunologica .Product-title > span {
    color: #059d7b;
    text-transform: uppercase;
    border-bottom: 2px solid #059d7b;
}
/*.Tabs .tab-content > #control .Product-title::after {
  background-color: #72baec;
}*/

.Tabs .tab-content > #control .Product-title > span {
    color: #72baec;
    text-transform: uppercase;
    border-bottom: 2px solid #71baeb;
}
/*.Tabs .tab-content > #antiage .Product-title::after {
  background-color: #52256b;
}*/

.Tabs .tab-content > #antiage .Product-title > span {
    color: #52256b;
    text-transform: uppercase;
    border-bottom: 2px solid #52256b;
}
/*.Tabs .tab-content > #vigor .Product-title::after {
  background-color: #c4271a;
}*/

.Tabs .tab-content > #vigor .Product-title > span {
    color: #c4271a;
    text-transform: uppercase;
    border-bottom: 2px solid #c4271a;
}
/*.Tabs .tab-content > #sport .Product-title::after {
  background-color: #94a1a9;
}*/

.Tabs .tab-content > #sport .Product-title > span {
    color: #94a1a9;
    text-transform: uppercase;
    border-bottom: 2px solid #94a1a9;
}
/*.Tabs .tab-content > #kids .Product-title::after {
  background-color: #eab817;
}*/

.Tabs .tab-content > #kids .Product-title > span {
    color: #eab817;
    text-transform: uppercase;
    border-bottom: 2px solid #eab817;
}

.Btn {
    ;
    font-weight: normal;
    font-size: 15px;
    border: 0 !important;
    padding: 0.8em 1.46667em !important;
    border-radius: 3px !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-align: center;
}

    .Btn:hover,
    .Btn:focus {
        text-decoration: none;
    }

.Btn--blue {
    color: #fff !important;
    background-color: #0094de !important;
}

    .Btn--blue:hover,
    .Btn--blue:focus {
        color: #fff;
        background-color: #00a7fb !important;
    }

.Btn--turquoise {
    color: #fff;
    background-color: #079c7a !important;
}

    .Btn--turquoise:hover,
    .Btn--turquoise:focus {
        color: #fff;
        background-color: #08bd94 !important;
    }

.Btn--gray {
    color: #fff;
    background-color: #7e7e7e !important;
}

    .Btn--gray:hover,
    .Btn--gray:focus {
        color: #fff;
        background-color: #8b8b8b !important;
    }

.Btn--hsmall {
    padding-top: 0.6em !important;
    padding-bottom: 0.6em !important;
}

.Btn--hsmallProducts {
    padding-top: 0.6em !important;
    padding-bottom: 0.6em !important;
    font-size: 10px !important;
    letter-spacing: 1.5px;
}

.Btn--big {
    font-size: 18px;
}

.shopVirtual {
    width: 100%;
}

.shopVirtual-banner {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

    .shopVirtual-banner h2 {
        font-size: 55px;
        padding: 1.81818em 0;
        margin: 0;
        color: #fff;
        text-shadow: 0 0 10px rgba(0,0,0,0.35);
    }

.shopVirtual-bannerEF h2 {
    font-size: 55px;
    padding: 0.81818em 0;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.35);
}

.shopVirtual-country {
    background-color: #f9f9f9;
}

.shopVirtual-country-content {
    margin: 0 20%;
}

.shopVirtual-country-current p {
    margin-bottom: 4px;
}

    .shopVirtual-country-current p > .countryName {
        ;
        letter-spacing: 0.5px;
        color: $darken(#838383, 25%);
    }

.shopVirtual-country-subtitle {
    ;
    font-size: 21px;
    font-weight: bold;
    color: #777;
    letter-spacing: initial;
    margin: 0;
    text-align: center;
}

.shopVirtual-country-select {
    margin-bottom: 0.23809em;
}

    .shopVirtual-country-select .select-custom {
        margin: 18px 0;
    }

    .shopVirtual-country-select select {
        font-size: 16px;
    }

.shopVirtual-country-action .Btn {
    padding: 0.7em 2.75em;
}

.shopVirtual-register {
    background-color: #fff;
}

.shopVirtual-register-title {
    font-size: 35px;
    color: #0094de;
    margin: 0;
    font-weight:800!important;
}

.shopVirtual-register-step {
    margin: 45px 0 0;
}

.code_verification__top {
    ;
    width: 450px;
    margin: 0 auto;
}

.header2-responsive {
    display: none !important;
}

.header_navbar-mobile ul li:nth-child(5) {
    display: none !important;
}

@media screen and (max-width: 550px) {

    .header_content {
        z-index: 80;
    }

    .header_navbar-mobile {
        top: 52px;
    }

    .new-cart {
        font-size: 12px;
    }

    .code_verification__top {
        width: 100%;
    }

    #header_navigator_new .header_content__left {
        padding-left: 35px !important;
    }

    #header_navigator_new .brand-second {
        display: none !important;
    }

    #header_navigator_new {
        height: 135px;
        top: 0;
        z-index: 99;
    }

    #carousel-banner {
        /*margin-top: 10px;*/
    }
}

.code_verification__top input {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #999;
    padding: 12px 0;
    text-align: center;
}

.code_verification__top a {
    margin: 10px 0 0;
    display: block;
    width: 100%;
    border-radius: 7px;
    border: 1px solid #777;
    padding: 15px 0;
    color: #fff;
    border: 0px;
    text-align: center;
    font-size: 17px;
    background: #0086d6;
}

.code_verification__bottom {
    width: 450px;
    margin: 10px auto 0;
    position: relative;
}

@media screen and (max-width: 550px) {
    .code_verification__bottom {
        width: 100%;
    }
}

.code_verification__bottom span {
    width: 10px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    text-align: center;
    color: rgba(119,119,119,0.467);
}

    .code_verification__bottom span:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 0;
        display: inline-block;
        width: 200px;
        height: 0px;
        border: 1px solid rgba(119,119,119,0.467);
    }

@media screen and (max-width: 550px) {
    .code_verification__bottom span:before {
        width: 150px;
    }
}

.code_verification__bottom span:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    display: inline-block;
    width: 200px;
    height: 0px;
    border: 1px solid rgba(119,119,119,0.467);
}

@media screen and (max-width: 550px) {
    .code_verification__bottom span:after {
        width: 150px;
    }
}

.code_verification__bottom input {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #999;
    padding: 12px 0;
    text-align: center;
}

.code_verification__bottom a.btn_blue_shop {
    margin: 10px 0 0;
    width: 100%;
    border-radius: 7px;
    padding: 15px 0;
    color: #fff;
    border: 0;
    text-align: center;
    font-size: 15px;
    background: #0086d6;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    ;
}

.login_rss {
    width: 100%;
    display: inline-block;
}

.login_rss__ul {
    width: 80%;
    margin: 0 10%;
}

@media screen and (max-width: 550px) {
    .login_rss__ul {
        width: 100%;
        margin: 0;
    }
}

.login_rss__ul__li {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    border-radius: 7px;
}

    .login_rss__ul__li:nth-child(1) {
        background: #3a579a;
    }

    .login_rss__ul__li:nth-child(2) {
        background: #059ff5;
    }

    .login_rss__ul__li:nth-child(3) {
        background: #d84827;
    }

    .login_rss__ul__li a {
        width: 100%;
        display: inline-block;
        color: #fff;
        text-decoration: none;
    }

        .login_rss__ul__li a .ico-face {
            width: 50px;
            height: 50px;
            display: block;
            float: left;
            background-image: url("../images/shop/ico-face.png");
            background-repeat: no-repeat;
            background-position: center;
        }

        .login_rss__ul__li a .ico-twitter {
            width: 50px;
            height: 50px;
            display: block;
            float: left;
            background-image: url("../images/shop/ico-twitter.png");
            background-repeat: no-repeat;
            background-position: center;
        }

        .login_rss__ul__li a .ico-google {
            width: 50px;
            height: 50px;
            display: block;
            float: left;
            background-image: url("../images/shop/ico-google.png");
            background-repeat: no-repeat;
            background-position: center;
        }

        .login_rss__ul__li a span {
            display: block;
            color: #fff;
            font-size: 1em;
            padding: 15px 0 0;
            text-align: center;
            width: 100%;
        }

.shop-productsList {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.shop-product {
    width: 100%;
    overflow: hidden;
    /*background: -webkit-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
  background: -moz-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
  background: -o-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
  background: -ms-linear-gradient(0deg, #fff 50%, #fcfcfc 50%);
  background: linear-gradient(90deg, #fff 50%, #fcfcfc 50%);*/
}

    .shop-product h2.titlevirtual {
        font-size: 35px;
        font-weight: bold;
        color: #0086d6;
        margin: 0 0 1em;
    }

    .shop-product ul.item__list > [class^="col"] {
        margin-bottom: 20px;
    }

@media screen and (max-width: 550px) {
    .shop-product ul.item__list li {
        width: 45%;
        margin: 20px 2.5%;
    }
}

.shop-product ul.item__list li .content-item {
       padding: 15px 5px;
    min-height: 377px;
    text-align: center;
    box-shadow: 0 6px 10px 0 rgba(128,98,96,.16);
    border-radius: 4px;
    /* border: 1px solid rgba(127,127,127,0.16); */
    /* -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
    background-color: white;
    /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
}

    .shop-product ul.item__list li .content-item .nameProduct strong {
        color: #333333 !important;
    }

.list-categories-item {
    margin: 5px 0;
}

    .list-categories-item a {
        color: #333333 !important;
    }

.category-principal a {
    /*color: #0086d6 !important;*/
}

    .category-principal a:hover {
        /*color: #0086d6 !important;*/
        text-decoration: underline;
    }


.content-category-new {
    border-right: 1px solid #e2e2e2 !important;
}

.filter-section {
    border: none !important;
    margin-bottom: 25px !important;
    box-shadow: none !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #f5f5f5 !important;
    padding: 15px 0 !important;
}

.quality-new {
    color: #333333;
    font-size: 12px;
}

.filter-order {
    font-size: 15px;
    font-weight: 700;
}

.padd a {
    color: #333333;
}

.content-select {
    position: relative;
}

    .content-select select {
        width: 100%;
        padding: 0px 20px 0px 20px;
        background-color: #ffffff !important;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15) !important;
        border: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;
    }

    .content-select:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -10px;
        margin-right: 10px;
        width: 15px;
        height: 15px;
        border-left: solid 2px #0094de;
        border-bottom: solid 2px #0094de;
        border-bottom-left-radius: 3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 2;
    }

.summary-content-new {
    margin-top: 0 !important;
}

    .summary-content-new p {
        font-size: 14px !important;
        margin: 0 !important;
    }

.continue-message-container-new p {
    font-size: 14px !important;
    color: red;
}

.shop__right__content .Btn {
    min-width: 100% !important;
}

.content-header {
    height: calc(100vh - 238px);
    width: 450px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

    .content-header h2 {
        text-align: center;
        margin-bottom: 30px;
        width: 100%;
        margin-top: 0;
    }

    .content-header .d-b {
        width: 100%;
        padding: 30px 30px;
        border: 1px solid #cccccc;
    }

    .content-header .form-group {
        margin-bottom: 25px;
    }

#SearchProductButtonResponsive {
    /*background-color: #0086d6 !important;*/
    border: none;
}

.shop__right__item {
    padding-bottom: 0 !important;
}

.shop__right__item-new {
    padding-bottom: 0 !important;
}

.padd a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

.list-category-new {
    padding-bottom: 7px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
}

.shop-product ul.item__list li .content-item .content-item__img img {
    width: 90%;
    margin: 0 auto;
}

.shop-product ul.item__list li .content-item h2 {
    font-size: 15px;
    font-weight: bold;
    color: #49a0dd;
}

.shop-product ul.item__list li .content-item > span {
    margin: 3px 0;
    display: block;
    line-height: 1.15;
}

    .shop-product ul.item__list li .content-item > span.price {
        color: #0086d6;
        ;
        font-size: 22px;
    }

    .shop-product ul.item__list li .content-item > span.taxes {
        font-size: 13px;
        color: #969696;
    }

    .shop-product ul.item__list li .content-item > span.number {
        text-transform: uppercase;
        color: #424242;
    }

.shop-product ul.item__list li .content-item p {
    padding: 10px 0;
}

.shop-product ul.item__list li .content-item h5 {
    font-size: 15px;
    padding: 5px 0;
}

.shop-product ul.item__list li .content-item .contador {
    width: 105px;
    max-width: 80%;
    background: #fff;
    margin: 10px auto 0;
}

.product-nav .content-item.contador div:first-child {
    padding: 4px;
}

.shop-product ul.item__list li .content-item .contador .input-group .form-control {
    border-left: 0;
    border-right: 0;
    ;
}

    .shop-product ul.item__list li .content-item .contador .input-group .form-control:focus,
    .shop-product ul.item__list li .content-item .contador .input-group .form-control:hover {
        border-color: #ccc;
    }

.shop-product ul.item__list li .content-item .contador .form-group {
    margin-bottom: 0;
}

    .shop-product ul.item__list li .content-item .contador .form-group .input-group-btn:first-child > .btn {
        border-right: 0;
        background: url("../images/icons/arrow-down-count.png") no-repeat;
        background-position: center center;
    }

    .shop-product ul.item__list li .content-item .contador .form-group .input-group-btn:last-child > .btn {
        border-left: 0;
        background: url("../images/icons/arrow-up-count.png") no-repeat;
        background-position: center center;
    }

    .shop-product ul.item__list li .content-item .contador .form-group .input-group-btn > .btn {
        text-indent: -9999px;
        padding: 6px 16px;
    }

        .shop-product ul.item__list li .content-item .contador .form-group .input-group-btn > .btn:focus,
        .shop-product ul.item__list li .content-item .contador .form-group .input-group-btn > .btn:hover {
            border-color: #ccc;
        }

.shop__right {
    float: right;
    width: 30%;
    background: #f4f5f9;
    padding: 0 0 0 30px;
}

@media screen and (max-width: 550px) {
    .shop__right {
        width: 90%;
        float: none;
        clear: both;
        display: inline-block;
        margin: 0 5%;
        padding: 0;
    }
}

.shop__right__content {
    /*padding-top: 10px;*/
    float: left;
    width: 90%;
}

@media screen and (max-width: 550px) {
    .shop__right__content {
        width: 98%;
        float: none;
    }
}

.shop__right__content .buscador {
    font-size: 12px;
    margin: 0 0 20px;
}

#carousel-banner .item {
    margin: 0 !important;
}

#carousel-banner a {
    display: block;
}

#carousel-banner .carousel-control {
    background-image: none !important;
}

#carousel-banner .version_mobil {
    display: none;
}

.carousel-control .icon-prev:before {
    content: "";
    margin-top: -10px;
    margin-right: 10px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-left: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    border-bottom-left-radius: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}


.carousel-control .icon-prev:after {
    content: "";
    margin-top: -10px;
    margin-right: 10px;
    position: absolute;
    width: 30px;
    left: 20px;
    height: 30px;
    border-left: solid 2px #333333;
    border-bottom: solid 2px #333333;
    border-bottom-left-radius: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}


.carousel-control .icon-next:before {
    content: "";
    position: absolute;
    margin-top: -10px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-left: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    border-bottom-left-radius: 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
}

.carousel-control .icon-next:after {
    content: "";
    position: absolute;
    margin-top: -10px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    right: -20px;
    border-left: solid 2px #333333;
    border-bottom: solid 2px #333333;
    border-bottom-left-radius: 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
}

.shop__right__content .buscador input {
    width: 100%;
    display: block;
    font-size: 14px;
    border-radius: 7px;
    padding: 6px 12px 6px 32px;
    background: #fff url("../images/icons/search-product.png") no-repeat;
    background-position: 7px center;
}

.shop__right__content__resume {
    width: 100%;
    /*border-bottom: 1px solid #000;
    color: #616162;*/
}

    .shop__right__content__resume h2 {
        font-size: 15px;
        font-weight: bold;
    }

    .shop__right__content__resume h5 {
        font-size: 12px;
        margin:0!important;
    }

.shop__right__item {
    width: 100%;
    padding: 20px 0 20px;
    display: inline-block;
}

    .shop__right__item .item__listright {
        border-bottom: #E2E2E2 solid 1px;
    }

        .shop__right__item .item__listright li {
            width: 367px;
            height: 60px;
            font-size: 0;
        }

@media screen and (max-width: 550px) {

    .content-pills {
        height: 145px;
    }

    .shop__right__item .item__listright li {
        width: 100%;
    }

    #carousel-banner .version_desktop {
        display: none;
    }

    #carousel-banner .version_mobil {
        display: block;
    }
}

.shop__right__item .item__listright li p {
    display: inline-block;
    margin: 4px 0 0 10px;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    color: #616162;
    width: 30px;
    margin: 0;
}

.shop__right__item .item__listright li h3,h6 {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    width: 95px;
    font-weight: bold;
    /*color: #0086d6;*/
}

.shop__right__item .item__listright li h4 {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    color: #616162;
    margin: 4px 0 0 10px;
}

.shop__right__item .item__listright li h5.price {
    display: inline-block;
    font-size: 15px;
    color: #616162;
    vertical-align: middle;
    margin: 4px 0 0 10px;
}

.shop__right__item .item__listright li span.close {
    display: inline-block;
    background-color: white !important;
    font-size: 20px!important;
    vertical-align: middle;
    color: #BCBCBC !important;
    margin: 0 0 0 10px;
    float: none !important;
}

.shop__right__item .total_price {
    width: 100%;
    padding: 20px 0 20px;
    display: inline-block;
}

    .shop__right__item .total_price span {
        ;
        margin: 4px 0 0 10px;
        font-size: 13px;
        float: left;
        text-align: center;
        text-transform: uppercase;
        display: block;
        padding: 0px 0;
        color: #616162;
        width: 30px;
    }

    .shop__right__item .total_price h3 {
        font-size: 13px;
        float: left;
        display: block;
        width: 95px;
        font-weight: bold;
        color: #0086d6;
    }

    .shop__right__item .total_price h4 {
        font-size: 15px;
        float: right;
        display: block;
        color: #616162;
        ;
        margin: 4px 0 0 10px;
    }

    .shop__right__item .total_price h5 {
        font-size: 15px;
        color: #616162;
        ;
        float: right;
        margin: 4px 0 0 10px;
    }

a.buy_product {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 10px 0 0;
    text-decoration: none;
    background-color: #027ed1;
    border-radius: 7px;
    color: #fff;
    text-align: center;
}

.About-text .Health-section-text {
    padding-bottom: 30px;
    position: relative;
}

    .About-text .Health-section-text::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 14%;
        background-color: #0094de;
    }

.About-text--noline .Health-section-text {
    padding-bottom: 0;
}

    .About-text--noline .Health-section-text::before {
        width: 0;
        background-color: initial;
    }

.About-select {
    width: 45%;
    margin: 35px auto 50px;
}

    .About-select .select-custom {
        background: #0086d6 url("../images/icons/select-arrow-blue.png") no-repeat right 50% !important;
    }

        .About-select .select-custom select {
            color: #fff;
            font-size: 16px;
            padding-top: 8px;
            padding-bottom: 8px;
            height: 40px;
        }

.FigureCard {
    overflow: hidden;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.04);
    box-shadow: 0 0 30px rgba(0,0,0,0.04);
}

    .FigureCard img {
        width: 100%;
    }

.FigureCard-content {
    padding: 30px 25px;
    text-align: center;
    background-color: #fff;
}

    .FigureCard-content h4 {
        ;
        font-size: 21px;
        font-weight: normal;
        text-align: center;
        padding-bottom: 0.38095em;
        line-height: 1.3;
        color: #0094de;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 0.47619em;
    }

        .FigureCard-content h4::after {
            content: '';
            height: 1px;
            width: 18%;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0 auto;
            background-color: #0094de;
        }

    .FigureCard-content p {
        color: #a2a2a2;
        line-height: 1.3;
    }

.AboutEndorse {
    margin-top: -25px;
}

.AboutEndorse-title {
    ;
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 0.9375em;
    color: #626262;
}

.AboutEndorse-description p {
    color: #a2a2a2;
}

.AboutEndorse-gallery [class^="col-"] {
    text-align: center;
}

.AboutEndorse-gallery figure img {
    margin-bottom: 10px;
}

.AboutEndorse-gallery figcaption img,
.AboutEndorse-gallery figcaption span {
    font-size: 11px;
    color: #a2a2a2;
    line-height: 1.25;
    display: block;
}

    .AboutEndorse-gallery figcaption img strong,
    .AboutEndorse-gallery figcaption span strong {
        letter-spacing: -0.8px;
    }

.AboutEndorse-gallery img {
    display: inline-block;
}

.KnowMore-content {
    padding: 25px;
    position: relative;
}

    .KnowMore-content::before,
    .KnowMore-content::after {
        content: '';
        position: absolute;
        background: url("../images/line-h.png") no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        left: 0;
        width: 100%;
        height: 3px;
    }

    .KnowMore-content::before {
        top: 0;
    }

    .KnowMore-content::after {
        bottom: 0;
    }

.KnowMore p {
    ;
    font-size: 20px;
    color: #838383;
    line-height: 1.3;
    margin-bottom: 0.6em;
}

.KnowMore .Btn {
    font-size: 18px;
    max-width: 100%;
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.banner {
    width: 100%;
    position: relative;
}

    .banner img {
        width: 100%;
        display: block;
        position: relative;
    }

    .banner h2 {
        position: absolute;
        top: 35%;
        width: 100%;
        color: #fff;
        text-shadow: 0px 0px 4px #999;
        text-align: center;
        text-transform: uppercase;
        font-size: 60px;
        ;
    }

.about_fuxion {
    width: 100%;
}

    .about_fuxion .content_about_fuxion {
        width: 100%;
    }

    .about_fuxion .content_about_fuxion__left {
        width: 50%;
        float: left;
        ;
    }

        .about_fuxion .content_about_fuxion__left .about_fuxion_img {
            width: 90%;
            margin: 5% auto 0;
        }

            .about_fuxion .content_about_fuxion__left .about_fuxion_img img {
                width: 100%;
                display: block;
            }

            .about_fuxion .content_about_fuxion__left .about_fuxion_img span {
                display: block;
                text-transform: uppercase;
                text-align: center;
                font-size: 15px;
                font-weight: bold;
                width: 100%;
                background-color: #027ed1;
                color: #fff;
                padding: 10px 0;
                text-align: center;
            }

    .about_fuxion .content_about_fuxion__right {
        width: 50%;
        float: right;
    }

        .about_fuxion .content_about_fuxion__right .about_fuxion_info {
            width: 80%;
            margin: 15% 10% 0;
            display: inline-block;
            color: #ababab;
        }

            .about_fuxion .content_about_fuxion__right .about_fuxion_info .title_secundary_fuxion {
                font-size: 2em;
                text-transform: uppercase;
                ;
                margin: 0 0 20px;
                color: #0086d6;
            }

            .about_fuxion .content_about_fuxion__right .about_fuxion_info p {
                text-align: justify;
                margin: 4% 0;
                font-size: 15px;
                line-height: 17px;
            }

            .about_fuxion .content_about_fuxion__right .about_fuxion_info .btn_fuxion_one {
                width: 277px;
                padding: 10px 0;
                margin: 10px 0 0;
                display: block;
                text-decoration: none;
                background-color: #027ed1;
                border-radius: 7px;
                color: #fff;
            }

.content_about_fuxion__link {
    display: inline-block;
    margin: 10px auto 0;
    width: 100%;
    ;
    color: #ababab;
}

.content_about_fuxion__link__content {
    width: 355px;
    margin: 6% auto 7%;
    padding: 3% 0;
    border-top: 0.5px solid #ababab;
    border-bottom: 0.5px solid #ababab;
}

    .content_about_fuxion__link__content h3 {
        width: 100%;
        text-align: center;
    }

    .content_about_fuxion__link__content a {
        width: 277px;
        padding: 10px 0;
        margin: 10px auto 0;
        display: block;
        text-decoration: none;
        background-color: #027ed1;
        border-radius: 7px;
        color: #fff;
        text-align: center;
    }

.about_fuxion_tab2 {
    width: 100%;
}

    .about_fuxion_tab2 .content_about2_fuxion {
        width: 100%;
    }

    .about_fuxion_tab2 .content_about2_fuxion__left {
        width: 50%;
        float: left;
        ;
    }

        .about_fuxion_tab2 .content_about2_fuxion__left .about2_fuxion_info {
            width: 80%;
            margin: 15% 10% 0;
            display: inline-block;
            color: #ababab;
        }

            .about_fuxion_tab2 .content_about2_fuxion__left .about2_fuxion_info .title_secundary_fuxion {
                font-size: 2em;
                text-transform: uppercase;
                ;
                margin: 0 0 20px;
                color: #0086d6;
            }

            .about_fuxion_tab2 .content_about2_fuxion__left .about2_fuxion_info p {
                text-align: justify;
                margin: 4% 0;
                font-size: 15px;
                line-height: 17px;
            }

            .about_fuxion_tab2 .content_about2_fuxion__left .about2_fuxion_info .btn_fuxion_one {
                width: 277px;
                padding: 10px 0;
                margin: 10px 0 0;
                display: block;
                text-decoration: none;
                background-color: #027ed1;
                border-radius: 7px;
                color: #fff;
            }

    .about_fuxion_tab2 .content_about2_fuxion__right {
        width: 50%;
        float: right;
    }

        .about_fuxion_tab2 .content_about2_fuxion__right .about2_fuxion_img {
            width: 90%;
            margin: 5% auto 0;
        }

            .about_fuxion_tab2 .content_about2_fuxion__right .about2_fuxion_img img {
                width: 100%;
                display: block;
            }

            .about_fuxion_tab2 .content_about2_fuxion__right .about2_fuxion_img span {
                display: block;
                text-transform: uppercase;
                text-align: center;
                font-size: 15px;
                font-weight: bold;
                width: 100%;
                background-color: #027ed1;
                color: #fff;
                padding: 10px 0;
                text-align: center;
            }

.about_fuxion_tab3 .content_map_fuxion {
    width: 100%;
}

.about_fuxion_tab3 .content_map_fuxion__title {
    ;
}

    .about_fuxion_tab3 .content_map_fuxion__title span {
        display: block;
        font-size: 30px;
        color: #0086d6;
        text-transform: uppercase;
        text-align: center;
    }

.about_fuxion_tab3 .content_map_fuxion__text {
    ;
    width: 50%;
    margin: 20px auto 0;
    text-align: center;
}

    .about_fuxion_tab3 .content_map_fuxion__text p {
        color: #ababab;
        font-size: 15px;
        line-height: 18px;
    }

.about_fuxion_tab3 .content_map_fuxion__interactive {
    width: 100%;
}

    .about_fuxion_tab3 .content_map_fuxion__interactive img {
        display: block;
        width: 100%;
    }

.Health-titleSection {
    color: #0094de;
    ;
    text-transform: uppercase;
    font-size: 26px;
}

.Health-titleSection--black {
    color: #626262;
}

.Health-titleSection--main {
    font-size: 40px;
}

.Health-sectionMain-content {
    padding-bottom: 50px;
    position: relative;
}

    .Health-sectionMain-content::after {
        content: '';
        background: url("../images/line-h.png") no-repeat;
        background-position: center bottom;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 4px;
        margin-left: auto;
        margin-right: auto;
    }

.Health-section {
    position: relative;
}

.Health-section-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 50%;
    overflow: hidden;
}

    .Health-section-bg > .video {
        width: 150%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.Health-section-img {
    text-align: right;
}

    .Health-section-img > img {
        display: inline-block;
    }

.Health-section-text .uppercase {
    line-height: 1.15;
}

.Health-section-text .action {
    margin-top: 20px;
}

.Health-carouselWrap {
    position: relative;
}

    .Health-carouselWrap .carousel-indicators {
        text-align: right;
        width: initial;
        position: absolute;
        top: calc(100% + 20px);
        right: 0;
        margin: 0;
    }

        .Health-carouselWrap .carousel-indicators li {
            background: #bbb;
            margin: 0 2px;
            border: 0;
            vertical-align: middle;
        }

            .Health-carouselWrap .carousel-indicators li.active {
                background: #0094de;
            }

.Health-action {
    margin: 50px 0;
    text-align: center;
}

    .Health-action .Btn {
        background-image: url("../images/icons/arrow-right-white.png");
        background-repeat: no-repeat;
        padding-right: 2em !important;
        background-position: calc(100% - 15px) center;
    }

.Formulations .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.Formulations-col {
    float: none;
}

    .Formulations-col:first-of-type .Formulations-header {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -o-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.Formulations-box {
    height: 100%;
    background-color: #fff;
    padding: 50px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.Formulations-header {
    text-align: center;
    margin-bottom: 35px;
}

    .Formulations-header h4 {
        ;
        font-size: 34px;
        text-transform: uppercase;
        color: #a2a2a2;
        margin: 14px 0;
    }

    .Formulations-header figure {
        text-align: right;
    }

        .Formulations-header figure img {
            display: inline-block;
        }

.Formulations-text p {
    font-size: 15px;
    text-align: justify;
    color: #a2a2a2;
}

.Formulations-images {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 95px;
}

    .Formulations-images figure {
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }

        .Formulations-images figure > img {
            display: inline-block;
        }

.Workshop > .container > .row {
    position: relative;
}

.Workshop-linev {
    background: url("../images/line-v.png") no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.Workshop-title {
    font-size: 55px;
    color: #0094de;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 25px;
}

.Workshop-presentation {
    text-align: center;
    width: 76%;
    min-height: 185px;
    position: relative;
    margin-bottom: 50px;
}

    .Workshop-presentation::after {
        content: '';
        height: 1px;
        width: 30%;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
    }

    .Workshop-presentation h2 {
        ;
        font-size: 27px;
        text-transform: uppercase;
        font-weight: normal;
    }

        .Workshop-presentation h2 span {
            font-size: 17px;
            display: block;
        }

        .Workshop-presentation h2 strong {
            ;
            font-weight: normal;
        }

    .Workshop-presentation.presencial::after {
        background-color: #d51c20;
    }

    .Workshop-presentation.presencial h2 {
        color: #d51c20;
    }

    .Workshop-presentation.online::after {
        background-color: #a0377b;
    }

    .Workshop-presentation.online h2 {
        color: #a0377b;
    }

.Workshop-item + .Workshop-item {
    margin-top: 30px;
}

.Workshop-item img {
    width: 100%;
}

.Workshop-item-content h4 {
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #626262;
    margin: 0 0 0.55556em;
}

.Workshop-item-content p {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #a2a2a2;
}

.Workshop-item-content a {
    margin-top: 8px;
}

.Workshop-action {
    text-align: center;
    margin-top: 55px;
}

.salud_plena {
    width: 100%;
    display: inline-block;
}

    .salud_plena .wraper .content_salud_plena {
        width: 65%;
        min-width: 450px;
        margin: 0 auto;
    }

@media screen and (max-width: 550px) {
    .salud_plena .wraper .content_salud_plena {
        width: 100%;
        min-width: auto;
    }
}

.salud_plena .wraper .content_salud_plena__title {
    ;
    text-align: center;
    text-transform: uppercase;
    margin: 6% auto 3%;
}

    .salud_plena .wraper .content_salud_plena__title h2 {
        font-size: 35px;
        color: #0086d6;
    }

.salud_plena .wraper .content_salud_plena__info {
    width: 620px;
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    .salud_plena .wraper .content_salud_plena__info {
        width: 95%;
        margin: 0 2.5%;
    }
}

.salud_plena .wraper .content_salud_plena__info__img {
    width: 145px;
    float: left;
}

@media screen and (max-width: 550px) {
    .salud_plena .wraper .content_salud_plena__info__img {
        width: 145px;
        margin: 0 auto;
        float: none;
    }
}

.salud_plena .wraper .content_salud_plena__info__img img {
    width: 100%;
    display: block;
}

.salud_plena .wraper .content_salud_plena__info__text {
    width: 475px;
    margin: 20px 0 0;
    float: right;
}

@media screen and (max-width: 550px) {
    .salud_plena .wraper .content_salud_plena__info__text {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
}

.salud_plena .wraper .content_salud_plena__info__text p {
    width: 95%;
    float: right;
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
    color: #ababab;
}

@media screen and (max-width: 550px) {
    .salud_plena .wraper .content_salud_plena__info__text p {
        width: 100%;
        margin: 20px auto;
        float: none;
        text-align: center;
    }
}

.salud_plena__category {
    width: 100%;
}

.salud_plena__category__list {
    width: 100%;
    margin: 3% 0 5%;
    display: inline-block;
    overflow: hidden;
}

.salud_plena__category__list__item {
    width: 100%;
    display: inline-block;
    clear: both;
}

.salud_plena__category__list__item__img {
    width: 50%;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item__img {
        width: 100%;
    }
}

.salud_plena__category__list__item__img:nth-child(even) {
    display: block;
    float: left;
}

    .salud_plena__category__list__item__img:nth-child(even) img {
        width: 100%;
        display: block;
    }

.salud_plena__category__list__item__img:nth-child(odd) {
    float: right;
    width: 50%;
    display: block;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item__img:nth-child(odd) {
        width: 100%;
    }
}

.salud_plena__category__list__item__img:nth-child(odd) img {
    width: 100%;
    display: block;
}

.salud_plena__category__list__item_info {
    float: right;
    width: 50%;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info {
        width: 100%;
        float: none;
    }
}

.salud_plena__category__list__item_info_content {
    width: 350px;
    margin: 15% 0 0;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content {
        width: 100%;
        float: none;
    }
}

.salud_plena__category__list__item_info_content_fisica,
.salud_plena__category__list__item_info_content_emocional,
.salud_plena__category__list__item_info_content_financiera {
    width: 480px;
    margin: 15% 0 0;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_fisica,
    .salud_plena__category__list__item_info_content_emocional,
    .salud_plena__category__list__item_info_content_financiera {
        width: 100%;
        float: none;
        margin: 5% 0 0;
    }
}

.salud_plena__category__list__item_info_content_fisica_info_interna h2,
.salud_plena__category__list__item_info_content_emocional_info_interna h2,
.salud_plena__category__list__item_info_content_financiera_info_interna h2 {
    text-transform: uppercase;
    color: #00f;
    font-size: 32px;
    ;
}

.salud_plena__category__list__item_info_content_fisica_info_interna p,
.salud_plena__category__list__item_info_content_emocional_info_interna p,
.salud_plena__category__list__item_info_content_financiera_info_interna p {
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
}

.salud_plena__category__list__item_info_content_fisica_info_interna .saludplena_info_interna,
.salud_plena__category__list__item_info_content_emocional_info_interna .saludplena_info_interna,
.salud_plena__category__list__item_info_content_financiera_info_interna .saludplena_info_interna {
    width: 300px;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_fisica_info_interna .saludplena_info_interna,
    .salud_plena__category__list__item_info_content_emocional_info_interna .saludplena_info_interna,
    .salud_plena__category__list__item_info_content_financiera_info_interna .saludplena_info_interna {
        width: 100% !important;
        float: none;
    }
}

.salud_plena__category__list__item_info_content_fisica_info_interna .saludplena_img_interna img,
.salud_plena__category__list__item_info_content_emocional_info_interna .saludplena_img_interna img,
.salud_plena__category__list__item_info_content_financiera_info_interna .saludplena_img_interna img {
    width: 100%;
    display: block;
}

.salud_plena__category__list__item_info_content_fisica,
.salud_plena__category__list__item_info_content_financiera {
    margin-left: 9%;
    float: left;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_fisica,
    .salud_plena__category__list__item_info_content_financiera {
        margin-left: 0%;
    }
}

.salud_plena__category__list__item_info_content_fisica .saludplena_img_interna,
.salud_plena__category__list__item_info_content_financiera .saludplena_img_interna {
    float: left;
    width: 100px;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_fisica .saludplena_img_interna,
    .salud_plena__category__list__item_info_content_financiera .saludplena_img_interna {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_fisica .saludplena_img_interna img,
    .salud_plena__category__list__item_info_content_financiera .saludplena_img_interna img {
        display: block;
        margin: 20px auto;
    }
}

.salud_plena__category__list__item_info_content_fisica .saludplena_info_interna,
.salud_plena__category__list__item_info_content_financiera .saludplena_info_interna {
    float: left;
    width: 300px;
    font-size: 15px;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_fisica .saludplena_info_interna,
    .salud_plena__category__list__item_info_content_financiera .saludplena_info_interna {
        width: 100%;
        float: none;
    }
}

.salud_plena__category__list__item_info_content_fisica .saludplena_info_interna h2,
.salud_plena__category__list__item_info_content_financiera .saludplena_info_interna h2 {
    text-transform: uppercase;
    font-size: 25px;
    color: #0086d6;
    ;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_fisica .saludplena_info_interna h2,
    .salud_plena__category__list__item_info_content_financiera .saludplena_info_interna h2 {
        text-align: center;
        margin: 10px 0;
        display: inline-block;
        width: 100%;
    }
}

.salud_plena__category__list__item_info_content_fisica .saludplena_info_interna p,
.salud_plena__category__list__item_info_content_financiera .saludplena_info_interna p {
    text-align: justify;
    color: #ababab;
    margin: 15px 0 0;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_fisica .saludplena_info_interna p,
    .salud_plena__category__list__item_info_content_financiera .saludplena_info_interna p {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        line-height: 22px;
    }
}

.salud_plena__category__list__item_info_content_fisica .saludplena_info_interna a,
.salud_plena__category__list__item_info_content_financiera .saludplena_info_interna a {
    display: block;
    font-weight: bold;
    color: #0086d6;
    margin: 15px 0 0;
    font-size: 13px;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_fisica .saludplena_info_interna a,
    .salud_plena__category__list__item_info_content_financiera .saludplena_info_interna a {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        line-height: 22px;
    }
}

.salud_plena__category__list__item_info_content_emocional {
    margin-right: 9%;
    float: right;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_emocional {
        width: 95%;
        margin-right: 0;
        margin: 0 auto;
        text-align: center;
    }
}

.salud_plena__category__list__item_info_content_emocional .saludplena_img_interna {
    float: left;
    margin-left: 20px;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_emocional .saludplena_img_interna {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_emocional .saludplena_img_interna img {
        display: block;
        margin: 20px auto;
    }
}

.salud_plena__category__list__item_info_content_emocional .saludplena_info_interna {
    font-size: 15px;
    width: 300px;
    float: right;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_emocional .saludplena_info_interna {
        width: 100%;
    }
}

.salud_plena__category__list__item_info_content_emocional .saludplena_info_interna h2 {
    text-transform: uppercase;
    font-size: 25px;
    color: #0086d6;
    ;
}

.salud_plena__category__list__item_info_content_emocional .saludplena_info_interna p {
    text-align: justify;
    color: #ababab;
    margin: 15px 0 0;
}

@media screen and (max-width: 550px) {
    .salud_plena__category__list__item_info_content_emocional .saludplena_info_interna p {
        display: block;
        margin: 20px auto;
        width: 90%;
    }
}

.salud_plena__category__list__item_info_content_emocional .saludplena_info_interna a {
    display: block;
    font-weight: bold;
    color: #0086d6;
    font-size: 13px;
    margin: 15px 0 0;
}

.salud_plena_fisica {
    width: 100%;
    display: inline-block;
    background: #f9f9f9;
}

.salud_plena__interna__list {
    width: 100%;
}

.salud_plena__interna__list__item_1,
.salud_plena__interna__list__item_2,
.salud_plena__interna__list__item_3 {
    width: 100%;
    margin: 0% 0 0%;
    display: inline-block;
    overflow: hidden;
}

.salud_plena__interna__list__item_1__img,
.salud_plena__interna__list__item_2__img,
.salud_plena__interna__list__item_3__img {
    width: 50%;
}

@media screen and (max-width: 550px) {
    .salud_plena__interna__list__item_1__img,
    .salud_plena__interna__list__item_2__img,
    .salud_plena__interna__list__item_3__img {
        width: 100% !important;
        display: inline-block;
    }
}

.salud_plena__interna__list__item_1__img img,
.salud_plena__interna__list__item_2__img img,
.salud_plena__interna__list__item_3__img img {
    width: 100%;
    display: block;
}

.salud_plena__interna__list__item_1__info,
.salud_plena__interna__list__item_2__info,
.salud_plena__interna__list__item_3__info {
    width: 50%;
    margin: 5% 0 0;
}

@media screen and (max-width: 550px) {
    .salud_plena__interna__list__item_1__info,
    .salud_plena__interna__list__item_2__info,
    .salud_plena__interna__list__item_3__info {
        width: 90%;
        margin: 5% 5% 0;
        display: inline-block;
    }
}

.salud_plena__interna__list__item_1__info__text,
.salud_plena__interna__list__item_2__info__text,
.salud_plena__interna__list__item_3__info__text {
    width: 60%;
}

@media screen and (max-width: 550px) {
    .salud_plena__interna__list__item_1__info__text,
    .salud_plena__interna__list__item_2__info__text,
    .salud_plena__interna__list__item_3__info__text {
        width: 100% !important;
        display: inline-block;
    }
}

.salud_plena__interna__list__item_1__info__text h2,
.salud_plena__interna__list__item_2__info__text h2,
.salud_plena__interna__list__item_3__info__text h2 {
    margin: 0 0 2.5%;
    width: 60%;
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    color: #0086d6;
    ;
}

@media screen and (max-width: 550px) {
    .salud_plena__interna__list__item_1__info__text h2,
    .salud_plena__interna__list__item_2__info__text h2,
    .salud_plena__interna__list__item_3__info__text h2 {
        text-align: center;
        width: 100%;
    }
}

.salud_plena__interna__list__item_1__info__text h3,
.salud_plena__interna__list__item_2__info__text h3,
.salud_plena__interna__list__item_3__info__text h3 {
    color: #868686;
    text-transform: uppercase;
    float: right;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.salud_plena__interna__list__item_1__info__text p,
.salud_plena__interna__list__item_2__info__text p,
.salud_plena__interna__list__item_3__info__text p {
    font-size: 15px;
    line-height: 18px;
    color: #ababab;
    display: block;
    text-align: justify;
    margin: 5px 0;
    direction: rtl;
    ;
}

@media screen and (max-width: 550px) {
    .salud_plena__interna__list__item_1__info__text p,
    .salud_plena__interna__list__item_2__info__text p,
    .salud_plena__interna__list__item_3__info__text p {
        text-align: center !important;
    }
}

.salud_plena__interna__list__item_1__info__text a,
.salud_plena__interna__list__item_2__info__text a,
.salud_plena__interna__list__item_3__info__text a {
    margin: 2% 0;
    display: block;
    font-weight: bold;
}

@media screen and (max-width: 550px) {
    .salud_plena__interna__list__item_1__info__text a,
    .salud_plena__interna__list__item_2__info__text a,
    .salud_plena__interna__list__item_3__info__text a {
        text-align: center;
        margin-bottom: 50px;
    }
}

.salud_plena__interna__list__item_1__img,
.salud_plena__interna__list__item_3__img {
    float: right;
    width: 50%;
}

    .salud_plena__interna__list__item_1__img img,
    .salud_plena__interna__list__item_3__img img {
        display: block;
        width: 100%;
    }

.salud_plena__interna__list__item_1__info,
.salud_plena__interna__list__item_3__info {
    float: left;
}

.salud_plena__interna__list__item_1__info__text,
.salud_plena__interna__list__item_3__info__text {
    margin: 2% auto 0;
    width: 60%;
    text-align: right;
}

    .salud_plena__interna__list__item_1__info__text h2,
    .salud_plena__interna__list__item_3__info__text h2 {
        float: right;
    }

    .salud_plena__interna__list__item_1__info__text p,
    .salud_plena__interna__list__item_3__info__text p {
        width: 100%;
        display: inline-block;
        text-align: justify;
    }

    .salud_plena__interna__list__item_1__info__text a,
    .salud_plena__interna__list__item_3__info__text a {
        color: #0086d6;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

.salud_plena__interna__list__item_2__img {
    float: left;
    width: 50%;
}

    .salud_plena__interna__list__item_2__img img {
        display: block;
        width: 100%;
    }

.salud_plena__interna__list__item_2__info {
    float: right;
}

.salud_plena__interna__list__item_2__info__text {
    width: 60%;
    margin: 1% auto 0;
}

    .salud_plena__interna__list__item_2__info__text h2 {
        margin: 0 0 2.5%;
        width: 50%;
        display: block;
        text-transform: uppercase;
        font-size: 25px;
        color: #0086d6;
        ;
    }

@media screen and (max-width: 550px) {
    .salud_plena__interna__list__item_2__info__text h2 {
        text-align: center;
        margin: 0 auto 2.5%;
    }
}

.salud_plena__interna__list__item_2__info__text p {
    font-size: 15px;
    color: #ababab;
    ;
    text-align: justify;
}

.salud_plena__interna__list__item_2__info__text a {
    color: #0086d6;
    text-decoration: none;
    font-size: 14px;
}

.adicionales_salud_fisica {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -o-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.adicionales_salud_fisica__left,
.adicionales_salud_fisica__right {
    padding: 40px 50px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px #e7e7e7;
    box-shadow: 0px 0px 8px #e7e7e7;
}

.adicionales_salud_fisica__left__content,
.adicionales_salud_fisica__right__content {
    width: 100%;
    display: inline-block;
}

.adicionales_salud_fisica__left__content__header,
.adicionales_salud_fisica__right__content__header {
    color: #ababab;
    width: 100%;
    font-size: 25px;
    ;
    text-transform: uppercase;
    text-align: center;
}

.adicionales_salud_fisica__left__content__text,
.adicionales_salud_fisica__right__content__text {
    margin: 10% 0 0;
    width: 100%;
    display: inline-block;
}

.adicionales_salud_fisica__left {
    width: 48%;
}

@media screen and (max-width: 550px) {
    .adicionales_salud_fisica__left {
        width: 100%;
        float: none;
        display: inline-block;
    }
}

.adicionales_salud_fisica__left__content__header {
    width: 100%;
    display: inline-block;
    font-size: 0;
}

    .adicionales_salud_fisica__left__content__header h2 {
        text-align: left;
        width: 50%;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }

@media screen and (max-width: 550px) {
    .adicionales_salud_fisica__left__content__header h2 {
        float: none;
        margin: 0 auto;
        width: 70%;
        text-align: center;
    }
}

.adicionales_salud_fisica__left__content__header h2 span {
    display: block;
}

.adicionales_salud_fisica__left__content__header figure {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}

    .adicionales_salud_fisica__left__content__header figure img {
        display: inline-block !important;
    }

.adicionales_salud_fisica__left__content__text {
    width: 100%;
    display: inline-block;
    text-align: justify;
    font-size: 12px;
    color: #ababab;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.adicionales_salud_fisica__right {
    width: 48%;
}

@media screen and (max-width: 550px) {
    .adicionales_salud_fisica__right {
        width: 100%;
        float: none;
        display: inline-block;
        margin: 30px 0;
    }
}

.adicionales_salud_fisica__right__content__header {
    width: 100%;
}

    .adicionales_salud_fisica__right__content__header span {
        text-align: center;
        display: block;
        width: 100%;
        margin: 20px 0 0;
    }

.adicionales_salud_fisica__right__content__text {
    width: 100%;
}

    .adicionales_salud_fisica__right__content__text ul {
        margin: 4% 0;
    }

        .adicionales_salud_fisica__right__content__text ul li {
            float: left;
            width: 50%;
            margin: 3% 0;
        }

@media screen and (max-width: 450px) {
    .adicionales_salud_fisica__right__content__text ul li {
        width: 100%;
        float: none;
    }
}

.adicionales_salud_fisica__right__content__text ul li img {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.adicionales_salud__financiera {
    width: 100%;
    display: inline-block;
    background-color: #f7f9fb;
    padding: 3% 0;
}

    .adicionales_salud__financiera .wraper .adicionales_salud_financiera {
        width: 75%;
        margin: 0 12.5% 4%;
        display: inline-block;
        background-color: #f7f9fb;
    }

@media screen and (max-width: 550px) {
    .adicionales_salud__financiera .wraper .adicionales_salud_financiera {
        width: 100%;
        margin: 2% 0;
    }
}

.adicionales_salud__financiera .wraper .adicionales_salud_financiera__left,
.adicionales_salud__financiera .wraper .adicionales_salud_financiera__right {
    width: 50%;
    float: left;
}

@media screen and (max-width: 550px) {
    .adicionales_salud__financiera .wraper .adicionales_salud_financiera__left,
    .adicionales_salud__financiera .wraper .adicionales_salud_financiera__right {
        width: 100%;
        margin: 2% 0;
        float: none;
    }
}

.adicionales_salud__financiera .wraper .adicionales_salud_financiera__left__content,
.adicionales_salud__financiera .wraper .adicionales_salud_financiera__right__content {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}

    .adicionales_salud__financiera .wraper .adicionales_salud_financiera__left__content h2,
    .adicionales_salud__financiera .wraper .adicionales_salud_financiera__right__content h2 {
        text-transform: uppercase;
        color: #0085d6;
        margin: 0 0 15px;
    }

    .adicionales_salud__financiera .wraper .adicionales_salud_financiera__left__content p,
    .adicionales_salud__financiera .wraper .adicionales_salud_financiera__right__content p {
        text-align: center;
        width: 100%;
        line-height: 17.5px;
        font-size: 14px;
        color: #ababab;
        min-height: 180px;
    }

@media screen and (max-width: 550px) {
    .adicionales_salud__financiera .wraper .adicionales_salud_financiera__left__content p,
    .adicionales_salud__financiera .wraper .adicionales_salud_financiera__right__content p {
        min-height: auto;
    }
}

.adicionales_salud__financiera .wraper .adicionales_salud_financiera__left__content a,
.adicionales_salud__financiera .wraper .adicionales_salud_financiera__right__content a {
    color: #0085d6;
    font-weight: bold;
}

@media screen and (max-width: 550px) {
    .adicionales_salud__financiera .wraper .adicionales_salud_financiera__left__content a,
    .adicionales_salud__financiera .wraper .adicionales_salud_financiera__right__content a {
        margin: 20px 0 30px;
    }
}

.adicionales_salud__financiera .herramientas_financiera {
    width: 70%;
    margin: 4% auto 0;
}

@media screen and (max-width: 550px) {
    .adicionales_salud__financiera .herramientas_financiera {
        width: 100%;
        float: none;
        margin: 20px 0 30px;
    }
}

.adicionales_salud__financiera .herramientas_financiera__left,
.adicionales_salud__financiera .herramientas_financiera__right {
    width: 45%;
    margin: 0 2.5%;
    float: left;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 4px #ababab;
    box-shadow: 0 0 4px #ababab;
    padding: 3% 0;
}

@media screen and (max-width: 550px) {
    .adicionales_salud__financiera .herramientas_financiera__left,
    .adicionales_salud__financiera .herramientas_financiera__right {
        width: 100%;
        float: none;
        margin: 20px 0 30px;
    }
}

.adicionales_salud__financiera .herramientas_financiera__left h2,
.adicionales_salud__financiera .herramientas_financiera__right h2 {
    text-transform: uppercase;
    color: #0085d6;
}

@media screen and (max-width: 550px) {
    .adicionales_salud__financiera .herramientas_financiera__left h2,
    .adicionales_salud__financiera .herramientas_financiera__right h2 {
        width: 100%;
        float: none;
        margin: 20px 0 30px;
    }
}

.adicionales_salud__financiera .herramientas_financiera__left p,
.adicionales_salud__financiera .herramientas_financiera__right p {
    text-align: justify;
    width: 80%;
    margin: 15px auto;
    line-height: 17.5px;
    font-size: 14px;
    color: #ababab;
}

.adicionales_salud__financiera .herramientas_financiera__left a,
.adicionales_salud__financiera .herramientas_financiera__right a {
    display: block;
    text-align: right;
    width: 80%;
    margin: 13px auto;
    padding: 0 20px 0 0;
    color: #0085d6;
    font-weight: bold;
    background-image: url("../images/saludplena/btn_a.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0;
}

@media screen and (max-width: 550px) {
    .adicionales_salud__financiera .herramientas_financiera__left a,
    .adicionales_salud__financiera .herramientas_financiera__right a {
        width: 90px;
        float: none;
        text-align: center;
        margin: 20px auto 30px;
    }
}

.img_aditional {
    display: inline-block;
    clear: both;
    width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    .img_aditional {
        width: 100%;
        margin: 2% 0;
    }
}

.img_aditional > img {
    width: 120px;
    height: 70px;
    float: right;
    display: block;
}

@media screen and (max-width: 550px) {
    .img_aditional > img {
        float: none;
        margin: 0 auto;
    }
}

.adicionales_emocional__taller {
    width: 100%;
    background: #f9f9f9;
}

    .adicionales_emocional__taller h1 {
        width: 100%;
        display: inline-block;
        font-size: 45px;
        text-align: center;
        text-transform: uppercase;
        color: #0085d6;
        ;
        margin: 40px 0 0px;
    }

    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__left,
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__right {
        width: 50%;
        float: left;
    }

@media screen and (max-width: 550px) {
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__left,
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__right {
        width: 100%;
        float: none;
        clear: both;
        display: inline-block;
    }
}

.adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content,
.adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content,
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content {
        width: 95%;
    }
}

.adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content__header,
.adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header {
    width: 100%;
    font-size: 30px;
    margin: 50px 0 50px;
    display: inline-block;
}

@media screen and (max-width: 550px) {
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content__header,
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header {
        margin: 29px 0;
    }
}

.adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content__header p,
.adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header p {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin: 20px 0;
    color: #ababab;
    min-height: 160px;
    position: relative;
}

@media screen and (max-width: 550px) {
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content__header p,
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header p {
        min-height: auto;
    }
}

.adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content__header p:after,
.adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header p:after {
    content: '';
    display: block;
    width: 73px;
    height: 2.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content__header p:after,
    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header p:after {
        margin: 30px auto 0;
        position: relative;
    }
}

.adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content__header h2 {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    ;
    color: #d51c20;
}

.adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content__header h3 {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    ;
    color: #d51c20;
}

.adicionales_emocional__taller .wraper .adicionales_emocional__taller__left__content__header p:after {
    background-color: #d51c20;
}

.adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header h2 {
    font-size: 30px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    ;
    text-align: center;
    color: #a1377b;
}

    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header h2 span {
        ;
    }

.adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header h3 {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    ;
    color: #a1377b;
}

    .adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header h3 span {
        ;
    }

.adicionales_emocional__taller .wraper .adicionales_emocional__taller__right__content__header p:after {
    background-color: #a1377b;
}

.talleres_list {
    width: 100%;
    display: inline-block;
    margin: 2% 0;
}

.talleres_list__ul,
.talleres_list__ol {
    width: 50%;
    float: left;
}

@media screen and (max-width: 550px) {
    .talleres_list__ul,
    .talleres_list__ol {
        width: 100%;
        float: none;
        clear: both;
        display: inline-block;
    }
}

.talleres_list__ul__li,
.talleres_list__ol__li {
    width: 100%;
    display: inline-block;
    margin: 2% 0;
}

.talleres_list__ul__li__item,
.talleres_list__ol__li__item {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    .talleres_list__ul__li__item,
    .talleres_list__ol__li__item {
        width: 100%;
        margin: 0 auto 40px;
    }
}

.talleres_list__ul__li__item__img,
.talleres_list__ol__li__item__img {
    float: left;
    width: 30%;
}

@media screen and (max-width: 550px) {
    .talleres_list__ul__li__item__img,
    .talleres_list__ol__li__item__img {
        float: none;
        width: 65%;
        margin: 0 auto;
    }
}

.talleres_list__ul__li__item__img img,
.talleres_list__ol__li__item__img img {
    width: 100%;
    display: block;
}

.talleres_list__ul__li__item__text,
.talleres_list__ol__li__item__text {
    width: 65%;
    float: right;
}

@media screen and (max-width: 550px) {
    .talleres_list__ul__li__item__text,
    .talleres_list__ol__li__item__text {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
}

.talleres_list__ul__li__item__text h2,
.talleres_list__ol__li__item__text h2 {
    width: 70%;
    min-height: 40px;
    font-size: 17px;
    ;
    color: #5a5a5a;
}

@media screen and (max-width: 550px) {
    .talleres_list__ul__li__item__text h2,
    .talleres_list__ol__li__item__text h2 {
        text-align: center;
        width: 100%;
        margin: 20px 0 0;
    }
}

.talleres_list__ul__li__item__text p,
.talleres_list__ol__li__item__text p {
    font-size: 14px;
    line-height: 17px;
    color: #ababab;
}

@media screen and (max-width: 550px) {
    .talleres_list__ul__li__item__text p,
    .talleres_list__ol__li__item__text p {
        text-align: center;
    }
}

.talleres_list__ul__li__item__text a,
.talleres_list__ol__li__item__text a {
    display: block;
    color: #0085d6;
    margin: 10px 0 0;
}

@media screen and (max-width: 550px) {
    .talleres_list__ul__li__item__text a,
    .talleres_list__ol__li__item__text a {
        text-align: center;
    }
}

.talleres_list__ul a.btn_talleres_list,
.talleres_list__ol a.btn_talleres_list {
    display: block;
    margin: 40px auto 0;
}

@media screen and (max-width: 550px) {
    .talleres_list__ul a.btn_talleres_list,
    .talleres_list__ol a.btn_talleres_list {
        margin: 40px auto 70px;
    }
}

#Slider {
    margin: 0;
    border: 0;
    text-align: center;
    /* media queries */
}

    #Slider .slides li {
        position: relative;
    }

    #Slider .Banner-title {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #Slider .Banner-title2 {
        position: absolute;
        top: 20%;
        left: 9%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #Slider .Banner-title10 {
        position: absolute;
        top: 20%;
        left: 7%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #Slider .Banner-title11 {
        position: absolute;
        top: 26%;
        left: 7%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.Banner-title12 {
    position: absolute;
    top: 35%;
    left: 37%;
    ;
    font-weight: normal;
    color: #fff;
    font-size: 80px;
}

.Banner-title13 {
    position: absolute;
    top: 35%;
    left: 33%;
    ;
    font-weight: normal;
    color: #fff;
    font-size: 80px;
}

#Slider .flex-control-nav {
    bottom: 25px;
}

    #Slider .flex-control-nav li {
        vertical-align: middle;
    }

#Slider .flex-control-paging li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: rgba(255,255,255,0.4);
}

    #Slider .flex-control-paging li a.flex-active {
        width: 16px;
        height: 16px;
        background-color: #0094de;
    }

@media (max-width: 768px) {
    #Slider .flex-control-nav {
        bottom: 8px;
    }
}

.Breadcrumbs {
    padding: 25px 0;
    /* Media queries */
}

    .Breadcrumbs ul {
        margin: 0;
    }

    .Breadcrumbs li {
        display: inline-block;
    }

        .Breadcrumbs li::after {
            content: '/';
            margin: 0 3px;
            color: #838383;
        }

        .Breadcrumbs li:first-of-type {
            padding-left: 0 !important;
        }

        .Breadcrumbs li:last-of-type::after {
            content: '';
        }

        .Breadcrumbs li.is-current a,
        .Breadcrumbs li.is-current span {
            color: #8b1d82;
            ;
        }

        .Breadcrumbs li a,
        .Breadcrumbs li span {
            color: #838383;
            line-height: 1.5;
        }

@media (max-width: 768px) {
    .Breadcrumbs {
        margin-bottom: 0;
    }
}

.LiveFull .row {
    font-size: 0;
}

    .LiveFull .row .LiveFull-box {
        font-size: initial;
        vertical-align: middle;
        display: inline-block;
        float: none;
    }

.LiveFull-box {
    position: relative;
}

    .LiveFull-box::after {
        content: '';
        background: url("../images/line-v.png") no-repeat;
        position: absolute;
        top: 50%;
        right: -2px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 350px;
        width: 4px;
    }

    .LiveFull-box:last-child::after {
        background: initial;
        width: 0;
        height: 0;
    }

.LiveFull-info {
    padding: 0 3vw;
}

.LiveFull-image {
    zoom: 1;
    margin-bottom: 16px;
    text-align: center;
}

    .LiveFull-image:before,
    .LiveFull-image:after {
        content: "";
        display: table;
    }

    .LiveFull-image:after {
        clear: both;
    }

    .LiveFull-image img {
        border-radius: 50%;
    }

.LiveFull-image-text h2 {
    font-size: 24px;
    color: #0094de;
    text-transform: uppercase;
    margin: 0.66667em 0 0;
}

.LiveFull-image--user {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

    .LiveFull-image--user img {
        width: 85px;
        height: 85px;
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

    .LiveFull-image--user .LiveFull-image-text {
        text-align: left;
        margin: 6px 0;
    }

        .LiveFull-image--user .LiveFull-image-text h2 {
            margin: 0;
        }

.LiveFull p {
    text-align: justify;
    color: #838383;
}

.WorkFuxion-join .WorkFuxion-img {
    padding-left: 0;
}

    .WorkFuxion-join .WorkFuxion-img img {
        width: 100%;
    }

.WorkFuxion-contact .WorkFuxion-img {
    padding-right: 0;
}

    .WorkFuxion-contact .WorkFuxion-img img {
        width: 100%;
    }

.WorkFuxion-contact-form {
    padding: 0 50px 0 35px;
}

    .WorkFuxion-contact-form h4 {
        ;
        font-size: 25px;
        color: #838383;
        text-align: center;
        margin-bottom: 0.8em;
    }

        .WorkFuxion-contact-form h4 > span {
            ;
            text-transform: uppercase;
            color: #0094de;
            font-size: 38px;
        }

    .WorkFuxion-contact-form .form-group label {
        color: #838383;
    }

    .WorkFuxion-contact-form .form-action {
        margin-top: 30px;
        text-align: center;
    }

        .WorkFuxion-contact-form .form-action .Btn {
            display: inline-block;
            padding-left: 2.5em !important;
            padding-right: 2.5em !important;
        }

/*ICA*/
.Banner-title10 {
    position: absolute;
    top: 20%;
    left: 9%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Banner-title11 {
    position: absolute;
    top: 26%;
    left: 9%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.BannerAbout h2 {
    font-size: 40px;
    line-height: 1;
    /* margin-top: 0; */
    /* margin-bottom: 0.50em; */
    color: #fff;
    text-shadow: 0 0 12px rgba(0,0,0,0.2);
    text-transform: uppercase;
    /* padding: inherit; */
}


.BannerAbout p {
    color: #fff;
    font-size: 27px;
    line-height: 1.15;
    text-shadow: 0 0 8px rgba(0,0,0,0.3);
}



.ProductLineCard-text-about {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .ProductLineCard-text-about h2 {
        font-size: 28px;
        color: #fff;
        margin: 0;
        line-height: 1.1;
    }

    .ProductLineCard-text-about p {
        
        font-size: 20px;
        /*letter-spacing: -0.5px;*/
        line-height: 1.25;
        color: #fff;
        margin: 0.8em 0;
    }



/*.ProductLineCard-text-About-Banner h2 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}*/


.BannerNobackground {
    background: url("") !important;
}



.BannerProductos:before {
    content: '';
    /*background: url("../images/banner/fuxion-x-left.png") no-repeat;*/
    background-position: left center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.BannerProductos:after {
    content: '';
    /*background: url("../images/banner/fuxion-x-right.png") no-repeat;*/
    background-position: right bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
}

.BannerProductos {
    position: relative;
    overflow: hidden;
    height: 325px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /* Media queries */
}

    .BannerProductos > .container {
        height: 100%;
    }

        .BannerProductos > .container > div {
            position: relative;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 45%;
        }


.TextJustify {
    text-align: justify !important;
}




@media (max-width: 1025px) {

    .shop-product ul.item__list li .content-item .nameProduct strong {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .shop-product ul.item__list li .content-item span br {
        display: none;
    }

    .nameProduct span {
        overflow: hidden;
        white-space: nowrap;
        padding: 0 10px;
        text-overflow: ellipsis;
    }

    .shop-product ul.item__list li .content-item {
        min-height: 323px;
    }


        .shop-product ul.item__list li .content-item h2 {
            height: 18px !important;
            font-size: 13px;
        }

    .nuevos-lanz #content-item {
        padding: 0 !important;
    }

    .nuevos-lanzamientos-section .item .producto {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .nuevos-lanzamientos-section .item .top {
        padding: 15px 10px !important;
    }

    #new-brand img.fx {
        right: -25px !important;
    }

    #new-brand img.lussone {
        top: 5px !important;
        right: -34px !important;
    }

    .nuevos-lanzamientos-section .item .top img.not-active {
        width: 140px !important;
        margin: auto !important;
    }

    .nuevos-lanzamientos-section .item .bottom {
        background-color: white !important;
        padding: 5px 10px 5px !important;
        position: relative !important;
        opacity: 1 !important;
        bottom: 0 !important;
        visibility: visible !important;
    }

    #search-c {
        padding: 0 !important;
    }

    #new-brand img.galeon {
        top: 1px !important;
        right: -29px !important;
    }
}


@media (max-width: 769px) {

    .title-product-detail {
        font-size: 19px;
        margin-bottom: 10px;
    }

        .title-product-detail strong span {
            text-align: left;
        }

        .title-product-detail span {
            display: block;
            margin-bottom: 10px;
            text-align: right;
        }

        .title-product-detail br {
            display: none;
        }

    .group-pills {
        width: auto !important;
    }

    .shop-product ul.item__list li .content-item h2 {
        padding-top: 4px;
    }

    #new-brand img.lussone {
        right: 7px !important;
    }

    .content-category-new {
        border-right: none !important;
    }

    .continue-message-container-new p {
        padding-bottom: 15px !important;
    }

    .nuevos-lanzamientos-section .item:hover {
        height: 332px !important;
    }

    #new-brand img.fx {
        right: 8px !important;
        width: 105px !important;
        top: 11px !important;
    }

    .nuevos-lanzamientos-section .item {
        margin: 10px !important;
    }

    .lineas-productos-section .item {
        margin: 10px 0;
    }

    .new-header {
        max-width: 482px !important;
    }

    .nuevos-lanz {
        position: relative !important;
    }

        .nuevos-lanz #content-item {
            padding: 0 !important;
        }

    .promo_section {
        margin-top: 0;
    }



    #new-brand img.galeon {
        width: 100px !important;
        top: 0px !important;
        right: 4px !important;
    }

    .promo_section .container {
        margin: 0 !important;
    }

    .promociones-section .item .button-buy a {
        width: 130px !important;
        padding: 12px 10px !important;
        font-size: 12px !important;
    }

    .user_sale .content_user_sale .user {
        max-width: 486px !important;
    }
}

@media (max-width: 569px) {

    .list-unstyled li.product-container {
        padding: 0 !important;
    }

    .nuevos-lanzamientos-section .item {
        margin: 5px 5px !important;
    }

    .search_input {
        padding-top: 0 !important;
    }

    .btn-price {
        flex-wrap: wrap;
    }

    .price-total .btn-price a {
        width: 100% !important;
        margin-bottom: 15px;
    }

        .price-total .btn-price a:last-child {
            margin-bottom: 0px;
        }

    .nuevos-lanzamientos-section .item:hover {
        height: 332px !important;
    }

    #navbar {
        position: relative;
        bottom: -22px;
    }

    .nuevos-lanzamientos-section .item .top img.not-active {
        width: 100px;
    }

    #add-1, #add-2 {
        padding: 0 !important;
    }

    .new-header li {
        display: none;
    }

        .new-header li:last-child {
            display: block;
        }

    .menu .select-language {
        right: 38px;
    }

    .content-header {
        width: 90%;
    }

        .content-header .d-b {
            padding: 20px 15px;
        }

        .content-header h2 {
            margin-bottom: 20px;
            font-size: 22px;
        }

    .user_sale {
        left: inherit;
        top: -95px;
        right: 0;
        display: inline-block;
    }

        .user_sale .content_user_sale .user__name span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .user_sale .content_user_sale .user__name span:last-child {
                width: 80px;
            }

    .new-header {
        justify-content: flex-start !important;
        padding: 0 19px !important;
    }

        .new-header li:first-child {
            display: block;
            margin-right: 10px;
        }

    .promociones-section .item.main {
        height: 196px !important;
    }

    .content-product .price-product {
        width: 100%;
    }

    .content-product .image {
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }

        .content-product .image img {
            width: 150px;
            padding-bottom: 20px;
        }

    .content-product .info {
        margin-right: 0;
        flex: auto;
        width: 100%;
    }

        .content-product .info .info-code {
            padding-bottom: 11px;
        }

    .content-product .quality {
        width: 50%;
    }

    .content-product .price-product {
        width: 50%;
    }

    .social-icons {
        text-align: center !important;
    }

    .carrusel_pequeño img {
        width: 100px;
        height: auto !important;
    }

    .shop-productsList .img-responsive {
        display: inline-block;
        height: auto !important;
        width: 240px !important;
    }

    .lineas-productos-section a {
        width: 100%;
    }

    .nav-pills {
        max-height: auto !important;
    }

        .nav-pills li {
            width: 100%;
        }

            .nav-pills li a {
                min-height: auto !important;
            }

    .copyrigth_new {
        text-align: center;
    }

    .header2-responsive {
        display: none;
    }
}

/*INI: CAMBIOS DISEÑO EN FORMULARIO*/
.shopVirtual-register-title {
    font-size: 20px !important;
    color: #0094de;
    margin: 0;
}
.box-step-enrollinfo {
    border-radius: 3px;
    background-color: white;
    margin-bottom: 10px;
}
.btn-backstep {
    color: white;
    background-color: #7d7d7d;
    float: left;
}
.btn-nextstep, .btn-continue-form {
    float: right;
}
.box-title-shoppingCart{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
/*FIN: CAMBIOS DISEÑO EN FORMULARIO*/
.show-msg-noenroller{
    background-color:#F7F5F5;
    position:relative;
    height:500px;
    width:100%;
    text-align:center;
    padding-top:150px;
    padding-left:50px;
    padding-right:50px;
}

/*PROMOTION 4X1*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.box-btn-4x1{
    justify-content: flex-end;
    display: flex;
}
.img-gift-4x1{
    width: 35px;
}
.title-promoplus{
    color:#0090D8;
    font-family: 'Scandia-Bold';
}
.btn-4x1{
    border-radius:9px;
    border:2px solid #0090D8;
    background-color:white;
    padding:2px 15px;
}