.demo_store {
    display: none !important;
}

/* base grid
--------------------------------------------------*/

@media all {
  .grid-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-parent {
    padding-left: 0;
    padding-right: 0;
  }
    
  .inner-grid-container {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media screen and (min-width: 768px) {
  /*.grid-container {
    padding-left: 15px;
    padding-right: 15px;
  }*/
}

@media screen and (max-width: 767px) {
  .grid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
 
  .grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-parent {
    padding-left: 0;
    padding-right: 0;
  }
  .inner-grid-container {
    padding-left: 0;
    padding-right: 0;
  }
}


/* fonts
--------------------------------------------------*/

/* thin: 100, light: 300, medium: 500, bold: 700, black: 800 */

body {
    font-size: 20px;
    line-height: 29px;
}
body, h1, h2, h3, h4, h5, h6, .button, .main-nav, .footer-nav, .tooltip {
    /*font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /*font-weight: 300; /* light */
}
h1, h2, h3, h4, h5, h6, .main-nav a, .footer-nav a {
    font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-align: center;
    /*font-weight: 700; /* bold */
}
.main-nav a, .footer-nav a {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.8px;
}

/* bxslider
--------------------------------------------------*/

.bx-wrapper {
    margin-bottom: 0;
}

.bx-slider {
    display: block;
}

.slider-nav {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #000;
    font-size: 50px;
    font-weight: 100;
    line-height: 45px;
}
.slider-nav.slider-nav-next {
    left: auto;
    right: 40px;
}
.slider-nav a {
    border: none;
}

/*@media screen and (min-width: 768px) {*/
    #guide-detail .bx-viewport {
        min-height: 80vh;
    }
/*}*/
@media screen and (max-width: 767px) {
    .bx-wrapper {
        margin-bottom: 30px;
    }
    .slider-nav {
        bottom: 15px;
        left: 30px;
    }
    .slider-nav.slider-nav-next {
        left: auto;
        right: 30px;
    }
}

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** THEME
===================================*/
/* PAGER */
/*.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}*/
.bx-wrapper .bx-pager {
    display: flex;
    padding: 0 50px;
    box-sizing: border-box;
}
.bx-wrapper .bx-pager .bx-pager-item {
    flex: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #000000 !important;
  background: transparent !important;
  width: 30px;
  height: 30px;
  /*margin: 2px 12px;*/
    border: none;
    text-indent: 0;
	font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 10px;
    /*font-weight: 700;*/
    line-height: 22px;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active
/*.bx-wrapper .bx-pager.bx-default-pager a:focus*/ {
  /*width: 10px;
  height: 10px;
  margin: 0 10px;*/
  background: #e11e4a !important;
  background: transparent !important;
    font-size: 30px;
    font-weight: 100;
}
/*.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 10px;
}*/
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  background: none;
}
/*.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}*/
.bx-wrapper .bx-next {
  right: 0px;
  background: none;
}
/*.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}*/
.bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: -47px;
    margin-top: 0;
    width: auto;
    height: auto;
    border: none;
    text-indent: 0;
    padding: 5px 15px;
    font-size: 40px;
    /**/
    font-size: 50px;
    font-weight: 100;
    line-height: 45px;
}

/* general overwrites and additions
--------------------------------------------------*/

.page-beocreate #wrapper {
    background-color: #ffffff;
}

.page-beocreate #header, .page-beocreate #content, .page-beocreate #footer {
    padding-left: 0;
}

.page-beocreate .box-shadow {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.3);
}

.page-beocreate .text-shadow {
    text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
}

.page-beocreate .offscreen {
    position: absolute;
    left: 100000000000000000000000000px;
}

/**/
@media screen and (min-width: 768px) {
    .page-beocreate .vertical_line {
        width: 1px;
        position: absolute;
        z-index: 10000000000;
        left: calc(50% - 1px);
        border-right: 1px solid #DBDBDB;
    }

    .page-beocreate .vertical_line.black {
        height: 18vh;
        bottom: -11vh;
        border-right-color: #000;
    }
    .page-beocreate .vertical_line.grey {
        height: 60vh;
        bottom: -6vh;
        border-right-color: #DBDBDB;
    }
}

/* header
---------------------------*/
.page-beocreate #header .header-upper {
    padding-left: 20px;
}

