/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
html {
    scroll-behavior: smooth;
}

body.Cursor--none, body.Cursor--none * {
    cursor: none;
}

.overflow {
    z-index: 9;
}

.home-first-content h1 {
    text-transform: uppercase;
    font-size: 2.2em;
    line-height: 1.3em;
}

.home-content h2, .home-first-content h2 {
    text-transform: uppercase;
}

.home-overflow {
    overflow: visible !important;
}

blockquote {
    background: none;
}

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

h1, h2, h3, h4 {
    font-size: 2.4em;
    line-height: 1.4em;
    color: #d14128;
}


/*  ==========================================================================
	prevent FOUT
	========================================================================== */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    z-index: 1001;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.wf-active #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wf-active #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

#Wrapper {
    max-width: 100%;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-out 0ms, -webkit-transform 500ms ease-out 0ms;
    -moz-transition: opacity 500ms ease-out 0ms, -moz-transform 500ms ease-out 0ms;
    transition: opacity 500ms ease-out 0ms, transform 500ms ease-out 0ms;
}

.wf-active #Wrapper, .no-fontface .wrapper {
    opacity: 1;
}


/*==========================================================================
Header
========================================================================== */
#Header {
    min-height: 0 !important;
}

.header-fixed #Top_bar {
    background-color: rgba(0, 0, 0, 0.7);
}

.header-fixed #Top_bar .menu > li > a {
    padding: 40px 0;
    text-transform: uppercase;
}

#slide-header, #second-container {
    background-position: top center !important;
}

.overlay-menu-toggle {
    color: #ffffff !important;
    mix-blend-mode: exclusion;
    /*background: #5b534b;*/
}

#Top_bar {
    z-index: 999;
    top: 20px !important;
}
#slide-header .vc_column_container{
    min-height: inherit;
    -webkit-transition: -webkit-all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 2s !important;
    -moz-transition: -moz-all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 2s !important;
    transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 2s !important;
}

#second-container .vc_column_container{
    -webkit-transition: -webkit-all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1s !important;
    -moz-transition: -moz-all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1s !important;
    transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1s !important;
}

#slide-header .vc_column_container .vc_column-inner, #second-container .vc_column_container  .vc_column-inner{
    background-position: top center !important;
}

/*#slide-header .vc_row[data-vc-full-width] {
    -webkit-transition: -webkit-all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 2s !important;
    -moz-transition: -moz-all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 2s !important;
    transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 2s !important;
}

#second-container.vc_row[data-vc-full-width] {
    -webkit-transition: -webkit-all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1s !important;
    -moz-transition: -moz-all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1s !important;
    transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1s !important;
}*/

.top-parallax-slide .vc_parallax .vc_parallax-inner{background-position: 50% center;}
.top-parallax-slide .vc_column_container .vc_column-inner, .top-parallax-slide{background-position: 50% center; background-attachment: fixed;}

/*  ==========================================================================
	Site  Navigation
	========================================================================== */
#Overlay {
    background: rgba(67, 61, 55, 0.9);
    z-index: 990;
    width: 100vw;
    height: 100vh;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transform: translateX(100%);
    pointer-events: none;
}

.navopen #Overlay {
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transform: translateX(0);
    pointer-events: auto;
}

/*#overlay-menu{position: inherit;  width: inherit; left: inherit; top: inherit; display: -ms-flexbox; display: flex !important; -ms-flex-positive: 1;  flex-grow: 1; -ms-flex-negative: 0;  flex-shrink: 0;  margin: 0 !important;}
#overlay-menu:before{content: ""; -ms-flex-positive: 1; flex-grow: .4;}
#overlay-menu:after{content: ""; -ms-flex-positive: 1.5; flex-grow: 1.5;}
#overlay-menu ul{display: -ms-flexbox; display: flex; margin: 0; padding-left: 30px; -ms-flex-direction: column;    flex-direction: column;}
#overlay-menu ul li{text-align: left;}
#overlay-menu ul li:first-child{margin-top: 175px;}*/
#overlay-menu ul li a {
    line-height: 1.7em;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5em;
    transition: color .25s;
    color: #f9f9f9;
}

#overlay-menu ul li a:before, #overlay-menu ul li a:after {
    display: none;
}

#overlay-menu ul li a:before {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    transition: transform .25s ease-in-out;
    transform: scale(0);
    transform-origin: right center;
    background: #b8a692;
}

#overlay-menu ul li a:hover {
    color: #b8a692;
}

#overlay-menu ul li a:hover:before {
    transform: scale(1);
    transform-origin: left center;
}

#overlay-menu ul li {
    opacity: 0;
    margin-left: 30px;
    -webkit-transition: all 250ms ease-in-out 0ms;
    -moz-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
}

