body > main{
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    margin-top: 0;
    top: 67px;
    color: #666;
}

body > main > article.cover{
    background: #fff url('../../images/beeathy/hp2.jpg') 50% 50% no-repeat;
    background-size: cover;
    min-height: calc(100vh - 67px);
    padding-bottom: 0;
    background-attachment: fixed;

}

body > main > article.cover > section{
    display: flex;
    min-height: calc(100vh - 67px);
    height: 100%;
    padding-bottom: 64px;
    width: 90%;
    max-width: 1200px;
    justify-content: right;
    justify-content: flex-end;
    align-items: center;
}

body > main > article.cover .wrapper {
   /* display: table-cell;
    vertical-align: middle;*/
}

.cell {
    display: block;
    vertical-align: middle;
    margin-left: 0;
}

[data-type="switch-block"],
[role="start-form"]{
    position: relative;
    width: 480px;
    background-color: rgba(255, 255, 255, 0.92);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 380px;
    margin: 46px auto 0 auto;
    padding: 56px 32px 32px;
    z-index: 0;
}

[data-type="switch-block"]{
    height: auto;
}

[data-type="switch-block"] p {
    margin-bottom: 12px;
}

[data-type="switch-block"]::before,
[role="start-form"]::before{
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    margin-top: -56px;
    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;
}

[data-type="switch-block"] .menu-btn-wrapper a{
    width: 100%;
    background-color: #1e66f7;
    border-color: #0053bf;
    position: relative;

    /*background: #1e66f7; /* Old browsers */
    /*background: -moz-radial-gradient(center, ellipse cover,  #1e66f7 0%, #0053bf 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1e66f7), color-stop(100%,#0053bf));
    background: -webkit-radial-gradient(center, ellipse cover,  #1e66f7 0%,#0053bf 100%);
    background: -o-radial-gradient(center, ellipse cover,  #1e66f7 0%,#0053bf 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #1e66f7 0%,#0053bf 100%); */

    -webkit-animation: filter-animation 4s infinite;
    -o-animation: filter-animation 4s infinite;
    animation: filter-animation 4s infinite;
}