.page-beocreate #header .header-upper h1 span.logo_beocreate {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    /*width: 47px;
    height: 44px;*/
    width: 42px;
    height: 39px;
    margin: 19px 0 0 -11px;
    padding: 0 !important;
    background-image: url(assets/images/beo_create_logo.svg);
    background-repeat: no-repeat;
    background-position: top center;
}

@media screen and (max-width: 767px) {
    .page-beocreate #header .header-upper h1 {
        width: 50px;
        background-size: 179px 49px;
    }
}

/* footer
---------------------------*/

.page-beocreate #footer .footer-upper {
    background-color: #e11e4a;
}

/* nav
--------------------------------------------------*/

.btn_mobile_menu {
    display: inline-block;
    height: 16px;
    width: 40px;
    padding: 15px 10px;
    font-size: 30px !important;
    line-height: 0;
    color: #2c2c2c;
    border: none !important;
    text-decoration: none;
    position: relative;
    float: right;
    margin: 15px 0 0 20px;
    /*background-color: pink;*/
}

/**/

.btn_mobile_menu .bars-container, .btn_mobile_menu .cross-container {
    display: block;
    position: absolute;
}

.btn_mobile_menu .bars, .btn_mobile_menu .bars:before, .btn_mobile_menu .bars:after {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    /*height: 2px;*/
    height: 1px;
    background-color: #2c2c2c;
    color: #2c2c2c;
}
.btn_mobile_menu .bars:after {
    top: 8px;
}
.btn_mobile_menu .bars:before {
    top: 16px;
}

/**/

/*.btn_mobile_menu.cross {
    position: relative;
    padding: 15px 10px;
    display: inline-block;
}*/

.btn_mobile_menu .bars-container.cross-container .bars {
    display: none;
}
.btn_mobile_menu .cross-container {
    width: 40px;
    height: 16px;
    /*display: none;*/
}

.btn_mobile_menu .cross-container:before, .btn_mobile_menu .cross-container:after{
    content: "";
    position: absolute;
    width: 25px;
    /*height: 3px;*/
    height: 1px;
    background-color: #2c2c2c;
    top: 7px;
    left: 8px;
}

.btn_mobile_menu .cross-container:before{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
}
.btn_mobile_menu .cross-container:after{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

/**/

.main-nav {
    font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    /*width: 100%;*/
    width: auto;
    display: inline-block;
    margin-top: 28px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
}

.main-nav, .main-nav li {
    text-align: center;
    list-style: none;
}
.main-nav li {
    /*list-style: none;*/
    display: inline;
    margin: 0;
    /*padding: 0 0 0 77px;*/
    padding: 0 25px 0 25px;
}
.main-nav li.nav-home {
    display: none;
}
/*.social .main-nav li {
    display: inline;
    margin: 0;
    padding: 0 0 0 10px;
}*/

/* main level link */
.main-nav li a {
    margin: 0;
    padding: 0;
    /*display: inline-block;*/
    position: relative;
    border: none;
}
/* main level link hover */
.main-nav li a:hover, .main-nav li.current-menu-item > a, .main-nav li.current-page-ancestor > a, .main-nav li.current_page_parent > a, .category-blog .main-nav li.menu-item-blog > a, .single-product .main-nav li.nav-shop > a, .single-product .main-nav li.menu-item-shop > a, .main-nav li.current_page_item > a {
    border-bottom: 1px solid #2c2c2c;
}

/* #main-nav (top bar stripped menu) */

#main-nav {
    font-family: "ColfaxRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main-nav li {
    display: none;
}
#main-nav li.visible-top {
    display: inline;
}


/* #main-nav-clone (right bar full) + some .footer-menu */

#main-nav-clone-container {
    position: absolute;
    width: 250px;
    display: block;
    top: 0;
    right: 0;
    z-index: 0;
    padding: 25px;
    box-sizing: border-box;
}

#main-nav-clone.main-nav {
    /*width: 100%;
    display: block;*/
}