.mobnavopen #overlay-menu ul li {
    opacity: 1;
    margin-left: 0;
}

.mobnavopen #overlay-menu ul li:nth-child(1) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
}

.mobnavopen #overlay-menu ul li:nth-child(2) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
}

.mobnavopen #overlay-menu ul li:nth-child(3) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobnavopen #overlay-menu ul li:nth-child(4) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
}

.mobnavopen #overlay-menu ul li:nth-child(5) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
}

.mobnavopen #overlay-menu ul li:nth-child(6) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
}

.mobnavopen #overlay-menu ul li:nth-child(7) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.mobnavopen #overlay-menu ul li:nth-child(8) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.mobnavopen #overlay-menu ul li:nth-child(9) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.mobnavopen #overlay-menu ul li:nth-child(10) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.mobnavopen #overlay-menu ul li:nth-child(11) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.swiper-container {
    overflow: inherit !important;
    margin-bottom: 0 !important;
}

.swiper-wrapper {
    margin-bottom: 50px;
    position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
    left: 18% !important;
    bottom: -50px !important;
    max-width: 1170px;
}

.swiper-slide {
    min-height: 800px;
    overflow: hidden;
    text-indent: -100px;
    background-size: cover !important;
}

.swiper-slide:first-child {
    margin-left: 18%;
}

#swipe-sliders {
    position: relative;
}

.App-cursor {
    z-index: 10
}

.Cursor {
    position: absolute;
    width: 130px;
    height: 130px;
    margin: -65px 0 0 -65px;
    /*padding-top: 45px;*/
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    pointer-events: none;
    /*transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
}

.Cursor span {
    display: block;
    max-width: 60px;
    text-align: center;
    margin: 43px auto;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    position: relative;
    /*transition-duration: 5ms;
    transition-timing-function: ease-in-out;*/
}

.Cursor svg circle {
    fill: #fff;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}

.u-fullParent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cursors {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
}

/*==========================================================================
Content
========================================================================== */
.box-container {
    max-width: 900px;
    margin: 0 auto;
}

.first-container h3 {
    font-size: 2.2em;
    line-height: 1.3em;
    color: #d14128;
}

.box-image-container {
    max-width: 90%;
}

.box-content-container {
    max-width: 90%;
}

.box--right-content-container {
    max-width: 95%;
    margin-left: 5%;
}

.btn {
    border: 1px solid rgba(17, 17, 17, .35);
    padding: 15px 30px;
    margin-top: 30px;
    display: inline-block;
    color: #111;
    -webkit-transition: all 250ms ease-in-out 0ms;
    -moz-transition: all 250ms ease-in-out 0ms;
    transition: all 250ms ease-in-out 0ms;
}

.btn:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}

.second-container {
    padding-bottom: 300px;
}

.second-container h2 {
    font-size: 2.2em;
    line-height: 1.4em;
    color: #d14128;
}

.second-container p {
    text-align: center;
    color: #000;
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 500;
}

.shadow-image .vc_single_image-wrapper {
    position: relative;
}

.shadow-image .vc_single_image-wrapper:before {
    position: absolute;
    bottom: -30px;
    display: block;
    height: 85%;
    width: 100%;
    content: "";
    left: 30px;
    background: url("./img/kids_bridge.jpg") no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .5;
}

.third-container h2 {
    font-size: 2.2em;
    line-height: 1.5em;
    margin-bottom: 40px;
    color: #d14128;
}

.third-container p {
    color: #777777;
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 40px;
}

.fourth-container .content_slider.flat a.button .button_icon {
    font-size: 1.7em;
}

.fourth-container .content_slider a.slider_prev {
    left: 0;
    top: inherit;
    bottom: -40px;
}

.fourth-container .content_slider a.slider_next {
    right: inherit;
    top: inherit;
    bottom: -40px;
    left: 40px;
}
.content_slider a.slider_prev .icon-left-open-big:before {content: '\e8b3'; font-size: 1.4em;}
.content_slider a.slider_next .icon-right-open-big:before{content: '\e911'; font-size: 1.4em;}

/* Slider | Pagination --------------------------------------------------------------- */
.slider_pagination a.selected,
.slider_pagination .slick-active a{top:0; background:rgba(0,0,0,0);}
.slider_pagination{text-align:right;line-height:inherit}
.slider_pagination{--size: 6px; --size-active: calc(var(--size)*4);}
.slider_pagination a{display:inherit;text-indent:-9999px;margin:inherit;background:rgba(0,0,0,0);-webkit-border-radius:inherit;border-radius:inherit;position:inherit;cursor:pointer}
.slider_pagination a{
    height: var(--size);
    width: var(--size);
    transition: width .35s ease;
    border: 1px solid #024533;
    border-radius: calc(var(--size)/1);
    margin-left: .75rem;
    cursor: pointer;
    color: transparent;
}
.slider_pagination a:hover{background:rgba(0,0,0,0)}
.slider_pagination a.selected,
.slider_pagination .slick-active a{width: var(--size-active); pointer-events: none; border-radius: 10px; margin-right: 0;}