@-moz-keyframes NAME-YOUR-ANIMATION {
    0% {
        filter: hue-rotate(0deg);
    }

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

    100% {
        filter: hue-rotate(0deg);
    }
}
@-o-keyframes NAME-YOUR-ANIMATION {
    0% {
        -webkit-filter: hue-rotate(0deg);
    }

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

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

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

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

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

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

[data-type="switch-block"] .menu-btn-wrapper a:focus{
    background-color: #f15173;
    border-color: #0053bf;
}

[data-type="switch-block"] .menu-btn-wrapper a span{
    position: absolute;
    left: 6px;
    top: -11px;
    font-size: 58px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    transform: rotate(-16deg);
    -webkit-animation: filter-animation-scale 2s infinite;
    -o-animation: filter-animation-scale 2s infinite;
    animation: filter-animation-scale 2s infinite;
}

@-webkit-keyframes filter-animation-scale {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes filter-animation-scale {
    0% {
        -webkit-transform: scale(1) rotate(-16deg);
        -moz-transform: scale(1) rotate(-16deg);
        -ms-transform: scale(1) rotate(-16deg);
        -o-transform: scale(1) rotate(-16deg);
        transform: scale(1) rotate(-16deg);
    }

    50% {
        -webkit-transform: scale(1.2) rotate(0);
        -moz-transform: scale(1.2) rotate(0);
        -ms-transform: scale(1.2) rotate(0);
        -o-transform: scale(1.2) rotate(0);
        transform: scale(1.2) rotate(0);
    }

    100% {
        -webkit-transform: scale(1) rotate(-16deg);
        -moz-transform: scale(1) rotate(-16deg);
        -ms-transform: scale(1) rotate(-16deg);
        -o-transform: scale(1) rotate(-16deg);
        transform: scale(1) rotate(-16deg);
    }
}

[data-type="switch-block"] .switch-btns{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

[data-type="switch-block"] .switch-btns a{
    width: 50%;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border: 0;
}

[data-type="switch-block"] .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: #1A3046;
    border: 0;
}

[data-type="switch-block"] .switch-btns a:first-child:hover{
    background-color: #013377;
}

[data-type="switch-block"] .switch-btns a:first-child::after {
    content: "\f147";
    position: absolute;
    width: 64px;
    height: 64px;
    color: #222;
    left: 50%;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    font-size: 57px;
    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: 69px;
    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;
}


body > main > article.cover{
    background-position: 100% 50%;

}

/*body.hp .as.cell.slogan{
    margin-top: 25vh;
}*/

body.hp .as.cell{
    padding-top: 12px;
    display: block;
    /*float: right;*/
}

[role="start-form" ] form {
    position: relative;
    display: block;
    margin-bottom: 0;
}

[data-type="switch-block"] h3,
[data-type="switch-block"] h4,
[role="start-form" ] h3,
[role="start-form" ] h4{
    white-space: nowrap;
    text-align: center;
}

[data-type="switch-block"] h3,
[role="start-form" ] h3{
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 0;
    color: #1A3046;
}

[data-type="switch-block"] h4,
[role="start-form" ] h4{
    color: #5fbb5f;
    font-size: 1.6rem;
}

.already-registered{
    margin-top: 0;
    text-align: center;
}

.already-registered p {
    color: #999;
}

.row.choose-product{
    text-align: center;
    padding: 64px 0;
    min-height: 300px;
    border-top: 1px solid #f0f0f0;
    background: #f0f0f0;
}

.row.choose-product .row.choose{
    max-width: 980px;
    margin: 0 auto;
}

.row.choose-product .row.choose .columns{
    margin-left: 0;
}

.row.choose-product h5,
.row.choose-product h3{
    margin-bottom: 0;
    color: #172734;
    font-weight: 600;
}

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

.row.choose-product h6{
    font-size: 3rem;
}

.row.choose-product p{
    max-width: 300px;
    margin: 0 auto;
}

.row.choose-product a{
    margin: 32px auto;
}

.row.choose-product .meals{
    text-align: center;
    position: relative;
}

.row.choose-product .icon-wrapper{
    z-index: 3;

}

.row.choose-product .icon-wrapper:before{
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border: 10px solid #ffff;
    position: absolute;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

.row.choose-product .meals:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 1;
    top: 64px;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.row.choose-product .meals:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    right: 0;
    -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/shopper.svg) 50% 50% no-repeat;
    -webkit-background-size: 80px;
    background-size: 94px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border: 6px solid #fff;
    top: 64px;
    margin-top: 0;
    pointer-events: none;
    z-index: 2;
}



.row.choose-product .menu{
    text-align: center;
}

.block-w-icons,
.healty,
.how-works {
    text-align: center;
    padding: 32px;
}

.block-w-icons h3,
.healty h3,
.how-works h3{
    font-weight: 600;
}

.healty h3{
    padding-top: 0;
    margin-bottom: 0;
}

.block-w-icons,
.howto{
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Lora', serif;
    font-weight: 300;
    line-height: normal;
   /* margin-top: 32px;*/
}

.block-w-icons h4,
.block-w-icons h5,
.how-works h4,
.how-works h5{
    font-weight: 600;
    font-size: 2rem;
    color: #5fbb5f;
    min-height: 2em;
    margin-bottom: 0;

}


.block-w-icons .dark-title h4,
.block-w-icons .dark-title h5,
.how-works .dark-title h4,
.how-works .dark-title h5{
    line-height: 1;
    color: #1A3046;
    min-height: 1em;
}

.block-w-icons .dark-title h5,
.how-works .dark-title h5{
    margin-bottom: 8px;
}

.block-w-icons h3,
.materie-prime h3,
.how-works h3{
    margin-bottom: 0;
    color: #172734;
    font-weight: 600;
}

/*.video .how-works h3{
    color: #5fbb5f;
}

.video .how-works h4.cursive{
    color: #999;
}*/


.block-w-icons h3.cursive,
.block-w-icons h4.cursive,
.materie-prime h3.cursive,
.materie-prime h4.cursive,
.how-works h3.cursive,
.how-works 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;
}




img.icon{
    height: 120px;
    margin-bottom: 36px;
}

.healty{
    color: #172734;
    background: #fff url('../../images/beeathy/bg3-min-big-min.jpg') 50% 10% no-repeat;
    background: #fff url('../../images/beeathy/test-bg-fascione-3.jpg') 65% 50% no-repeat;
    background-size: 100% auto;
    background-size: cover;
    background-attachment: fixed;
}

.healty.c2a{
    background: #fff;
}

.healty h4{
    font-family: 'Learning Curve', cursive;
    /*text-transform: lowercase;*/
    font-size: 5rem;
    line-height: 1em;
    color: #5fbb5f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.healty.c2a h4{
    color: #5fbb5f
}