#main-nav-clone.main-nav, #main-nav-clone.main-nav li {
    font-weight: 500;
    text-align: left;
    list-style: none;
    margin: 0;
}
#main-nav-clone.main-nav li {
    /*list-style: none;*/
    display: block;
    margin: 0;
    /*padding: 0 0 0 77px;*/
    padding: 5px 0 0 0;
}
#main-nav-clone.main-nav li ul {
    padding: 5px 0 0 0;
    margin: 0;
}
#main-nav-clone.main-nav li li {
    font-family: "ColfaxLight", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.8px;
    padding: 2px 0 0 0;
}
#main-nav-clone.main-nav li.nav-home {
    display: none;
}

/* main level link */
#main-nav-clone.main-nav li a {
    margin: 0;
    padding: 0;
    /*display: inline-block;*/
    position: relative;
    border: none;
    color: #fff;
}
/* main level link hover */
#main-nav-clone.main-nav li a:hover, #main-nav-clone.main-nav li.current-menu-item > a, #main-nav-clone.main-nav li.current-page-ancestor > a, #main-nav-clone.main-nav li.current_page_parent > a {
    border-bottom: 1px solid #fff;
}

/* spacings etc */

li.whitespace {
    padding-top: 30px !important;
}

li.divider {
    padding-top: 40px !important;
}
li.divider:before {
    content:"";
    width: 20px;
    height: 1px;
    border-top: 1px solid #fff;
    padding-top: 40px;
    display: block;
}


@media screen and (max-width: 767px) {
    #main-nav {
        display: none !important;
    }
}

@media screen and (orientation:portrait) and (min-width: 768px) and (max-width: 1024px) {
    .main-nav li {
        padding: 0 8px 0 8px;
    }
}



/* scrolly dots
---------------------------*/
.page-beocreate #scrolly-dots-container {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 0;
    overflow: visible;
}
.page-beocreate #scrolly-dots-container ul#scrolly-dots {
    list-style: none;
    display: block;
    margin-left: -38px;
}
.page-beocreate #scrolly-dots-container ul#scrolly-dots li.dot {
    list-style: none;
    display: block;
    margin-left: 0;
    margin-bottom: 12px;
}
.page-beocreate #scrolly-dots-container ul#scrolly-dots li.dot:last-child {
    margin-bottom: 0;
}
.page-beocreate #scrolly-dots-container ul#scrolly-dots li.dot a {
    background-color: transparent;
    border: 1px solid #e11e4a;    
    height: 11px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 11px;
    display: block;
    box-sizing: border-box;
}
.page-beocreate #scrolly-dots-container ul#scrolly-dots li.dot.current a {
    background-color: #e11e4a;    
}
@media screen and (max-width: 767px) {
    .page-beocreate #scrolly-dots-container ul#scrolly-dots {
        margin-left: -21px;
    }
}

