object{

    border: transparent;
    border-style: hidden;
    border-width: 0;
    outline: 0;
    outline-offset: 0;
    border:none;
    outline: none;
}

body > main {
    color: #555;
    color: #171717;
}

.newsletter h3{
    margin-bottom: 0;
    color: #172734;
    font-weight: 600;
}

.newsletter h4.cursive{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    margin-top: 0;
    color: #5fbb5f;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.single,
.double {
    padding: 0;
    margin: 0;
    min-height: 240px;
    position: relative;
}

.single,
.double {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-around;
    align-items: flex-start;
    max-height: 400px;
    height: 40vh;

    min-height: 380px;
}

.single{
    max-height: 700px;
    height: auto;
    min-height: unset;
    padding-bottom: 0;
}

.single > .sx,
.double > .sx {
    order: 0;
    flex: 0 1 62%;
    align-self: stretch;
    position: relative;
    overflow: hidden;
    /*background: url(/assets/uploads/images/Beeathy-HP/Covers/Homepage-beeathy-min.jpg);*/
    background: url(/assets/uploads/images/Beeathy-HP/Covers/hp-chef-min.jpg);
    background-color: #5fbb5f;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}

.single{
    overflow: hidden;

    /*background: url(/assets/images/beeathy/beeathy-wood-bg-min.jpg);*/
    /*background: url(/assets/images/beeathy/beeathy-wood-bg-2-min.jpg);*/
    background-size: cover;
    background-position: 0 0;
}

.single{
    background: url(/assets/images/beeathy/cover-bg-new-min-2.jpg);
    background-position: 0 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.single .flower{
    overflow: hidden;
    background: url(/assets/images/beeathy/flowers-v1-min.png);
    width: 370px;
    height: 300px;
    position: absolute;
    left: -50%;
    top: -50%;
    /*background: url(/assets/images/beeathy/beeathy-wood-bg-2-min.jpg);*/
    background-size: contain;
    background-position: 0 0;
}

.single .dish{
    overflow: hidden;
    background: url(/assets/images/beeathy/base-piatto-preview-min.png);
    background: transparent;
    width: 90%;
    height: 120%;
    position: absolute;
    left: 0;
    top: -10%;
    background-size: contain;
    background-position: 75% 0;
    background-repeat: no-repeat;
    max-height: 800px;
}

.single .fork{
    overflow: hidden;
    background: url(/assets/images/beeathy/fork-min.png);
    width: 40%;
    height: 300%;
    position: absolute;
    left: -21%;
    top: 0;
    /*background: url(/assets/images/beeathy/beeathy-wood-bg-2-min.jpg);*/
    background-size: contain;
    background-position: 0 7%;
    background-repeat: no-repeat;
}

.single > .sx{
    flex: 0 1 50%;
    background: transparent;
}

.single:after{
    content: '';
    background: #fff;
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: -32px;
    left: 0;
    box-shadow: 0 -3px 6px rgba(0,0,0,0.5);
    pointer-events: none;
    display: none;
}

.single .dx .panel{
    width: 100%;
    border-radius: 6px;
    margin-top: 64px;
    margin-bottom: 32px;
    max-width: 500px;
    /*background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);*/
    position: relative;
    margin: 64px auto 32px;

}

.single + .row.why-choose-em{
    padding-top: 32px;
}

.single + .row.why-choose-em .icon-wrapper::before{
    width: 140px;
    height: 140px;
    border: 10px solid #ffff;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

.single + .block-w-icons > .container,
.single + .choose-product > .container,
.single + .how-works > .container{
    padding-top: 28px;
}

.single + .block-w-icons > .container:before,
.single + .choose-product > .container:before,
.single + .how-works > .container:before{
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    margin-top: -36px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff url(../../images/beeathy/chef_hat.svg) 50% 50% no-repeat;
    -webkit-background-size: 80px;
    background-size: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border: 6px solid #fff;
    z-index: 19;
    top: -28px;
    margin-top: 0;
    pointer-events: none;
}

.single + .block-w-icons > .container:before{
    background-color: #f0f0f0;
    border: 6px solid #f0f0f0;
}

.single .dx{
    padding-bottom: 32px;
    text-align: center;
}

.single .dx .panel .video-screen .control{
    bottom: 12%;
}

.single .dx .info{
    margin-top: 48px;
    position: relative;
    text-align: center;
}

.single .dx .info h3{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.single .dx .info h3 + p{
    position: relative;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.single .dx .info h3 + p:after,
.single .dx .info h3 + p:before{
    content: '';
    position: absolute;
    left: -42px;
    width: 32px;
    border-bottom: 1px solid #fff;
    height: 0;
    margin-top: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.single .dx .info h3 + p:after{
    left: auto;
    right: -48px;
}

.single .dx .switch-btns{
    text-align: center;
    margin-top: 16px;
}

.single .dx .switch-btns .button{
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
    margin: 0 12px 12px 0;
}

.double > .sx > .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.single > .sx object,
.double > .sx object{
    height: 100%;
    height: 90%;
}

.single > .sx .cuoco,
.double > .sx .cuoco{
    position: absolute;
    height: 261px;
    right: 200px;
    bottom: -80px;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 2;
    border-style: none;
}

.single > .sx .cuoco{
    height: 80%;
    bottom: -25%;
    left: 15%;
    left: 0;
    bottom: -30%;
    border-style: none;
    border: none;
}

.double > .sx{
    text-align: right;
}

.single > .sx .piatto,
.double > .sx .piatto{
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    max-height: 480px;
    max-width: 480px;
    width: 380px;
    background: transparent url(/assets/images/beeathy/piatto-preview-min.png) 50% 110% no-repeat;
    background-size: contain;
    z-index: 3;
}

.single > .sx .piatto{
    max-height: 100%;
    width: 90%;
    max-width: 500px;
    background: transparent url(/assets/images/beeathy/piatto-preview-min.png) 50% 25% no-repeat;
    display: none;
}

.double > .sx:before{
    content: '';
    background: #fff;
    /*border-radius: 20em;*/
    width: 680px;
    height: 140%;
    position: absolute;
    right: 0;
    /*-moz-transform: translate(40%, -6%);
    -webkit-transform: translate(40%, -6%);
    -o-transform: translate(40%, -6%);
    -ms-transform: translate(40%, -6%);
    transform: translate(40%, -6%);*/

    -moz-transform: translate(65%, -6%) skewX(-25deg);
    -webkit-transform: translate(65%, -6%) skewX(-25deg);
    -o-transform: translate(65%, -6%) skewX(-25deg);
    -ms-transform: translate(65%, -6%) skewX(-25deg);
    transform: translate(65%, -6%) skewX(-25deg);
    z-index: 2;
}

.single > .sx .piatto > img,
.double > .sx .piatto > img{
    position: relative;
    width: 100%;
    height: auto;
    display: none;
}

.single > .dx,
.double > .dx {
    order: 0;
    flex: 0 1 45%;
    align-self: stretch;
    position: relative;
}

.double > .dx .info-opt{
    margin-top: 40%;
}

.double > .dx:before{
    content: '';
    display: none;
    background: #fff;
    position: absolute;
    width: 80px;
    height: 100%;
    left: 0;
    top: 0;
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;

    -moz-transform: skew(-4deg, 0deg);
    -webkit-transform: skew(-4deg, 0deg);
    -o-transform: skew(-4deg, 0deg);
    -ms-transform: skew(-4deg, 0deg);
    transform: skew(-4deg, 0deg);
    z-index: 2;

}

.double > .sx .bg{
    -webkit-animation-name: color-transition;
    animation-name: color-transition;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*default value for timing-function is ease, we'll specify linear to keep the same timing through out*/
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0.6;
    display: none;
}

.row.choose-product .row.choose .icon-wrapper .icon{
    background-color: #324a5e;
}

.video-screen{
    width: 100%;
    height: auto;
    max-width: 800px;
    margin: -32px auto;
    position: relative;
    display: block;
    min-height: 180px;
}

.video-screen .reflex{
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
}

.video-screen .monitor.ready + video{
    display: block;
}

.video-screen video{
    display: none;
    position: absolute;
    top: 13%;
    width: 90%;
    left: 5%;
}

.video-screen .control{
    width: 100%;
    max-width: 360px;
    bottom: 35%;
}

.row.video{
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.how-works h4{
    min-height: 1em;
}

.single > .sx .video-screen video,
.single > .dx .video-screen video,
.double > .dx .video-screen video{
    margin-top: 0;
}


.single > .sx .video-screen{
    width: 100%;
    margin: 64px auto;
    height: auto;
    max-width: 640px;
}

.single > .dx .video-screen object,
.single > .sx .video-screen object{
    box-shadow: 0 28px 12px rgba(0,0,0,0.6);
    border-radius: 7.2%;
}

.single .dx .panel .video-screen{
    margin-top: 0;
    display: none;
}
.row.video h3{

    font-weight: 600;
    line-height: 1em;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
    color: #1A3046;

}


.row.video h4{

    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 5rem;
    color: #5fbb5f;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 0;
}

.row.video p{
    width: 70%;
    max-width: 500px;
    margin: 0 auto 32px;
}

.row.video .switch-btns {
    display: inline-block;
    width: 70%;
    max-width: 500px;
    position: relative;
    margin: 16px auto 32px;
}

.row.video .switch-btns a {
    width: 48%;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border: 0;

    background-color: #1e66f7;
}

.row.video .switch-btns a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-color: #5ebb5e;
    border: 0;
}



.row.video .switch-btns{
   /* -webkit-animation-name: hue-rotate;
    animation-name: hue-rotate;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;*/
}

.row.video .switch-btns a:first-child {
    -webkit-animation-name: color-transitio;
    animation-name: color-transitio;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.row.video .switch-btns a:first-child::after {
    content: "\f10d";
    position: absolute;
    width: 74px;
    height: 74px;
    color: #222;
    left: 50%;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    font-size: 56px;
    font-family: Beeathy-com;
    font-weight: 100;
    -webkit-transform: translate(-50%, -15px);
    -moz-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    -o-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    background-color: #fff;
    border: 2px solid #fff;
    line-height: 55px;
    padding-left: 1px;
    z-index: 2;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
/* border-left-color: #1A3046;
    border-right-color: #5fbb5f;*/
    pointer-events: none;
}

@-webkit-keyframes color-transition {
    0% {
        background-color: #4C6085;
        border-color: #4C6085;
    }
    33% {
        background-color: #5fbb5f;
        border-color: #5fbb5f;
    }
    66% {
        background-color: #BE3E82;
        border-color: #BE3E82;
    }
    100% {
        background-color: #4C6085;
        border-color: #4C6085;
    }
}

@keyframes color-transition {
    0% {
        background-color: #4C6085;
        border-color: #4C6085;
    }
    33% {
        background-color: #80D39B;
        border-color: #80D39B;
    }
    66% {
        background-color: #BE3E82;
        border-color: #BE3E82;
    }
    100% {
        background-color: #4C6085;
        border-color: #4C6085;
    }
}


@keyframes hue-rotate{
    0% {
        filter: hue-rotate(0deg);
    }
    50% {
        filter: hue-rotate(100deg);
    }
    100% {
        filter: hue-rotate(0deg);
    }
}

@-webkit-keyframes hue-rotate{
    0% {
        filter: hue-rotate(0deg);
    }
    50% {
        filter: hue-rotate(100deg);
    }
    100% {
        filter: hue-rotate(0deg);
    }
}


.healty{
    /*background: #fff url(/assets/images/beeathy/bg-foglie-min-min.jpg) no-repeat 100% 0;*/
    background: #fff;
    background-position: 100% 0;
    background-attachment: unset;
    background-size: 300px;
    background-repeat: no-repeat;
}


.healty .howto h5{
    color: #333;
}

.healty svg{
    fill: #999;
    color: #999;
}



h3 > sup{
    font-size: 14px;
    position: absolute;

}

small.note{
    color: #4a90e2;
    margin-top: 16px;
}


/**
* CONTROLLS
*
***/

.btmControl{
    clear: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.control .btnFS,
.control .sound,
.progress-bar,
.control .btnPlay{
    clear: none;
    float: none;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.progress-bar{
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.progress-bar .progress{
    width: 100%;
}

.control .btnFS,
.control .sound,
.control .btnPlay{
    width: 30px;
}

.single .dx .panel .video-screen .control{
    max-width: 320px;
    width: 80%;
}

.video-screen video[data-task="play"] ~ .control .icon-play{
    background: transparent url(/assets/images/beeathy/play.svg) 50% 50% no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    margin: 2px auto;
    display: inline-block;
}

.video-screen video[data-task="pause"] ~ .control .icon-play{
    background: transparent url(/assets/images/beeathy/pause.svg) 50% 50% no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    margin: 2px auto;
    display: inline-block;
}

.video-screen video ~ .control .icon-sound{
    background: transparent url(/assets/images/beeathy/unmute.svg) 50% 50% no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    margin: 7px auto;
    display: inline-block;
}

.video-screen video[muted] ~ .control .icon-sound{
    background: transparent url(/assets/images/beeathy/mute.svg) 50% 50% no-repeat;
    background-size: 14px;
    width: 12px;
    height: 12px;
    margin: 7px auto;
    display: inline-block;
}

.video-screen video ~ .control .icon-fullscreen{
    background: transparent url(/assets/images/beeathy/fullscreen.svg) 50% 50% no-repeat;
    background-size: 14px;
    width: 12px;
    height: 12px;
    margin: 7px auto;
    display: inline-block;
}

.control .btnPlay{
    -moz-border-radius: 20em 0 0 20em;
    -webkit-border-radius: 20em 0 0 20em;
    border-radius: 20em 0 0 20em;
}

.control .btnFS{
    -moz-border-radius: 20em 0 0 20em;
    -webkit-border-radius: 20em 0 0 20em;
    border-radius:  0 20em 20em 0;
}

.control .timeBar{
    background: rgba(100,132,249,1);
    background: -moz-linear-gradient(top, rgba(100,132,249,1) 0%, rgba(57,108,218,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(100,132,249,1)), color-stop(100%, rgba(57,108,218,1)));
    background: -webkit-linear-gradient(top, rgba(100,132,249,1) 0%, rgba(57,108,218,1) 100%);
    background: -o-linear-gradient(top, rgba(100,132,249,1) 0%, rgba(57,108,218,1) 100%);
    background: -ms-linear-gradient(top, rgba(100,132,249,1) 0%, rgba(57,108,218,1) 100%);
    background: linear-gradient(to bottom, rgba(100,132,249,1) 0%, rgba(57,108,218,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6484f9', endColorstr='#396cda', GradientType=0 );
    box-shadow: none;
}

.btmControl > div{
    background: rgba(0, 0, 0, 0.8)!important;
}

.btmControl > div.progress-bar{
    cursor: default;
}


.btmControl > div:hover{
    background: rgba(36, 86, 255, 0.8) !important;
}

.btmControl > div.progress-bar:hover{
    background: rgba(0, 0, 0, 0.8)!important;
}



/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #1e67f7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    font: 700 18px/1 "Lato", sans-serif;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
    display: none;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 40px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.row.materieprime{
    background-position: 16% 100%;
    background-position: 0 0;
    background-size: cover;
    padding-top: 0;

    background-position: 100% 60%;
    padding-top: 0;
    background-size: auto 160%;
    background-color: #ededed;
}

@media all and (min-width: 1800px){
    .single > .sx .piatto{

    }

    .single .dx .panel{
        max-width: 600px;
    }
}

@media all and (min-width: 1450px){
    .single .dish{
        top: -20%;
    }
}

@media all and (max-width: 1200px){



    .single > .sx {
        flex: 1 1 40%;
    }

    .single > .dx {
        flex: 1 1 60%;
    }

    .single > .sx .piatto{

    }

    .single .dx .panel{
        max-width: 540px;
    }

    .single .dx .panel {
        width: 90%;
    }

    .single .dish {
        background-position: 100% 0;
        left: -30%;
        height: 150%;
        max-height: unset;
        width: 126%;
        top: -6%;
    }

}

@media all and (max-width: 800px){
    .single {
        display: block;
        max-height: 100vh;
        padding-bottom: 32px;
    }
    .single > .sx {
        display: block;
        height: 120px;
        flex: 0 10 55%;
    }

    .single .dish{
        background-position: 0 96%;
        background-size: 100%;
        top: 0;
        height: 120px;
        left: 0;
        width: 100%;
    }

    .single .dx .panel{
        margin-top: 0;
        width: 80%;
    }



    .single > .sx .cuoco{
        display: none;
    }

    .single .dx{
        display: block;
    }
}

@media (max-width: 980px) {
    .healty {
        background-size: 300px!important;
        background-position: 100% 0!important;
    }
}

@media all and (max-width: 500px){
    .single > .sx {
        display: block;
        height: 70px;
    }

    .single .dish{
        height: 70px;
    }

    .single .dx .info h3{
        font-size: 3rem;
    }

    .single .dx .panel{
        width: 75%;
    }

    .single .dx .panel .video-screen .control{
        bottom: 16px;
        width: 80%!important;
    }

    .single .dx .info{
        margin-top: 32px;
    }

    .single .dx .switch-btns{
        width: 90%;
        margin: 8px auto;
    }

    .single .dx .switch-btns .button{
        line-height: 1;
        padding: 8px 12px;
        height: auto;
    }

    .healty {
        background-size: 200px!important;
        background-position: 100% 0!important;
    }
}


