    /* Global Styles */

    @font-face {
      font-family: 'Roboto Light';
      src: url('../../../../assets/common/fonts/Roboto/Roboto-Light.eot');
      src: url('../../../../assets/common/fonts/Roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Light.woff') format('woff'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Light.ttf') format('truetype'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Light.svg#robotolight') format('svg');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family: 'Roboto Regular';
      src: url('../../../../assets/common/fonts/Roboto/Roboto-Regular.eot');
      src: url('../../../../assets/common/fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Regular.woff') format('woff'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Regular.svg#robotoregular') format('svg');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family: 'Roboto Medium';
      src: url('../../../../assets/common/fonts/Roboto/Roboto-Medium.eot');
      src: url('../../../../assets/common/fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Medium.woff') format('woff'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Medium.ttf') format('truetype'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Medium.svg#robotoregular') format('svg');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
      font-family: 'Roboto Bold';
      src: url('../../../../assets/common/fonts/Roboto/Roboto-Bold.eot');
      src: url('../../../../assets/common/fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Bold.woff') format('woff'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Bold.ttf') format('truetype'),
           url('../../../../assets/common/fonts/Roboto/Roboto-Bold.svg#robotoregular') format('svg');
      font-weight: normal;
      font-style: normal;
    }

    @font-face {
        font-family: 'Open Sans Regular';
        src: url('../../../../assets/common/fonts/OpenSans/OpenSans.eot');
        src: url('../../../../assets/common/fonts/OpenSans/OpenSans.woff') format('woff'),
             url('../../../../assets/common/fonts/OpenSans/OpenSans.ttf') format('truetype'),
             url('../../../../assets/common/fonts/OpenSans/OpenSans.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Open Sans Light';
        src: url('../../../../assets/common/fonts/OpenSans/OpenSans-Light.eot');
        src: url('../../../../assets/common/fonts/OpenSans/OpenSans-Light.woff') format('woff'),
             url('../../../../assets/common/fonts/OpenSans/OpenSans-Light.ttf') format('truetype'),
             url('../../../../assets/common/fonts/OpenSans/OpenSans-Light.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Open Sans Bold';
        src: url('../../../../assets/common/fonts/OpenSans/OpenSansBold.eot');
        src: url('../../../../assets/common/fonts/OpenSans/OpenSansBold.woff') format('woff'),
             url('../../../../assets/common/fonts/OpenSans/OpenSansBold.ttf') format('truetype'),
             url('../../../../assets/common/fonts/OpenSans/OpenSansBold.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Verlag Book';
        src: url('../../../../assets/common/fonts/Verlag-Book/Verlag-Book.eot');
        src: url('../../../../assets/common/fonts/Verlag-Book/Verlag-Book.woff') format('woff'),
             url('../../../../assets/common/fonts/Verlag-Book/Verlag-Book.ttf') format('truetype'),
             url('../../../../assets/common/fonts/Verlag-Book/Verlag-Book.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Montserrat-Bold';
        src: url('../fonts/Montserrat/Montserrat-Bold.eot');
        src: url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
             url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'),
             url('../fonts/Montserrat/Montserrat-Bold.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Montserrat-Regular';
        src: url('../fonts/Montserrat/Montserrat-Regular.eot');
        src: url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
             url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
             url('../fonts/Montserrat/Montserrat-Regular.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    html,
    body {
        height: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        color: #5a5653;
        font-size: 16px;
        line-height: 24px;
        overflow-x:hidden;
    }
    a,
    a:hover,
    a:focus,
    a:visited {
        outline: none;
    }
    /* custom class ===================================================================== */
    .width-100 {
        width: 100%;
    }

    .mt-25 {
        margin-top: 25px!important;
    }

    .text-10 {
        font-size: 10px;
    }

    .text-16 {
        font-size: 16px;
    }

    .p-all-6-10 {
        padding: 6px 10px!important;
    }

    .mt-25-i {
     margin-top: 25px!important;
    }

    .mt-10{
        margin-top: 10px;
    }

    .m-bottom-none {
        margin-bottom: 0px;
    }

    .t-weight-600 {
        font-weight: 600;
    }

    .t-deco-none {
        text-decoration: none!important;
    }

    .t-color-312d2a {
        color: #312d2a;
    }

    .t-color-312d2a:hover {
        color: #312d2a;
    }

    .media-body {
        width: 0!important;
    }

    .bg-ce5f4d3 {
        background-color: #e5f4d3;
    }

    .open-sans-bold {
        font-family: 'Open Sans Bold', Helvetica, Arial, sans-serif;
    }

    .roboto-regular {
        font-family: 'Roboto Regular', Helvetica, Arial, sans-serif;
    }

    /* main navigation ===================================================================== */

    .navbar {
        border-radius: 0px!important;
    }

    .navbar-right {
        margin-right: 0px;
    }

    .nav-hub {
        font-family: 'MuseoSans_500', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        background: #F9F8F6;
        margin-bottom: 0px;
        min-height: 90px;
    }

    .nav-hub.admin {
        min-height: 60px;
    }

    .nav-hub .navbar-brand {
        padding: 10px 0px;
    }

    .nav-hub.admin .navbar-brand {
        float: none !important;
        margin-left: 0px;
    }

    .nav-hub.admin .dropdown.ywp {
        padding: 19px 0px;
        position: relative;
    }

    .nav-hub.admin .navbar-brand {
        padding: 22px 5px;
    }

    .nav-hub .navbar-brand .member-pic-container {
        background: #1BBC9B;
        width: 70px;
        height: 70px;
        float: left;
        margin: 0px 10px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .nav-hub .navbar-brand .member-pic {
        background: url(../images/img-member-pic02.png) center top no-repeat;
        width: 70px;
        height: 70px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .nav-hub.admin .navbar-brand .admin-image {
    }

    .nav-hub.admin .navbar-brand .admin-text {
        font-family: 'Open Sans Regular', Helvetica, Arial, sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        padding-left: 5px;
    }

    .nav-hub.admin .navbar-brand .admin-arrow {
        font-family: 'Open Sans Light', Helvetica, Arial, sans-serif;
        font-size: 10px;
        padding-left: 5px;
    }

    .nav-hub.admin .navbar-brand .user-profile {
        margin-top: 3px !important;
    }

    .nav-hub .navbar-text {
        line-height: 40px;
        font-size: 22px;}

    .nav-hub .navbar-toggle {
        line-height: 40px;
        font-size: 22px;
        margin-top: 25px;
        z-index: 3;
    }

    .nav-hub .navbar-collapse {
        max-height: 1000px;
    }

    .nav-hub ul.navbar-nav li {
        padding: 20px 0px;
    }

    .nav-hub.admin ul.navbar-nav li {
        padding: 5px 0px 7px;
    }

    .nav-hub.admin ul.navbar-nav li a {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: #727272;
    }

    .nav-hub.admin ul.navbar-nav li a.dropdown-toggle {
        padding: 7px 15px 0px !important;
    }

    .nav-hub.admin ul.navbar-nav li.active {
        background: url('../../assets/images/img/img-arrow.png') no-repeat;
        background-position: center bottom;
    }

    .nav-hub.admin ul.navbar-nav li.active a,
    .nav-hub.admin ul.navbar-nav li.active a:focus,
    .nav-hub.admin ul.navbar-nav li.active a:active {
        font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        background-color: transparent !important;
    }

    .nav-hub.admin ul.navbar-nav li.open a {
        background-color: transparent !important;
    }

    .round-avatar {
        border-radius: 100%;
        width: 70px;
        height: 70px;
    }

    .profile-img {
        padding: 0px 6px 0px 12px;
    }

    .profile-img img {
        height: 40px;
        max-width: 40px;
    }

    .wellness-profile-dp i.fa-chevron-down {
        padding-top: 15px;
    }

    .wellness-profile-dp .text-hello {
        line-height: 10px;
        margin-top: 5px;
    }

    .nav-hub.admin ul.navbar-nav li.nav-notification a.dropdown-toggle {
        padding-top: 20px!important;
    }

    .nav-hub.admin ul.navbar-nav li.nav-notification .dropdown-menu {
        margin-top: 15px;
        width: 100%;
        max-width: 100%;
        min-width: 370px;
        padding: 0px;
    }


    .nav-hub.admin ul.navbar-nav li.nav-notification .dropdown-menu:before {
        position: absolute;
        top: -7px;
        right: 30px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .nav-hub.admin ul.navbar-nav li.nav-notification .dropdown-menu:after {
        position: absolute;
        top: -6px;
        right: 31px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

    .nav-hub.admin ul.navbar-nav li.nav-notification .dropdown-menu .panel {
        margin-bottom: 0px;
    }

    .nav-hub.admin ul.navbar-nav li.nav-notification .panel-heading {
        border-bottom: 1px solid #c8c8c8;
    }

    .nav-hub.admin ul.navbar-nav li.nav-notification .media {
        margin-top: 0px;
    }

    .nav-hub.admin ul.navbar-nav li.nav-notification .dropdown-menu .list-group-item img {
        width: 35px;
        height: 35px;
    }

    /* footer wellness 1 ===================================================================== */

    .footer-wellness01 {
        padding: 70px 15px;
    }

    .footer-wellness01 a {
    }

    .footer-wellness01 ul.navbar-nav {
        padding-top: 20px;
        width: 100%;
    }

    .footer-wellness01 .navbar-nav li {
        float: none;
    }

    .footer-wellness01 .navbar-nav li a {
        background: none;
        padding: 10px 0px;
    }

    .footer-wellness01 .navbar-nav li a:hover {
        text-decoration: underline;
    }

    .footer-wellness01 .navbar-nav li a:focus,
    .footer-wellness01 .navbar-nav li a:active {
    }

    .footer-wellness01 .follow-us {
        padding-top: 25px;
    }

    .footer-wellness01 .follow-us h5 {
        font-size: 16px;
        padding-left: 0px;
        margin-bottom: 25px;
    }

    .footer-wellness01 .follow-us .fa-2x {
        font-size: 1.7em;
    }

    .footer-wellness01 .follow-us .fa-2x .fa-stack-2x {
    }

    .footer-wellness01 .follow-us a:hover .fa-2x .fa-stack-2x {
    }

    .footer-wellness01 .follow-us a:focus .fa-2x,
    .footer-wellness01 .follow-us a:active .fa-2x {
    }

    .footer-wellness01 .follow-us .fa-2x .fa-stack-1x {
        font-size: 0.8em;
    }

    .footer-wellness01 .footer-free {
        padding: 25px 0px 0px 0px;
        padding-bottom: 30px;
    }

    .footer-wellness01 .footer-free h3 {
        font-family: "Open Sans Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-top: 0px;
        padding-bottom: 5px;
        line-height: 1.4;
    }

    .footer-wellness01 .footer-free h3 span {
        color: #D54D7D;
    }

    .footer-wellness01 .footer-free p {
        font-family: 'Roboto Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .footer-wellness01 .footer-free .btn-free-signup {
        padding: 10px 0px;
        font-size: 24px;
        text-align: center;
        margin: 25px auto 0px;
        max-width: 50%;
        border-radius: 0px;
    }

    .footer-ywp-signup-navmenu, .footer-ywp-mobile-signup {
        border-top: 0px;
        padding: 70px 15px;
        background: #225d25;
        color: #FFFFFF;
        font-size: 14px;
    }

    .footer-ywp-signup-navmenu .user-name{
        display: flex;
        align-items: center;
    }

    .footer-ywp-signup-navmenu .user-name img{
        width: 70px;
        height: 70px;
        margin-right: 10px;
        border-radius: 100%;
    }

    .footer-ywp-mobile-signup .user-name img{
        width: 70px;
        height: 70px;
        border-radius: 100%;
    }

    .footer-ywp-signup-navmenu .user-name span, .footer-ywp-signup-navmenu .user-name div{
        display: inline-block;
        margin-top: 26px;
    }

    .footer-ywp-signup-navmenu .navmenu ul,
    .footer-ywp-mobile-signup .navmenu ul{
        list-style: none;
    }

    .footer-ywp-mobile-signup .navmenu ul{
        padding-left: 0;
    }

    .footer-ywp-signup-navmenu .navmenu li, .footer-ywp-mobile-signup .navmenu li{
        padding: 10px 50px 10px 10px;
    }

    .footer-ywp-signup-navmenu .navmenu li a, .footer-ywp-mobile-signup .navmenu li a{
        color: #fff;
    }

    .footer-ywp-signup-navmenu .footer-left-name{
        font-size: 16px;
        margin-bottom: 0;
    }

    .footer-ywp-signup-navmenu .navmenu{
        display: flex;
        border-left: 1px solid #ecca28;
        border-right: 1px solid #ecca28;
    }

    .footer-ywp-signup-navmenu .social-media-eo .fa-stack-1x{
      font-size: 1.2rem;
      padding-top: 2px;
    }

    .footer-ywp-signup-navmenu .social-media-eo .fa-stack-2x{
      font-size: 2.2em;
    }


    .footer-ywp-signup-navmenu .social-media-eo a,
    .footer-ywp-mobile-signup .social-media-eo a {
        font-size: 11px;
        color: transparent;
        margin: 0 10px 10px;
        display: inline-block;
    }

    .footer-ywp-mobile-signup .social-media-eo a{
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    .footer-ywp-mobile-signup .footer-left-name{
        font-size: 20px;
    }

    .footer-ywp-mobile-signup .user-name div{
        margin: 20px 0 30px;
    }

    .footer-ywp-signup-navmenu .social-media-eo span,
    .footer-ywp-mobile-signup .social-media-eo span{
        color:#d0d0d0;
    }

    .footer-ywp-signup-navmenu .social-media-eo a:hover span,
    .footer-ywp-mobile-signup .social-media-eo a:hover span{
        color:#ecca28;
    }

    .footer-ywp-signup-copyright{
        background: #000;
        padding-bottom: 20px;
    }

    .footer-ywp-signup-copyright
    .member-name {
        font-size: 13px!important;
        color: #f9f8f6;
    }

    .footer-ywp-signup-copyright .copyright {
        color: #f9f8f6;
        font-size: 13px;
    }

    .footer-ywp-signup-copyright .copyright a {
        color: #ecca28;
        font-size: 13px;
    }

    .footer-ywp-signup-copyright  .allRights {
        float: left;
    }

    .footer-ywp-signup-copyright  .poweredby {
        float: right;
    }

    .footer-ywp-signup-copyright .privacy {
        width: 50%;
        margin: 0 auto;
        position: relative;
        top: 24px;
    }
    /* footer hub 2 ===================================================================== */

    .footer-wellness02 {
        background: #212121;
        padding: 10px 15px;
    }

    .footer-wellness02 .member-name {
        font-family: 'MuseoSans_300', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
        font-size: 13px!important;
        line-height: 54px;
    }

    .footer-wellness02 .copyright {
        color: #f9f8f6;
        line-height: 54px;
        font-size: 13px;
        text-align: center!important;
    }

    .footer-wellness02 .copyright a {
        color: #FFFFFF;
    }

    .footer-wellness02 .copyright .user {
        font-size: 25px;
    }

    /* section header ====================================================================*/
    .section-header .container {
    }

    .section-header .header-right img {
        padding-top: 20px;
    }

    .section-header .header-title h1 {
        font-family: 'Roboto Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 41px;
        margin-top: 70px;
    }

    .section-header .header-title h1 span.wellness,
    .section-header .header-title h1 span.project {
        font-family: 'Roboto Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .section-header .header-subtitle {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 30px;
    }

    .section-header .header-freebies,
    .section-header .header-freebies img {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 33px 0px;
        font-size: 15px;
        display: inline;
    }

    .section-header .note {
        font-size: 18px;
        padding-top: 5px;
    }

    .section-header .note p {
        line-height: 40px;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .section-header .note p span {
        background: #CDF2A4;
        padding: 8px 10px;
    }

    .section-header .note p span .get-the-system {
        padding: 0px 10px 0px 20px;
    }

    .section-header .note p a {
        color: #323232;
    }

    .section-header .btn-container {
        margin: auto;
        text-align: center;
        padding: 50px 0px 20px;
    }

    .section-header .btn-free-signup {
        padding: 10px 65px;
        font-size: 35px;
        text-align: center;
        text-transform: uppercase;
        border: 0px;
    }

    .section-header .btn-free-signup:hover,
    .section-header .btn-free-signup:active,
    .section-header .btn-free-signup:focus {
        text-decoration: none;
    }

    /* section body01 ====================================================================*/
    .section-body01 .container {
        padding: 162px 0px;
    }

    .section-body01 .body-description {
        font-family: 'Open Sans SemiBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 25px;
        line-height: 2;
        padding-bottom: 40px;
    }

    .section-body01 .body-subdescription {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 2;
    }

    /* section body02 ====================================================================*/
    .section-body02 .container {
        padding: 100px 0px;
    }

    .section-body02 .body-description {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 2;
    }

    .section-body02 .body-subdescription {
        font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 23px;
        line-height: 2;
    }

    .section-body02 .body-right {
        padding-top: 35px;
    }

    /* section body03 ====================================================================*/
    .section-body03 .container {
        padding: 90px 145px;
    }

    .section-body03 .body-title {
        font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 35px;
        line-height: 1;
        margin-bottom: 60px;
    }

    .section-body03 .body-description {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        display: inline;
    }

    .section-body03 .body-description p {
        margin-bottom: 30px;
    }

    .section-body03 .body-description p span img {
        display: inline;
        padding-right: 25px;
    }

    .section-body03 .note {
        font-size: 13px;
        padding-top: 5px;
    }

    .section-body03 .note p {
        line-height: 15px;
        text-align: center;
        margin-bottom: 0px;
    }

    .section-body03 .btn-container {
        margin: auto;
        text-align: center;
        padding: 50px 0px 20px;
    }

    .section-body03 .btn-free-signup {
        padding: 10px 65px;
        font-size: 35px;
        text-align: center;
        text-transform: uppercase;
        border: 0px;
    }

    .section-body03 .btn-free-signup:hover,
    .section-body03 .btn-free-signup:active,
    .section-body03 .btn-free-signup:focus {
        text-decoration: none;
    }
    /* modal sign up ====================================================================*/
    .free-sign-up .modal-dialog {
        width: 780px;
    }

    .free-sign-up .modal-header {
        padding: 0px;
        border-bottom: 0px;
        position: relative;
    }

    /* .free-sign-up .modal-header .close {
        position: absolute;
        top: -20px;
        right: -20px;
        text-shadow: 0px 0px !important;
        opacity: 1 !important;
        z-index: 1;
    } */

    .free-sign-up .modal-header .close {
        position: absolute;
        top: 21px;
        right: 33px;
        text-shadow: 0px 0px !important;
        opacity: 1 !important;
        z-index: 1;
    }

    .free-sign-up h3 {
        font-family: 'Roboto Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 34px;
    }

    .free-sign-up h3 span.wellness,
    .free-sign-up h3 span.project {
        font-family: 'Roboto Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .free-sign-up .btn-sign-up-with-fb {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #4966aa;
        background-color: #4966aa;
        color: #FFF;
        padding: 10px 15px;
    }

    .free-sign-up .btn-sign-up-with-fb:hover,
    .free-sign-up .btn-sign-up-with-fb:focus {
        text-decoration: none;
        background: #5f82d6;
        background-color: #5f82d6;
        cursor: pointer;
    }

    .free-sign-up .btn-sign-up-with-fb .fa-facebook {
        position: absolute;
        margin: -2px 0px;
        font-size: 33px;
    }

    .free-sign-up .btn-sign-up-with-fb .text-sign-up {
        margin: 0px 0px 0px 33px;
        border-left: 1px solid #FFF;
        padding: 4px 30px 7px 30px;
        font-size: 25px;
        vertical-align: sub;
    }

    .free-sign-up .ywp-top-spacer {
        padding-top: 45px;
        padding-bottom: 15px;
    }

    .free-sign-up .ywp-top-spacer .left-border {
        border-top: 1px solid #5a5653;
        margin-top: 10px;
        position: absolute;
        width: 90px;
        right: 0;
    }

    .free-sign-up .ywp-top-spacer .right-border {
        border-top: 1px solid #5a5653;
        margin-top: 10px;
        position: absolute;
        width: 90px;
        left: 0;
    }

    .free-sign-up .body-description {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .free-sign-up .header-freebies,
    .free-sign-up .header-freebies img {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 25px 0px;
        font-size: 15px;
        display: inline;
    }

    .free-sign-up .btn-free-signup {
        padding: 10px 60px;
        font-size: 28px;
        text-align: center;
        text-transform: uppercase;
        border: 0px;
    }

    .free-sign-up .modal-form form {
        padding: 0px 175px;
    }

    /* .free-sign-up .form-title {
        font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 23px;
        margin-bottom: 0px;
        margin-top: 15px;
    } */

    .free-sign-up .form-title {
        font-size: 28px;
        margin: 15px 0 20px;
    } 

    .free-sign-up .modal-form .form-control {
        border-radius: 0px;
    }

    .free-sign-up .modal-form .note {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
    }

    .free-sign-up .modal-form .form-group .radio-container {
        padding-left: 20px;
    }

    .free-sign-up .modal-form .form-group input[type="radio"]{
        display:none;
    }

    .free-sign-up .modal-form .form-group input[type="radio"] + label {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .free-sign-up .modal-form .form-group input[type="radio"] + label span {
        display:inline-block;
        width:13px;
        height:13px;
        margin:-3px 4px 0 0;
        vertical-align:middle;
        cursor:pointer;
        -moz-border-radius:  50%;
        border-radius:  50%;
    }

    .free-sign-up .modal-form .form-group input[type="radio"] + label span {
         background-color: #FFF;
         border: 1px solid #999;
    }

    .free-sign-up .modal-form .form-group input[type="radio"]:checked + label span{
         background-color: #5D9730;
         border: 1px solid #5D9730;
    }

    .free-sign-up .modal-form .form-group input[type="radio"] + label span,
    .free-sign-up .modal-form .form-group input[type="radio"]:checked + label span {
      -webkit-transition:background-color 0.4s linear;
      -o-transition:background-color 0.4s linear;
      -moz-transition:background-color 0.4s linear;
      transition:background-color 0.4s linear;
    }

    .free-sign-up .modal-form .note-information {
        font-size: 14px;
        line-height: 1;
    }

    .wellness-project-info .modal-header {
        padding: 0px;
        border-bottom: 0px;
        position: relative;
    }

    .wellness-project-info .modal-content {
        border-radius: 0px;
    }

    .wellness-project-info .modal-header {
        padding: 0px;
        border-bottom: 0px;
        position: relative;
    }

    .wellness-project-info .modal-header .close {
        position: absolute;
        top: -20px;
        right: -20px;
        text-shadow: 0px 0px !important;
        opacity: 1 !important;
        z-index: 1;
    }

    .wellness-project-info .modal-body {
        padding: 75px 20px 15px;
    }

    .wellness-project-info .modal-body .img-container {
        text-align: center;
        padding: 75px 0px 35px;
    }

    .wellness-project-info .img-container .profile {
        padding-right: 20px;
    }

    .wellness-project-info .img-container .profile img,
    .wellness-project-info .img-container .profile-logo img {
        border: 1px solid #c8c8c8;
        border-radius: 7px;
        margin-bottom: 20px;
    }

    .wellness-project-info p.text-will-receive {
        font-size: 22px;
        line-height: 31px;
        font-family: "Open Sans Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .wellness-project-info p.text-will-receive span {
        font-family: "Roboto Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .wellness-project-info p.text-edit-info {
        font-size: 20px;
        margin: 15px 0px 45px;
    }

    .wellness-project-info p.text-edit-info a {
        color: #2b85c4;
        border-bottom: .1em solid #a4c1df;
        text-decoration: none;
    }

    .wellness-project-info p.text-edit-info a:hover,
    .wellness-project-info p.text-edit-info a:focus {
        text-decoration: none;
    }

    .wellness-project-info p.text-lock  {
        font-family: "Roboto Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 19px;
        color: #999999;
    }

    .wellness-project-info p.text-lock span {
        padding-right: 6px;
    }

    .wellness-project-info p.text-lock span.text-app-post {
        vertical-align: sub;
    }

    .wellness-project-info .modal-footer {
        padding: 15px 25px 25px;
        text-align: right;
        border-top: 0px;
    }

    .wellness-project-info .modal-footer button {
        font-family: "Roboto Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 19px;
        padding: 3px 25px;
        border-radius: 5px;
    }

    .wellness-project-info .modal-footer button.btn-okay {
        background: #4c66a3;
        background-color: #4c66a3;
    }

    .wellness-project-info .modal-footer button.btn-okay:hover,
    .wellness-project-info .modal-footer button.btn-okay:focus {
        background: #748abf;
        background-color: #748abf;
    }

    .create-free-account .modal-header {
        padding: 0px;
        border-bottom: 0px;
        position: relative;
    }

    .create-free-account .modal-content {
        border-radius: 0px;
    }

    .create-free-account .modal-header {
        padding: 0px;
        border-bottom: 0px;
        position: relative;
    }

    .create-free-account .modal-header .close {
        position: absolute;
        top: -20px;
        right: -20px;
        text-shadow: 0px 0px !important;
        opacity: 1 !important;
        z-index: 1;
    }

    .create-free-account .modal-body {
        padding: 25px 20px 15px;
    }

    .create-free-account .form-title {
        font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 23px;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .create-free-account .header-freebies,
    .create-free-account .header-freebies img {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 25px 0px;
        font-size: 15px;
        display: inline;
    }

    .create-free-account .modal-form {
        margin-bottom: 60px;
    }

    .create-free-account .modal-form form {
        margin: 0px 160px;
        background: #d1f3a7;
        padding: 15px 30px;
    }

    .create-free-account .form-title {
        font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 23px;
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .create-free-account p.text-your-fb {
        font-family: "Open Sans Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 1.6;
        padding: 15px 0px;
    }

    .create-free-account p.text-please {
        font-family: "Open Sans Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 1.6;
        padding: 15px 0px;
    }

    .create-free-account .modal-form .form-control {
        border-radius: 0px;
    }

    .create-free-account .btn-container {
        padding: 25px 0px 20px;
    }

    .create-free-account .btn-free-signup {
        font-family: "Open Sans Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 10px 40px;
        font-size: 23px;
        text-align: center;
        border: 0px;
    }



    /* section dashboard content ====================================================================*/

    .dashboard-content {
        font-family: 'Roboto Light', 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #E9E9E9;
        color: #727272;
    }

    .dashboard-content .container {
        padding: 15px 15px;
    }

    .dashboard-content .top01 {
        margin-bottom: 20px;
    }

    .dashboard-content .top01 .contact-strip {
        background: #FFF;
        margin: 0px;
    }

    .dashboard-content.video-page .top01 {
        margin-bottom: 0px;
    }

    .dashboard-content .top-container p {
        margin-bottom: 0px;
    }

    .dashboard-content .top-container {
        background: #FFFFFF;
        padding: 15px;
        min-height: 95px;
    }

    .dashboard-content .top-container.left {

    }

    .dashboard-content .top-container.left .ywp-img {
        float: left;
        max-height: 64px;
        max-width: 64px;
        background: #92BBD7;
        color: #fff;
    }

    .dashboard-content .top-container.left .ywp-text {
        float: left;
        padding-left: 15px;
        padding-top: 0px;
    }

    .dashboard-content .top-container.left .ywp-text .ywp-title {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

    .dashboard-content .top-container.left .ywp-name,
    .dashboard-content .top-container.left .ywp-number {
        font-size: 13px;
    }

    .dashboard-content .top-container .follow-hub-shop {
    }

    .dashboard-content .top-container .follow-me {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
    }

    .dashboard-content .top-container .follow-me .ywp-img {
        float: left;
        min-height: 24px;
        min-width: 24px;
        background: none;
        margin-right: 10px;
    }

    .dashboard-content .top-container .my-hub {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
    }

    .dashboard-content .top-container .my-hub a,
    .dashboard-content .top-container .my-hub a:hover {
        color: #0277bd;
    }

    .dashboard-content .top-container .online-shop {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
    }

    .dashboard-content .top-container .online-shop a,
    .dashboard-content .top-container .online-shop a:hover {
        color: #0277bd;
    }

    .dashboard-content .top02 {
        margin-bottom: 20px;
    }

    .dashboard-content .top02 .top02-container {
        background: #FFFFFF;
        padding: 0px;
        min-height: 195px;
    }

    .dashboard-content .top03 {
        margin-bottom: 20px;
    }

    .dashboard-content .top03 .top03-box {
        background: #FFFFFF;
        padding: 15px;
        height: 300px;
    }

    .dashboard-content .top03 .blue-box {
        margin-bottom: 15px;
    }

    .dashboard-content .top03 .blue-box img.img-latest {
        height: 174px;
        width: 100%;
        background-size: cover!important;
    }

    .dashboard-content .top03-box-footer a.btn,
    .dashboard-content .top03-box-footer a.btn:hover {
        text-decoration: none;
    }

    .dashboard-content .top03-box-footer {
        position: relative;
        margin: auto;
        text-align: center;
    }

    .dashboard-content .top03-box-footer .btn-view {
        background: #a4d86e;
        color: #FFF;
        font-size: 15px;
        padding: 4px 30px;
    }

    .dashboard-content .top03-box-footer .link-view {
        position: absolute;
        right: 0px;
        font-size: 15px;
        padding-top: 4px;
    }

    .dashboard-content .top03 .dark-blue-box {
        text-align: center;
        margin-bottom: 15px;
    }

    .dashboard-content .top03 .dark-blue-box img {
        margin: auto;
        text-align: center;
    }

    .dashboard-content .top03-box-footer .tb-footer-text {
        padding-top: 13px;
        padding-bottom: 5px;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .dashboard-content .top04 .top04-container {
        padding: 0px;
        margin-bottom: 18px;
    }

    .dashboard-content .top05 {
        margin-bottom: 80px;
    }

    .dashboard-content .top05 .top05-box {
        background: #FFFFFF;
        padding: 15px;
    }

    .dashboard-content .top05 .blue-box {
        margin-bottom: 15px;
    }

    .dashboard-content .top05 .blue-img-box {
        padding-left: 30px;
        margin: auto;
        padding-right: 30px;
    }

    .dashboard-content .top05 .blue-img-box-container {
        margin-right: -45px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .dashboard-content .top05 .blue-img-7bs {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .dashboard-content .top05 .blue-img-vc {
        padding-top: 50px;
        padding-bottom: 62px;
    }

    .dashboard-content .top05 .blue-img-7ways {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .dashboard-content .top05-box-footer a.btn,
    .dashboard-content .top05-box-footer a.btn:hover {
        text-decoration: none;
    }

    .dashboard-content .top05-box-footer {
        position: relative;
        margin: auto;
        text-align: center;
    }

    .dashboard-content .top05-box-footer .btn-view {
        background: #a4d86e;
        color: #FFF;
        font-size: 15px;
        padding: 4px 30px;
    }

    .dashboard-content .archived-title {
        padding: 40px 15px 35px;
    }

    .dashboard-content .newsletter-archived .box {
        background: #FFF;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 13px 0px #D1D1D1;
        -moz-box-shadow: 0px 0px 13px 0px #D1D1D1;
        box-shadow: 0px 0px 13px 0px #D1D1D1;
    }

    .dashboard-content .newsletter-archived .details {
        padding: 15px;
    }

    .dashboard-content .newsletter-archived .details .title {
    }

    .dashboard-content .newsletter-archived .details .desc {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
    }

    .dashboard-content .newsletter-archived .details .read {
        font-family: 'Roboto Light', 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
    }

    .dashboard-content .newsletter-archived .details-footer {
        font-family: 'Roboto Light', 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #f1f1f1;
        font-size: 13px;
        padding: 5px;
    }

    .dashboard-content .newsletter-archived .details-footer p {
        margin-bottom: 0px;
    }

    .dashboard-content.global .top01 {
        margin-bottom: 0px;
    }

    /* section wellness profile header ====================================================================*/

    .section-wellness-profile {
        background: #e9e9e9;
        padding-top: 60px;
        padding-bottom: 150px;
    }

    .section-wellness-profile .container {
        background: #FFFFFF;
    }

    .section-wellness-profile .main-tab,
    .section-wellness-profile .sub-menu-tab {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-wellness-profile .main-tab {
        background: #e9e9e9;
    }

    .section-wellness-profile .sub-menu-tab {
        background: #FFF;
        padding: 30px 15px;
        border-bottom: 1px solid #d8d8d8;
    }

    .section-wellness-profile .main-content.login-details,
    .section-wellness-profile .main-content.contact-details,
    .section-wellness-profile .main-content.contact-details-social,
    .section-wellness-profile .main-content.photo-details,
    .section-wellness-profile .main-content.address-details,
    .section-wellness-profile .main-content.web-address-details {
        border-bottom: 1px solid #c8c8c8;
        padding-left: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-wellness-profile .main-content.web-address-details,
    .section-wellness-profile .main-content.contact-details-social {
        border-bottom: 0px;
    }

    .section-wellness-profile .main-content.web-address-details,
    .section-wellness-profile .main-content.contact-details-social {
        padding-bottom: 60px;
    }

    .section-wellness-profile .main-content.photo-details .form-horizontal {
        margin-left: 100px;
        width: 350px;
        text-align: center;
    }

    .section-wellness-profile .main-content .form-horizontal {
        width: 600px;
    }

    .section-wellness-profile .main-content h4 {
        font-weight: 600;
    }

    .section-wellness-profile .main-content label.control-label {
        font-weight: 500;
    }

    .section-wellness-profile .main-content .input-group .input-group-addon,
    .section-wellness-profile .main-content input.form-control{
        border-radius: 0px;
    }

    .section-wellness-profile .main-content .form-horizontal .img-preview-box img:hover {
        cursor: pointer;
    }

    .section-wellness-profile .main-content .form-horizontal button.btn {
        color: #FFF;
        background-color: #cbcbcb;
        border-color: #fff;
        width: 135px;
        border-radius: 0px;
        padding: 12px;
        font-size: 16px;
    }

    .section-wellness-profile .main-content .form-horizontal .btn.btn-l-green {
        background: #a4d86e;
        color: #FFF;
    }

    .section-wellness-profile .sub-menu {
        padding-left: 30px;
    }

    .section-wellness-profile .sub-menu a {
        color: #555;
        padding-right: 45px;
    }

    .section-wellness-profile .nav-tabs {
        border-bottom: 0px;
    }

    .section-wellness-profile .nav-tabs>li>a {
        border-radius: 0px;
        padding: 15px 30px;
        border: 0px;
        color: #555;
    }

    .section-wellness-profile .nav-tabs>li>a:focus,
    .section-wellness-profile .nav-tabs>li>a:hover {
        border-radius: 0px;
        background-color: #FFF;
        border: 0px;
    }

    .section-wellness-profile .nav-tabs>li.active>a,
    .section-wellness-profile .nav-tabs>li.active>a:focus,
    .section-wellness-profile .nav-tabs>li.active>a:hover {
        border-radius: 0px;
        border: 0px;
        padding: 15px 30px 15px 45px;
    }

    .section-wellness-profile img.img-edit {
        width: 25px;
    }

    .section-wellness-profile img.img-edit:hover {
        cursor: pointer;
    }

    /* section menu header ====================================================================*/

    .section-menu-header {
        margin-top: 0;
        padding: 5px 0px 20px;
        background: #E9E9E9;
    }

    .section-menu-header.no-strip {
        padding: 15px 0px 20px;
    }

    .section-menu-header.video-page {
        padding: 5px 0px 20px;
    }

    .section-menu-header .menu-container {
        background: #FFF;
    }

    .section-menu-header .menu-container .link .dropdown-toggle sub span {
        margin-top: 5px;
        font-size: 9px;
    }

    .section-menu-header .nav-tabs .dropdown-menu>li>a,
    .section-menu-header .nav-tabs .dropdown.open>li>a {
        padding: 10px 20px;
    }

    .section-menu-header p {
        margin: 0;
    }

    .section-menu-header .nav-tabs {
        border: 0px;
    }

    .section-menu-header .nav-tabs .dropdown-menu {
        width: 170px;
        margin-top: 0;
    }
    .section-menu-header .nav-tabs .alleventsmenu{
        width: 245px;
    }

    .section-menu-header .nav-tabs .alleventsmenu{
        width: 245px;
    }

    .section-menu-header .nav-tabs a,
    .section-menu-header .nav-tabs a:focus,
    .section-menu-header .nav-tabs a:hover {
        color: #545454;
    }

    .section-menu-header .nav-tabs a.relative {
        width: auto;
    }

    .section-menu-header .nav-tabs a span.icon {
        margin-top: 7px;
    }

    .section-menu-header .nav-tabs li {
        margin-bottom: 0;
    }

    .section-menu-header .nav-tabs li.link {
        border-right: 1px solid #DDD;
        width: 225px;
    }

    .section-menu-header .nav-tabs .dropdown.open>a,
    .section-menu-header .nav-tabs .dropdown.open>a:focus,
    .section-menu-header .nav-tabs .dropdown.open>a:hover {
        background-color: #FFF;
        border-color: #FFF;
    }

    .section-menu-header .nav-tabs>li>a,
    .section-menu-header .nav-tabs>li>a:focus,
    .section-menu-header .nav-tabs>li>a:hover {
        background: inherit;
        border: 0;
        font-size: 15px;
    }

    .section-menu-header .nav-tabs li.search .input-icon img {
        position:absolute;
        margin:7px -20px;
        z-index:2;
    }

    .section-menu-header .nav-tabs li.search input {
        border-radius:0;
        height:30px;
    }

    .section-menu-header.articles {
        padding-top: 20px;
    }

    /* section content =====================================================================*/

    .section-content {
        background: #E9E9E9;
    }

    .section-content .row.left-box {
        margin-right: -25px;
    }

    .section-content .row.top-container {
        margin-bottom: 20px;
    }

    .section-content .feature-post-container {
        /*background: #92BBD7;*/
        width: auto;
        height: 428px;
    }

    .text-white {
        color: #FFF !important;
    }

    .feature-post {
        position: relative;
    }

    .feature-post .blue-box{
        position:absolute;
        background:url(../images/bg/bg-blue-box-transparent01.png);
        color:#FFF;
        padding:15px;
        width:760px;
        bottom:0;
    }

    .feature-post .blue-box h3{
        margin:0 0 5px;
        text-shadow:0 1px 0 #000;
    }

    .feature-post .blue-box .category{
        margin:0;
        font-size:14px;
    }

    .feature-post .blue-box .category a{
        text-decoration:underline;
    }

    .feature-post .blue-box h3{
        font-size:20px;
    }

    .feature-post .blue-box h3{
        font-family:OpenSans-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight:700;
    }

    .section-content .feature-post .img-featured-img {
        width: 760px;
        height: 428px;
        background-position: center center!important;
        background-size: cover!important;
    }

    .section-content .wellness-guide-container {
        width: auto;
        height: 428px;
        background: #FFF url(../images/bg/img-widget01.jpg) no-repeat;
        padding: 15px;
        background-position: bottom center;
    }

    .section-content .wellness-guide-container table {
        width: 100%;
    }

    .section-content .wellness-guide-container table.guide-container tr td {
        vertical-align: top;
    }

    .section-content .wellness-guide-container .img-guide {
        height: 150px;
        width: 150px;
        /*background: #92BBD7;*/
    }

    .section-content .wellness-guide-container .shop-guide .online-shop {
        font-size: 13px;
    }

    .section-content .wellness-guide-container .shop-guide .online-shop.text-title {
        margin-bottom: 0px;
    }

    .section-content .wellness-guide-container .shop-guide .online-shop.text-desc-link {
        margin-bottom: 15px;
    }

    .section-content .wellness-guide-container .shop-guide .online-shop .icon-link {
        float: left;
        min-height: 24px;
        min-width: 24px;
        background: none;
        margin-left: 0px;
    }

    .section-content .wellness-guide-container .shop-guide .online-shop .visit-link {
        margin-left: 10px;
    }

    .section-content .wellness-guide-container .wellness-guide {
        margin-top: 15px;
    }

    .section-content .wellness-guide-container .wellness-guide p.title {
        font-size: 16px;
    }

    .section-content .wellness-guide-container .wellness-guide p {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .section-content .wellness-guide-container .follow-me {
        margin-top: 20px;
        font-size: 13px;
    }

    .section-content .wellness-guide-container .link-to {
        margin-top: 20px;
    }

    .section-content .wellness-guide-container .follow-me .ywp-img {
        float: left;
        min-height: 24px;
        min-width: 24px;
        background: none;
        margin-right: 10px;
    }

    .section-content .list-post-container {
        background: #FFF;
        padding: 15px;
        margin-bottom: 20px;
    }

    .section-content .list-post-container-form {
        padding: 0px;
        margin-bottom: 20px;
    }

    .section-content .list-post .img-post {
        /* height: 170px; */
        width: 268px;
        /*background: #92BBD7;*/
    }

    .section-content .list-post .desc-post {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        padding-left: 15px;
        position: relative;
    }

    .section-content .list-post .desc-post p.read-more-box {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
        height: 233px;
        background: rgba(256,256,256,0.6);
        background: -webkit-linear-gradient(rgba(256,256,256,0.1), #FFF);
        background: -o-linear-gradient(rgba(256,256,256,0.1), #FFF);
        background: -moz-linear-gradient(rgba(256,256,256,0.1), #FFF);
        background: linear-gradient(rgba(256,256,256,0.1), #FFF);
        padding-top: 155px;
    }

    .section-content .list-post .desc-post a.ywp-read-more {
        background: #00ACC2;
        color: #FFF;
        padding: 12px 35px;
        font-size: 18px;
        text-transform: uppercase;
    }

    .section-content .list-post .desc-post a.ywp-read-more:focus,
    .section-content .list-post .desc-post a.ywp-read-more:hover {
        text-decoration: none;
        background: #0eb8ce;
    }

    .section-content .list-post table td {
        vertical-align: top;
    }

    .section-content .list-post .desc-post p {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .section-content .list-post .desc-post p.category {
        font-size: 14px;
    }

    .section-content .list-post .desc-post p span {
        color: #337ab7;
    }

    .section-content .list-post .desc-post .btn-share {
        font-size: 15px;
        padding: 4px 20px;
        border: 2px solid #519b79;
        color: #252525;
    }

    .section-content .list-post .desc-post .dropdown.share .dropdown-menu {
        margin-top: 34px;
        max-width: 400px;
        padding: 20px 15px 1px;
    }

    .section-content .list-post .desc-post .dropdown.share p {
        margin-bottom: 20px !important;
        line-height: 20px;
    }

    .section-content .list-post .desc-post .dropdown.share p .url {
        word-break: break-all;
        white-space: normal;
        color: #252525;
        font-size: 14px;
    }

    .section-content .list-post .desc-post .btn:hover,
    .section-content .list-post .desc-post .btn:focus {
        text-decoration: none;
        outline: 0px;
    }

    .section-content .list-post .desc-post .title {
        font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
    }

    .section-content .list-post .desc-post .title a {
        color: #5a5653;
    }

    .section-content .list-container .media {
        background: #FFF;
        padding: 15px;
        margin-bottom: 20px;
    }

    .form-upcoming-webinars {
        background:url(../images/bg/bg-moo01.jpg) no-repeat #8C9B02;
        margin-right: 15px;
    }

    .form-upcoming-webinars .upcoming-webinars {
        background:#1D6B99;
        color:#FFF;
    }

    .form-upcoming-webinars .upcoming-webinars h3 {
        font-family: "Open Sans Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin:20px 0 5px;
    }

    .form-upcoming-webinars .upcoming-webinars p {
        margin-bottom: 5px;
    }

    .form-upcoming-webinars .upcoming-webinars input[type=text] {
        margin:10px auto 0;
        font-family: "OpenSans","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .form-upcoming-webinars .upcoming-webinars input[type=submit] {
        font-family: "Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        border:1px solid #684e0e;
        background:#f6af00;
        padding:16px 0;
        font-size:24px;
        margin:10px auto 20px;
        text-align:center;
        width:200px;
        color:#0b6090;
    }

    .form-upcoming-webinars .upcoming-webinars input[type=submit]:hover {
        background:#FFC53E;
    }

    .form-upcoming-webinars .upcoming-webinars input[type=submit]:active,
    .form-upcoming-webinars .upcoming-webinars input[type=submit]:focus {
        background:#e8ab13;
    }

    .form-upcoming-webinars .upcoming-webinars .form-notified table {
        width: 100%;
    }

    .form-upcoming-webinars .upcoming-webinars .form-notified table td {
        width: 50%;
    }

    .form-upcoming-webinars .upcoming-webinars .form-notified .form-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .form-upcoming-webinars .upcoming-webinars .form-notified .form-input {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .form-upcoming-webinars .upcoming-webinars .form-notified .form-control {
        height: 28px;
        padding: 3px 10px;
        border-radius: 0px;
        width: 100%;
    }

    .form-upcoming-webinars .upcoming-webinars .form-notified .submit {
        margin-top: 10px;
    }

    .form-upcoming-webinars .upcoming-webinars .form-notified .btn-submit {
        width: 100%;
        height: 66px;
        background: #F6AE01;
        color: #0A6197;
        font-size: 30px;
        text-transform: uppercase;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        border: 1px solid #664F0C;
    }

    .form-upcoming-webinars .upcoming-webinars .form-notified .btn-submit:hover,
    .form-upcoming-webinars .upcoming-webinars .form-notified .btn-submit:focus {
        background: #f7be33;
    }

    .list-post-pagination {
        margin-bottom: 90px;
    }

    .list-post-pagination .pagination {
        margin:0;
        padding:10px;
        width:100%;
        background:#FFF;
        border:1px solid #E3E3E3;
        border-radius: 0px;
    }

    .list-post-pagination .pagination li a {
        border:none;
        background:#e1e1e1;
        margin-right:10px;
        color:#a1a1a1;
        -moz-border-radius:0;
        -webkit-border-radius:0;
        border-radius:0;
    }

    .list-post-pagination .pagination li a:hover {
        background:#cfcaca;
        color:#878585
    }

    .list-post-pagination .pagination li.active a,
    .list-post-pagination .pagination li.active a:active,
    .list-post-pagination .pagination li.active a:focus,
    .list-post-pagination .pagination li.active a:hover {
        background:#4caee7;
        color:#fff
    }

    .list-post-pagination .pagination li.fast-backward a,
    .list-post-pagination .pagination li.fast-forward a,
    .list-post-pagination .pagination li.step-backward a,
    .list-post-pagination .pagination li.step-forward a {
        background:0 0;
        color:#4caee7
    }

    .list-post-pagination .pagination li.fast-backward a:hover,
    .list-post-pagination .pagination li.fast-forward a:hover,
    .list-post-pagination .pagination li.step-backward a:hover,
    .list-post-pagination .pagination li.step-forward a:hover {
        background:#4caee7;
        color:#fff
    }

    .list-post-pagination .pagination li a:active,
    .list-post-pagination .pagination li a:focus {
        background:#787777;
        color:#fff
    }

    /* conference call ==============================================================*/

    .section-menu-header.conference-call-page {
        padding: 5px 0px 20px;
    }

    .conference-call-page .top01 {
        margin-bottom: 0px;
    }

    .section-conference-call {
        background: #E9E9E9;
        padding-bottom: 45px;
    }

    .section-conference-call .featured-conference-call .conference-call {
        background: #fff;
        padding: 15px;
        margin-bottom: 20px;
    }

    .section-conference-call .featured-conference-call .conference-call .right-content {
        padding: 15px;
    }

    .section-conference-call .featured-conference-call .conference-call .right-content ul {
        padding-left: 15px;
    }

    .section-conference-call .featured-conference-call .conference-call .box {
        margin-bottom: 0px;
    }

    .section-conference-call .featured-conference-call .conference-call .conference-call-cat {
        font-size: 14px;
    }

    .section-conference-call .featured-conference-call .conference-call .conference-call-desc {
        font-size: 15px;
    }

    .section-conference-call .featured-conference-call .conference-call .watch-box a span,
    .section-conference-call .conference-call-list .conference-call .watch-box a span {
        border: 1px solid #777;
        padding: 5px 45px;
        font-size: 14px;
        color: #323232;
    }

    .section-conference-call .featured-conference-call .conference-call .watch-box {
        margin-top: 30px;
    }

    .section-conference-call .conference-call-list .conference-call .watch-box {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section-conference-call .featured-conference-call .conference-call .watch-box a:hover,
    .section-conference-call .conference-call-list .conference-call .watch-box a:hover {
        text-decoration: none;
    }

    .section-conference-call .conference-call-list .conference-call {
        background: #fff;
        padding: 0px 0px;
        margin-bottom: 20px;
        position: relative;
    }

    .section-conference-call .conference-call-list .conference-call .box {
        margin-bottom: 0px;
    }

    .section-conference-call .conference-call-list .conference-call .title {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #a4d86e;
        color: #fff;
        padding: 5px 5px;
        text-align: center;
        font-size: 13px;
    }

    .section-conference-call .featured-conference-call .cc-date {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 15px 10px;
        text-align: center;
        height: 67px;
        width: 67px;
        margin-right: 20px;
        text-transform: uppercase;
    }

    .section-conference-call .featured-conference-call .cc-month {
        margin-bottom: 0px;
        font-weight: bold;
        line-height: 1.2;
    }

    .section-conference-call .featured-conference-call .cc-day {
        font-size: 20px;
        margin-bottom: 0px;
        font-weight: bold;
        line-height: 1.2;
    }

    .section-conference-call .conference-call-list .col-sm-4 {
        display: inline-flex;
        height: 580px!important;
    }

    .section-conference-call .conference-call-list .conference-call .listen-box a span {
        border: 1px solid #777;
        padding: 5px 45px;
        font-size: 14px;
        color: #323232;
    }

    .section-conference-call .conference-call-list .conference-call .call-body {
        font-size: 14px;
        padding: 15px;
    }

    .section-conference-call .conference-call-list .conference-call .call-body .top h4 {
        font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }

    .section-conference-call .conference-call-list .conference-call .call-body .category {
        margin-bottom: 0px;
    }

    .section-conference-call .conference-call-list .conference-call .call-body .mid p {
        margin-bottom: 0px;
    }

    .section-conference-call .conference-call-list .conference-call .call-body .bottom {
        position: absolute;
        bottom: 0;
        text-align: left;
        margin-bottom: 15px;
        width: 92%;
    }

    .section-conference-call .conference-call-list .conference-call .call-body .bottom .text-like {
        border-top: 1px solid #eee;
        padding-top: 20px;
    }

    .section-conference-call .conference-call-list .conference-call .call-body .bottom .listen-box {
        text-align: center;
    }

    .section-conference-call .single-call {
        background: #FFF;
        padding: 15px;
    }

    .section-conference-call .single-call .back-to {
        padding-top: 35px;
    }

    .section-conference-call .single-call .text-title-name {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .section-conference-call .single-call .text-title-details {
        font-size: 14px;
    }

    .section-conference-call .single-call audio {
        width: 100%;
    }

    .section-conference-call .single-call .back-to {
        padding: 15px 0px;
    }

    .section-conference-call .single-call .text-highlights {
        padding: 15px 0px 5px;
    }

    .section-conference-call .single-call .text-highlights span {
        font-size: 14px;
    }

    .section-conference-call .single-call .text-call-details {
        font-size: 14px;
        margin-bottom: 45px;
    }

    /* side bar modules ==============================================================*/

    .media .connect-with-us h5 {
        font-family:"OpenSansBold","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size:16px;
        margin:0;
    }

    .media .connect-with-us a {
        margin-right:3px;
    }

    .media .connect-with-us a:hover,
    .media .connect-with-us a:focus {
        text-decoration: none;
    }

    .media .connect-with-us .fa-2x {
        margin-top:15px;
        font-size:1.5em;
    }

    .media .connect-with-us .fa-2x .fa-stack-2x {
        color:#d2f6ee;
        background:#d2f6ee;
    }

    .media .connect-with-us .fa-2x:hover .fa-stack-2x {
        color:#c4e7df;
        background:#c4e7df;
    }

    .media .connect-with-us .fa-2x:active .fa-stack-2x,
    .media .connect-with-us .fa-2x:focus .fa-stack-2x {
        color:#b0d1ca;
        background:#b0d1ca;
    }

    .media .connect-with-us .fa-2x .fa-stack-1x {
        font-size:1em;
    }

    .media .connect-with-us .fa-2x .fa-facebook {
        color:#4688f3;
    }

    .media .connect-with-us .fa-2x .fa-twitter {
        color:#00c8df;
    }

    .media .connect-with-us .fa-2x .fa-google-plus {
        color:#333;
    }

    .media .connect-with-us .fa-2x .fa-pinterest {
        color:#ff0d00;
    }

    .media .connect-with-us .fa-2x .fa-youtube {
        color:#df4f47;
    }

    .media .connect-with-us .fa-2x .fa-linkedin {
        color:#0274B3;
    }

    .media .connect-with-us .fa-2x .fa-instagram {
        color:#000;
    }

    .media .connect-with-us .slide-share {
        background:url(../images/img/img-slideshare02.png) center center no-repeat #d2f6ee;
        width:2em;
        height:2em;
        line-height:2em;
    }

    .media .connect-with-us .slide-share:hover {
        background:url(../images/img/img-slideshare02.png) center center no-repeat #c4e7df;
    }

    .media .connect-with-us .slide-share:active,
    .media .connect-with-us .slide-share:focus {
        background:url(../images/img/img-slideshare02.png) center center no-repeat #b0d1ca;
    }

    .media .wyd .box {
        height: 220px;
        width: auto;
        background: #959595;
    }

    .media .ten-mistakes div .btn,
    .media .ten-mistakes h3 {
        font-family:"Oswald","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .media .ten-mistakes {
        background:url(../images/bg/bg-10-mistakes01.png);
        color:#fff;
        padding: 20px;
    }

    .media .ten-mistakes h3 {
        margin:0;
        font-size:24px;
        color:#ffba42;
    }

    .media .ten-mistakes div {
        padding:0;
    }

    .media .ten-mistakes p {
        font-size:14px;
        margin:10px 0;
    }

    .media .ten-mistakes div .btn {
        -moz-border-radius:20px;
        -webkit-border-radius:20px;
        border-radius:20px;
        background:#82B53F;
        border-top:none;
        border-left:none;
        border-right:none;
        border-bottom:3px solid #4C6D1E;
        color:#FFF;
        padding:12px 10px;
        font-size:15px;
        text-shadow:0 -1px 0 #000;
        font-weight: bold ;
    }

    .media .ten-mistakes div .btn:hover {
        background:#9FD15C;
    }

    .media .ten-mistakes div .btn:active,
    .media .ten-mistakes div .btn:focus {
        background:#82B53F;
    }

    .media .free-work-book {
        background:#26416C;
        color:#fff;
        padding-bottom:10px;
    }

    .media .free-work-book h3 {
        background:#78B333;
        padding:8px 10px;
        margin:0;
        text-align:right;
        text-shadow:0 1px 0 #000;
        font-size: 20px;
    }

    .media .free-work-book .box {
        padding:0;
        position:relative;
    }

    .media .free-work-book img {
        padding:0 10px;
        margin-top:-30px;
    }

    .media .free-work-book p {
        font-size:14px;
        margin:10px 0;
    }

    .media .free-work-book .box .btn {
        font-family:"MuseoSans_900","Helvetica Neue",Helvetica,Arial,sans-serif;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        background:#FE9021;
        border:1px solid #79420A;
        color:#FFF;
        padding:7px 10px;
        font-size:17px;
        line-height:17px;
        text-shadow:0 -1px 0 #000;
        font-weight: bold;
        border-bottom: 3px solid #321800;
    }

    .media .free-work-book .box .btn:hover {
        background:#FEA449;
    }

    .media .free-work-book .box .btn:active,
    .media .free-work-book .box .btn:focus {
        background:#FE9021;
    }

    .media .your-freedom-project {
        font-family:"OpenSans",Helvetica,Arial,sans-serif;
        background:url(../images/bg/bg-lady-on-phone02.jpg) -290px top no-repeat;
        color:#fff;
        padding:0 135px 0 0;
    }

    .media .your-freedom-project .box {
        background:rgba(13,144,246,.8);
        padding:15px 10px;
        color:#FFF;
    }

    .media .your-freedom-project .box .btn {
        font-family:Arial,Helvetica,sans-serif;
        font-weight:700;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        background:#5D9B12;
        border:1px solid #456E12;
        color:#FFF;
        padding:7px 10px;
    }

    .media .your-freedom-project .box .btn:hover {
        background:#79C918;
    }

    .media .your-freedom-project .box .btn:active,
    .media .your-freedom-project .box .btn:focus {
        background:#5D9B12;
    }

    .media .discover-our-products {
        background:url(../images/img/img-discover-our-products01.jpg) center top no-repeat;
        color:#FFF;
        padding:121px 0 0;
    }

    .media .discover-our-products .box {
        background:#112c37;
        text-align:center;
        padding:5px;
    }

    .media .discover-our-products .box h3 {
        font-family:"Open Sans Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
        background:#112c37;
        text-align:center;
        margin:0;
        font-size:18px;
    }

    .media .discover-our-products .box p {
        font-family:"Open Sans Light","Helvetica Neue",Helvetica,Arial,sans-serif;
        margin-bottom:5px;
        font-size:13px;
    }

    .media .discover-our-products .box .btn {
        font-family:Arial,Helvetica,sans-serif;
        font-weight:700;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        background:#5D9B12;
        border:1px solid #456d0f;
        color:#FFF;
        white-space:normal;
        padding:7px 10px;
    }

    .media .discover-our-products .box .btn:hover {
        background:#79C918;
    }

    .media .discover-our-products .box .btn:active,
    .media .discover-our-products .box .btn:focus {
        background:#5D9B12;
    }

    /* section newsletter ====================================================================*/

    .section-newsletter {
        background: #E9E9E9;
        padding-bottom: 45px;
    }

    .section-newsletter .list-view {
        background: #FFF;
    }

    .section-newsletter .collection-of-posts {
        padding: 15px;
    }

    .section-newsletter .collection-of-posts h3 {
        font-family: 'OpenSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

    .section-newsletter .collection-of-posts .feature-header {
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 20px;
    }

    .section-newsletter .collection-of-posts .sub-thumbnail {
        padding-top: 10px;
    }

    .section-newsletter .collection-of-posts .post-details .blog-post .post-date {
        font-family: "OpenSans-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
        background: #00acc2 ;
        color: #FFF;
        text-align: center;
        margin: 0px;
        padding: 10px;
    }

    .section-newsletter .collection-of-posts .post-details .blog-post .post-date .day {
        margin-bottom: 0px;
        font-size: 18px;
        font-weight: bold;
    }

    .section-newsletter .collection-of-posts .post-details .blog-post .post-date .year {
        margin-bottom: 0px;
        font-size: 23px;
        font-weight: bold;
    }

    .section-newsletter .collection-of-posts .post-details .category {
        font-size: 13px;
    }

    .section-newsletter .collection-of-posts h3 a {
        color: #5a5653;
    }

    .section-newsletter .collection-of-posts .thumbnail {
        padding: 0px;
        border: none;
        background: #FFFFFF;
        border-radius: 0px;
        height: auto;
        margin-bottom: 0px;
    }

    .section-newsletter .collection-of-posts .thumbnail.sub-thumbnail {
        padding: 0px;
    }

    .section-newsletter .collection-of-posts .sub-thumbnail-ul > li {
        margin-bottom: 5px;
    }

    .section-newsletter .collection-of-posts p,
    .section-newsletter .collection-of-posts ul {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .section-newsletter .collection-of-posts ul {
        padding-left: 13px;
    }

    .section-newsletter .section-all-events {
        margin-top: 20px;
        color: #252525;
    }

    .section-newsletter .section-all-events .event-content {
        background-color: #FFF;
        margin-bottom: 30px;
    }

    .section-newsletter .section-all-events .event-header {
        background: #FFF;
        padding: 20px;
        border: 1px solid #E3E3E3;
        margin-bottom: 30px;
    }

    .section-newsletter .section-all-events .event-header p {
        margin: 0px;
        font-size: 16px;
    }

    .section-newsletter .section-all-events .event-header p a {
        color: #252525;
    }

    .section-newsletter .section-all-events .topmost-events {
        border: 1px solid #E3E3E3;
    }

    .section-all-resources .topmost-resources {
        border: 1px solid #E3E3E3;
        padding: 25px 0px;
    }

    .section-newsletter .section-all-events .topmost-events-text {
        margin: 0px;
        padding-top: 15px;
    }

    .section-newsletter .section-all-events .topmost-events-text .description {
        margin-bottom: 10px;
    }

    .section-newsletter .section-all-events .topmost-events-text .description p,
    .section-newsletter .section-all-events .topmost-events-text .description li {
        font-size: 14px;
    }

    .section-newsletter .section-all-events .topmost-events-text .date-time {
        background: #00ACC2;
        color: #FFF;
        text-align: center;
        padding: 5px 0px 10px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .section-newsletter .section-all-events .topmost-events-text .header-description {
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
        margin-bottom: 15px;
    }

    .section-newsletter .section-all-events .resources-text .header-description {
        padding-bottom: 25px;
        margin-bottom: 15px;
    }

    .section-newsletter .section-all-events .topmost-events-text .date-time .month {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .section-newsletter .section-all-events .topmost-events-text .date-time .day {
        font-family: 'OpenSans bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 37px;
        margin: 0px;
    }

    .section-newsletter .section-all-events .topmost-events-text .title .text-title {
        font-family: 'OpenSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 20px;
    }

    .section-newsletter .section-all-events .topmost-events-text .title .text-title a {
        color: #252525;
    }

    .section-all-resources .resources-text .title .text-title {
        font-family: 'OpenSans-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 30px;
    }

    .section-newsletter .section-all-events .topmost-events-text .title p {
        margin-bottom: 5px;
    }

    .section-all-resources .topmost-resources .resources-text .title .text-title {
        margin-bottom: 10px;
    }

    .section-all-resources .topmost-resources .resources-text .description {
        font-size: 20px;
    }

    .section-newsletter .collection-of-posts .sub-thumbnail .buttons,
    .section-newsletter .section-all-events .topmost-events-text .buttons {
        margin-bottom: 20px;
    }

    .section-newsletter .collection-of-posts .sub-thumbnail .buttons a,
    .section-newsletter .section-all-events .topmost-events-text .buttons a {
        border: 2px solid #ccc;
        padding: 5px 20px;
        color: #666;
        font-size: 14px;
    }

    .section-newsletter .collection-of-posts .sub-thumbnail .buttons a {
        padding: 5px 60px;
    }

    .section-newsletter .collection-of-posts .sub-thumbnail .buttons a:hover,
    .section-newsletter .section-all-events .topmost-events-text .buttons a:hover {
        text-decoration: none;
    }

    .section-newsletter .collection-of-posts .w-frame .post-image,
    .section-newsletter .collection-of-posts .w-frame .thumbnail {
        padding: 0px !important;
        line-height: 0;
    }

    .section-all-resources .topmost-resources .resources-text .buttons {
        margin-top: 20px;
    }

    .section-all-resources .topmost-resources .resources-text .buttons a {
        color: #fff;
        background: #8BC94B;
        padding: 10px 35px;
    }

    .section-newsletter .section-all-events .event-footer .event-container {
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        align-items: stretch;

    }

    .section-newsletter .section-all-events .event-footer .event-container .col-md-4 {
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
        padding: 0px 0px 50px;
        background-color: #FFF;
        margin: 0px 0px 30px;
        position: relative;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .img-head {
        width: 100%;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .img-title {
        margin: 0px;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details p {
        padding: 0px 15px;
        font-size: 14px;
        margin: 20px 0px;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details.footer-read-link p.link {
        position: absolute;
        width: 100%;
        bottom: 0;
        margin-bottom: 30px;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .details-title {
        margin: 20px 0px 10px;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .top-details-title {
        margin: 10px 0px 10px;
        text-align: center;
        color: #535353;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details ul {
        padding: 10px 30px;
        font-size: 14px;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .in-this-issue {
        margin: 10px 0px;
        color: #535353;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details ul.in-this-issue-ls {
        padding: 0px 30px;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details ul.in-this-issue-ls li {
        margin-bottom: 5px;
        color: #727272;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .details-archived-date {
        background: #EFEFF0;
        text-align: center;
        margin: 0px;
        padding: 10px 15px;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .details-title strong {
        font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin: 0px;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .details-title strong a {
        color: #535353;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .link {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        text-align: center;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .link a {
        border: 2px solid #ccc;
        padding: 5px 20px;
        color: #666;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .link a.read {
        padding: 5px 60px;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .link a.read:hover,
    .section-newsletter .section-all-events .event-footer .event-footer-box .details .link a.read:focus {
        text-decoration: none;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details .link a:hover,
    .section-newsletter .section-all-events .event-footer .event-footer-box .details .link a:focus{
        text-decoration: none;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details-date .img {
        margin-right: 10px;
    }

    .section-newsletter .section-all-events .event-footer .event-footer-box .details-date .date {
        margin-right: 15px;
    }

    .section-newsletter a.jumbotron p {
        margin-bottom: 0px;
        font-size: 21px;
        font-weight: 100;
        padding: 10px;
    }

    .section-newsletter a.jumbotron .img-apple {
        margin: 15px;
    }

    .section-newsletter a.jumbotron {
        border-radius: 3px;
        background-color: #8fd24a;
        -moz-box-shadow: 0px 4px 0px #579e0c;
        -webkit-box-shadow: 0px 4px 0px #579e0c;
        box-shadow: 0px 4px 0px #579e0c;
        color: #fff;
        max-width: 360px;
        width: 100%;
        padding: 10px !important;
        margin: 15px auto 0px;
    }

    .section-newsletter a.jumbotron:hover,
    .section-newsletter a.jumbotron:focus {
        text-decoration: none;
        background-color: #7fc13b;
        -moz-box-shadow: 0px 4px 0px #579e0c;
        -webkit-box-shadow: 0px 4px 0px #579e0c;
        box-shadow: 0px 4px 0px #579e0c;
    }

    .dashboard-content .most-recent-article {
        margin-bottom: 20px;
    }

    .dashboard-content .most-recent-article .most-recent {
        background: #FFF;
        padding: 25px;
    }

    .dashboard-content .most-recent-article .most-recent .text-most {
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .dashboard-content .most-recent-article .most-recent .recent-article-title {
        height: 55px;
    }

    .dashboard-content .most-recent-article .most-recent .recent-article-title a {
        font-weight: bold;
        outline: 0px;
        color: #727272;
        font-size: 15px;
    }

    .dashboard-content .most-recent-article .most-recent .recent-article-title a:hover,
    .dashboard-content .most-recent-article .most-recent .recent-article-title a:focus {
        color: #727272;
        text-decoration: none;
        outline: 0px;
    }

    .dashboard-content .most-recent-article .most-recent .article-image-box img {
        height: 182px;
        width: 100%;
        border: 1px solid #c0c0c0;
    }

    .dashboard-content .most-recent-article .most-recent .read-more a {
        background: #a4d86e;
        color: #FFF;
        font-size: 15px;
        padding: 4px 30px;
    }

    .dashboard-content .most-recent-article .most-recent .read-more a:hover,
    .dashboard-content .most-recent-article .most-recent .read-more a:focus {
        text-decoration: none;
        outline: 0px;
    }

    .dashboard-content .most-recent-article .most-recent .col-sm-4 {
        margin-bottom: 0px;
        padding-bottom: 15px;
    }

    /* section archives ======================================================================*/

    .section-vfl-signup {
        margin-top: 0;
        padding: 0px 0px 20px;
        background: #E9E9E9;
    }

    .section-vfl-signup .menu-container {
        background: #FFF;
    }

    .section-vfl-signup .menu-container .left p {
        margin-bottom: 0px;
        padding: 10px 15px;
    }

    .section-vfl-signup .menu-container .right p {
        margin: 10px 0px;
        padding: 10px 15px;
        text-align: center;
    }

    .section-vfl-signup .box-sign-up {
        position: absolute;
        right: 31px;
        top: 21px;
    }

    .section-vfl-signup .box-sign-up a {
        color: #323232;
    }

    .section-vfl-signup .col-sm-12 {
        position: relative;
    }

    .section-vfl-signup .btn-free-signup {
        background: #D54D7D;
        -moz-box-shadow: 0px 4px 0px #B63464;
        -webkit-box-shadow: 0px 4px 0px #B63464;
        box-shadow: 0px 4px 0px #B63464;
        color: #FFFFFF;
        padding: 10px 50px;
    }

    .section-vfl-signup .btn-free-signup:hover,
    .section-vfl-signup .btn-free-signup:active,
    .section-vfl-signup .btn-free-signup:focus {
        text-decoration: none;
        background: #da628c;
        color: #FFFFFF;
    }

    .section-newsletter .wellness-guide-container {
        width: auto;
        height: 428px;
        background: #FFF url(../images/bg/img-widget01.jpg) no-repeat;
        padding: 15px;
        background-position: bottom center;
        margin-bottom: 20px;
    }

    .section-newsletter .wellness-guide-container table {
        width: 100%;
    }

    .section-newsletter .wellness-guide-container table.guide-container tr td {
        vertical-align: top;
    }

    .section-newsletter .wellness-guide-container .img-guide {
        height: 150px;
        width: 150px;
        /*background: #92BBD7;*/
    }

    .section-newsletter .wellness-guide-container .shop-guide .online-shop {
        font-size: 13px;
    }

    .section-newsletter .wellness-guide-container .shop-guide .online-shop.text-title {
        margin-bottom: 0px;
    }

    .section-newsletter .wellness-guide-container .shop-guide .online-shop.text-desc-link {
        margin-bottom: 15px;
    }

    .section-newsletter .wellness-guide-container .shop-guide .online-shop .icon-link {
        float: left;
        min-height: 24px;
        min-width: 24px;
        background: none;
        margin-left: 0px;
    }

    .section-newsletter .wellness-guide-container .shop-guide .online-shop .visit-link {
        margin-left: 10px;
    }

    .section-newsletter .wellness-guide-container .wellness-guide {
        margin-top: 15px;
    }

    .section-newsletter .wellness-guide-container .wellness-guide p.title {
        font-size: 16px;
    }

    .section-newsletter .wellness-guide-container .wellness-guide p {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .section-newsletter .wellness-guide-container .follow-me {
        margin-top: 20px;
        font-size: 13px;
    }

    .section-newsletter .wellness-guide-container .link-to {
        margin-top: 20px;
    }

    .section-newsletter .wellness-guide-container .follow-me .ywp-img {
        float: left;
        min-height: 24px;
        min-width: 24px;
        background: none;
        margin-right: 10px;
    }

    .section-newsletter .media {
        background: #FFF;
        padding: 15px;
        margin-bottom: 20px;
    }


    .section-menu-sub-header {
        margin-top: 0;
        padding: 20px 0px 20px;
        background: #E9E9E9;
    }

    .section-menu-sub-header .menu-container {
        background: #FFF;
    }

    .section-menu-sub-header .nav-tabs {
        border: 0px;
    }

    .section-menu-sub-header .nav-tabs>li>a,
    .section-menu-sub-header .nav-tabs>li>a:focus,
    .section-menu-sub-header .nav-tabs>li>a:hover {
        background: #FFF;
        border: 0;
        font-size: 15px;
    }

    .section-menu-sub-header .nav-tabs>li>span {
        position: relative;
        display: block;
        padding: 10px 15px;
        font-size: 15px;
    }

    .section-menu-sub-header .nav-tabs>li>span.spacer {
        padding: 10px 5px;
        font-size: 10px;
    }

    .section-newsletter .issue .thumbnail {
        padding: 0px;
    }

    /* section videos ======================================================================*/

    .section-video {
        background: #E9E9E9;
        padding-bottom: 45px;
    }

    .section-video .featured-video .video {
        background: #fff;
        padding: 15px;
        margin-bottom: 20px;
    }

    .section-video .featured-video .video .box {
        margin-bottom: 0px;
    }

    .section-video .featured-video .video .video-cat {
        font-size: 14px;
    }

    .section-video .featured-video .video .video-desc {
        font-size: 15px;
    }

    .section-video .featured-video .video .watch-box a span,
    .section-video .video-list .video .watch-box a span {
        border: 1px solid #777;
        padding: 5px 45px;
        font-size: 14px;
        color: #323232;
    }

    .section-video .featured-video .video .watch-box {
        margin-top: 30px;
    }

    .section-video .video-list .video .watch-box {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section-video .featured-video .video .watch-box a:hover,
    .section-video .video-list .video .watch-box a:hover {
        text-decoration: none;
    }

    .section-video .video-list .video {
        background: #fff;
        padding: 15px;
        margin-bottom: 20px;
        height: 420px;
    }

    .section-video .video-list .video .title {
        font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #0077BB;
        padding: 5px 0px;
    }

    .section-video .video-list .video .video-cat {
        font-size: 14px;
    }

    .section-video .video-list .video .desc {
        font-size: 15px;
    }

    .section-video .video-list .video .time-duration {
        font-size: 14px;
    }

    .section-video .single-video .video {
        background: #fff;
        padding: 15px;
    }

    .section-video .single-video .video.back-to {
        padding-top: 35px;
    }

    .section-video .single-video .video.vid-top {
        padding: 15px 160px;
    }

    .section-video .single-video .btn-share {
        font-size: 15px;
        padding: 4px 20px;
        border: 2px solid #519b79;
        color: #252525;
    }

    .section-video .single-video .dropdown.share .dropdown-menu {
        margin-top: 34px;
        max-width: 400px;
        padding: 20px 15px 1px;
    }

    .section-video .single-video .dropdown.share p {
        margin-bottom: 20px !important;
        line-height: 20px;
    }

    .section-video .single-video .dropdown.share p .url {
        word-break: break-all;
        white-space: normal;
        color: #252525;
        font-size: 14px;
    }

    .section-video .single-video hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .section-video .single-video .video .video-cat {
        font-size: 14px;
    }

    .section-video .single-video .video .video-desc {
        font-size: 15px;
    }

    .section-video .single-video .video a span {
        font-size: 15px;
    }

    .section-video .single-video .comment-container {
        padding-top:20px;
    }

    .section-video .single-video .comment-container .nav-tabs {
        border-bottom:0;
    }

    .section-video .single-video .comment-container .nav-tabs>li.active>a {
        border-radius:0;font-weight:700;color:#0098F8;
    }

    .section-video .single-video .comment-container .nav-tabs>li>a {
        color:#5E5E5E;
    }

    .section-video .single-video .comment-container .nav-tabs>li>a:focus,
    .section-video .single-video .comment-container .nav-tabs>li>a:hover {
        border-radius:0;
    }

    .section-video .single-video .comment-container .row.comment-author {
        padding:0;border:0;background:#F9F9F9;margin:0;display:inline-flex;width:100%;
    }

    .section-video .single-video .comment-container .row.comment-author .comment-author-message {
        font-size:14px;width:100%;
    }

    .section-video .single-video .comment-container .row.comment-author .comment-author-name {
        color:#0371C0;font-weight:700;padding-right:5px;
    }

    .section-video .single-video .comment-container .row.comment-author .comment-time {
        padding-right:5px;
    }

    .section-video .single-video .comment-container .row.comment-like {
        padding: 10px 0 10px;
        border: 0;
        margin: 0;
        font-size: 14px;
        background: #FFF;
        border-bottom: 1px solid #dddddd;
    }

    .section-video .single-video .comment-container .row.comment-like span {
        color:#0D95FF;
    }

    .section-video .single-video .comment-container .comment-author-avatar {
        width:65px;padding:0 15px;
    }

    .section-video .single-video .comment-container .comment-author-message {
        padding:0 15px;
    }

    .section-video .single-video .comment-container .comment-author-message .write-your-comment .form-control {
        border-radius:0;height:28px;padding:0 5px;margin-top:11px;

    }
    .section-video .single-video .comment-box {
        margin-bottom:30px;
    }

    .section-video .single-video .comment-box h3 {
        margin:0 0 20px;font-size:16px;
    }

    .section-video .single-video .comment-box .comment-entries {
        background:#FFF;margin-bottom:30px;border:1px solid #E3E3E3;
    }

    .section-video .single-video .comment-box .comment-entries ul {
        margin:0;padding:0;
    }

    .section-video .single-video .comment-box .comment-entries ul ul {
        margin-left:30px;
    }

    .section-video .single-video .comment-box .comment-entries ul li {
        list-style:none;background:#F9F9F9;
    }

    .section-video .single-video .comment-box .comment-entries ul li img {
        margin-right:10px;
    }

    .section-video .single-video .comment-box .comment-entries ul li .pull-right {
        margin-top:-50px;
    }

    .section-video .single-video .comment-box .comment-entries ul li .comment-profile,
    .section-video .single-video .comment-box .comment-entries ul li p {
        margin-bottom:0px;
    }

    .section-video .single-video .comment-box .comment-entries ul li .comment-message {
        border-bottom:1px solid #E3E3E3;margin-bottom:20px;
    }

    .section-video .single-video .comment-box .comment-form {
        background:#FFF;margin-bottom:30px;padding:0;
    }

    .section-video .single-video .comment-box .comment-form .input-group {
        width:70%;margin-bottom:20px;
    }

    .section-video .single-video .comment-box .comment-form .input-group #textarea {
        min-height:150px;

    }

    .section-events-calendar {
        background: #E9E9E9;
    }

    .section-events-calendar #calendar {
        background: #FFF;
        padding: 45px;
        margin-bottom: 45px;
    }

    .modal-video .modal-body {
        margin: 15px 25px 5px;
    }

    .modal-video .modal-title {
        padding: 5px 0;
    }

    .modal-video .btn-share {
        font-size: 15px;
        padding: 4px 20px;
        border: 2px solid #519b79;
        color: #252525;
    }

    .modal-video .dropdown.share {
        margin-right: 40px;
    }

    .modal-video .dropdown.share .dropdown-menu {
        margin-top: 34px;
        max-width: 400px;
        padding: 20px 15px 1px;
    }

    .modal-video .dropdown.share p {
        margin-bottom: 20px !important;
        line-height: 20px;
    }

    .modal-video .dropdown.share p .url {
        word-break: break-all;
        white-space: normal;
        color: #252525;
        font-size: 14px;
    }

    /* learn and earn ====================================================================*/

    .section-learn-and-earn {
        padding-top: 15px;
        padding-bottom: 50px;
    }

    .section-learn-and-earn .panel {
        border-radius: 0px;
        position: relative;
    }

    .section-learn-and-earn .panel img.beta {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .section-learn-and-earn .panel hr {
        margin: 0px;
    }

    .section-learn-and-earn .panel .progress {
        border-radius: 10px;
        height: 15px;
        margin-bottom: 10px;
    }

    .section-learn-and-earn .content-list h4.category-heading {
        margin-top: 40px
    }

    .section-learn-and-earn .content-list .panel .panel-body img {
        width: 200px;
    }

    .section-learn-and-earn .content-list .panel .panel-body .btn,
    .section-learn-and-earn .content-container .panel .panel-body .btn {
        border-radius: 0px;
    }

    .section-learn-and-earn .content-list a .panel .panel-body h4,
    .section-learn-and-earn .content-list a .panel .panel-body p{
        color: #5a5653;
    }

    .section-learn-and-earn .content-container .panel .panel-body .breadcrumb-learn-earn,
    .section-learn-and-earn .content-container .panel .panel-body .video-player {
        margin-bottom: 30px;
    }

    .section-learn-and-earn .media .media-body {
        width: 10000px !important;
    }

    /* section login ====================================================================*/

    .section-login {
        background:url(../images/img/img-bg-wellness-login01.jpg) no-repeat center;
        background-size: cover;
        color: #000;
        height: 100%;
        font-family: 'Montserrat-Regular',Arial,Helvetica,sans-serif;
        overflow: hidden;
    }

    .section-login .img-woman-apple{
        position: absolute;
        top: 79px;
        right: -296px;
    }

    .section-login .container {
        padding: 107px 15px;
        position: relative;

    }

    .section-login .row{
        position: relative;
    }

    .section-login .row .col-sm-6:nth-of-type(2){
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    .section-login .right-content {
        color: #4b4c4e;
    }

    .section-login .right-content h3 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 27px;
    }

    .section-login .right-content .desc {
        font-size: 16px;
    }

    .section-login .right-content a {
        font-size: 14px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        padding: 10px 20px;
        margin-bottom: 16px;
        display: inline-block;
        font-weight: 700;
    }

    .section-login .right-content a:hover {
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }

    .section-login .right-content .desc-box {
        background-color: rgba(67, 166, 73, 0.93);
        padding: 5px 35px;
        color: #fff;
    }

    .section-login .right-content .desc {
        margin-bottom: 35px;
    }

    .section-login .right-content .img-box {
        margin-top: 37px;
    }

    .section-login .left-content h3 {
        font-weight: 700;
        color: #000;
        margin-bottom: 15px;
        font-family: 'Montserrat-Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 32px;
        margin: 15px 0 30px;
    }

    .checkbox-wrap {
        position:relative;
    }

    .checkbox-wrap .checkbox01 {
        visibility:hidden;
        position:absolute;
    }

    .checkbox-wrap label {
        cursor:pointer;
        position:absolute;
        min-width:20px;
        width:25px;
        height:25px;
        top:0px;
        left:0;
        background:#FFF;
        border:2px solid #fff;
        border-radius:0px;
        margin-right:5px;
    }

    .checkbox-wrap label::after {
        left:2px;
    }

    .checkbox-wrap label:after {
        opacity:0;
        content:'';
        position:absolute;
        width:14px;
        height:7px;
        background:0 0;
        top:5px;
        left:3px;
        border:3px solid #fff;
        border-top:none;
        border-right:none;
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }

    .section-login .checkbox-wrap label, .section-login .checkbox-wrap label:after {
        border-color:#000;
    }

    .section-login .checkbox-wrap label{
        border-width: 3px;
    }


    .checkbox-wrap input[type=checkbox]:checked+label:after {
        opacity:1;
    }

    .checkbox-wrap input[type=checkbox]:checked+label {
        /* background:#a4d76e;
        border:2px solid #FFF; */
    }

    .section-login .form-group.remember {
        padding-top: 10px;
    }

    .section-login .panel-default .panel-body.form, .section-login .left-content{
        background-color: #fff;
    }

    .section-login .left-content{
        padding: 2rem;
        box-shadow: 0px 5px 5px -4px rgba(140, 140, 140, 0.54);

    }

    .checkbox-wrap span {
        margin-left: 40px;
        font-size: 16px;
    }

    .section-login .hint a {
        color: #000;
        font-size: 16px;
    }

    .section-login .panel-default{
        background-color: #fff;
        border-radius: 0px;
        border: 0px !important ;
        box-shadow: 0px 0px 0px;
        max-width: 512px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-login .panel-default .panel-body {
        padding: 0;
    }

    .section-login .panel-default .form-group label {
        font-weight: 100;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .section-login .panel-default .form-group.password-input{
        margin-top: 45px;
    }

    .section-login .panel-default .form-group .form-control {
        border-radius: 0px;
        height: 40px;
        border: none;
        border-bottom: 2px solid #000;
        padding-left: 0;
        box-shadow: none;
        font-size: 16px;
        color:#000;
    }

    .section-login .panel-default .form-group .form-control.email-input:focus,
    .section-login .panel-default .form-group .form-control.password-input-02:focus{
        border-color: #43a649;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover, 
    input:-webkit-autofill:focus, 
    input:-webkit-autofill:active  {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }

    input {
        filter: none;
      }

    .section-login .btn-login {
        padding: 12px 80px;
        font-size: 18px;

        background-color: #43a649!important;
        color: #FFFFFF;
        width: 100%;
        border-radius: 50px;
        box-shadow: none!important;
        outline: none;
        font-weight: 700;
        margin: 15px 0;
        outline: none;
    }
    .section-login .btn-login:hover {
        background-color: #44b34a!important;
    }

    .section-login .sign-up-with-fb {
        padding-top: 30px;
    }
    .section-login .btn-sign-up-with-fb {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #4966aa;
        background-color: #4966aa;
        color: #FFF;
        padding: 20px 15px;
    }

    .section-login .btn-sign-up-with-fb:hover,
    .section-login .btn-sign-up-with-fb:focus {
        text-decoration: none;
        background: #5f82d6;
        background-color: #5f82d6;
        cursor: pointer;
    }

    .section-login .btn-sign-up-with-fb .fa-facebook {
        position: absolute;
        margin: -8px 12px;
        font-size: 47px;
    }

    .section-login .btn-sign-up-with-fb .text-sign-up {
        margin: 0px 0px 0px 64px;
        border-left: 1px solid #FFF;
        padding: 13px 75px;
        font-size: 28px;
        vertical-align: sub;
    }

    .section-login .ywp-top-spacer {
        padding-top: 45px;
        padding-bottom: 15px;
    }

    .section-login .sign-up-with-fb .text-or {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #5a5653;
    }

    .section-login .ywp-top-spacer .left-border {
        border-top: 1px solid #5a5653;
        margin-top: 10px;
        position: absolute;
        width: 90px;
        right: 0;
    }

    .section-login .ywp-top-spacer .right-border {
        border-top: 1px solid #5a5653;
        margin-top: 10px;
        position: absolute;
        width: 90px;
        left: 0;
    }

    .section-recovery {
        background:url(../images/bg/img-bg-green01.jpg) no-repeat;
        background-size: cover;
        color: #FFF;
        height: 100%;
        padding: 75px 10px;
    }

    .section-recovery .panel-default {
        max-width:655px;
        background: #a4d76e;
        border-radius: 0px;
        border: 0px !important;
        box-shadow: 0px 0px 0px;
    }

    .section-recovery .panel-default .panel-body {
        max-width: 500px;
    }

    .section-recovery .panel-default .panel-body div.text-16 p {
        font-size: 17px;
    }

    .section-recovery .panel-default .panel-body div.text-23 p {
        font-size: 23px;
    }

    .section-recovery .panel-default .panel-body a {
        color: #FFF;
    }

    .section-recovery .panel-default .form-group .form-control {
        border-radius: 0px;
        height: 40px;
    }

    .section-recovery .btn-primary {
        border-radius: 0px;
        padding: 8px 30px;
        font-size: 25px;
    }

    .media.lcw-widget .yfp_7bs_wellness {
        padding: 20px;
        background:#fff;
    }

    .media.lcw-widget .yfp_vc_wellness {
        padding: 20px;
        background:#fff;
    }

    .media.lcw-widget .yfp_mw_wellness {
        padding: 20px;
        background:#fff;
    }

    .media.lcw-widget iframe {
        width: 100%!important;
        height: 300px;
    }

    .media.lcw-widget-inline iframe {

        background: #FFF;
        width: 100%!important;
        height: 180px!important;
    }

    .section-file-cabinet-view {
        background: url(../images/bg/img-fc-bg01.jpg) no-repeat;
    }

    .section-file-cabinet-view .container {
        padding: 20px 15px
    }

    .section-file-cabinet-view h1 {
        font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        text-transform: uppercase;
        color: #2498e3;
        margin-bottom: 45px;
    }

    .section-file-cabinet-view .btn-box {
        padding-top: 190px;
    }

    .section-file-cabinet-view .btn-box a.btn-link {
        background-color: #f0c600;
        color: #323232;
        padding: 15px 28px;
        font-size: 26px;
    }

    .section-file-cabinet-view .btn-box a.btn-link:hover,
    .section-file-cabinet-view .btn-box a.btn-link:focus,
    .section-file-cabinet-view .btn-box a.btn-link:active {
        background-color: #f1ca13;
        text-decoration: none;
    }

    .section-file-cabinet-view .btn-box a.btn-link span {
        padding-left: 15px;
    }


    /* footer hub 1 ===================================================================== */

    .footer-hub01 {
        padding: 70px 15px;
    }

    .footer-hub01 a {
        color: #abaaa8;
    }

    .footer-hub01 ul.navbar-nav {
        padding-top: 20px;	width: 100%;
    }

    .footer-hub01 .navbar-nav li {
        float: none;
    }

    .footer-hub01 .navbar-nav li a {
        background: none;
    }

    .footer-hub01 .navbar-nav li a:hover {
        text-decoration: underline;
    }

    .footer-hub01 .navbar-nav li a:focus,
    .footer-hub01 .navbar-nav li a:active {
        background: #1D1D1D;
    }

    .footer-hub01 .follow-us {
        padding-top: 25px;
    }

    .footer-hub01 .follow-us h5 {
        font-size: 16px;
        padding-left: 5px;
        margin-bottom: 25px;
    }

    .footer-hub01 .follow-us .fa-2x {
        font-size: 1.7em;
    }

    .footer-hub01 .follow-us .fa-2x .fa-stack-2x {
    }

    .footer-hub01 .follow-us a:hover .fa-2x .fa-stack-2x {
    }

    .footer-hub01 .follow-us a:focus .fa-2x,
    .footer-hub01 .follow-us a:active .fa-2x {
    }

    .footer-hub01 .follow-us .fa-2x .fa-stack-1x {
        font-size: 0.8em;
    }

    .footer-hub01 .living-healthier-life {
        padding: 20px 0px 40px;
    }

    .footer-hub01 .living-healthier-life div {
        padding: 0px 7px;
        width: 100%;
    }

    .footer-hub01 .living-healthier-life div p {
        color: #FFF;
        font-size: 23px;
        margin: 12px 0px 0px;
        text-align: center;
    }

    .footer-hub01 .living-healthier-life div p span {
    }

    .footer-hub01 .living-healthier-life div input[type="text"] {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        margin: 25px auto 0px;
        max-width: 70%;
    }

    .footer-hub01 .living-healthier-life div input[type="button"],
    .footer-hub01 .living-healthier-life div input[type="submit"] {
        font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
        -moz-box-shadow: 0px 4px 0px #0b6e5a;
        -webkit-box-shadow: 0px 4px 0px #0b6e5a;
        box-shadow: 0px 4px 0px #0b6e5a;
        padding: 10px 0px;
        font-size: 24px;
        text-align: center;
        margin: 25px auto 0px;
        max-width: 50%;
    }

    .section-file-cabinet {
        background: #E9E9E9;
    }

    .section-file-cabinet .item-container {
        background: #FFF;
        margin-bottom: 60px;
    }

    .section-file-cabinet .item-container table>tbody>tr>td {
        padding: 20px;
    }

    .section-file-cabinet .item-container table>tbody>tr>td:last-child {
        vertical-align: middle;
    }

    .section-file-cabinet .item-list {
        position: relative;
        padding: 40px 15px;
        border-bottom: 1px solid #c8c8c8;
    }

    .section-file-cabinet .item-list:last-child {
        border-bottom: 0px;
    }

    .section-file-cabinet .item-list-img {
        display: inline-block;
    }

    .section-file-cabinet .item-list-desc {
        margin-left: 0px;
        display: inline-block;
    }

    .section-file-cabinet .item-list-desc h4 {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 700;
    }

    .section-file-cabinet .item-list-desc p {
        margin: 0px;
        font-size: 14px;
    }

    .section-file-cabinet .item-action {
        position: relative;
        width: 600px;
        max-width: 100%;
    }

    .section-file-cabinet .item-action span {
        margin-right: 30px;
    }

    .section-file-cabinet .item-action a:hover,
    .section-file-cabinet .item-action a:focus {
        text-decoration: none;
    }

    /* footer hub 2 ===================================================================== */

    .footer-hub02 {
        background: #060606;
        padding: 10px 15px;
    }

    .footer-hub02 .member-name {
        font-family: 'MuseoSans_700', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #f9f8f6;
        font-size: 24px;
        line-height: 54px;
    }

    .footer-hub02 .copyright {
        text-align: right;
        color: #f9f8f6;
        line-height: 54px;
    }

    /* notification strip*/

    .wellness-notification {
        padding: 10px 15px 5px;
        margin-bottom: 20px;
    }

    .wellness-notification .notification-img {
        padding-right: 15px;
    }

    .wellness-notification .notification-description {
        padding-right: 15px;
    }

    .wellness-notification a {
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF;
        text-decoration: none;
    }

    .wellness-notification a:hover,
    .wellness-notification a:focus {
        text-decoration: none;
    }

    .wellness-notification.wellness-success {
        background: #43a649;
        color: #FFF;
    }

    .notification-container {
        font-size: 13px;
        line-height: 1.3;
    }

    .notification-bell-cnt {
        margin-top: -10px;
        margin-left: -3px;
        background: #41a748;
        padding: .2em .4em .3em;
        font-size: 11px;
    }

    .modal-download .modal-body .text-blue {
        color: #0064BD !important;
    }

    .modal-download .modal-body .disc-benefits {
        background: #ececec;
        padding: 15px!important;
        margin: 15px 15px 0 -15px;
    }

    .modal-download .modal-dialog {
        max-width:970px!important;
        width:100%;
        margin:95px auto
    }

    .modal-download .modal-body .modal-right .button span,
    .modal-download .modal-body .modal-right .link span {
        cursor:pointer
    }

    .modal-download .modal-body .modal-left .img img,
    .modal-download .modal-body .modal-right .form-control {
        width:100%
    }

    .modal-download .modal-body .modal-left img.img-thumbnail-access {
        padding-right: 30px;
    }

    .modal-download .modal-body p {
        margin: 0 0 30px;
    }

    .modal-download .modal-body p.m-bottom-none {
        margin-bottom: 0px;
    }

    .modal-download .modal-backdrop {
        height:1300px!important
    }

    .modal-download .modal-content {
        background:#FFF;
        border-radius:0
    }

    .modal-download .modal-header {
        margin:15px 20px;
        border-bottom:1px solid #e5e5e5;
        padding:0 0 15px
    }

    .modal-download .modal-header h4 {
        margin-top:0;
        margin-bottom:0
    }

    .modal-download .modal-header button.close {
        color:#333;
        opacity:1;
        font-weight:100;
        font-size:18px
    }

    .modal-download .modal-body {
        padding:15px 20px 20px
    }

    .modal-download .modal-body .body-modal {
        background:#FFF;
        padding:0;
        border:0
    }

    .modal-download .modal-body .body-modal .form-control {
        border-radius:0
    }

    .modal-download .modal-body .modal-left {
        text-align:center;
        border-bottom: 0px;
    }

    .modal-download .modal-body .modal-left .title {
        font-family:'OpenSans Bold',"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size:20px;
        font-weight:700;
        color:#535353;
        margin-top:0;
        margin-bottom:10px;
        padding:0 30px
    }

    .modal-download .modal-body .modal-left .footer {
        margin-top:0px;
        font-size:16px;
        margin-bottom:30px;
        color:#252525
    }

    .modal-download .modal-body .modal-right {
        padding-bottom: 60px;
        padding-left: 15px;
    }

    .modal-download .modal-body .modal-right p {
        font-size:14px
    }

    .modal-download .modal-body .modal-right .m-bottom {
        margin-bottom:5px
    }

    .modal-download .modal-body .modal-right .login {
        margin-bottom:0
    }

    .modal-download .modal-body .modal-right .title {
        margin-top:0;
        margin-bottom:0;
        font-size:14px;
        font-weight:700
    }

    .modal-download .modal-body .modal-right .title-create,
    .modal-download .modal-body .modal-right .title-guest {
        margin-top:0;
        margin-bottom:5px;
        font-size:14px;
        font-weight:700
    }

    .modal-download .modal-body .modal-right .link {
        margin-bottom:20px;
        font-size:14px
    }

    .modal-download .modal-body .modal-right .sub {
        font-size:14px;
        margin-bottom:10px
    }

    .modal-download .modal-body .modal-right .submit  {
        padding: 12px 15px;
        background-color: #98d95c;
        font-size: 20px;
        color:#FFF;
        text-align:center;
        border-radius: 0px;
        width: 100%;
    }

    .modal-download .modal-body .modal-right .submit:hover,
    .modal-download .modal-body .modal-right .submit:focus  {
        background-color: #a9e275;
    }

    .modal-download .modal-body .modal-right .button a {
        padding: 12px 15px;
        background-color: #98d95c;
        font-size: 20px;
        color: #FFF;
        text-align: center;
        border-radius: 0px;
        width: 100%;
    }

    .modal-download .modal-body .modal-right .button a:focus,
    .modal-download .modal-body .modal-right .button a:hover {
        background-color: #a9e275;
        text-decoration: none;
    }

    .modal-download .modal-body .modal-left .button span {
        padding:12px 35px;
        background-color:#0064BD;
        color:#FFF;
        text-align:center;
        border-radius:4px
    }

    .modal-download .modal-body .modal-left .click-download .button a {
        margin-top:50px;
        background-color:#0064BD;
        font-size:18px;
        color:#FFF;
        text-align:center
    }

    .modal-download .modal-body .sign-up-with-fb  {
        padding: 30px 0px 45px;
        max-width: 395px;
        width: 100%;
    }

    .modal-download .modal-body .btn-sign-up-with-fb  {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #4966aa;
        background-color: #4966aa;
        color: #FFF;
        padding: 15px 5px;
    }

    .modal-download .modal-body .btn-sign-up-with-fb:hover,
    .modal-download .modal-body .btn-sign-up-with-fb:focus  {
        text-decoration: none;
        background: #5f82d6;
        background-color: #5f82d6;
        cursor: pointer;
    }

    .modal-download .modal-body .btn-sign-up-with-fb .fa-facebook  {
        position: absolute;
        margin: 0px 22px;
        font-size: 28px;
    }

    .modal-download .modal-body .btn-sign-up-with-fb .text-sign-up  {
        margin: 0px 0px 0px 64px;
        border-left: 1px solid #FFF;
        padding: 12px 44px;
        font-size: 22px;
        vertical-align: sub;
    }

    .modal-download .modal-body .btn-sign-up-with-fb .text-login {
        padding: 12px 55px;
    }

    .modal-download .modal-body .sign-up-with-fb .text-or  {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #5a5653;
        margin-top: 35px;
        text-align: center;
    }

    /**/

    .modal-download .modal-body .sign-up-with-email  {
        padding-top: 30px;
    }

    .modal-download .modal-body .btn-sign-up-with-email  {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #98d95c;
        background-color: #98d95c;
        color: #FFF;
        padding: 15px 5px;
    }

    .modal-download .modal-body .btn-sign-up-with-email:hover,
    .modal-download .modal-body .btn-sign-up-with-email:focus  {
        text-decoration: none;
        background: #b1e87d;
        background-color: #b1e87d;
        cursor: pointer;
    }

    .modal-download .modal-body .btn-sign-up-with-email .fa-envelope-o  {
        padding: 2px 15px 0px;
        font-size: 28px;
    }

    .modal-download .modal-body .btn-sign-up-with-email .text-sign-up  {
        margin: 0px 0px 0px;
        border-left: 1px solid #FFF;
        padding: 12px 79px;
        font-size: 22px;
        vertical-align: sub;
    }

    #create_account_form .form-group.col-md-10,
    #downdload_login_form .form-group.col-md-10 {
        max-width: 395px;
        width: 100%;
    }

    .modal-download .modal-body .sign-up-with-email .text-or  {
        font-family: 'Open Sans Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #5a5653;
        margin-top: 35px;
        text-align: center;
    }

    .modal-download .modal-body p {
        margin: 0 0 10px; 
    }

    .modal-download .modal-body .btn-sign-up-container {
        margin-top: 20px;
        margin-left: 15px;
    }

    .modal-download .global-checkbox {
        margin: 0px 0px 30px;
        background: #FFFFFF;
        padding: 10px 10px 8px;
        border-radius: 0px;
        border: 1px solid #c8c8c8;
    }

    .modal-download .global-checkbox .checkbox-wrap {
        position: relative;
        padding: 0px;
        margin: 0px 0px 35px;
    }

    .modal-download .global-checkbox .checkbox-wrap input[type=checkbox] {
        display:none;
    }

    .modal-download .global-checkbox .checkbox-wrap input[type=checkbox]:checked + label {
        background: #1bbc9b;
        border:2px solid #FFFFFF;
    }

    .modal-download .global-checkbox .checkbox-wrap input[type=checkbox]:checked+label:after {
        opacity:1;
    }

    .modal-download .global-checkbox .checkbox-wrap input[type=checkbox]:checked+label {
        background: #FFF;
        border: 0px;
    }

    .modal-download .global-checkbox .checkbox-wrap .delay-box {
        float: left;
        background: #eee;
        width: 25px;
        position: absolute;
        left: 5px;
        top: 5px;
        border: 1px solid #7f8677;
        height: 25px;
        border-radius: 7px;
    }

    .modal-download .global-checkbox .checkbox-wrap label {
        cursor: pointer;
        position: absolute;
        min-width: 20px;
        width: 25px;
        height: 25px;
        top: 0;
        left: 0;
        background: #eee;
        border: 1px solid #7f8677;
        border-radius: 0px;
        margin: 5px;
    }

    .modal-download .global-checkbox .checkbox-wrap label {
        background: #FFF;
        border: 1px solid #7f8677;
        border-radius: 4px;
    }

    .modal-download .global-checkbox.unverified {
        border: 1px solid rgb(156, 25, 15);
        margin: 10px auto 10px!important;
    }

    .modal-download .global-checkbox.unverified {
        border: 1px solid rgb(204, 0, 0);
    }

    .modal-download .global-checkbox .checkbox-wrap label:after {
        opacity: 0;
        content: '';
        position: absolute;
        width: 30px;
        height: 9px;
        background: 0 0;
        border: 3px solid #7399b0;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: -7px;
    }

    .modal-download .global-checkbox .checkbox-wrap span {
        display: inline-block;
        padding-left: 40px;
        float: left;
        margin-left: 0px;
        margin-top: 5px;
        font-size: 16px;
    }

    .modal-download .global-checkbox .image {
        margin-top: 3px;
    }

    .modal-download .global-checkbox .image.on {
        -webkit-animation:spin 4s linear infinite;
        -moz-animation:spin 4s linear infinite;
        animation:spin 4s linear infinite;
    }

    @-moz-keyframes spin {
        100%{
            -moz-transform: rotate(360deg);
        }
    }

    @-webkit-keyframes spin {
        100%{
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        100% {
            -webkit-transform: rotate(360deg);
            transform:rotate(360deg);
        }
    }


    /**/

    .display-520 {
        display: none;
    }

    .display-520-cell {
        display: none;
    }

    .hidden-520 {
        display: block;
    }

    .hidden-460 {
    }

    .tr-display-cell-460 {
        display: none;
    }

    .section-content .right-col{
        padding-left: 0px;
    }

    .section-content .left-col{
        padding-right: 0px;
    }

    /* Section ywp new sign-up page */

    .section-ywp-signup-page{
        font-family: 'Montserrat-Regular', sans-serif;
        color: #000;
    }

    .section-ywp-signup-page .relative{
        position: relative;
    }

    .section-ywp-signup-page h2{
        font-size: 29px;
    }

    .section-ywp-signup-page p{
        font-size: 16px;
        line-height: 1.8;
    }

    .section-ywp-signup-page strong{
        font-family: 'Montserrat-Bold', sans-serif;
        font-weight: 100;
    }

    .section-ywp-signup-page .link-color-g{
        color: #43a649;
    }

    .section-ywp-signup-page .mb-20{
        margin-bottom: 20px;
    }

    .section-ywp-signup-page .mb-40{
        margin-bottom: 40px;
    }

    .section-ywp-signup-page .pt-80{
        padding-top: 80px
    }

    .section-ywp-signup-page .text-20{
        font-size: 20px;
    }

    .section-ywp-signup-page .text-14{
        font-size: 14px;
    }

    .section-ywp-signup-page .ywp-join-free{
        background-image: url(../images/bg/img-resource-center-bg02.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #efefef;
    }

    .section-ywp-signup-page .ywp-join-free h1{
        font-size: 29px;
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .section-ywp-signup-page .my-wellness-right{
        position: absolute;
        right: 0;
    }

    .section-ywp-signup-page .ywp-join-free .my-wellness-left{
        padding-top: 75px;
        padding-bottom: 85px;
    }
    .section-ywp-signup-page .ywp-join-free .my-wellness-left h1 span{
        display: none
    }
    .section-ywp-signup-page .ywp-join-free .btn-join-free{
        background-color: #43a649;
        padding: 18px 35px;
        border-radius: 50px;
        margin: 12px 0 30px;
        display: inline-block;
    }
    .section-ywp-signup-page .ywp-experts .experts-dr-bruce{
        display: none;
    }
    .section-ywp-signup-page .expert-contributors > div{
        margin-left: 10px;
        margin-right:10px;
    }
    .modal.free-sign-up .btn-join-free-modal{
        background-color: #43a649;
        padding: 18px 35px;
        border-radius: 50px;
        border: none;
        outline: none;
    }
    .modal.free-sign-up .subtitle {
        width: 60%;
        margin: 10px auto 20px;
    }
    .modal.free-sign-up label{
        font-weight: 400;
        font-size: 14px;
    }
    .modal.free-sign-up .btn-join-free-modal:focus{
        outline: none;
    }
    .modal.free-sign-up .btn-join-free-modal:hover,
    .section-ywp-signup-page .ywp-join-free .btn-join-free:hover,
    .section-ywp-signup-page .ywp-experts .btn-join-free:hover{
        background-color: #44b34a;
    }
    .section-ywp-signup-page .ywp-join-free .my-wellness-right .text-why-join{
        top: -38px;
        right: 184px;
    }

    .section-ywp-signup-page .ywp-why-join{
        padding-top: 30px;
        clear: left;
    }

    .section-ywp-signup-page .ywp-why-join img{ 
        width: 90%;
    }

    .section-ywp-signup-page .ywp-why-join,
    .section-ywp-signup-page .ywp-alternative-approach,
    .section-ywp-signup-page .ywp-its-free{
        background-color: #f7f7f7;
    }

    .section-ywp-signup-page .why-join-content{
        margin-left:-52px;
        padding-top: 50px;
    }

    .section-ywp-signup-page .why-join-content h2{
        font-size: 29px;
    }

    .section-ywp-signup-page .ywp-knowledge-power{

    }

    .section-ywp-signup-page .ywp-knowledge-power,
    .section-ywp-signup-page .ywp-debunking-myths{
        background-color: #efefef;
    }

    .section-ywp-signup-page .d-flex{
        display: flex;
        align-items: top;
    }



    .section-ywp-signup-page .ywp-knowledge-power .knowledge-img{
        width: 70%;
        margin: -157px auto 0;
    }


    .section-ywp-signup-page .ywp-alternative-approach .alternative-content p{
        width: 74%;
    }
    .section-ywp-signup-page .ywp-alternative-approach .alternative-content{
        position: relative;
        right: -122px;
    }
    .section-ywp-signup-page .ywp-knowledge-power .knowledge-content p{
        width: 64%;
    }

    .section-ywp-signup-page .ywp-its-free .its-free-content strong{
        margin: 7px 0;
        display: inline-block;
    }
    .section-ywp-signup-page .ywp-knowledge-power .knowledge-text{
        left: -19px;
    }

    .section-ywp-signup-page .ywp-alternative-approach {
        padding-top: 30px;
    }

    .section-ywp-signup-page .ywp-alternative-approach .alternative-text{
        margin-left: -45px;
    }

    .section-ywp-signup-page .ywp-its-free .its-free-text{
        margin-left: -58px;
    }

    .section-ywp-signup-page .ywp-debunking-myths .debunking-text{
        margin-left: -30px;
    }

    .section-ywp-signup-page .ywp-debunking-myths{

        clear: left;

    }
    .section-ywp-signup-page .ywp-debunking-myths .debunking-img{
        width: 65%;
        margin: -93px auto 0;
    }

    .section-ywp-signup-page .ywp-debunking-myths .debunking-content p{
        width: 90%;
    }

    .section-ywp-signup-page .ywp-its-free{
        clear: left;
        padding-top: 30px;
    }

    .section-ywp-signup-page .ywp-live-events{
        background-image: url(../images/bg/img-live-event-bg01.png);
        background-repeat: no-repeat;
    }

    .section-ywp-signup-page .ywp-live-events .live-events-content > div,
    .section-ywp-signup-page .ywp-digital-library .d-flex > div{
        flex: 1;
    }

    .section-ywp-signup-page .ywp-live-events .live-events-text p{
        width: 88%;
    }

    .section-ywp-signup-page .ywp-live-events h2{
        margin: 90px 0;
    }

    .section-ywp-signup-page .ywp-high-quality-content{
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.5;
        color: #000;
    }

    .section-ywp-signup-page .ywp-high-quality-content p{
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.5;
        color: #000;
    }

    .section-ywp-signup-page .ywp-high-quality-content ol li{
        font-size: 16px!important;
    }

    .section-ywp-signup-page .ywp-dr-bruce{
        padding: 60px 10px 30px;
        background-color: #f7f7f7;
    }

    .section-ywp-signup-page .ywp-experts{ 
        background-color: #f7f7f7;
    }

    .section-ywp-signup-page .ywp-experts .img-dr-bruce {
        width: 18%;
    }

    .section-ywp-signup-page .ywp-experts .row .col {
        font-size: 13px;
    }

    .section-ywp-signup-page .ywp-experts .row img {
        width: 85%;
    }

    .section-ywp-signup-page .ywp-experts .my-20 {
        margin: 20px 0;
    }

    .section-ywp-signup-page .ywp-experts .text-other-expert,
    .section-ywp-signup-page .ywp-dr-bruce .text-other-expert {
        margin: 50px 0;
        font-size: 20px;
    }

    .section-ywp-signup-page .ywp-dr-bruce .col-sm-4 p {
        font-size: 13px;
        text-align: left;
    }

    .section-ywp-signup-page .ywp-dr-bruce .col-sm-4 > div {
        width: 70%;
        margin: 0 auto;
    }

    .section-ywp-signup-page .ywp-dr-bruce .col-sm-4 p:nth-of-type(1){
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .section-ywp-signup-page .ywp-experts .btn-join-free{
        background-color: #43a649;
        padding: 20px 35px;
        border-radius: 50px;
        margin: 50px 0 80px;
        display: inline-block;
    }

    .ywp-content-available{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .ywp-content-available p{
        font-size: 18px;
        margin-bottom: 40px;
    }

    .ywp-weekly-articles{
        background: url(../images/bg/bg-weekly-articles01.jpg) top center no-repeat;
        padding-top: 150px;
        padding-bottom: 150px;
        color: #fff;
    }

    .ywp-weekly-articles h3{
        font-family: 'Montserrat-Bold', sans-serif;
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 5px;        
    }

    .ywp-weekly-articles p{
        font-size: 18px;
        margin-bottom: 40px;
    }

    .section-ywp-signup-page .ywp-digital-library{
        background-image: url(../images/bg/img-bg-02-desktop01.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .section-ywp-signup-page .ywp-digital-library .monthly-newsletter{
        margin: 80px 0;
    }

    .section-ywp-signup-page .ywp-digital-library .video-library{
        padding-bottom: 80px;
        font-size: 18px;
    }

    .section-ywp-signup-page .ywp-digital-library .video-library .row{
        display: flex;
        align-items: center;
    }

    .section-ywp-signup-page .ywp-join-free-bottom{
        background-image: url(../images/img/img-bottom-bg-desktop01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 10px;
    }

    .section-ywp-signup-page .ywp-join-free-bottom .btn-join-free{
        background-color: #fff;
        padding: 20px 35px;
        border-radius: 50px;
        margin: 50px 0 0;
        display: inline-block;
    }
    .free-sign-up .modal-form form, .free-sign-up .modal-body{
        background: none!important;
    }
    .free-sign-up .modal-form .form-control{
        border-radius: 3px;
        border: 1px solid rgb(67, 166, 73);
    }
    .modal.free-sign-up{
        font-family: 'Montserrat-Regular', sans-serif;
        color: #000;
    }
    .footer-ywp-signup-navmenu, .footer-ywp-mobile-signup {
        border-top: 0px;
        padding: 70px 15px;
        background: #225d25;
        color: #FFFFFF;
        font-size: 14px;
    }

    .footer-ywp-signup-navmenu .user-name{
        display: flex;
        align-items: center;
    }

    .footer-ywp-signup-navmenu .user-name img{
        width: 70px;
        height: 70px;
        margin-right: 10px;
        border-radius: 100%;
    }

    .footer-ywp-mobile-signup .user-name img{
        width: 70px;
        height: 70px;
        border-radius: 100%;
    }

    .footer-ywp-signup-navmenu .user-name span, .footer-ywp-signup-navmenu .user-name div{
        display: inline-block;
        margin-top: 26px;
    }

    .footer-ywp-signup-navmenu .navmenu ul,
    .footer-ywp-mobile-signup .navmenu ul{
        list-style: none;
    }

    .footer-ywp-mobile-signup .navmenu ul{
        padding-left: 0;
    }

    .footer-ywp-signup-navmenu .navmenu li, .footer-ywp-mobile-signup .navmenu li{
        padding: 10px 50px 10px 10px;
    }

    .footer-ywp-signup-navmenu .navmenu li a, .footer-ywp-mobile-signup .navmenu li a{
        color: #fff;
    }

    .footer-ywp-signup-navmenu .footer-left-name{
        font-size: 16px;
        margin-bottom: 0;
    }

    .footer-ywp-signup-navmenu .navmenu{
        display: flex;
        border-left: 1px solid #ecca28;
        border-right: 1px solid #ecca28;
    }

    .footer-ywp-signup-navmenu .social-media-eo a,
    .footer-ywp-mobile-signup .social-media-eo a {
        font-size: 11px;
        color: transparent;
        margin: 0 10px 10px;
        display: inline-block;
    }

    .footer-ywp-mobile-signup .social-media-eo a{
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    .footer-ywp-mobile-signup .footer-left-name{
        font-size: 20px;
    }

    .footer-ywp-mobile-signup .user-name div{
        margin: 20px 0 30px;
    }

    .footer-ywp-signup-navmenu .social-media-eo span,
    .footer-ywp-mobile-signup .social-media-eo span{
        color:#d0d0d0;
    }

    .footer-ywp-signup-navmenu .social-media-eo a:hover span,
    .footer-ywp-mobile-signup .social-media-eo a:hover span{
        color:#ecca28;
    }

    .footer-ywp-signup-copyright{
        background: #000;
        padding-bottom: 20px;
    }

    .footer-ywp-signup-copyright
    .member-name {
        font-size: 13px!important;
        color: #f9f8f6;
    }

    .footer-ywp-signup-copyright .copyright {
        color: #f9f8f6;
        font-size: 13px;
    }

    .footer-ywp-signup-copyright .copyright a {
        color: #ecca28;
        font-size: 13px;
    }

    .footer-ywp-signup-copyright  .allRights {
        float: left;
    }

    .footer-ywp-signup-copyright  .poweredby {
        float: right;
    }

    .footer-ywp-signup-copyright .privacy {
        width: 50%;
        margin: 0 auto;
        position: relative;
        top: 20px;
    }

    /* end Section ywp new sign-up page */

    /* Section ywp nutritional advisors page */
    .section-ywp-signup-page.nutritional-advisers .ywp-join-free{
        background-image: url(../images/img/img-header-large-nutritional01.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 10px;
        color: #fff;
    }
    .ywp-high-quality-content.advisers-content{
        background-image: none;
    }

    .section-ywp-signup-page.nutritional-advisers .ywp-join-free .btn-join-free{
        background-color: #fff;
    }
    .section-ywp-signup-page.nutritional-advisers .ywp-join-free h1{
        font-size: 35px;
    }
    .section-ywp-signup-page.nutritional-advisers .img-advisers{
        margin-top:20px;
    }
    .section-ywp-signup-page.nutritional-advisers .advisers-content .row{
        margin-bottom:45px;
    }
    .section-ywp-signup-page.nutritional-advisers .advisers-content .row:nth-of-type(1){
        margin-top:70px;
    }
    .section-ywp-signup-page.nutritional-advisers .advisers-content .row p{
        margin-bottom:25px
    }
    .section-ywp-signup-page.nutritional-advisers .advisers-content .btn-join-free{
        background-color: #43a649;
        padding: 18px 35px;
        border-radius: 50px;
        margin: 12px 0 30px;
        display: inline-block;
    }
    .section-ywp-signup-page.nutritional-advisers .advisers-content .btn-goBack{
        color: #000;
        margin-bottom: 70px;
    }
    .section-ywp-signup-page.nutritional-advisers .custom-width{
        width:218px;
        margin: 0 auto;
    }
    /* end Section ywp nutritional advisors page */

    .display-mobile {
        display: none!important;
    }

    #btn_submit_review{
        background-color: #f0f0f0;
    }

    @media (min-width: 1800px) {
        .ywp-high-quality-content.advisers-content{
            background-image: url(../images/img/img-element-left-side.png), url(../images/img/img-element-right-side.png);
            background-position: left 55px, right 55px;
            background-repeat: no-repeat;
        }
    }

    @media (max-width:1199px){
        .section-login .container {
            padding: 70px 15px;
        }
        .section-login .img-woman-apple{
            width: 88%;
            top: 80px;
        }
        .section-login .right-content .desc-box br{
            display: none;
        }
    }

    @media (max-width:1440px){
        .section-ywp-signup-page .ywp-join-free .my-wellness-left{
            padding-top: 109px;
        }

        .section-ywp-signup-page .ywp-digital-library{
            background-position: -62px 0;
        }

        .section-ywp-signup-page .ywp-why-join .why-join-content{
            margin-left: 0;
            padding-top: 0;
        }

        .section-ywp-signup-page .ywp-why-join img{
            width: 100%;
        }
        .nutritional-advisers .ywp-high-quality-content.advisers-content .container{
            padding: 0 7%;
        }
        .ywp-high-quality-content.advisers-content{
            background-position: -4% 55px, right 55px;
        }

    }

    @media (max-width:1280px){

    }

    @media (min-width: 1201px) {

        .wellness-project-info .modal-dialog {
            width: 780px;
        }

        .create-free-account .modal-dialog {
            width: 780px;
        }
    }

    @media (max-width: 1200px) {

        .navbar .container {
            width: 100%;
        }

        .nav-hub.admin .navbar-brand {
            margin-left: 20px;
        }

        .section-header .container {
            width: 100%;
        }

        .section-body01 .container {
            width: 100%;
            padding: 120px 15px;
        }

        .section-body02 .container {
            padding: 100px 15px;
            width: 100%;
        }

        .section-body03 .container {
            padding: 90px 45px;
            width: 100%;
        }

        .feature-post .blue-box {
            width: 626px;
        }

        .section-content .wellness-guide-container .shop-guide .online-shop .icon-link {
            margin-left: 0px;
        }

        .section-content .media-vc iframe {
            width: 100%;
            height: 370px;
        }

        .section-content .media-wyd iframe {
            width: 100%;
            height: 320px;
        }

        .section-content .media-mw iframe {
            width: 100%;
            height: 300px;
        }

        .section-content .media-7bs iframe {
            width: 100%;
            height: 360px;
        }

        .section-content .media-ob iframe {
            width: 100%;
            height: 370px;
        }

        .section-login .btn-sign-up-with-fb .text-sign-up {
            padding: 13px 27px;
        }

        .dashboard-content .top05 .blue-img-box {
            padding-left: 15px;
            padding-right: 15px;
        }

        .dashboard-content .top05 .blue-box {
            height: 356px;
        }

        .dashboard-content .top05 .blue-img-box-container {
            margin-right: -45px;
            float: none!important;
            height: 226px;
            margin-left: 70px;
        }

        .dashboard-content .top05 .blue-img-7bs {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .dashboard-content .top05 .blue-img-vc {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .dashboard-content .top05 .blue-img-7ways {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .section-content .feature-post-container .feature-post {
            width: 100%;
            position: relative;
        }

        .feature-post .blue-box {
            width: 100%;
        }

        .section-content .wellness-guide-container .img-guide {
            height: 100px;
            width: 100px;
        }

        .media.lcw-widget iframe {
            height: 340px;
        }

        .section-ywp-signup-page .ywp-join-free .my-wellness-right .img-ywp-mac{
            width: 75%;
            margin-right: 0;
            margin-left: auto;
        }

        .section-ywp-signup-page  .ywp-join-free .my-wellness-right{
            top: 40px;
        }

        .section-ywp-signup-page .ywp-join-free .my-wellness-left {
            padding-top: 84px;
            padding-bottom: 20px;
        }

        .section-ywp-signup-page .ywp-join-free .my-wellness-right .text-why-join{
            right: 117px;
        }

        .section-ywp-signup-page .ywp-knowledge-power .knowledge-img,
        .section-ywp-signup-page .ywp-debunking-myths .debunking-img{
            margin-top: -41px;
        }
        .section-ywp-signup-page .ywp-experts .row{
            margin: 0;
        }

        .section-ywp-signup-page .ywp-digital-library {
            background-position: -50px 103px;
        }

    }

    @media (max-width: 1024px) {
        .footer-ywp-signup-navmenu .navmenu li {
            padding: 10px 26px 10px 10px;
        }
        .section-ywp-signup-page .ywp-alternative-approach .alternative-content{
            top: -20px;
        }
        .section-ywp-signup-page .ywp-why-join .why-join-content p{
            width: 80%;
            text-align: justify;
            margin: 0 0 30px;
        }
        .section-ywp-signup-page .ywp-slider-fade > div strong{
            font-size: 13px;
        }
    }

    @media (max-width: 1024px) {
        .footer-ywp-signup-navmenu .navmenu li {
            padding: 10px 26px 10px 10px;
        }
        .ywp-high-quality-content.advisers-content {
            background-position: -4% 55px, 129% 55px;
        }
        .ywp-high-quality-content.advisers-content .col-sm-9{
            width: 65%;
            margin-left: 2rem;
        }
    }

    @media (min-width: 992px) {
        .dashboard-content .container {
            width: 1170px;
            max-width: 100%;
        }
    }

    @media (max-width: 991px) {
        /* Sidebar of YWP */

        .section-content .media-vc iframe {
            width: 100%;
            height: 360px;
        }

        .section-content .media-wyd iframe {
            width: 100%;
            height: 390px;
        }

        .section-content .media-mw iframe {
            width: 100%;
            height: 340px;
        }

        .section-content .media-7bs iframe {
            width: 100%;
            height: 420px;
        }

        .section-content .media-ob iframe {
            width: 100%;
            height: 410px;
        }

        /* End Sidebar of YWP */

        .nav-hub .navbar-toggle {
            margin-top: 14px;
        }

        /* section header ====================================================================*/
        .section-header .header-left {
            text-align: center;
        }

        .section-header .header-right img {
            width: auto;
            display: block;
            max-width: 100%;
            height: auto;
        }

        .section-header {
            background-size: cover !important;
        }
        .section-header .header-title h1 {
            font-size: 35px;
        }

        .section-header .header-subtitle {
            padding-bottom: 30px;
        }

        .section-header .header-freebies,
        .section-header .header-freebies img {
            padding: 0px;
        }

        .section-body01 .container {
            padding: 80px 15px 0px;
        }

        .section-body02 .container {
            padding: 70px 15px;
        }

        .section-body02 .body-right {
            text-align: center;
        }

        .section-body02 .body-right img {
            width: auto;
            display: block;
            max-width: 100%;
            height: auto;
        }

        .section-body03 .container {
            padding: 90px 15px;
        }

        .free-sign-up .modal-dialog {
            width: 97%;
            padding: 30px 15px;
        }

        .section-newsletter .section-all-events .event-footer .event-container {
            display: block !important;
        }

        .section-newsletter .section-all-events .event-footer .event-container .col-md-4 {
            display: block !important;
        }

        .section-newsletter .section-all-events .event-footer .event-footer-box {
            display: block !important;
        }


        .free-sign-up .btn-sign-up-with-fb .fa-facebook {
            font-size: 28px;
        }

        .free-sign-up .btn-sign-up-with-fb .text-sign-up {
            padding: 4px 5px 7px 5px;
            font-size: 25px;
        }

        .create-free-account .modal-form form {
            margin: 0px 70px;
        }

        .section-login .btn-sign-up-with-fb {
            padding: 10px 15px 12px;
        }

        .section-login .btn-sign-up-with-fb .text-sign-up {
            font-size: 18px;
        }

        .section-login .btn-sign-up-with-fb .fa-facebook {
            margin: -1px 16px;
            font-size: 30px;
        }

        .dashboard-content .top03 .blue-box img.img-latest {
            background-position: center center !important;
        }

        .dashboard-content .top05 .blue-img-box-container {
            margin-left: 20px;
        }

        .dashboard-content .top05 .blue-box {
            height: 415px;
        }

        .dashboard-content .top03 .top03-box {
            height: 323px;
        }

        .dashboard-content .top03-box-footer a.btn, .dashboard-content .top03-box-footer a.btn:hover {
            width: 100%;
            margin-bottom: 15px;
        }

        .dashboard-content .top03-box-footer .link-view {
            position: relative;
            float: none!important;
        }

        .section-content .wellness-guide-container .img-guide {
            height: 50px;
            width: 50px;
        }

        .section-content .row.left-box {
            margin-right: -15px;
        }

        .form-upcoming-webinars {
            margin-right: 15px;
        }

        .form-upcoming-webinars .row-upcoming-webinars {
            margin-right: 0px;
        }

        .form-upcoming-webinars .upcoming-webinars.col-sm-offset-4 {
            margin-left: 15px;
            width: 100%;
        }

        .section-menu-header .nav-tabs li.link {
            width: auto;
        }

        .media.lcw-widget iframe {
            height: 400px!important;
        }

        .modal-download .modal-body .modal-left img.img-thumbnail-access {
            padding-right: 0px;
        }

        .modal-download .modal-body .btn-sign-up-with-fb .text-sign-up {
            padding: 20px 15px;
            font-size: 17px;
        }

        .modal-download .modal-body .btn-sign-up-with-fb {
            padding: 10px 5px 20px;
        }

        .modal-download .modal-body .btn-sign-up-with-email .text-sign-up {
            padding: 12px 42px;
            font-size: 18px;
        }

        .modal-download .modal-body .sign-up-with-fb {
            max-width: 290px;
            margin: auto;
        }
        .footer-hub02-eo .poweredby {
            text-align: left !important;
            width: 31%;
        }

        .footer-ywp-signup-copyright .flex-col-sm {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .footer-ywp-signup-copyright .allRights, 
        .footer-hub02-eo .poweredby {
            float: none;
        }

        .footer-ywp-signup-copyright{
            padding-top:20px;
        }

        .footer-ywp-signup-navmenu .navmenu ul{
            padding-left: 10px;
        }

        .footer-ywp-signup-navmenu .user-name div {
            margin-top: 10px;
        }

        .footer-ywp-signup-navmenu .user-name span{
            margin-top: 0;
        }
        .footer-ywp-signup-navmenu .user-name img{
            margin-top: 0; 
            margin-right: 0;
        }

        .footer-ywp-signup-navmenu .user-name{
            text-align: center;
        }
        .footer-ywp-signup-navmenu .user-name{
            flex-direction: column;
        }

        .footer-hub02-eo .poweredby {
            text-align: left !important;
            width: 31%;
        }

        .footer-ywp-signup-copyright .flex-col-sm {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .footer-ywp-signup-copyright .allRights, 
        .footer-hub02-eo .poweredby {
            float: none;
        }

        .footer-ywp-signup-copyright{
            padding-top:20px;
        }

        .footer-ywp-signup-navmenu .navmenu ul{
            padding-left: 10px;
        }

        .footer-ywp-signup-navmenu .user-name div {
            margin-top: 10px;
        }

        .footer-ywp-signup-navmenu .user-name span{
            margin-top: 0;
        }
        .footer-ywp-signup-navmenu .user-name img{
            margin-top: 0; 
            margin-right: 0;
        }

        .footer-ywp-signup-navmenu .user-name{
            text-align: center;
        }

        .section-ywp-signup-page .ywp-join-free .my-wellness-right{
            position: initial;
        }
        .section-ywp-signup-page .ywp-join-free .my-wellness-right .img-ywp-mac{
            margin-left: 0;
        }
        .section-ywp-signup-page .ywp-join-free .my-wellness-right .text-why-join{
            right: 0;
            text-align: center;
        }
        .section-ywp-signup-page .ywp-join-free .my-wellness-left{
            display: block;
            text-align: center;
            float: none!important;
            padding-top: 35px;
            padding-bottom: 0;
        }
        .section-ywp-signup-page .ywp-join-free .my-wellness-left .ywp-logo{
            margin: 0 auto;
        }
        .section-ywp-signup-page .ywp-join-free{
            background-image: url(../images/img/img-resource-center-bg-left-mobile01.png), url(../images/img/img-resource-center-bg-right-mobile01.png);
            background-size: initial;
            background-repeat: no-repeat;
            background-position: left center, right center;
        }
        .section-ywp-signup-page .ywp-why-join .row{
            display: flex;
            flex-direction: column-reverse;
        }
        .section-ywp-signup-page .ywp-why-join .why-join-content h2{
            text-align: center;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-img, .section-ywp-signup-page .ywp-debunking-myths .debunking-img, .section-ywp-signup-page .ywp-alternative-approach .alternative-img, .section-ywp-signup-page .ywp-its-free .its-free-img, .ywp-join-free-bottom p br{
            display: none;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-content,.section-ywp-signup-page .ywp-alternative-approach .alternative-content,.section-ywp-signup-page .ywp-debunking-myths .debunking-content{
            padding: 100px 0;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-content p,.section-ywp-signup-page .ywp-alternative-approach .alternative-content p{
            width: 87%;
        }
        .section-ywp-signup-page .ywp-alternative-approach .alternative-content{
            top: -20px;
        }
        .section-ywp-signup-page .ywp-alternative-approach .container > div{
            flex-direction: row-reverse;
        }
        .section-ywp-signup-page .ywp-its-free .container > div{
            flex-direction: column-reverse;
            align-items: start;
        }
        .section-ywp-signup-page .ywp-alternative-approach .alternative-content{
            right: 0;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-img,
        .section-ywp-signup-page .ywp-debunking-myths .debunking-img{
            margin-top: 0;
        }
        .section-ywp-signup-page .ywp-its-free .its-free-img{
            position: relative;
            right: -81px;
        }
        .section-ywp-signup-page .ywp-its-free{
            padding-top: 0;
        }
        .section-ywp-signup-page .ywp-knowledge-power{
            background-image: url(../images/img/img-knowledge-power-mobile01.png);
            background-repeat: no-repeat;
            background-position: right bottom;
        }
        .section-ywp-signup-page .ywp-alternative-approach{
            background-image: url(../images/img/img-alternative-approach-mobile01.png);
            background-repeat: no-repeat;
            background-position: right bottom;
        }
        .section-ywp-signup-page .ywp-debunking-myths{
            background-image: url(../images/img/img-debunking-myths-mobile01.png);
            background-repeat: no-repeat;
            background-position: right bottom;
        }
        .section-ywp-signup-page .ywp-its-free{
            background-image: url(../images/img/img-free-mobile01.png);
            background-repeat: no-repeat;
            background-position: left bottom;
            height: 574px;
        }
        .section-ywp-signup-page .ywp-why-join .why-join-content p{
            margin: 0 auto;
        }
        .footer-ywp-signup-copyright .privacy{
            top: 0px;
        }
        .footer-ywp-signup-navmenu .user-name{
            flex-direction: column;
        }
        .nutritional-advisers .ywp-high-quality-content.advisers-content .container {
            padding: 0 15px;
        }
        .ywp-high-quality-content.advisers-content .col-sm-9 {
            margin-left: 4rem;
        }
        .section-login .img-woman-apple {
            display: none;
        }
        .section-login .left-content h3{
            max-width: 512px;
            margin-left: auto;
            margin-right: auto;
        }
        .section-login .col-sm-6{
            width: 100%;
        }
        .section-login .row .col-sm-6:nth-of-type(2){
            position: relative;
        }
    }

    @media (max-width: 768px) {

        .section-ywp-signup-page .ywp-why-join .why-join-content{
            padding: 0 35px;
        }
        .section-ywp-signup-page .ywp-its-free .its-free-content{
            position: relative;
        }
        .section-ywp-signup-page .ywp-live-events .live-events-text p{
            margin: 0 auto;
        }
        .section-ywp-signup-page .ywp-why-join img{
            margin-top: 15px;
        }
        .section-ywp-signup-page .slick-prev:before {
            content: "\f104";
        }
        .section-ywp-signup-page .slick-next:before{
            content: "\f105";
        }
        .section-ywp-signup-page .slick-next:before, .section-ywp-signup-page .slick-prev:before{
            font-family: fontawesome;
            font-size: 50px;
            color: #000;
        }
        .section-ywp-signup-page .slick-next{
            padding-right: 36px
        }
        .section-ywp-signup-page .slick-prev{
            padding-left: 20px
        }
        /* .section-ywp-signup-page .ywp-dr-bruce .container > div{
            width: 27%;
            margin: 0 auto;
        } */
        .section-ywp-signup-page .digital-library-content .slick-next{
            padding-right:60px
        }
        .section-ywp-signup-page .digital-library-content .slick-prev{
            padding-left:45px
        }
        .section-ywp-signup-page .ywp-experts .row img{
            width: 35%;
        }
        .section-ywp-signup-page .ywp-digital-library .monthly-newsletter{
            flex-direction: column;
        }
        .section-ywp-signup-page .ywp-digital-library .monthly-newsletter h3{
            text-align: center;
        }
        .section-ywp-signup-page .ywp-its-free{
            padding: 50px 0 0;
        }
        .section-ywp-signup-page .ywp-its-free .its-free-img {
            position: relative;
            right: 25px;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-img, .section-ywp-signup-page .ywp-alternative-approach .alternative-img, .section-ywp-signup-page .ywp-debunking-myths .debunking-img{
            position: relative;
            right: -43px;
        }
        .section-ywp-signup-page .ywp-live-events{
            background-image: none;
        }
        .section-ywp-signup-page .ywp-live-events .live-events-content{
            flex-direction: column-reverse;
        }
        .section-ywp-signup-page .ywp-live-events .live-events-content .live-events-text{
            text-align: center;
            margin-top: 10px;
        }
        .section-ywp-signup-page .ywp-digital-library{
            background-image: none;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-content p, .section-ywp-signup-page .ywp-alternative-approach .alternative-content p, .section-ywp-signup-page .ywp-debunking-myths .debunking-content p {
            width: 65%;
        }
        .section-ywp-signup-page .slick-next{
            right: 51px;
        }
        .section-ywp-signup-page .slick-prev{
            left: 51px;
        }
        .section-ywp-signup-page  .ywp-dr-bruce .slick-next, .section-ywp-signup-page .ywp-dr-bruce .slick-prev{
            top: 150px;
        }
        .section-ywp-signup-page  .weekly-article-content .slick-next, .section-ywp-signup-page .weekly-article-content .slick-prev{ 
            top: 95px;
        }
        .section-ywp-signup-page .slick-next,.section-ywp-signup-page .slick-prev{
            width:20px;
            height:50px;
        }
        .section-ywp-signup-page .ywp-experts .experts-dr-bruce{
            display: block;
        }
        /* .section-ywp-signup-page .ywp-experts .text-other-expert,
        .section-ywp-signup-page .ywp-dr-bruce  img,
        .section-ywp-signup-page .ywp-dr-bruce .container > div strong{
            display: none;
        } */
        .section-ywp-signup-page .ywp-experts .btn-join-free{
            margin-bottom: 0;
        }
    }

    @media(max-width:768px){
        .footer-ywp-signup-copyright .privacy{
            top:0;
        }
    }

    @media (max-width: 767px) {
        /* Sidebar of YWP */

        .section-content .media-vc iframe {
            width: 100%;
            height: 390px;
        }

        .section-content .media-wyd iframe {
            width: 100%;
            height: 320px;
        }

        .section-content .media-mw iframe {
            width: 100%;
            height: 340px;
        }

        .section-content .media-7bs iframe {
            width: 100%;
            height: 320px;
        }

        .section-content .media-ob iframe {
            width: 100%;
            height: 340px;
        }

        /* End Sidebar of YWP */

        /* main navigation ===================================================================== */

        .navbar-nav {
            margin: auto;
        }

        .nav-hub.admin {
            min-height: 60px;
        }

        .nav-hub .navbar-header {
            min-height: 62px;
        }

        .nav-hub ul.navbar-nav {
            border-top: 1px solid #CCC;
            border-bottom: 1px solid #CCC;
            margin: 0px -15px;
        }

        .nav-hub .nav-hub-category h3 {
            margin: 10px 0px;
        }

        .nav-hub ul.navbar-nav li {
            padding: 0px;
        }

        .nav-hub ul.navbar-nav li.nav-dropdown-profile {
            border-top: 1px solid #c8c8c8;
        }

        .nav-hub ul.navbar-nav li a {
            padding-left: 30px;
        }

        .nav-hub.admin ul.navbar-nav li a.dropdown-toggle {
            padding: 10px 30px 15px !important;
        }

        .nav-hub.admin ul.navbar-nav li.open a.dropdown-toggle {
            border-bottom: 1px solid #c8c8c8;
        }

        .nav-hub.admin ul.navbar-nav li.active {
            background: none;
        }

        .profile-img {
            padding: 0px 6px 0px 0px;
        }

        .profile-img img {
            height: 25px;
            max-width: 25px;
            border-radius: 50%;
        }

        .nav-hub {
            min-height: 70px;
        }

        .nav-hub .navbar-toggle {
            margin-top: 25px;
        }

        .nav-hub .navbar-brand .member-pic-container {
            width: 50px;
            height: 50px;
        }

        .nav-hub .navbar-toggle {
            margin-top: 18px;
        }

        .navbar-text {
            margin-top: 5px;
        }

        .nav-hub.admin .navbar-nav .open .dropdown-menu .dropdown-header,
        .nav-hub.admin .navbar-nav .open .dropdown-menu>li>a {
            padding: 5px 15px 5px 30px;
        }

        .round-avatar {
            width: 50px;
            height: 50px;
        }

        .wellness-profile-dp i.fa-chevron-down {
            padding-top: 0px;
        }

        .footer-wellness01 {
            padding: 70px 0px;
        }

        .footer-wellness01 .follow-us {
            padding: 10px 0px;
        }

        .footer-wellness01 .follow-us h5 {
            padding-left: 0px;
        }

        .footer-wellness02 {
            text-align: center;
            padding: 10px 0px;
        }

        .footer-wellness02 .member-name {
            font-size: 24px;
            line-height: 54px;
        }

        .footer-wellness02 .copyright {
            text-align: center;
            line-height: 24px;
        }

        .footer-wellness02 .copyright .user {
            font-family: 'Roboto Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 18px;
        }

        .free-sign-up .modal-form form {
            padding: 0px 15px;
        }

        .free-sign-up .btn-free-signup {
            padding: 10px 50px;
        }

        .section-login .right-content .desc-box {
            margin-left: 0px;
        }

        .section-video .single-video .video.vid-top {
            padding: 15px 15px;
        }

        .section-wellness-profile {
            padding-left: 15px;
            padding-right: 15px;
        }

        .section-wellness-profile .main-content {
            padding-left: 0px !important;
            margin: 0px;
        }

        .section-wellness-profile .nav-tabs>li>a {
            padding: 15px;
        }

        .section-wellness-profile .nav-tabs>li.active>a,
        .section-wellness-profile .nav-tabs>li.active>a:focus,
        .section-wellness-profile .nav-tabs>li.active>a:hover {
            padding: 15px;
        }

        .section-wellness-profile .sub-menu {
            padding-left: 0px;
        }

        .section-wellness-profile .main-content .form-horizontal {
            width: 100%;
        }

        .section-video .video-list .video {
            height: 100%;
        }

        .section-recovery .panel-default {
            margin: 0px 30px;
        }

        .section-recovery .form-group.submit {
            text-align: center;
        }

        .section-recovery .btn-primary {
            padding: 8px 10px;
            font-size: 23px;
        }

        .free-sign-up .ywp-top-spacer .left-border,
        .section-login .ywp-top-spacer .left-border {
            width: 300px;
            max-width: 100%;
            left: 0;
            margin: -9px auto auto;
            border-top: 1px dashed #5a5653;
        }

        .section-login .ywp-top-spacer {
            padding-top: 58px;
            padding-bottom: 48px;
        }

        .free-sign-up .ywp-top-spacer .right-border,
        .section-login .ywp-top-spacer .right-border {
            max-width: 100%;
            width: 300px;
            right: 0;
            margin: 8px auto;
            border-top: 1px dashed #5a5653;
        }

        .wellness-project-info,
        .create-free-account {
            padding-left: 17px;
            padding-right: 17px;
        }

        .wellness-project-info .modal-dialog,
        .create-free-account .modal-dialog {
            margin: 68px auto !important;
        }

        .wellness-project-info .modal-body .img-container {
            padding: 15px 0px 35px;
        }

        .wellness-project-info .modal-body,
        .create-free-account .modal-body {
            padding: 15px 20px 15px;
        }

        .create-free-account .modal-form form {
            margin: 0px;
            padding: 15px 30px;
        }

        .dashboard-content {
            background: #f9f8f6;
        }

        .dashboard-content .top03 {
            margin-bottom: 0px;
        }

        .dashboard-content .top03 .top03-box {
            height: 100%;
            margin-bottom: 20px;
        }

        .dashboard-content .top03 .top03-box .blue-box img {
            width: 100%;
            margin: auto;
            max-width: 400px;
        }

        .dashboard-content .top05 .top05-box {
            margin-bottom: 20px;
            margin: 0px auto 20px;
            max-width: 333px;
            width: 100%;
        }

        .dashboard-content .top05 .blue-box {
            height: auto;
        }

        .dashboard-content .top05 .blue-img-box-container {
            margin-left: 70px;
            margin-right: auto;
        }

        .dashboard-content .top05 .blue-img-box-container img {
            margin: auto;
        }

        .dashboard-content .top-container .follow-hub-shop p {
            margin-bottom: 30px;
        }

        .dashboard-content .most-recent-article .most-recent .text-most {
            margin-bottom: 0px;
        }

        .nav-dropdown-guide {
            padding: 0px!important;
            border-top: 1px solid #c8c8c8;
        }

        .nav-dropdown-guide .top01 {
            margin-bottom: 0px;
        }

        .nav-dropdown-guide .top01 .contact-strip {
            background: #f9f8f6;
        }

        .nav-dropdown-guide .top-container {
            background: #f9f8f6;
        }

        .nav-dropdown-guide .top-container .follow-me .ywp-img a {
            padding-left: 0px;
        }

        .nav-dropdown-guide .top-container .follow-me .ywp-img img {
            width: 35px;
        }

        .nav-dropdown-guide .top-container.left .ywp-text .ywp-title,
        .nav-dropdown-guide .top-container .follow-me {
            font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        .nav-dropdown-guide .top-container .online-shop a,
        .nav-dropdown-guide .top-container .my-hub a {
            padding-left: 0px;
            color: #0277bd!important;
        }

        .nav-dropdown-guide .top-container .online-shop span img,
        .nav-dropdown-guide .top-container .my-hub span img {
            width: 20px;
        }

        .nav-dropdown-guide .top-container .follow-hub-shop p {
            text-align: left;
            margin-bottom: 10px;
        }

        .article-image-box {
            margin-top: 20px;
        }

        .section-content .wellness-guide-container {
            height: 100%;
            background: #fff;
            margin-top: 20px;
        }

        .section-content .shop-guide.text-left {
            width: 30%;
            display: inline-block;
        }

        .section-content .wellness-guide-container .img-guide {
            height: 100px;
            width: 100px;
        }

        .form-upcoming-webinars {
            background: none;
            margin-right: 0px;
        }

        .form-upcoming-webinars .upcoming-webinars {
            padding: 15px 15px;
        }

        .form-upcoming-webinars .upcoming-webinars h3 {
            margin: 0px 0 5px;
        }

        .form-upcoming-webinars .row-upcoming-webinars {
            margin-right: 15px;
        }

        .section-content .feature-post-container {
            height: 100%;
        }

        .feature-post .blue-box {
            position: relative;
        }

        .feature-post .blue-box h3 {
            text-shadow: 0 0;
        }

        .section-conference-call .featured-conference-call .col-sm-12 {
            display: block;
            height: 100%!important;
            width: 100%;
            max-width: 390px;
            float: none;
            margin: auto;
        }

        .section-conference-call .featured-conference-call .conference-call .watch-box {
            text-align: center;
        }

        .section-conference-call .conference-call-list .col-sm-4 {
            display: block;
            height: 100%!important;
            width: 100%;
            max-width: 390px;
            float: none;
            margin: auto;
        }

        .section-conference-call .conference-call-list .conference-call .call-body .bottom {
            position: inherit;
            text-align: center;
            width: 100%;
        }

        .section-conference-call .single-call .col-sm-4 img.img-responsive {
            margin: 0px auto 25px;
        }

        .section-menu-header .nav-tabs li.search {
            width: 100%;
        }

        .section-menu-header .nav-tabs li.search .form-inline {
            padding: 0px 0px 6px!important;
        }

        .section-menu-header .nav-tabs li.search .form-group {
            padding: 15px 10px 0px;
            border-top: 1px solid #c8c8c8;
            margin-bottom: 5px;
        }

        .section-menu-header .nav-tabs li.search .input-group {
            width: 100%;
        }

        .section-menu-header .nav-tabs li.search .input-group .input-icon {
            display: none;
        }

        .section-menu-header .nav-tabs>li>a,
        .section-menu-header .nav-tabs>li>a:focus,
        .section-menu-header .nav-tabs>li>a:hover {
            padding: 10px 10px;
        }

        .section-menu-header .nav-tabs li.link {
            border-right: 1px solid #c8c8c8;
        }

        .section-menu-header .nav-tabs li.link.li-home {
            border-right: 1px solid #c8c8c8;
        }

        .section-menu-header .nav-tabs li.link:last-child {
            border-right: 0px;
        }

        .section-menu-header.video-page {
            padding: 15px 0px 20px;
        }

        .section-video .video-list .video .box img {
            margin: auto;
        }

        .modal-video .modal-body {
            margin: 0px;
        }

        .section-newsletter .collection-of-posts .post-details .blog-post .post-date .day {
            font-size: 16px;
        }

        .section-newsletter .collection-of-posts .post-details .blog-post .post-date .year {
            font-size: 20px;
        }

        .section-newsletter .collection-of-posts h3 {
            margin-top: 5px;
            font-size: 15px;
        }

        .section-newsletter .collection-of-posts .post-details .blog-post .post-title {
            margin-left: 70px;
        }

        .section-newsletter .collection-of-posts .thumbnail {
            margin-bottom: 15px;
        }

        .section-newsletter .section-all-events .event-footer .event-footer-box .details .details-title strong a {
            font-size: 15px;
        }

        .dashboard-content .most-recent-article .most-recent .article-image-box img {
            max-width: 400px;
            margin: auto;
        }

        .dashboard-content .most-recent-article .most-recent .col-sm-4 {
            border-bottom: 1px dashed #c8c8c8;
            margin-bottom: 0px;
        }

        .dashboard-content .most-recent-article .most-recent .col-sm-4:last-child {
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: 0px;
        }

        .nav-hub.admin .dropdown.ywp ul.dropdown-menu {
            left: 20px;
        }

        .section-menu-header.conference-call-page {
            padding: 15px 0px 20px;
        }

        .modal-download .modal-body .modal-left {
            border-bottom: 1px dashed #c8c8c8;
            margin-bottom: 25px;
        }

        .media.lcw-widget .yfp_7bs_wellness {
            max-width: 330px;
            margin: 0px auto 20px;
        }

        .media.lcw-widget .yfp_vc_wellness {
            max-width: 330px;
            margin: 0px auto 20px;
        }

        .media.lcw-widget iframe {
            height: 330px!important;
        }

        .media.lcw-widget .yfp_mw_wellness {
            max-width: 330px;
            margin: 0px auto 20px;
        }

        .media.lcw-widget-inline iframe {
            height: 180px!important;
        }

        .section-content .feature-post .img-featured-img {
            width: 100%;
            height: 100%;
            background: none!important;
        }

        .section-content .list-post .desc-post h1.title {
            font-size: 20px;
            margin-top: 0px;
            font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
        }

        #create_account_form .form-group.col-md-10, #downdload_login_form .form-group.col-md-10 {
            max-width: 100%;
            width: 100%;
        }

        .modal-download .modal-body .sign-up-with-fb {
            max-width: 100%;
            width: 100%;
        }

        .modal-download .modal-body .btn-sign-up-with-email .text-sign-up {
            padding: 12px 45px;
        }

        .modal-download .modal-body .modal-left {
            border-bottom: 1px dashed #c8c8c8;
            margin-bottom: 25px;
        }

        .sign-up-with-fb .text-left {
            text-align: center;
        }

        .modal-download .modal-body .btn-sign-up-container {
            margin-left: 5px;
        }

        .section-body03 .body-description {
            font-size: 16px;
        }

        /* learn and earn ====================================================================*/

        .section-learn-and-earn .content-list .panel .panel-body img {
            width: auto;
        }

        .section-learn-and-earn .content-list .media .media-left {
            display: block;
        }

        .section-learn-and-earn .content-list .media .media-body {
            display: block;
            width: auto !important;
            margin-top: 10px;
        }

        .footer-ywp-mobile-signup .social-media-eo{
            border-bottom: 1px solid #359a88;
            padding-bottom: 25px;
            margin-bottom: 25px;
        }


        .footer-ywp-signup-navmenu .user-name span{
            display: block;
        }
        .footer-ywp-signup-navmenu .user-name img{
            width: 150px;
            height: 150px;
            margin: 0 auto;
        }
        .footer-ywp-signup-navmenu .footer-left-name{
            font-size: 22px;
            margin-bottom: 10px
        }
        .footer-ywp-signup-navmenu .footer-left-phone{
            font-size: 16px;
        }
        .footer-ywp-signup-navmenu .navmenu{
            border-left: none;
            border-right: none;
            border-top: 1px solid #ecca28;
            border-bottom: 1px solid #ecca28;
            margin: 30px 0;
            justify-content: space-between;
            padding: 20px 0;
        }
        .footer-ywp-signup-navmenu{
            padding: 50px 0;
        }
        .footer-ywp-signup-navmenu .social-media-eo a{
            font-size: 12px;
        }
        .footer-ywp-signup-navmenu .social-media-sm-center{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .footer-ywp-signup-navmenu .user-name{
            flex-direction: column;
        }


        .footer-ywp-signup-navmenu .user-name span{
            display: block;
        }
        .footer-ywp-signup-navmenu .user-name img{
            width: 150px;
            height: 150px;
            margin: 0 auto;
        }
        .footer-ywp-signup-navmenu .footer-left-name{
            font-size: 22px;
            margin-bottom: 10px
        }
        .footer-ywp-signup-navmenu .footer-left-phone{
            font-size: 16px;
        }
        .footer-ywp-signup-navmenu .navmenu{
            border-left: none;
            border-right: none;
            border-top: 1px solid #ecca28;
            border-bottom: 1px solid #ecca28;
            margin: 30px 0;
            justify-content: space-between;
            padding: 20px 0;
        }
        .footer-ywp-signup-navmenu{
            padding: 50px 0;
        }
        .footer-ywp-signup-navmenu .social-media-eo a{
            font-size: 16px;
        }
        .footer-ywp-signup-navmenu .social-media-sm-center{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .footer-ywp-signup-navmenu .user-name{
            flex-direction: column;
        }

        .section-ywp-signup-page .ywp-alternative-approach .alternative-text,
        .section-ywp-signup-page .ywp-debunking-myths .debunking-text{
            margin-left: 5px;
        }

        .section-ywp-signup-page .ywp-its-free .its-free-text{
            margin-left: 0;
        }
        .section-ywp-signup-page.nutritional-advisers h2{
            text-align: center;
            margin-bottom: 25px;
        }
        .ywp-high-quality-content.advisers-content .col-sm-9 {
            width: 100%;
            margin-left: 0;
        }
        .section-ywp-signup-page.nutritional-advisers h2 {
            font-size: 25px;
        }
        .section-ywp-signup-page .ywp-digital-library .video-library .row{
            display: block;
        }
        .ywp-high-quality-content.advisers-content .col-sm-9 a{
            text-align: center;
            display: block;
        }
        .section-login .row .col-sm-6:nth-of-type(2){
            position: relative;
        }
        .section-login .left-content h3{
            max-width: 512px;
            margin-left: auto;
            margin-right: auto;
            font-size: 26px;
        }
        .section-login{
            background-image: none;
        }
        .section-login .right-content{
            background: url(../images/img/img-bg-mobile01.jpg) no-repeat top;
            background-size: cover;
        }
        .section-login .right-content .desc-box{
            background-color: transparent;
            text-align:center;
        }
        .section-login .container{
            padding: 0 15px 30px;
        }

        .section-ywp-signup-page .ywp-experts .d-flex {
            display: block;
        }

        .section-ywp-signup-page .ywp-experts .row .col {
            margin-bottom: 40px;
        }

    }

    @media (max-width: 620px) {
        .free-sign-up .body-description {
            padding-bottom: 20px;
        }

        .free-sign-up .header-freebies, .free-sign-up .header-freebies img {
            padding: 0px;
        }

        .free-sign-up .form-title {
            margin-top: 30px;
        }

        .follow-me-container {
            width: 100%;
        }

        .dashboard-content .top-container.left {
            min-height: 100px;
            margin-bottom: 64px;
        }

        .dashboard-content .top-container {
            padding: 15px 0px;
        }

        .shop-guide.text-left {
            width: 40%!important;
        }
    }

    @media (max-width: 566px) {

        /* Sidebar of YWP */

        .section-content .media-vc iframe {
            width: 100%;
            height: 410px;
        }

        .section-content .media-wyd iframe {
            width: 100%;
            height: 350px;
        }

        .section-content .media-mw iframe {
            width: 100%;
            height: 350px;
        }

        .section-content .media-7bs iframe {
            width: 100%;
            height: 340px;
        }

        .section-content .media-ob iframe {
            width: 100%;
            height: 370px;
        }

        /* End Sidebar of YWP */
    }

    @media (max-width: 520px) {
        .display-520 {
            display: block;
        }

        .display-520-cell {
            display: table-cell;
        }

        .hidden-520 {
            display: none;
        }

        .section-content .wellness-guide-container .img-guide {
            height: 64px;
            width: 64px;
        }

        .shop-guide.text-left {
            width: 100%!important;
        }

        .section-content .wellness-guide-container .follow-me {
            margin-top: 0px;
            padding-left: 15px;
        }

        .section-content .wellness-guide-container .link-to {
            margin: 20px 0px;
            border-top: 1px dashed #c8c8c8;
            border-bottom: 1px dashed #c8c8c8;
            padding: 10px 0px;
            text-align: center;
        }

        .section-content .list-post table td {
            display: block!important;
            text-align: left;
            width: 100%;
        }

        .section-content .list-post .img-post {
            height: auto;
            width: 100%;
            max-width: 300px;
        }

        .section-content .list-post .img-post {
            height: auto;
            width: 100%;
            max-width: 100%;
        }

        .section-content .list-post .img-post img {
            margin: auto;
        }

        .section-content .list-post .desc-post {
            padding-top: 15px;
            padding-left: 0px;
        }

        .section-content .list-post .display-520-cell .desc-post {
            padding-left: 0px;
            padding-bottom: 10px;
        }

        .media.lcw-widget-inline iframe {
            height: 100%!important;
        }
        .footer-ywp-signup-navmenu .social-media-sm-center{
            justify-content: flex-start;
        }
        .footer-ywp-signup-navmenu .social-media-eo{
            justify-content: center;
            display: flex;
        }
        .footer-ywp-signup-navmenu .social-media-eo .fa-stack-1x{
            font-size: 1.7rem;
        }
        .footer-ywp-signup-navmenu .social-media-eo a{
            font-size:14px;
        }
        .section-ywp-signup-page .slick-next, .section-ywp-signup-page .slick-prev{
            top: 115px;
        }
        .display-mobile{
            display: block!important;
        }
        .display-desktop{
            display: none!important;
        }
    }

    @media (max-width: 460px) {

        .hidden-460 {
            display: none;
        }

        .tr-display-cell-460 {
            display: table-cell;
        }

        .free-sign-up .btn-sign-up-with-fb {
            padding: 3px 15px;
        }

        .free-sign-up .btn-sign-up-with-fb .fa-facebook {
            font-size: 20px;
            margin: 3px 5px;
        }

        .free-sign-up .btn-sign-up-with-fb .text-sign-up {
            font-size: 15px;
            padding: 4px 5px 4px 5px;
            vertical-align: baseline;
        }

        .dashboard-content .top-container.left .ywp-text .ywp-title {
            font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
        }

        .section-content .wellness-guide-container .wellness-guide p.title {
            font-family: 'Open Sans Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 14px;
        }

        .section-content .shop-guide.text-left {
            margin-bottom: 10px;
        }

        .section-content .wellness-guide-container .shop-guide .online-shop.text-title {
            margin-bottom: 10px;
            line-height: 1.5;
        }

        .form-upcoming-webinars .upcoming-webinars .form-notified .form-input {
            margin-right: 0px;
        }

        .list-post-pagination {
            margin-bottom: 0px;
        }

        .list-post-pagination .pagination {
            margin-bottom: 15px;
            float: none!important;
        }

        .modal-download .modal-body .btn-sign-up-with-fb .fa-facebook {
            margin: 0px 15px;
        }

        .modal-download .modal-body .btn-sign-up-with-fb .text-sign-up {
            margin: 0px 0px 0px 45px;
        }

        .modal-download .modal-body .modal-right {
            padding-left: 0px;
        }

        .modal-download .modal-body .btn-sign-up-with-email .fa-envelope-o {
            padding: 2px 6px 0px;
        }

        .modal-download .modal-body .btn-sign-up-with-email .text-sign-up {
            padding: 12px 43px;
        }
        .section-ywp-signup-page .ywp-join-free .my-wellness-right .img-ywp-mac, .section-ywp-signup-page .ywp-digital-library .row p, .section-ywp-signup-page .ywp-why-join .why-join-content p, .section-ywp-signup-page .ywp-live-events .live-events-text p{
            width: 100%;
        }
        .section-ywp-signup-page .slick-prev{
            padding: 0;
            left: 0;
        }
        .section-ywp-signup-page .slick-next{
            padding: 0;
            right: 0;
        }
        .section-login .right-content h3{
            font-size: 20px;
        }
        .section-login .right-content .desc{
            text-align: left;
            margin-bottom: 20px;
        }
    }

    @media (max-width: 424px) {

        .nav-hub.admin .navbar-brand {
            margin-left: 10px;
        }

        .section-header .btn-free-signup,
        .section-body03 .btn-free-signup {
            padding: 10px 20px;
        }

        .section-body03 .container {
            padding: 60px 15px;
        }

        .section-body03 .body-title {
            font-size: 25px;
        }

        .section-header .note p span {
            padding: 8px 40px;
        }

        .section-login .btn-sign-up-with-fb .fa-facebook {
            margin: 2px 0px;
            font-size: 24px;
        }

        .section-login .btn-sign-up-with-fb .text-sign-up {
            font-size: 18px;
            margin: 0px 0px 0px 30px;
            padding: 13px 9px;
        }

        .section-login .ywp-top-spacer .right-border,
        .section-login .ywp-top-spacer .left-border {
            width: 200px;
        }

        .create-free-account .modal-form form {
            padding: 15px 15px;
        }

        .create-free-account .btn-free-signup {
            padding: 10px 30px;
            font-size: 18px;
        }

        .section-content .list-post table td.td-desc-post {
            display: none;
        }

        .section-content .list-post .img-post {
            width: 100%;
            margin-bottom: 10px;
        }

        .section-content .list-post .img-post img {
            width: 100%;
        }

        .section-content .list-post .desc-post .title {
            text-align: left!important;
        }

        .form-upcoming-webinars .upcoming-webinars .form-notified .btn-submit {
            font-size: 24px;
        }

        .media.lcw-widget iframe {
            height: 350px!important;
        }

        .media.lcw-widget-inline iframe {
            height: 165px!important;
        }

        .section-ywp-signup-page .ywp-join-free .my-wellness-left h1 span{
            display: inline-block;
        }
        .section-ywp-signup-page .ywp-join-free .my-wellness-right{
            position: relative; 
            right: 50px;
            top: 0;
        }
        .section-ywp-signup-page .ywp-join-free .my-wellness-right .img-ywp-mac, .section-ywp-signup-page .ywp-digital-library .row p, .section-ywp-signup-page .ywp-why-join .why-join-content p, .section-ywp-signup-page .ywp-live-events .live-events-text p{
            width: 100%;
        }
        .section-ywp-signup-page .ywp-experts .row img{
            width: 60%;
        }
        .section-ywp-signup-page .ywp-join-free .my-wellness-left{
            padding-top: 25px;
        }
        .section-ywp-signup-page p{
            margin-bottom: 0;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-content, .section-ywp-signup-page .ywp-alternative-approach .alternative-content, .section-ywp-signup-page .ywp-debunking-myths .debunking-content{
            position: relative;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-content img, .section-ywp-signup-page .ywp-alternative-approach .alternative-content img, .section-ywp-signup-page .ywp-debunking-myths .debunking-content img, .section-ywp-signup-page .ywp-its-free .its-free-content img{
            position: absolute;
            top: 28px;
        }
        .section-ywp-signup-page .ywp-debunking-myths .debunking-content .debunking-text{
            z-index: 1;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-text{
            left: 0;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-content{
            padding: 58px 0;
        }
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-content p{
            width: 48%;
        }
        .section-ywp-signup-page .ywp-alternative-approach .alternative-content p {
            width: 54%;
        }
        .section-ywp-signup-page .ywp-debunking-myths .debunking-content p {
            width: 46%;
        }
        .section-ywp-signup-page .ywp-debunking-myths .debunking-content h3 {
            width: 85%;
        }
        .section-ywp-signup-page .ywp-debunking-myths .debunking-content{
            padding: 58px 0;
        }
        .section-ywp-signup-page .ywp-its-free, .section-ywp-signup-page .ywp-why-join{
            padding-top: 0px;
        }
        .section-ywp-signup-page .ywp-live-events h2 {
            margin: 35px auto;
            width: 320px;
        }
        .section-ywp-signup-page .ywp-experts, .section-ywp-signup-page .ywp-digital-library {
            padding: 0 20px;
        }
        .section-ywp-signup-page .slick-next,.section-ywp-signup-page .digital-library-content .slick-next{
            padding-right: 0;
        }
        .section-ywp-signup-page .slick-prev, .section-ywp-signup-page .digital-library-content .slick-prev{
            padding-left: 0;
        }
        .section-ywp-signup-page .ywp-digital-library .monthly-newsletter p{
            text-align: justify;
            margin-bottom: 10px;
        }
        .section-ywp-signup-page .digital-library-content .slick-next{
            right: -18px;
        }
        .section-ywp-signup-page .digital-library-content .slick-prev{
            left: -18px;
        }
        .section-ywp-signup-page .pt-80{
            padding-top: 40px;
        }
        .section-ywp-signup-page .mb-40{
            margin-bottom: 10px;
        }
        .section-ywp-signup-page .ywp-experts .btn-join-free{
            margin: 25px 0 40px;
        }
        .section-ywp-signup-page .ywp-digital-library .monthly-newsletter{
            margin: 40px 0px 60px;
        }
        .section-ywp-signup-page .ywp-join-free h1{
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .section-ywp-signup-page .ywp-its-free .its-free-content .its-free-text{
            top: 29px;
        }
        .section-ywp-signup-page .ywp-why-join img{
            margin-top: 0;
        }
        .section-ywp-signup-page .ywp-join-free p br{
            display: none;
        }
        .section-ywp-signup-page .ywp-alternative-approach .alternative-content{
            padding: 25px 0;
        }
        .section-ywp-signup-page .slick-prev {
            left: -23px;
        }
        .section-ywp-signup-page .slick-next {
            right: -23px;
        }

        .modal.free-sign-up .modal-captcha{
            padding: 0 0 15px !important;
        }
        .modal.free-sign-up .subtitle {
            width: 100%;
        }
        .section-ywp-signup-page .ywp-dr-bruce .slick-next{
            right: 0;
        }
        .section-ywp-signup-page .ywp-dr-bruce .slick-prev{
            left: 0;
        }
        .section-ywp-signup-page .ywp-dr-bruce .slick-next, .section-ywp-signup-page .ywp-dr-bruce .slick-prev {
            top: 115px;
        }
        .section-ywp-signup-page .ywp-why-join .why-join-content p br{
            display: none;
        }
        .section-ywp-signup-page .ywp-experts .text-other-expert{
            margin: 0 0 20px
        }
    }
    @media (max-width:420px){
        .section-ywp-signup-page .ywp-knowledge-power .knowledge-content{
            padding: 45px 0;
        }
        .section-ywp-signup-page .ywp-debunking-myths .debunking-content{
            padding: 35px 0;
        }
    }

    @media (max-width: 375px){
        .section-ywp-signup-page .ywp-debunking-myths .debunking-content{
            padding: 24px 0;
        }
        .modal.free-sign-up .modal-captcha {
            position: relative;
            left: -16px;
        }
        .modal.free-sign-up .form-title{
            font-size: 25px;
        }
        .free-sign-up .modal-header .close{
            top: 15px;
            right: 22px;
        }
        .footer-ywp-signup-navmenu .social-media-eo{
            width: 60%;
            margin: 0 auto;
            justify-content: start;
        }
    }
    @media (max-width: 375px) {
        .footer-ywp-signup-navmenu .social-media-eo{
            width: 65%;
        }
        .footer-ywp-signup-navmenu .social-media-eo a{
            margin: 0 7px 10px;
        }
        .section-ywp-signup-page .ywp-debunking-myths .debunking-content h3 {
            width: 68%;
        }
    }

    @media (max-width: 362px) {
        /* Sidebar of YWP */

        .section-content .media-7bs iframe {
            width: 100%;
            height: 410px;
        }

        .section-content .media-ob iframe {
            width: 100%;
            height: 410px;
        }

        /* End Sidebar of YWP */

        .section-ywp-signup-page .ywp-join-free h1{
            font-size: 26px;
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .section-ywp-signup-page .ywp-join-free .btn-join-free{
            padding: 12px 35px;
            margin: 10px 0 15px;
        }

        .section-ywp-signup-page .ywp-knowledge-power .knowledge-content{
            padding: 32px 0;
        }
        .section-ywp-signup-page .ywp-alternative-approach .alternative-content p {
            width: 53%;
        }
        .section-ywp-signup-page .ywp-debunking-myths .debunking-content p {
            width: 40%;
        }
        .section-ywp-signup-page .ywp-debunking-myths .debunking-content {
            padding-bottom: 20px;

        }
        .section-ywp-signup-page .ywp-debunking-myths .debunking-content h3 {
            width: 70%;
        }
        .modal.free-sign-up .modal-captcha {
            left: -24px;
        }
        .modal.free-sign-up .subtitle{
            font-size: 14px;
        }
        .modal.free-sign-up .form-title{
            font-size: 23px;
        }
        .section-menu-header .nav-tabs .alleventsmenu {
            width: 195px;
        }
        .section-menu-header .nav-tabs .alleventsmenu > li > a{
            white-space: pre-wrap;
        }

    }

    @media (max-width: 320px) {
        .modal-download .modal-body .btn-sign-up-with-fb .fa-facebook {
            margin: 7px 10px;
            font-size: 25px;
        }

        .modal-download .modal-body .btn-sign-up-with-fb .text-sign-up {
            margin: 0px 0px 0px 37px;
        }

        .modal-download .modal-body .modal-right {
            padding-left: 0px;
        }

        .modal-download .modal-body .btn-sign-up-with-email .text-sign-up {
            padding: 12px 38px;
        }

        .footer-ywp-signup-copyright .container{
            padding-left: 0;
            padding-right: 0;
        }
        .section-ywp-signup-page .ywp-its-free{
            height: 592px;
        }
    }