/* v-align edits
---------------------------*/
@media screen and (max-width: 767px) {
    /* v-align */
    .page-beocreate .content-block:not(.header-block-has-bg).parent-v-align {
      -webkit-transform-style: flat;
      -moz-transform-style: flat;
      transform-style: flat;
    }
    .page-beocreate .content-block:not(.header-block-has-bg) .v-align {
      position: relative;
      top: auto;
      transform: none;
    }
    
/* v-align */
.coming-soon.parent-v-align {
  -webkit-transform-style: preserve-3d !important;
  -moz-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
}
.coming-soon.parent-v-align .v-align {
  position: relative !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
}

/* buttons
---------------------------*/
.page-beocreate .button {
    color: #000000;
	font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /*font-size: 18px;*/
    font-size: 12px;
    /*line-height: 18px;*/
    line-height: 12px;
    /*font-weight: 700; /* bold */
    letter-spacing: 3px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -khtml-border-radius: 100px; /* for old Konqueror browsers */
    /*background-color: #B9D9EB;*/
    background-color: #fff;
    border: 1px solid #E11E4A;
    width: 100%;
    max-width: 400px;
    /*padding: 20px 50px;*/
    padding: 20px;
    margin: 5px;
}
.page-beocreate .button:hover {
    /*background-color: #9dc5db;*/
}

.page-beocreate .button-cta {
    color: #fff;
    background-color: #E11E4A;
}

.page-beocreate .btn_scroll_down {
    width: 58px;
    height: 28px;
    background-image: url(assets/images/scroll_down.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 58px 28px;
    position: absolute;
    bottom: 12%;
    left: calc(50% - 29px);
    border: none;
}

@media screen and (max-width: 767px) {
    .page-beocreate .button {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 3px;
        width: 100%;
        padding: 20px 20px;
        margin: 5px 0;
    }
}

/* tooltip
---------------------------*/

.tooltip {
    padding: 25px;
    max-width: 329px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: normal;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
}

.tooltip h6 {
	font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    text-transform: capitalize;
    color: #95989A;
    /*font-weight: 700;*/
    line-height: normal;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 50px;
}

.tooltip h6:before {
    content:"";
    position: absolute;
    top: 37px;
    left: 25px;
    vertical-align: middle;
    width: 40px;
    border-bottom: 1px solid #95989A;
    display: block;
    margin-right: 10px;
}


/* general
--------------------------------------------------*/

p {
    margin-bottom: 30px;
}

.beo-icon-holder, .beo-icon-holder .beo-icon {
    display: inline-block;
}

.beo-icon {
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 42px 42px;
    margin-bottom: 10px;
}

#content a, #content button {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; 
}
#content a:hover, #content button:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/* content blocks
---------------------------*/

.page-beocreate .content-block {
    height: auto;
    box-sizing: border-box;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
    .page-beocreate .content-block {
        min-height: 100vh;
        height: 100vh;
    }
}

.page-beocreate .content-block h2.bg-header {
    font-weight: 800; /* black */
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    color: #F3F3F3;
    padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .page-beocreate .content-block h2.bg-header {
        /*font-size: calc(150px + 50 * ((100vw - 768px) / (1600 - 768)));*/
        width: calc(100% - 60px);
        font-size: calc(110px + 90 * ((100vw - 768px) / (1600 - 768)));
        line-height: calc(110px + 90 * ((100vw - 768px) / (1600 - 768)));
        position: absolute;
        top: 16%;
        padding-bottom: 20px;
		z-index: -1;
    }
}
.page-beocreate .content-block h3 {
    font-size: 40px;
    line-height: 44px;
    color: #000000;
    text-transform: none;
    padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
    .page-beocreate .content-block h3 {
        /*font-size: calc(150px + 50 * ((100vw - 768px) / (1600 - 768)));*/
        font-size: calc(40px + 40 * ((100vw - 768px) / (1600 - 768)));
        line-height: calc(44px + 44 * ((100vw - 768px) / (1600 - 768)));
    }
    .page-beocreate h3.text-shadow {
        text-align: right;
    }
}
@media screen and (min-width: 1600px) {
    .page-beocreate .content-block h3 {
        font-size: 80px;
        line-height: 88px;
    }
}
/**/

.page-beocreate .content-block h4 {
    font-weight: 100; /* thin */
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .page-beocreate .content-block h4 {
    /*font-size: calc(150px + 50 * ((100vw - 768px) / (1600 - 768)));*/
    font-size: calc(40px + 40 * ((100vw - 768px) / (1600 - 768)));
    line-height: calc(40px + 40 * ((100vw - 768px) / (1600 - 768)));
    padding-top: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .page-beocreate .content-block h4 {
    font-size: 80px;
    line-height: 88px;
  }
}

.page-beocreate .content-block h5 {
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 1.5px;
}

.page-beocreate .content-block h6 {
	font-family: "ColfaxMedium", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /*font-weight: 700; /* bold */
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 4px;
    padding-bottom: 30px;
    text-align: left;
}

.page-beocreate .content-block h6.sticky-top-left {
    background-color: #e11e4a;
    padding: 5px 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    letter-spacing: 1px;
}


/* specific content blocks
---------------------------*/
.page-beocreate .header-block-has-bg h3 {
    color: #FFFFFF;
}
.page-beocreate .header-block-has-bg h6 {
    text-align: center;
}
.page-beocreate .header-block-has-bg h6 a, .page-beocreate .header-block-has-bg h6 a:hover {
    color: #B9D9EB;
    border: none;
}
.page-beocreate .header-block-has-bg h6 a:hover {
    color: #9dc5db;
}

.page-beocreate .header-block-has-bg {
    min-height: calc( 100vh - 78px );
    height: calc( 100vh - 78px );
    border-bottom: 17px solid #e11e4a;
    background-color: #989898 !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

/**/

.page-beocreate .content-block-3 {
    background-color: #E5E5E5 !important;
}
.page-beocreate .content-block-3 h2 {
    color: #FFFFFF !important;
}
@media screen and (min-width: 768px) {
    .page-beocreate .content-block-3 h2.bg-header {
        top: 150px;
    }
	.page-beocreate .content-block-3 {
		padding-top: 180px !important;
        min-height: 100vh;
        height: auto;
	}
}
/* front-page
--------------------------------------------------*/

/* specific content blocks
---------------------------*/
.page-beocreate .front-page-beocreate .content-block-1 .btn_video_play, .page-beocreate .front-page-beocreate .content-block-1 .btn_video_pause {
    width: 210px;
    height: 42px;
    display: block;
    margin: 0 auto;
    background-image: url(assets/images/play_video.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 210px 42px;
    border: none;
}
.page-beocreate .front-page-beocreate .content-block-1 .btn_video_pause {
    width: 42px;
    background-image: url(assets/images/pause_video.svg);
    background-size: 42px 42px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.page-beocreate .front-page-beocreate .content-block-1 .btn_video_play:hover, .page-beocreate .front-page-beocreate .content-block-1 .btn_video_pause:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

/*@media screen and (max-width: 767px) {
    .page-beocreate .front-page-beocreate .content-block-1 .btn_video_play {
        display: none;
    }
}*/

/**/

/*@media screen and (min-width: 768px) {
    .page-beocreate .front-page-beocreate .content-block-2 h3 {
        text-align: right;
    }
}*/

/**/

.page-beocreate .front-page-beocreate .content-block-3 a {
    border: none;
}
.page-beocreate .front-page-beocreate .content-block-3 .guide.publish:hover > h4 a {
    color: #e11e4a !important;    
}
.page-beocreate .front-page-beocreate .content-block-3 h6 {
    text-align: center;
}

.page-beocreate .front-page-beocreate .content-block-3 img {
    padding-bottom: 30px;
    /*opacity: 0.50;
    filter: alpha(opacity=50);*/
}
.page-beocreate .front-page-beocreate .content-block-3 .guide.draft img {
    opacity: 0.30;
    filter: alpha(opacity=30);
}
.page-beocreate .front-page-beocreate .content-block-3 .coming-soon {
    font-weight: 300;
    display: block;
}

/**/

.page-beocreate .front-page-beocreate .content-block-4 h4 {
    text-align: left;
    color: #e11e4a;
}
.page-beocreate .front-page-beocreate .content-block-4 .button {
    margin-top: 30px;
}

.page-beocreate .front-page-beocreate .content-block-4 img {
    padding-bottom: 30px;
}

@media screen and (min-width: 1025px) {
    .page-beocreate .front-page-beocreate .content-block-4 .content-left {
        text-align: right;
    }
}


/* guide page
--------------------------------------------------*/

/* content blocks
---------------------------*/

/*.page-beocreate.page-beocreate-guides .bx-controls .bx-controls-direction,
.page-beocreate.page-beocreate-guides .bx-controls .bx-pager {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}*/

/* specific content blocks
---------------------------*/

.page-beocreate.page-beocreate-guides .content-block-1 .info-bar {
    padding-top: 2%;
    color: #fff !important;
}
.page-beocreate.page-beocreate-guides .content-block-1 .info-bar .grid-20 {
    border-left: 1px solid #fff;
}
.page-beocreate.page-beocreate-guides .content-block-1 .info-bar .grid-20:first-child {
    border: none;
}
.page-beocreate.page-beocreate-guides .content-block-1 h3 {
    font-weight: 100;
    /*font-size: 80px;*/
    margin-bottom: 0;
    color: #fff !important;
}
.page-beocreate.page-beocreate-guides .content-block-1 h5 {
    margin-bottom: 0;
}
.page-beocreate.page-beocreate-guides .content-block-1 h6 {
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.page-beocreate.page-beocreate-guides .content-block-1 ul#difficulty-dots {
    list-style: none;
    display: block;
    margin-bottom: 0;
}
.page-beocreate.page-beocreate-guides .content-block-1 ul#difficulty-dots li.dot {
    list-style: none;
    margin-left: 0;
    margin-right: 15px;
    /**/
    background-color: transparent;
    border: 1px solid #fff;    
    height: 16px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 16px;
    display: inline-block;
    box-sizing: border-box;
}
.page-beocreate.page-beocreate-guides .content-block-1 ul#difficulty-dots li.dot:last-child {
    margin-right: 0;
}
.page-beocreate.page-beocreate-guides .content-block-1 ul#difficulty-dots li.dot.filled {
    background-color: #fff;    
}

.page-beocreate.page-beocreate-guides .content-block-1 h3,
.page-beocreate.page-beocreate-guides .content-block-1 ul#difficulty-dots,
.page-beocreate.page-beocreate-guides .content-block-1 h5 {
    padding-bottom: 10px;
}
.page-beocreate.page-beocreate-guides .content-block-1 ul#difficulty-dots,
.page-beocreate.page-beocreate-guides .content-block-1 h5 {
    line-height: 44px;
}
@media screen and (min-width: 768px) {
    .page-beocreate.page-beocreate-guides .content-block-1 ul#difficulty-dots,
    .page-beocreate.page-beocreate-guides .content-block-1 h5 {
        line-height: calc(44px + 44 * ((100vw - 768px) / (1600 - 768)));
    }
}
@media screen and (min-width: 1600px) {
    .page-beocreate.page-beocreate-guides .content-block-1 ul#difficulty-dots,
    .page-beocreate.page-beocreate-guides .content-block-1 h5 {
        line-height: 88px;
    }
}

/**/

.page-beocreate.page-beocreate-guides .content-block-2 h6/*,
.page-beocreate.page-beocreate-guides .content-block-2 ul.list-ingredients*/ {
    padding-top: 10px;
}
.page-beocreate.page-beocreate-guides .content-block-2 p {
    margin-bottom: 40px;
}
.page-beocreate.page-beocreate-guides .content-block-2 ul.list-ingredients li {
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 15px;
    line-height: normal;
}
.page-beocreate.page-beocreate-guides .content-block-2 ul.list-ingredients li span {
    font-weight: 500;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: normal;
}
.page-beocreate.page-beocreate-guides .content-block-2 ul.list-ingredients li span p:last-child {
    margin-bottom: 0;
}

.page-beocreate.page-beocreate-guides .content-block-2 .printed_guide {
    text-align: center;
}
.page-beocreate.page-beocreate-guides .content-block-2 .btn_printed_guide {
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
    background-image: url(assets/images/print_guide.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 130px 130px;
    border: none;
    padding: 30px;
}

@media screen and (min-width: 768px) {
    .page-beocreate.page-beocreate-guides .content-block-2 .col-left-2 {
        padding-right: 15px;
    }
    .page-beocreate.page-beocreate-guides .content-block-2 .col-left-3 {
        padding-left: 15px;
    }
    .page-beocreate.page-beocreate-guides .content-block-2 .btn_printed_guide {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    /*.page-beocreate.page-beocreate-guides .content-block-2 ul.list-ingredients {
        column-count: 2;
        column-gap: 30px;
    }*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-beocreate.page-beocreate-guides .content-block-2 .btn_printed_guide {
        top: 0px;
        right: 0px;
        width: 80px;
        height: 80px;
        background-size: 80px 80px;
    }
}

/**/

/*.page-beocreate.page-beocreate-guides .content-block-3 .bx-wrapper, 
.page-beocreate.page-beocreate-guides .content-block-4 .bx-wrapper {
    padding-top: 3%;
}
.page-beocreate.page-beocreate-guides .content-block-3 .bx-controls,
.page-beocreate.page-beocreate-guides .content-block-4 .bx-controls {
    padding-top: 3%;
}*/

.page-beocreate.page-beocreate-guides .content-block-4 .slide * {
    opacity: 1 !important;
}
.page-beocreate.page-beocreate-guides .content-block-4 h6, .page-beocreate.page-beocreate-guides .content-block-4 h3.text-shadow {
    text-align: center;
}

.page-beocreate.page-beocreate-guides .content-block-4 h3, .page-beocreate.page-beocreate-guides .content-block-4 h5, .page-beocreate.page-beocreate-guides .content-block-4 h6, .page-beocreate.page-beocreate-guides .content-block-4 img {
    text-transform: uppercase;
}
.page-beocreate.page-beocreate-guides .content-block-4 h3, .page-beocreate.page-beocreate-guides .content-block-4 h5, .page-beocreate.page-beocreate-guides .content-block-4 h6, .page-beocreate.page-beocreate-guides .content-block-4 img, .page-beocreate.page-beocreate-guides .content-block-4 p {
    margin-bottom: 15px;
}
.page-beocreate.page-beocreate-guides .content-block-4 p {
    font-size: 15px;
    line-height: normal;
}
.page-beocreate.page-beocreate-guides .content-block-4 .image h3.text-shadow {
    text-align: center;
}





/**/

.page-beocreate.page-beocreate-guides .content-block-5,
.page-beocreate.page-beocreate-guides .content-block-5 .img {
    min-height: 100vh;
    height: 100vh;
    background-color: #989898 !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 !important;
}


/* gallery page
--------------------------------------------------*/

.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery {
    height: auto;
}

.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery .bg-header {
    top: 150px;
    z-index: -1;
}

.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items {
    margin: 300px 0 100px 0;
    margin-top: calc(170px + 90 * ((100vw - 768px) / (1600 - 768)));
    padding: 0;
    background-color: #F3F3F3;
}

.page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item {
    position: relative;
    background-color: #F3F3F3;
}
.page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item .entry-img .video-holder {
    padding: 0;
    padding-bottom: 100%;
    background-color: #fff;
}
.page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item .entry-img .video-holder:after {
    content: "";
    position: absolute;
    width: 0;
}
.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content {
    padding: 20px;
    text-align: center;
    height: 100%;
}
.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .upper,
.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .lower {
    box-sizing: border-box;
    padding: 0 15%;
    position: relative;
    height: 70%;
}
.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .lower {
    height: 30%;
}

.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .upper h3,
.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .upper .maker {
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .upper .maker {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}
.page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .lower {
    height: 30%;
}

@media screen and (max-width: 767px) {
    .page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items {
        margin: 0;
    }
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item .entry-img .video-holder {
        padding: 0;
        height: auto;
    }
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item .entry-img .video-holder:after {
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-bottom: 25px solid transparent;
        border-bottom-color: #F3F3F3;
        left: calc(50% - 20px);
        bottom: 0;
    }
    .page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .upper h3 {
        padding-top: 40px;
    }
}
@media screen and (min-width: 768px) {
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item .entry-img .video-holder:after {
        border-bottom: 22px solid transparent;
        border-top: 22px solid transparent;
        border-right: 25px solid transparent;
        border-right-color: #F3F3F3;
        top: calc(50% - 20px);
        right: 0;
    }

    .page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items {
        margin-top: calc(190px + 90 * ((100vw - 768px) / (1600 - 768)));
    }
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item:nth-of-type(even) .entry-content {
        left: 0;
    }
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item:nth-of-type(even) .entry-img {
        float: right;
    }
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item:nth-of-type(even) .entry-img .video-holder:after {
        border-right: none;
        border-left: 25px solid transparent;
        border-left-color: #F3F3F3;
        right: auto;
        left: 0;
    }
}
@media screen and (min-width: 1025px) {
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item:nth-child(4n+3) .entry-content,
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item:nth-child(4n+4) .entry-content  {
        left: 0;
    }
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item:nth-child(4n+3) .entry-img .video-holder:after,
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item:nth-child(4n+4) .entry-img .video-holder:after  {
        border-right: none;
        border-left: 25px solid transparent;
        border-left-color: #F3F3F3;
        right: auto;
        left: 0;
    }
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item:nth-child(4n+3) .entry-img,
    .page-beocreate.page-beocreate-gallery #content #page-gallery .gallery-item:nth-child(4n+4) .entry-img {
        float: right;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1350px) {
    .page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items {
        margin-top: calc(180px + 90 * ((100vw - 768px) / (1600 - 768)));
    }
    .page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .upper h3,
    .page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .upper .maker {
        font-size: 16px;
    }
    .page-beocreate.page-beocreate-gallery #content #page-gallery #gallery-items .entry-content .upper .maker {
        font-size: 11px;
    }
}



/*************/

.video-background {
    box-sizing: border-box;
    background: #989898;
    /*position: fixed;*/
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -99;
}
.video-foreground,
.video-background iframe {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 103%;
    pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}