.healty .howto{
    margin-top: 32px;
    margin-bottom: 0;
    width: 80%;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.healty .howto li{
    width: 20%;
    margin: 0;
    display: inline-table;
}

.healty  .button.button-primary{
    margin-right: 32px;
    background-color: #172734;
    border-color: #172734;
    color: #fff;
}

.healty .button.button-primary.test{
    background-color: #5fbb5f;
    border-color: #5fbb5f;
}

.healty p{
    width: 80%;
    margin: 0 auto;
}

.healty  .button.button-primary:hover{
    background-color: #5fbb5f;
    border-color: #5fbb5f;
}

.healty .switch-btns{
    margin-top: 32px;

}

.healty .howto h5{
    color: #172734;
    font-size: 2.4rem;
    font-family: 'Learning Curve', cursive;
    text-transform: lowercase;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.healty img.icon{
    height: 60px;
    margin-bottom: 8px;
}

.healty svg{
    height: 80px;
    fill: #172734;
    display: inline-block;
    width: 60px;
    margin-bottom: 12px;
}
.healty svg.icon-qualita,
.healty svg.icon-sapore,
.healty svg.icon-freschi,
.healty svg.icon-chef{
    width: 80px;
    height: 80px;
}

.as.slogan{
    max-height: calc(100vh - 67px);
    vertical-align: middle;
}

.as.slogan h3{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 5rem;
    margin-top: 0;
    text-align: center;
    padding-top: 12vh;
    padding-bottom: 0;
    color: #1A3046;
    color: #fff;
    -webkit-appearance: none;
    display: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*text-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
}

.lastcall2action{
    color: #172734;
    background: #fff url('../../images/beeathy/bg8.jpg') 70% 25% no-repeat;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 32px;
}

.lastcall2action h3{
    margin-bottom: 0;
}

.lastcall2action h4{
    font-family: 'Learning Curve', cursive;
    text-transform: lowercase;
    font-size: 5rem;
    line-height: normal;
    color: #172734;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lastcall2action .columns{
    float: right;
    color: #fff;
    padding: 64px 0;
    margin-top: 32px;
}

.lastcall2action .button-primary{
    background-color: #fff;
    border-color: #fff;
    margin-right: 32px;
    color: #172734;
}

.lastcall2action .button-primary:hover{
    color: #fff;
    background-color: #172734;
    border-color: #172734;
}

body > footer {
    margin-top: 67px;
}

.icon-wrapper{
    width: 140px;
    height: 140px;
    position: relative;
    margin: 0 auto 16px auto;
}

.video .how-works .icon-wrapper{
    height: 100px;
    border: 0;
    border-style: hidden;
}

.icon-wrapper::before{
    content: '';
    width: 148px;
    height: 148px;
    border: 1px solid #f0f0f0;
    position: absolute;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
    left: 50%;
    -webkit-transform: translate(-50%, -4px);
    -moz-transform: translate(-50%, -4px);
    -ms-transform: translate(-50%, -4px);
    -o-transform: translate(-50%, -4px);
    transform: translate(-50%, -4px);
}

.icon-wrapper .icon{
    width: 100%;
    border: 20em;
    position: relative;
    height: 100%;
    /**/
    background: no-repeat 50%;
    background-size: cover;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
}

.icon-wrapper.svg{
    background: url(../../images/beeathy/icon-loader.svg) 50% 50% no-repeat;
}

.icon-wrapper.svg.loaded{
    background: transparent;
}

.icon-wrapper.svg .icon.svg{
    background-size: contain;
    background-size: 170px auto;
}

.icon-wrapper.svg:before{
    display: none;
}

.icon-wrapper.svg .icon{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.row.materieprime {
    background-position: 16% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    background-attachment: fixed;
}

.materie-prime {
    border-radius: 10px;
    width: 57%;
    padding: 32px;
}

.howto{
    margin-bottom: 32px;
}



.howto .icon-wrapper{
    margin-bottom: 32px;
}

.video .howto .icon-wrapper{
    margin-bottom: 16px;
}

.howto p{
    max-width: 80%;
    margin: 0 auto;
}

.row.diete{
    padding-top: 32px;
    padding-bottom: 32px;
}

.row.diete h3{
    text-align: center;
    position: relative;
    margin-bottom: 0;

}

.row.diete h4.cursive,
.row.diete h3.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;
}

.row.diete h5,
.row.diete h4{
    font-weight: 600;
    font-size: 2rem;
    color: #5fbb5f;
    min-height: 2em;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 16px;
    line-height: 1em;
}

.row.diete p{
    max-width: 86%;
    margin: 0 auto;
    text-align: center;
    max-height: 5em;
    height: 5em;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.row.diete nav{
    margin-top: 16px;
}

.row.diete nav a{
    line-height: 32px;
    height: 32px;
    padding: 0 16px;
}

.row.diete ul{
    text-align: center;
    margin: 0;
    padding: 0;
}

.row.diete li{
    float: none;
    width: 19%;
    display: inline-table;
    margin: 0;
}

.diete .icon-wrapper{
    width: 120px;
    height: 120px;
}

.diete .icon-wrapper::before{
    width: 124px;
    height: 124px;
    -webkit-transform: translate(-50%, -2px);
    -moz-transform: translate(-50%, -2px);
    -ms-transform: translate(-50%, -2px);
    -o-transform: translate(-50%, -2px);
    transform: translate(-50%, -2px);
}


.row.downloadform{
    /*background: #db8153 url('../../images/beeathy/bg-download-2-min.jpg') 50% 90% no-repeat;*/
    background-color: #503b27;
    background-image: url('../../images/beeathy/bg-download-2-min-low-min.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}


.row.downloadform a,
.row.downloadform label,
.row.downloadform p,
.row.downloadform h3,
.row.downloadform h4{
    color: #fff;
    text-decoration: none;
}

.row.downloadform h3{
    margin-top: 32px;
}

/*
@-moz-document url-prefix() {
    body.hp .as.cell {
        padding-top: 13vh;
    }
}
*/


/**
 *UPDATE NEW HP
 **/

body.video  > main{
    top: 80px;
}

/*body.video > main > article.cover > section {
    width: 100%;
    max-width: 100%;
    position: relative;
    min-height: 200px;
    padding-bottom: 0;
}*/

.row.materieprime{
    background-attachment: unset;
}


/*
body.video > main > article.cover{
    background: #fff!important;
    min-height: 180px;
    height: auto;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 80px);
}

body.video > main > article.cover > section{
    position: relative;
    overflow: hidden;
    width:100%;
    height: 100%;
    display: block;
}

body.video > main > article.cover video{
    width: 100%;
    position: relative;
    top: 0;
    height: 100%;
}

body > main > article.cover .wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

body > main > article.cover .wrapper iframe,
body > main > article.cover .wrapper object,
body > main > article.cover .wrapper embed,
body > main > article.cover .wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

body.video[data-platform="mobile"] > main > article.cover{
    background-size: cover!important;
}

body.video > main{
    top: 80px;
}

body.video > main > article.cover{
    min-height: 340px;
    height: 60vh;
    overflow: hidden;
    position: relative;
    background: #fff url(../../images/beeathy/hp2.jpg) 50% 50% no-repeat!important;
    background-size: cover!important;
    height: auto;
}

body.video.oblique > main > article.cover{
    height: 50vh;
    height: calc(100vh - 450px);
}

.play-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -25px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.play-video .icon{
    width: 72px;
    height: 80px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;

    pointer-events: none!important;
    z-index: 2;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.video-cntrolls{
    width: 90%;
    min-width: 280px;
    max-width: 500px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.video-cntrolls h3,
.as.slogan .video-cntrolls h3{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
    padding-top: 0;
    display: none!important;
}

.video-cntrolls p{
    color: #fff;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 1em;
}

.video-cntrolls button{
    background: #fff;
    border-color: #fff;
    color: #1A3046;
    margin-top: 16px;
}

@media all and (max-height: 700px){
    .play-video .icon {
        width: 84px;
        height: 84px;
    }
    .video-cntrolls h3,
    .as.slogan .video-cntrolls h3{
        font-size: 5rem;
    }
}



.oblique + video{
    position: absolute;
    bottom: 6px;
    width: 60%;
    left: 50%;
    height: auto;

    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    padding: 16px 0 0;
    background: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    max-width: 640px;
    -webkit-transition: bottom 0.5s ease-in-out;
    -moz-transition:  bottom 0.5s ease-in-out;
    -ms-transition:  bottom 0.5s ease-in-out;
    -o-transition:  bottom 0.5s ease-in-out;
    transition:  bottom 0.5s ease-in-out;
    bottom: -360px;
}

body.visible .oblique + video.can-play{
    bottom: 6px;
}

body.video.oblique .oblique{
    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;
    bottom: -40px;
    margin-top: 0;
    pointer-events: none;
}

body.video.oblique .scroll-downs{
    display: none;
}

body.video.oblique .how-works{
    padding: 0 32px 32px 32px;
}

body.hp.video.fullwidth .as.slogan{
    padding-top: 0;
    max-height: none;
    padding-bottom: 56.25%;
    height: 0;
    background-color: #fff;
}

body.hp.video.fullwidth.oblique .as.slogan{
    background-color: transparent;
    padding-bottom: 0;
}

body.video > main > article.cover:before{
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #000;
    opacity: 0.2;
    z-index: 0;
}

body.video > main > article.cover {
    background-attachment: unset!important;
    border-bottom: 1px solid #f0f0f0;
}

body.video.oblique > main > article.cover {
    /*background-attachment: inherit!important;*/
    border-bottom: 0 solid #f0f0f0;
}



body.video > main > article.cover > section{
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    width: 100%;
    min-height: auto;
    max-width: 100%;
}

body.video.fullwidth > header{
    background: transparent;

}

body.video.fullwidth > header:before{
    content: '';
    width: 100%;
    height: 79px;
    position: absolute;
    background: #fff;
    opacity: 1;
}

body.video.oblique > main > article.cover:after{
    content: '';
    width: 100%;
    height: 80px;
    position: absolute;
    background: #fff;
    opacity: 1;
    bottom: -40px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-box-shadow: 0 -2px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 -2px 6px rgba(0,0,0,0.5);
    box-shadow: 0 -2px 6px rgba(0,0,0,0.5);
}

body.video > main > article.cover .wrapper{
    width: 100%;
}

.as.slogan.new [data-type="switch-block"]{
    width: 90%;
    max-width: 600px;
}

.as.slogan.new [data-type="switch-block"]{
    background-color: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 -4px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 -4px 6px rgba(0,0,0,0.3);
    box-shadow: 0 -4px 6px rgba(0,0,0,0.3);
    padding: 56px 0 0 0;
}

.as.slogan.new h3{
    display: block;
}

.as.slogan.new [data-type="switch-block"] h3{
    display: block;
    margin-bottom: 0;
    color: #1A3046;
    font-family: 'Nunito', sans-serif;
    margin-top: 0;
    padding-top: 0;
    font-size: 3.6rem;
}

.as.slogan.new [data-type="switch-block"] h4{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    margin-top: 0;
    color: #5fbb5f;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

body.video [data-type="switch-block"]::before{
    -webkit-box-shadow: 0 -10px 6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 -10px 6px rgba(0,0,0,0.3);
    box-shadow: 0 -10px 6px rgba(0,0,0,0.3);
}

.row.video{
    margin-top: 32px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #fff;
    position: relative;
}

video{
    width: 100%;
    height: auto;
    position: relative;
    /*max-height: calc(100vh - 80px);*/
    display: block;

}

@media all and (max-width: 900px){
    body.video > main{
        top: 80px;
    }
}

@media all and (max-width: 650px){
    body.video > main{
        top: 67px;
    }

    body.video.fullwidth > header:before{
        height: 66px;
    }
}

/*
 VIDEO CUSTOM UI
 */

/* video caption css */
.caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
    color: #ddd;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    border-radius: 6px 6px 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

/*** VIDEO CONTROLS CSS ***/
/* control holder */
.control {
    color: #ccc;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 360px;
    z-index: 5;
    display: block;

    transform: translate(-50%,-16px);
}

/* control bottom part */
.btmControl {
    clear: both;
}

.control .btnPlay {
    float: left;
    width: 34px;
    height: 30px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 6px 0 0 6px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
}

.control .icon-play {
    background: url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -11px 0;
    width: 6px;
    height: 9px;
    display: block;
    margin: 4px 0 0 8px;
}

.control .icon-pause {
    background: url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -34px -1px;
    width: 8px;
    height: 9px;
    display: block;
    margin: 4px 0 0 8px;
}

.control .selected {
    font-size: 15px;
    color: #ccc;
}

.control .sound {
    width: 30px;
    height: 30px;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-left: none;
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.control .icon-sound {
    background: url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat -19px 0;
    width: 13px;
    height: 10px;
    display: block;
    margin: 8px 0 0 8px;
}

.control .muted .icon-sound {
    width: 7px !important;
}

.control .btnFS {
    width: 30px;
    height: 30px;
    border-radius: 0 6px 6px 0;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-left: none;
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
}

.control .icon-fullscreen {
    background: url(https://s.cdpn.io/6035/vp_sprite.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    display: block;
    margin: 8px 0 0 9px;
}

/* PROGRESS BAR CSS */
/* Progress bar */
.progress-bar {
    height: 30px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-left: none;
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5);
    float: left;
}

.progress {
    width: 240px;
    height: 7px;
    position: relative;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    /* fallback */
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px black;
    border-radius: 10px;
}

.progress span {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 10px;
}

.timeBar {
    z-index: 10;
    width: 0;
    background: -webkit-linear-gradient(top, #6bcce2 0%, #1da3d0 100%);
    box-shadow: 0 0 7px rgba(107, 204, 226, 0.5);
}

.bufferBar {
    z-index: 5;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
}

/* VOLUME BAR CSS */
/* volume bar */
.volume {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 10px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.volumeBar {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    z-index: 10;
}