.slider_pagination a.selected:after,
.slider_pagination .slick-active a:after{display: none;}

.fourth-container h2 {
    font-size: 1.8em;
    line-height: 1.1em;
    margin-bottom: 30px;
    color: #d14128;
}

.fourth-container p {
    color: #777777;
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 30px;
}

.fourth-container .content_slider {
    padding: 0;
    position: relative;
}

.vc_slide .vc_images_carousel {
    margin: 0;
}

.vc_images_carousel .vc_carousel-control {
    background: #fff;
    height: 60px !important;
}

.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
    width: 60px !important;
    height: 60px !important;
    margin-top: -30px !important;
    margin-left: -30px !important;
    font-size: 60px !important;
}

.vc_images_carousel [class^="icon-"]:before, [class*=" icon-"]:before {
    margin: 0 !important;
}

.s-header-text .s-header-scroll .i-arrow {
    stroke:#fff;
    transform:rotate(90deg)
}
.s-header-text .s-header-scroll .i-arrow circle {
    stroke:#313131;
    fill:#313131
}
.s-header-scroll {
    z-index:3;
    opacity:0;
    right:11.458vw;
    bottom:5.208vw;
    cursor:pointer;
    position:absolute;
    color: #fff;
}
.b-sc {
    height:2.639vw;
    font-weight:400;
    font-size:1vw;
    position:relative;
    padding-right:3.5vw;
    line-height:2.639vw;
    display:inline-block;
    letter-spacing:normal
}
.b-sc .i-arrow circle {
    fill:#fff;
    stroke:#fff
}

.i-arrow {
    top:0;
    right:0;
    fill:none;
    overflow:visible;
    position:absolute;
    width:2.639vw;
    height:2.639vw;
    stroke:#000;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition:opacity .3s cubic-bezier(.25,
    .25,
    .75,
    .75)
}
.i-arrow circle {
    fill:transparent
}
.i-arrow circle,
.i-arrow line {
    transition:all .3s cubic-bezier(.25,
    .25,
    .75,
    .75)
}

#Footer h4 {
    font-size: 1.3em;
}

#Footer .footer_copy {
    border-top-color: rgba(0, 0, 0, 0);
    padding-top: 20px;
    font-size: .9em;
}

.footer-creative {
    text-align: right;
}

#Footer .widget_nav_menu ul {
    list-style-type: none;
    background: transparent;
    padding: 0;
}

.widget_nav_menu ul li a {
    display: block;
    padding: 4px 0 4px 0;
    color: #525252 !important;
}

.widget_nav_menu ul li a:hover {
    color: #f28109 !important;;
}

/*==========================================================================
Responsive
========================================================================== */
@media only screen and (min-width: 1240px) {
}

@media only screen and (min-width: 1240px) {
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
}

@media only screen and (max-width: 1239px) {
}

@media only screen and ( min-width: 768px ) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and ( max-width: 768px ) {
    #slide-header {
        min-height: inherit !important;
        height: 500px !important;
        background-size: cover !important;
    }
    #slide-header .vc_column_container {
        min-height: 100%;
        -webkit-transition-delay: 1050ms !important;
        -moz-transition-delay: 1050ms !important;
        transition-delay: 1050ms !important;
    }

    #Top_bar {
        background-color: rgba(0, 0, 0, 0.2) !important;
        text-align: left !important;
    }

    #Top_bar .top_bar_left {
        width: 501px !important;
    }

    #Top_bar #logo {
        height: 60px !important;
        line-height: 60px !important;
        text-align: left;
    }

    .overlay-menu-toggle {
        background-color: rgba(91, 83, 75, .5);
    }

    #second-container {
        background-size: cover !important;
    }

    .content_slider .slider_pagination {
        display: block;
        margin: 10px 0 0 0;
        padding: 0;
    }

    .third-container{padding-bottom: 0 !important;;}

    .content_slider a.slider_prev .icon-left-open-big:before, .content_slider a.slider_next .icon-right-open-big:before {
        font-size: 1.1em;
        margin: 0;
    }

    .fourth-container .content_slider a.slider_prev, .fourth-container .content_slider a.slider_next {
        bottom: -25px;
    }
    .swiper-wrapper {margin-bottom: 20px;}

    .padding-top-bottom {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .first-container h3 {
        line-height: 1.1em;
    }

    .box-content-container {
        max-width: 100%;
        margin: 0 !important;
    }

    .box-image-container {
        max-width: 100%;
    }

    .box--right-content-container {
        max-width: 100%;
        margin-left: 0 !important;
    }

    .mobile-hidden {
        display: none;
    }

    .first1-container .box-image-container {
        margin-top: 30px !important;
    }

    .footer-creative {
        padding-top: 32px;
    }

    .swiper-slide {
        min-height: 300px;
    }

    .swiper-scrollbar-drag {
        width: 25% !important;
        left: 30px !important;
    }

    .swiper-container-horizontal > .swiper-scrollbar {
        width: 100% !important;
        left: 0 !important;
    }

    .swiper-slide:first-child {
        margin-left: 5%;
    }

    #Header_wrapper {
        position: absolute;
        z-index: 9;
    }

    #Footer .one-fourth {
        width: 10%;
    }

    #Footer .one-fourth:first-child, #Footer .one-fourth:last-child {
        width: 35%;
    }

    .b-sc{font-size: 5vw;  padding-right: 9vw; line-height: 7vw; height: 7vw;}
    .i-arrow{width: 7vw; height: 7vw;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
    #Header {
        background: rgba(0, 0, 0, 0.5);
    }

    .first-container h3 {
        font-size: 2em;
        line-height: 1.2em;
    }

    #Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
        height: 50px;
        line-height: 50px;
        padding: 5px 0;
        margin: 10px 15px;
    }

    .first1-container .box-image-container {
        margin-bottom: 0 !important;
    }

    p {
        font-size: 1.1em;
    }

    #slide-header {
        background-size: cover !important;
        min-height: inherit !important;
        height: 500px !important;
    }

    #second-container {
        background-size: cover !important;
    }

    .fourth-container {
        padding-top: 0 !important;
    }

    .fourth-container .vc_column-inner {
        padding: 0 !important;;
    }

    .content_slider {
        margin: 0 0 70px !important;
    }

    .swiper-slide {
        min-height: 200px;
        margin: 0 0 0 30px !important;
        background-size: cover !important;
    }

    .Cursor {
        width: 90px;
        height: 90px;
        margin: -45px 0 0 -45px;
    }

    .Cursor span {
        margin: 26px auto;
        font-size: 18px;
        font-weight: 500;
    }

    #text-3, #text-2 {
        display: none;
    }

    #Footer .widgets_wrapper {
        padding: 40px 0 0 0 !important;
    }

    .footer-creative {
        padding-bottom: 40px;
    }

    .b-sc{font-size: 5vw;  padding-right: 9vw; line-height: 7vw; height: 7vw;}
    .i-arrow{width: 7vw; height: 7vw;}
}

/*==========================================================================
animations -- animations.scss
========================================================================== */

.effect--fade,
.effect--slidein {
    -webkit-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -moz-transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 660ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.effect--imgbg {
    -webkit-transition: -webkit-all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s !important;
    -moz-transition: -moz-all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s !important;
    transition: all 2000ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s !important;
}

.effect--fade {
    opacity: 0.10;
}

.effect--fade.effect--ready,
.no-cssanimations .effect--fade {
    opacity: 1;
}

.effect--imgbg {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
}

.effect--imgbg.effect--ready,
.no-cssanimations .effect--imgbg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.effect--slidein {
    -webkit-transform: translate(0, 150px);
    -moz-transform: translate(0, 150px);
    transform: translate(0, 150px);
}

.effect--slidein.effect--ready,
.no-cssanimations .effect--slidein {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.effect--slidedown {
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.effect--slidedown.effect--ready,
.no-cssanimations .effect--slidedown {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.effect--slideright {
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.effect--slideright.effect--ready,
.no-cssanimations .effect--slideright {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.effect--slideleft {
    -webkit-transform: translate(100px, 0px);
    -moz-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}

.effect--slideleft.effect--ready,
.no-cssanimations .effect--slideleft {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.effect--delay-1 {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
}

.effect--delay-2 {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
}

.effect--delay-3 {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    transition-delay: 450ms;
}

.effect--delay-4 {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
}

.effect--delay-5 {
    -webkit-transition-delay: 750ms;
    -moz-transition-delay: 750ms;
    transition-delay: 750ms;
}

.effect--delay-6 {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
}

.effect--delay-7 {
    -webkit-transition-delay: 1050ms;
    -moz-transition-delay: 1050ms;
    transition-delay: 1050ms;
}

.effect--delay-0 {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
}

.ballon{transform: translatey(0px); animation: float 6s ease-in-out infinite;}
@keyframes float {
    0% { transform: translatey(0px);}
    50% {transform: translatey(-20px);}
    100% {transform: translatey(0px);}
}