@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat Regular.eot');
    src: url('/fonts/Montserrat Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Montserrat Regular.woff2') format('woff2'),
    url('/fonts/Montserrat Regular.woff') format('woff'),
    url('/fonts/Montserrat Regular.svg#Montserrat Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Questrial';
    src: url('/fonts/Questrial-Regular.eot');
    src: url('/fonts/Questrial-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Questrial-Regular.woff2') format('woff2'),
    url('/fonts/Questrial-Regular.woff') format('woff'),
    url('/fonts/Questrial-Regular.svg#Questrial-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5f5f5f;
    background-color: #FFF;
}

*:not(ol, ul, li) {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 1em;
    /*margin-right: 1em;*/
}

html, body {
    height: 100%;
}

/* ================= DEFAULTS BEGINS ================= */

h1 {
    font-size: 32px;
    color: #337ab7;
    font-weight: 300;
    margin: 50px 0 20px 0;
}

.make-images-responsive h1 {
    margin-top: 0;
}

h2 {
    font-family: 'Lato', sans-serif;
}

/*p {*/
/*line-height: 1.5;*/
/*}*/

hr.heading {
    border: 0;
    border-top: solid 6px #ebece8;
    margin: 20px 0 10px 0;
}

hr.heading2 {
    border: 0;
    border-top: solid 6px #e4e6e1;
    margin: 20px 0 10px 0;
}

hr.keyline {
    display: block;
    border: 0;
    border-top: 3px solid #f4f4f4;
    margin: 3px 0 15px 0;
}

hr.keyline-sml {
    display: block;
    border: 0;
    border-top: 3px solid #f4f4f4;
}

/* page only */
.page ul {
    margin: 4px 20px;
}

.page ol {
    margin: 4px 20px;
}

.page li { /* had ol here too??? */
    padding: 4px;
}

.no-padding {
    padding: 0 !important;
}

.col-content {
    padding: 10px;
    margin-bottom: 10px;
}

/* colours */

.black {
    color: #000 !important;
}

.blue {
    color: #00a9f0;
}

.red {
    color: #ca463b;
}

.red-bg {
    background-color: #ca463b;
}

.white {
    color: #FFF !important;
}

.blue-underline {
    border-bottom: 3px solid #00a9f0;
}

.soft-outline {
    border: 1px solid #f4f4f4;
}

/* shadows */

.soft-shadow {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

.soft-shadow:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

/* layout */

.clear-fix {
    clear: both;
}

.centered {
    text-align: center;
}

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

.inline-heading {
    display: inline-block !important;
}

input {
    vertical-align: middle;
}

.width-60-percent {
    width: 60%;
    margin: auto;
}

.width-80-percent {
    width: 80%;
    margin: auto;
}

.width-90-percent {
    width: 90%;
    margin: auto;
}

.pad-10 {
    padding: 10px;
}

.img-100 img {
    width: 100%;
    height: auto;
}

.no-left-padding {
    padding-left: 0 !important;
}

.extra-vertical-margin {
    margin: 50px auto;
}

.vertical-spacer {
    padding: 25px 0;
}

.vertical-spacer-sml {
    padding: 15px 0;
}

.btn {
    display: inline-block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #1a1a1a;
    color: #FFF;
    text-decoration: none;
}

/* social icons */

a i.fa {
    color: #5f5f5f;
    font-size: 22px;
    margin: 0 10px;
    vertical-align: middle;
}

.fa-li {
    margin-top: 4px;
}

/* tiles */

.tile {
    position: relative; /* just added... */
}

/*.tile:hover {
    opacity: 0.5;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}*/

.tile a {
    text-decoration: none;
    color: #909090
}

/* top categories */

img.category {
    width: 100% !important;
    height: auto;
    vertical-align: bottom;
}

a.category {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

a.category .category-title {
    margin-top: 26%;
    display: inline-block;
    font-size: 30px;
    color: #FFF;
    padding: 6px 0;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

a.category .category-title-sml {
    margin-top: 26%;
    display: inline-block;
    font-size: 22px;
    color: #FFF;
    padding: 6px 0;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.blue-hover {
    border: 1px solid #FFF;
    padding: 14px 4px 4px;
    text-align: center;
}

.blue-hover:hover {
    border: 1px solid #00a9f0;
}

.selected {
    border: 1px solid #00a9f0; /* review this class */
}

span.tile-heading {
    display: block;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300;
    font-family: 'Maitree', serif;
    color: #000;
}

span.tile-sub-heading {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 300;
    font-family: 'Maitree', serif;
    color: #000;
}

span.sub-heading {
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    font-family: 'Maitree', serif;
    color: #000;
}

/* ================= DEFAULTS END ================= */

/* ================= HEADER BEGINS ================= */

/* floating login button */

.floating-div {
    display: inline-block;
    padding: 10px 16px;
    position: absolute;
    right: 10%;
    background-color: #00a9f0;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    border: 2px solid #0284bb;
    z-index: 4000;
}

.floating-div a {
    color: #FFF;
    text-decoration: none;
}

/* top banner */

.top-banner {
    position: relative;
    height: 130px;
    padding: 20px 0;
    text-align: center;
    background-color: #f4f4f4;
    background-image: url('../images/top-banner-bg.png');
}

.header-wrapper {
    position: relative;
    padding-top: 23px;
    background-color: #FFF;
    border-bottom: 3px solid #f4f4f4;
    z-index: 20
}

.header {
    position: relative;
    width: 1280px;
    margin: auto;
}

.header .brand {
    float: left;
    margin-right: 25px;
}

.header .brand img {
    width: 170px;
    height: auto;
}

.header .social {
    float: right;
    margin-top: 18px;
}

.menu-wrapper {
    float: left;
}

.menu-mobile-wrapper {
    display: none;
    /*position: fixed;*/
    top: 0;
    padding: 14px 12px 10px 12px;
    background: #db3832;
    border-bottom: 1px solid #000;
    /*z-index: 3000*/
}

.hamburger-menu {
    display: block;
    float: left;
    margin-right: 12px;
}

/* menu */

.menu {
    text-align: center;
    overflow: auto;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    margin: auto;
}

.menu ul li {
    display: inline-block;
    padding-top: 25px;
    padding-right: 25px;
}

.menu ul li:last-of-type {
    /*margin-right: 0;*/
}

.menu ul li:hover {
    /*border-bottom: 3px solid #89a02c;*/
}

.menu ul li a, .menu ul li span {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid #FFF;
    padding-bottom: 14px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
}

.menu ul li a:hover, .menu ul li span:hover {
    border-bottom: 3px solid #00a9f0;
}

.menu ul li span {
    cursor: pointer;
}

/* child menu */

.menu ul ul {
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    box-shadow: 5px 5px 1px 1px rgba(0, 0, 0, 0.1);
}

.menu ul li:hover ul {
    visibility: visible;
}

.menu ul ul li {
    display: block;
    background-color: #00a9f0;
    margin-top: -1px;
    margin-right: 0;
    padding-top: 0px;
    padding-right: 0px;
    text-align: left;
}

.menu ul ul li a {
    display: block;
    color: white;
    background-color: #00a9f0;
    padding-bottom: 0px;
    padding: 20px 30px;
    border-bottom: none;
}

.menu ul ul li a:hover {
    background-color: #009fe1;
    border-bottom: none;
}

.menu > ul > li.current > a, .menu > ul > li.current_ancestor > span {
    border-bottom: 3px solid #00a9f0;
}

/* mobile menu */

.mobile-clear {
    clear: both;
    display: none;
}

.menu-mobile {
    display: none;
}

.mobile-brand {
    display: inline-block;
}

.mobile-brand img {
    width: auto;
    height: 25px;
}

#menu-mobile-icon {
    display: none;
    cursor: pointer;
}

.menu-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    background-color: #292929;
    color: #FFF;
    text-decoration: none;
}

.menu-mobile ul li {
    display: block;
    padding: 10px;
    text-align: center;
}

.menu-mobile ul li a {
    color: inherit;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.menu-mobile ul li a:hover {
    background-color: #222;
}

/* menu ends */

/* ================= HEADER ENDS ================= */

/****************************************************************
* slider
****************************************************************/

.slider-container {
    position: relative;
    width: 100%;
    margin: auto;
    background-color: #373b40;
    margin-bottom: 0;
}

.slider-container .slide-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 696px !important;
}

.slider-container.small, .slider-container.small .slide-bg {
    height: 348px !important;
}

/* slider static */

.slider-container ul.static {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* slider message begins */

.slide-message {
    width: 100%;
    height: 100%;
    padding: 50px 0 0 100px;
    background-color: rgba(0, 0, 0, 0.3);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.slide-message:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.slide-message a {
    display: inline-block;
    padding: 10px 16px;
    background-color: #000;
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #FFF;
}

.slide-message span#main-heading {
    width: 450px;
    display: block;
    color: #FFF;
    font-size: 54px;
    line-height: 1;
    font-family: 'Roboto Slab', serif;
}

.slide-message span#publish-date {
    margin-top: 20px;
    display: inline-block; /* changed from block to inline-block */
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
}

.slide-message span#caption {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 380px;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
}

.slide-message a#sign-up {
    display: inline-block;
    padding: 13px 27px 13px 56px;
    background-color: #2d2d2d;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid #000;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    position: relative;
}

.slide-message a#sign-up:before {
    position: absolute;
    content: '';
    background: url('../images/icon_sign.png') no-repeat;
    width: 30px;
    height: 30px;
    left: 22px;
    background-size: cover;
    top: 10px;
}

/* slider message ends */

/* media begins */

.sml-media {
    width: 300px !important;
    height: 220px !important;
}

.media-wrapper {
    position: relative;
    float: right;
    margin-top: 30px;
    margin-right: 100px;
    text-align: center;
    border: 2px solid #FFF;
    min-width: 480px;
}

.media-wrapper img#play-button {
    width: 180px;
    height: auto;
}

.media-wrapper#dumbbell-press {
    background-image: url('../images/dumbbell-press.jpg');
}

.media-wrapper#legs {
    background-image: url('../images/legs.jpg');
}

.media-wrapper#build-muscle {
    background-image: url('../images/build-muscle.jpg');
}

.media-wrapper#press-up {
    background-image: url('../images/press-up.jpg');
}

.media-wrapper a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
}

.media-wrapper .fa-youtube-play {
    position: absolute;
    width: 68px;
    height: 68px;
    left: 50%;
    top: 50%;
    margin: -34px 0 0 -34px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 68px;
    transition: all .2s ease-out;
}

.media-wrapper .fa-youtube-play:hover {
    color: #ca463b;
}

/* media begins ends */

/****************************************************************
* modal
****************************************************************/

.wrap {
    padding: 40px;
    text-align: center;
}

.btn {
    background: #428bca;
    border: #357ebd solid 1px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color .1s ease;
}

.btn:hover {
    background: #357ebd;
}

.btn.btn-big {
    font-size: 18px;
    padding: 15px 20px;
    min-width: 100px;
}

.btn-close {
    color: #FFF;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}

.btn-close:hover {
    color: #FFF;
}

.modal-header,
.modal-footer {
    padding: 10px 20px;
}

.modal-header {
    border-bottom: #eee solid 1px;
}

.modal-header h2 {
    font-size: 20px;
}

.modal-footer {
    border-top: #eee solid 1px;
    text-align: right;
}

/*@media all and (max-width: 767px) {*/
/*.modal-content {*/
/*width: 90%;*/
/*}*/
/*}*/

/*@media all and (min-width: 768px) {*/
/*.modal-content {*/
/*width: 60%;*/
/*}*/
/*}*/

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    background-color: #ca463b;
    color: white;
    border-radius: 5px 5px 0 0;
}

.modal-body {
    padding: 2px 16px;
    overflow-x: auto;
}

.modal-footer {
    padding: 2px 16px;
    color: white;
}

.youtube-video iframe {
    width: 100% !important;
    height: 286px !important;
}

.modal-info li {
    margin: 0 0 10px 10px;
    padding: 0 10px;
    line-height: 150%;
    font-size: 14px;
}

.modal-info p {
    line-height: 150%;
    font-size: 14px;
}

/****************************************************************
* dashboard
****************************************************************/

/* members dashboard */

.dashboard-container {
    position: relative;
    /*width: 1535px;*/
    /*height:696px;*/
    margin: auto;
    background-color: #373b40;
    /*margin-bottom: -90px;*/
    overflow-x: hidden;
}

.dashboard-container ul.static {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* dashboard message */

.dashboard-message {
    width: 100%;
    height: 100%;
    padding: 50px 0 0 100px;
    background-color: rgba(0, 0, 0, 0.3);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.dashboard-message:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.dashboard-message a {
    display: inline-block;
    padding: 10px 16px;
    background-color: #000;
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #FFF;
}

.dashboard-message span#main-heading {
    margin-top: 20px;
    width: 385px;
    display: block;
    color: #FFF;
    font-size: 56px;
    line-height: 1;
    font-weight: 300;
    font-family: 'Maitree', serif;
}

.dashboard-message span#publish-date {
    margin-top: 20px;
    display: inline-block; /* changed from block to inline-block */
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
}

.dashboard-message span#caption {
    display: block;
    margin-top: 20px;
    width: 380px;
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}

.dashboard-message a#sign-up {
    display: inline-block;
    padding: 20px 32px;
    margin-top: 30px;
    background-color: #ca463b;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #FFF;
}

/* dashboard message ends */

/* member photos */

.no-background-color {

}

img.plus-photo {
    width: 68px !important;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;

}

a.plus-photo {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

a.member-photo {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
}

label.plus-photo {
    background-color: #999
}

.plus-photo input[type="file"] {
    display: none;
}

/* custom file upload */
.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin: 10px;*/
    /*background-color: #BDBDBD;*/
    margin: auto;
    height: 200px;
    width: 300px;
    text-align: center;
    border: solid 1px red;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
    width: 100%;
    text-align: center;
}

.custom-span {
    font-family: Arial;
    font-weight: bold;
    font-size: 100px;
    color: #FE57A1
}

#uploadFile {
    display: inline-block;
    border: none;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    /*margin-left: 10px;*/
    /*width: 200px;*/
}

.custom-para {
    /*font-family: arial;
    font-weight: bold;
    font-size: 24px;*/
    color: #585858;
}

/* custom file upload ends */

.myLabel {
    width: 100%;
    padding: 10px 0;
    background-color: #BCBCBC;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.myLabel:hover {
    background: #CCC;
}

.myLabel:active {
    background: #CCF;
}

.myLabel img {
    display: block;
    margin: 0 auto 4px auto;
}

.myLabel input[type="file"] {
    position: fixed;
    top: -1000px;
}

/* member data grid */

.member-data-grid {
}

.member-data-grid table {
    width: 100%;
    border-collapse: collapse;
}

/* Zebra striping */
.member-data-grid tr:nth-of-type(odd) {
    background: #eee;
}

.member-data-grid th {
    background: #333;
    color: white;
    font-weight: bold;
}

.member-data-grid:not(.progress-measurements-table) td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

.member-data-grid.progress-measurements-table td td, .member-data-grid.progress-measurements-table th {
    padding: 6px;
    border: 1px solid #ccc;
}

.member-data-grid td img {
    width: 20px;
    height: auto;
}

.member-data-grid input[type="text"], .member-data-grid input[type="number"] {
    width: 75% !important;
    height: 100% !important;
    margin: 0 !important;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
}

.member-data-grid.progress-measurements-table table td {
    padding: 0 !important;
}
.member-data-grid.progress-measurements-table table tr table tr {
    height: 60px;
}

/* members headings */

.phase-heading span {
    display: inline-block;
    font-size: 30px;
    color: #ca463b;
    padding: 6px 0;
    margin: 10px 0;
    border-top: 2px solid #ca463b;
    border-bottom: 2px solid #ca463b;
}

/* ask cam a question */

form#ask-cam-a-question textarea {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    height: 170px;
}

form#ask-cam-a-question input[type="submit"] {
    float: right;
    display: inline-block;
    padding: 20px 32px;
    background-color: #ca463b;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #FFF;

}

.special-upload {
    position: relative;
}

.upload-tools {
    display: none;

}

#fileName {
    display: inline-block;
    border: none;
    /*width: 100%;*/
    text-align: center;
    background-color: #FFF;
}

.hide-file-btn {
    position: relative;
    margin: 20px auto 0 auto; /* new */
    padding: 60px 0 0 0;
    width: 120px;
    height: 80px;
    border-radius: 3px;
    /*background-color: #316DB4;*/
    background-image: url('../images/plus-photo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    /*color: #FFF;*/
    color: #CA463B;
    text-align: center;
    line-height: 45px;
}

.hide-file-btn input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.file-btn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    /*padding: 0;*/
    /*opacity: .5;
	filter: alpha(opacity=.5);*/
    padding: 10px 20px;
    background-color: #CA463B;
    color: #FFF;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.upload-btn {
    padding: 10px 20px;
    background-color: #CA463B;
    color: #FFF;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.progress-bar {
    width: 300px;
    border: none;
}

/* members dashboard ends */

/* ================= DASHBOARD ENDS ================= */

/* ================= PROGRAM DETAILS BEGIN ================= */

/* training days */

.week-day {
    padding: 8px 4px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #ca463b;
    color: #FFF;
}

.training-day {
    padding: 8px 4px;
    text-align: center;
    background-color: #ccc;
}

.activity {
    padding: 8px 4px;
    text-align: center;
    background-color: #eee;
}

.current-activity {
    background-color: #ca463b;
    color: #fff;
    font-weight: 700;
}

.exercise-heading {
    padding: 8px 4px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #ca463b;
    color: #FFF;
}

.exercise-pointers {
    padding: 8px 4px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #eee;
}

/* ================= FOOD GUIDE ================= */

span.dish-title {
    display: inline-block;
    margin: 15px 0 5px 0;
    font-family: 'Maitree', serif;
    color: #000;
    font-size: 26px;
    font-weight: 400;
}

/* ================= PAGE BEGINS ================= */

.page {
    position: relative;
    width: 1330px;
    min-height: 600px;
    margin: 0 auto 0 auto;
    background-color: #FFF;
}

.page-inner {
    position: relative;
}

.page-inner .col-content img {
    width: 90%;
    height: auto;
}

.page-title-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.page-title {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    text-align: center;
    /*text-transform: uppercase;*/
    padding: 0 16px;
    margin: 0 auto;
    color: #000;
}

.page-title span {
    display: block;
    margin-bottom: 23px;
}

.page-title-border {
    display: block;
    width: 90px;
    height: 4px;
    background: #ca463b;
    margin: auto;
}

/* call to action */

.call-to-action {
    text-align: center;
}

.call-to-action a#sign-up {
    display: inline-block;
    padding: 13px 27px 13px 56px;
    background-color: #2d2d2d;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border: 3px solid #000;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    position: relative;
    width: 100%;
    border-radius: 3px;
}

.call-to-action a#sign-up:before {
    position: absolute;
    content: '';
    background: url('../images/icon_sign.png') no-repeat;
    width: 30px;
    height: 30px;
    left: 86px;
    background-size: cover;
    top: 10px;
}

.call-to-action input[type="submit"]#sign-up {
    display: inline-block;
    padding: 20px 128px;
    background-color: #ca463b;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #d78f89;
    float: none !important;
}

.box {
    border: 1px solid red;
    position: fixed;
    width: 300px;
    height: 300px;
    color: #FFF;
    background-color: #ca463b;
    background-image: url('../images/bench-press-dumbell.gif');
    background-position: center center;
    border: 2px solid #d78f89;
    border-radius: 150px;
    right: 10%;
    bottom: 10%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    -moz-box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.2);
}

/* cam bio */

.cam-bio {
    position: relative;
    /*height: 300px;*/
    background-image: url('../images/cam-bio-bg.jpg');
    background-attachment: fixed;
    background-size: cover;
}

.cam-bio-screen {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    background-color: rgba(12, 8, 6, 0.5);
    color: #FFF;
}

/*.cam-bio-screen img {
    width: 100% !important;
    height: auto;
}*/

/* testimonisals */

blockquote {
    /*font-size:16px;*/
    padding: 18px 20px 1px 20px;
    margin: 10px 0;
    /*margin-left:3px;
    margin-bottom:40px;*/
    background: #f2f1f6;
}

blockquote:before {
    color: #00a9f0;
    font-size: 30px;
    line-height: 0.5em;
    margin-right: 0.27em;
    content: "\f10d";
    font-family: FontAwesome;
    float: left;
}

/* ================= PAGE ENDS ================= */

/****************************************************************
* registration
****************************************************************/

/* stripe */

.stripe-payment {
    display: inline-block;
    padding: 40px;
    width: 500px;
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    text-align: left
}

.stripe-logo {
    padding: 20px;
}

.stripe-logo img {
    width: 140px !important;
    height: auto;
}

a.stripe-btn, input[type="submit"].stripe-btn {
    display: inline-block;
    float: right;
    padding: 15px 30px;
    background-color: #00a9f0;
    text-decoration: none;
    color: #FFF;
    border-radius: 4px;
}

/* form elements */

label {
    display: block;
    margin: 5px 0px;
    font-weight: bold;
}

label.inline, input.inline {
    display: inline-block !important;
}

.clear-both {
    clear: both;
}

label.inline2 {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

input[type="radio"] {
    margin-left: 5px;
    margin-right: 15px;
    vertical-align: middle;
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
    display: block;
    width: 100%;
    /*margin-bottom: 12px;*/
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    color: #55514C;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
}

textarea {
    display: block;
    width: 100%;
    height: 162px;
    margin-bottom: 12px;
    border: 1px solid rgba(85, 81, 76, 0.3);
    background-color: #FFF;
    color: #55514C;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 10px;
    box-sizing: border-box;
}

select {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    color: #55514C;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 10px;
    box-sizing: border-box;
}

input[type="number"]:hover, input[type="text"]:hover, select:hover {
    border: 1px solid rgba(0, 169, 240, 0.5);
}

input[type="submit"] {
    border: none;
    background-color: #316db4;
    color: #FFF;
    cursor: pointer;
}

/* registration */

.select-radio, .select-radio2, .select-checkbox {
    cursor: pointer;
}

.hli, .hli2 {
    background-color: #00A9F0;
    color: #FFF;
}

.hli span, .hli2 span {
    color: #FFF;
}

label p {
    font-weight: normal;
}

/* bmr calculator */

.calculator_div {
    /*border:2px solid #F4F4F4;*/
    padding: 20px;
    width: 80%;
    margin: auto;
    /*background-color: #F4F4F4;*/
    border-radius: 3px;
}

/*label {
	display:block;
	float:left;
	width:150px;
}*/
.label {
    display: inline;
    float: none;
    width: 75px;
    font-size: 11px
}

.warning {
    background: yellow;
    border: 1pt solid red;
    padding: 5px;
    font-weight: bold;
}

#table {
    width: 100%;
    margin-top: 20px;
}

#row {
    height: 20px;
    width: 100%;
}

.rowheader {
    padding: 5px;
    font-size: 14px;
    font-weight: bolder;
    color: white;
    text-align: center;
}

/****************************************************************
* registration
****************************************************************/

.footer-wrapper {
    position: relative;
    border-top: 3px solid #f4f4f4;
}

.footer-inner {
    position: relative;
    width: 1330px;
}

.footer-social {
    position: relative;
    width: 1330px;
    height: auto;
    margin: 0 auto 0 auto;
}

.footer-social img#footer-logo {
    width: 170px;
    height: auto;
}

.footer-social span#follow-us {
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #878787;
}

.footer-social a i.fa {
    color: #000;
}

.fa-pinterest-p:hover, .footer-social .fa-pinterest-p:hover {
    color: #bd2026;
}

.fa-facebook:hover, .footer-social .fa-facebook:hover {
    color: #3765a3;
}

.fa-twitter:hover, .footer-social .fa-twitter:hover {
    color: #5ea9dd;
}

.fa-instagram:hover, .footer-social .fa-instagram:hover {
    color: #895a4d;
}

.footer-links-wrapper {
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    background-color: #000;
    padding: 20px 0px;
}

.footer-links {
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
}

.footer-links-left-col {
    width: 100%;
    margin: 0px auto;
    float: none;
    text-align: center
}

.footer-links-left-col a {
    display: inline-block;
    margin-top: 0px;
    margin-right: 40px;
    transition: all .2s ease-out;
    color: #fff;

    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;

}

.footer-links-left-col a:nth-child(3) {
    margin: 0px;
}

.footer-links-left-col a:hover {
    color: #00a9f0;
}

.footer-copyright {
    position: relative;
    padding: 8px 0;
    font-size: 11px;
    text-align: center;
}

.footer-copyright a {
    color: #909090;
}

.subscribe {
    position: absolute;
    margin-top: 0px;
    float: right;
    width: 234px;
    height: auto;
    background-image: url('../images/footer-magazine.png');
    text-align: center;
    z-index: 5;
    top: -10px;
    right: 0px;
}

.subscribe a {
    display: inline-block;
    margin-top: 0px;
    padding: 10px 16px;
    background-color: #00a9f0;
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #0284bb;
}

.subscribe a:hover {
    background-color: #0284bb;
}

/* ================= FOOTER ENDS ================= */
.info-content .tile:hover {
    opacity: 1;
}

.info-content .tile.clickable a.readmore-info {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 13px;
    font-family: 'Roboto Slab', serif;
    background: #ca463b;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    cursor: pointer;
}

.info-content .info-title {
    font-size: 20px;
    color: #2b2629;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;

}

.borderd-bottom {
    width: 90px;
    height: 4px;
    background: #ca463b;
    display: block;
    margin: 9px 0px 14px 0px;
}

.sectionprogram .tile-sub-heading {
    font-size: 30px;
    color: #2b2629;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

.sectionprogram p {
    font-size: 14px;
    color: #6e6e6e;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.sectionprogram .tile {
    background: #f3f3f3;
}

.sectionprogram .coloum-sectionprogram-1 {
    width: 48%;
    float: left;

}

.sectionprogram .coloum-sectionprogram-1.left, .sectionprogram .coloum-sectionprogram-2.left {
    margin-right: 29px;
}

.sectionprogram .coloum-sectionprogram-2 {
    width: 47%;
    float: left;
    margin-top: 15px;
}

.sectionprogram .section {
    padding: 25px;
}

.celebrity_transformations .tile-heading {
    font-size: 30px;
    color: #2b2629;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}

.celebrity_transformations .tile-sub-heading {
    font-size: 20px;
    color: #2b2629;
    font-family: 'Roboto Slab', serif;
    margin-top: 10px;
}

.celebrity_transformations p {
    font-size: 14px;
    color: #909090;
    font-family: 'Roboto', sans-serif;
}

.celebrity_transformations .section .col {
    padding: 0;
}

.celebrity_transformations .section .col-content, .celebrity_transformations .section li {
    padding: 0;
}

.celebrity_transformations {
    margin-top: 32px;
    padding-left: 25px;
    padding-right: 25px;
}

.sidebar-testimonials .title-testimonials {
    font-size: 30px;
    color: #2b2629;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    display: block;
    font-weight: 300;
}

.sidebar-testimonials .borderd-bottom {
    margin: 9px auto 14px auto;
}

.sidebar-testimonials .testimonials-img {
    text-align: center;
    margin: 35px 0 23px 0;
}

.sidebar-testimonials .testimonials-img img {
    margin: 0 auto;
}

.sidebar-testimonials .bx-pager.bx-default-pager {
    position: absolute;
    bottom: -70px;
}

.sidebar-testimonials .bx-pager.bx-default-pager .bx-pager-item a {
    background: #e6e6e6;
}

.sidebar-testimonials .bx-pager.bx-default-pager .bx-pager-item a.active, .sidebar-testimonials .bx-pager.bx-default-pager .bx-pager-item a:hover {
    background: #ca463b;
}

.sidebar-testimonials p {
    text-align: center;
    font-size: 14px;
    color: #5b5b5b;
    font-style: italic;
    line-height: 25px;
    position: relative;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar-testimonials b {
    text-align: center;
    display: block;
    margin-top: 14px;
    color: #c34237;
    font-family: 'Roboto', sans-serif;
}

.sidebar-testimonials ul {
    padding: 0;
    margin: 0;
}

/*.sidebar-testimonials p:before {*/
/*position: absolute;*/
/*content: '';*/
/*background: url(../images/quote1.png);*/
/*width: 28px;*/
/*height: 23px;*/
/*left: 0;*/
/*top: 0;*/
/*}*/

/*.sidebar-testimonials p:after {*/
/*position: absolute;*/
/*content: '';*/
/*background: url(../images/quote2.png);*/
/*width: 28px;*/
/*height: 23px;*/
/*right: 0;*/
/*bottom: 0;*/
/*}*/

.content-90percent-inner {
    width: 90%;
    text-align: left;
    float: right;
}

.afterbefore {
    width: 100%;

}

.afterbefore .content-afterbefore1 {
    width: 55%;
    float: left;
}

.afterbefore .content-afterbefore1 .title-afterbefore {
    font-size: 30px;
    color: #2b2629;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 23px;
    display: block;
}

.afterbefore .content-afterbefore1 p {
    font-size: 14px;
    color: #909090;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    margin: 0;
    margin-bottom: 10px;
}

.afterbefore .content-afterbefore2 {
    width: 45%;
    float: left;
}

.afterbefore .col {
    margin: 0;
}

.border-top {
    margin-top: 8px;
    margin-bottom: 20px;
}

.border-bottom {
    margin-top: 26px !important;
    margin-bottom: 18px !important;
}

.border-top .border-top-content, .border-bottom .border-bottom-content {
    border-top: 1px solid #ebebeb;

}

.border-top .col, .border-bottom .col {
    width: 100%;
    margin: 0;
}

.border-top .col-content, .border-bottom .col-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rightscroll-buynow {
    width: 46px;
    height: 146px;
    background: url('../images/buynow.png');
    display: inline-block;
    position: fixed;
    top: 40%;
    right: 0;
}

.faqsection {
    margin-bottom: 53px !important;
}

.faqsection #accordion h3.ui-accordion-header-active.ui-state-active {
    background: #ca463b;
}

.faqsection #accordion h3.ui-accordion-header-active.ui-state-active .headingquestion1 {
    color: #FFF;
    background: #392f2f;
}

.faqsection #accordion h3.ui-accordion-header-active.ui-state-active .headingquestion2 {
    color: #FFF;
}

.faqsection #accordion h3 span {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #4d4d4d;
    padding: 15px;
    display: inline-block;
}

.faqsection #accordion h3 span.headingquestion1 {
    background: #d8d8d8;
    font-weight: normal;
}

.faqsection #accordion h3 span.headingquestion2 {
    font-family: 'Roboto Slab', serif;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: normal;
}

.faqsection #accordion h3 {
    background: #f3f3f3;
    margin-top: 10px;
    width: 100%;
    float: left;
    position: relative;
}

.faqsection #accordion {
    width: 100%;
    float: left;
}

.faqsection #accordion .content-secion-faq {
    width: 100%;
    float: left;
}

.faqsection #accordion h3:active, .faqsection #accordion h3:focus {
    outline: none;
}

.faqsection #accordion .content-secion-faq .faq-content-answer {
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #909090;
    font-family: 'Roboto', sans-serif;
}

.faqsection #accordion .content-secion-faq .faq-detail-answer {
    display: table-cell;
    padding: 15px;

}

.faqsection #accordion .content-secion-faq .faq-detail-answer p {
    font-size: 14px;
    color: #909090;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    margin: 0 0 15px 0;

}

.ui-accordion-header-icon {
    position: absolute;
    right: 15px;
    top: 21px !important;
    left: inherit !important;
}

.faqsection h2 {
    font-size: 30px;
    color: #2b2629;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    margin: 0 0 15px 0;
}

.faqsection h2 span {
    font-size: 20px;
    color: #989898;
    font-weight: 300;;
}

.abouttheprogram {
    background: url('../images/abouttheprogram-bg.png') no-repeat right;
    margin-top: 55px;
}

.abouttheprogram img {
    width: auto !important;
    border: 7px solid #FFF;
}

.abouttheprogram .page {
    background: none;
}

.abouttheprogram .col {
    margin: 0;
    padding: 0;
}

.abouttheprogram .col-content {
    margin: 0;
    padding: 0;
}

.abouttheprogram-img {
    margin-left: 85px;
    width: 29%;
    float: left;
}

.abouttheprogram-content {
    float: left;
    width: 60%;
    padding: 60px 46px;
}

.abouttheprogram-content .aboutprogram-title {
    font-size: 30px;
    color: #2b2629;
    font-family: 'Roboto Slab', serif;
}

.abouttheprogram-content p {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    margin: 15px 0 0 0;

}

.abouttheprogram-cta .col, .abouttheprogram-cta .col-content {
    width: 100%;
}

.abouttheprogram-cta .call-to-action a#sign-up {
    width: 330px;
    margin-top: 0;
}

.abouttheprogram-cta .call-to-action a#sign-up:before {
    left: 75px;
}

.abouttheprogram-cta .call-to-action a#sign-up:after {
    background: url('../images/shadow-btn.png') no-repeat center;
    width: 324px;
    height: 21px;
    content: '';
    position: absolute;
    bottom: -33px;
    left: 0;

}

.abouttheprogram-cta {
    margin-top: 20px;
}

.abouttheprogram-cta .section.group.border-bottom {
    margin-top: 13px !important;
}

.faqsection #accordion h3.ui-accordion-header.ui-state-default.ui-accordion-header-active .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
    width: 12px;
    height: 7px;
    background: url(../images/accordion-arrow.png) no-repeat center;
    display: inline-block;
    padding: 0;
    background-position: 0 -8px;
}

.faqsection #accordion h3.ui-accordion-header.ui-state-default .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    width: 12px;
    height: 7px;
    background: url(../images/accordion-arrow.png) no-repeat center;
    display: inline-block;
    padding: 0;
    background-position: 0 0;
}

.faqsection #accordion .content-secion-faq {
    border: 0 !important;
    border-radius: 0;
    padding: 0;
}

.faqsection #accordion h3.ui-accordion-header {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.faqsection #accordion .ui-accordion-header .ui-accordion-header-icon {
    margin-top: 0;
}

.tableweek-wise {
    margin-bottom: 25px;
}

.tableweek-wise table {
    width: 100%;
}

.tableweek-wise table tr th {
    padding: 8px 4px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #ca463b;
    color: #FFF;
    border: 0;
}

.tableweek-wise table tr td {
    padding: 8px 4px;
    text-align: center;
    background-color: #ccc;
}

.tableweek-wise table tr td a {
    font-size: 16px;
    font-weight: 400;
    color: #5f5f5f;
    text-decoration: none;
    margin-right: 7px;
    margin-left: 7px;
}

.tableweek-wise table tr td a:hover {
    color: #ca463b;
}

.tableweek-wise table tr td a#sign-up {
    color: #FFF;
}

/*.cb-site-logo {*/
/*max-width: 170px;*/
/*height: auto;*/
/*}*/

/* ================= LATEST STYLES ================= */

.share-btn {
    display: inline-block;
    margin: 0;
    padding: 4px;
    height: 27px;
    background-color: #CA463B;
    color: #FFF;
    cursor: pointer;
    border-left: solid 2px #000;
    border-radius: 0 13px 13px 0;
}

.share-btn i {
    margin: 0 4px;
}

.share-btn span {
    display: inline-block;
    float: right;
    margin: 3px 10px 0 4px;
    font-size: 12px;
}

.share ul {
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000;
    height: 27px;
}

.share ul li {
    display: block;
    float: left;
    padding: 4px 8px;
}

.share ul li a {
    font-size: inherit !important;
}

.share ul li i {
    margin: 0;
    color: #FFF;
    font-size: inherit !important;
    vertical-align: baseline;
}

/* Blog stuff... */

.blog-metadata {
    margin-top: 10px;
    font-size: 12px;
}

.blog-metadata span a {
    color: #CA463B;
}

/* Share buttons */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-grey {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
}

.call-to-action {
    text-align: center;
}

.call-to-action .sign-up-btn {
    display: inline-block;
    min-width: 153px;
    padding: 20px;
    background-color: #097baa;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6px;
}

/* integrapay colours */
.shopify-color {
    color: #3771c8 !important;
}

.integrapay-color {
    color: #c83737 !important;
}

.integrapay {
    background-color: #f4d7d7;
}

.integrapay span {
    background-color: #c83737;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
}

.integrapay hr {
    border: 0;
    height: 1px;
    margin-bottom: 6px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(200, 55, 55, 1.00), rgba(0, 0, 0, 0));
}

.shopify {
    background-color: #d5e5ff;
}

.shopify span {
    background-color: #3771c8;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
}

.shopify hr {
    border: 0;
    height: 1px;
    margin-bottom: 6px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(55, 113, 200, 1.00), rgba(0, 0, 0, 0));
}

.shopify span#heading, .integrapay span#heading {
    border-radius: 0px;
    padding: 10px;
    background-color: inherit;
    color: inherit;
}

.payment-pane {
    border-radius: 20px;
}

.payment-pane span {
    display: block;
    padding: 20px;
    text-align: center;
    border-radius: 20px 20px 0px 0px;

}

.payment-pane span img {
    display: block;
    margin: auto;
}

.payment-form {
    padding: 20px;
}

.payment-form p {
    text-align: center;
}

.payment-form ul {
    list-style: circle;
}

.payment-form ul li {
    font-size: 14px;
}

.payment-price {
    width: 55%;
    padding: 10px;
    margin: 20px auto 20px auto;
    /*background-color: #FFF;*/
    display: block;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 300;
    font-family: 'Maitree', serif;
    color: #000;
    text-align: center;
}

.payment-price span {
    padding: 0px;
    background-color: inherit;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.payment-price span a {
    text-decoration: none;
}

.payment-price span a:hover {
    text-decoration: underline;
}

.payment-price a#shopify-btn {
    display: inline-block;
    padding: 20px;
    margin-top: 20px;
    background-color: #3771c8;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
}

.payment-price input[type=submit]#integrapay-btn {
    display: inline-block;
    padding: 20px;
    margin-top: 20px;
    background-color: #c83737;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
}

.payment-type {
    display: inline-block;
    padding: 4px 8px;
    margin-top: 10px;
    border-radius: 4px;
    clear: both;
    background-color: rgba(255, 255, 255, 0.3);
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
}

.headertopbar {
    background: #000;
    padding: 10px 0px 10px 0px;
}

.headertopbar .social {
    margin-top: 0px;
    float: left !important;
}

.headertopbar .social a i {
    color: #FFF;
}

.topmenuitem ul {
    margin: 0px;
    padding: 0px;
}

.topmenuitem ul li {
    list-style: none;
    float: left;
    text-transform: uppercase;
    padding: 0px;
    margin-right: 36px;
    font-family: 'Montserrat';
}

.topmenuitem ul li:last-child {
    margin-right: 0px;
}

.topmenuitem ul li a {
    color: #FFF;
    font-size: 16px;
    padding: 0px;
}

.topmenuitem ul li a:hover {
    background: none;
}

.header .brand img {
    width: auto;
}

.header .brand {
    margin-right: 100px;
}

.header-wrapper {
    padding-top: 28px;
    padding-bottom: 20px;
}

.menu ul li {
    padding-top: 0px;
}

.menu ul > li > a, .menu ul li > span {
    font-family: 'Montserrat';
    font-size: 14px;
    border-bottom: 0px !important;
    padding-bottom: 0px;
}

.menu {
    padding-top: 8px;
}

.searchbox {
    float: right;
    position: relative;
}

.searchbox input.search-cb {
    width: 180px;
    position: absolute;
    top: 4px;
    right: 21px;
    margin: 0px;
    border: 0px;
    border-bottom: 1px solid #a2a2a2 !important;
    padding: 4px;
}

.searchbox input.search-cb:focus, .searchbox input.search-cb:active, .searchbox input.search-cb:hover, .searchbox button[type="submit"].searchbtn:hover, .searchbox button[type="submit"].searchbtn:focus, .searchbox button[type="submit"].searchbtn:active {
    border: none;
    outline: none;
}

.searchbox a {
    position: absolute;
    top: 6px;
    right: 0px;
}

.searchbox a i {
    color: #000;
}

.searchbox button[type="submit"].searchbtn {
    background: none;
    border: 0px;
    font-size: 20px;
    color: #000;
    padding: 0px;
    margin: 0px;
}

.mobileonly {
    display: none;
}

.footersection {
    padding: 18px 0px 36px 0px !important;
}

.footersocialicons {
    margin-top: 25px !important;
    text-align: right !important;
}

.mailinglist-section {
    background: #000;
    min-height: 287px;
}

.mailinglist-section .container {
    position: relative;
}

/*.mailinglist-section .container:after*/
/*{*/
/*background: url(../images/mailsection-bg.png) no-repeat top right;*/
/*width:263px;*/
/*height:273px;*/
/*position:absolute;*/
/*right:0px;*/
/*top:0px;*/
/*background-size: contain;*/
/*}*/
.footer-social {
    width: 100%;
}

.mailinglist-section .heading-mailing {
    position: relative;
    font-size: 44px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-left: 66px;
    margin-top: 55px;
    margin-bottom: 37px;
    display: inline-block;

}

.mailinglist-section .heading-mailing:before {
    position: absolute;
    background: url(../images/mail-icon.svg) no-repeat top right;
    width: 50px;
    height: 50px;
    content: '';
    left: 0px;
    top: 10px;
    background-size: 45px 41px;
}

/*.mailinglist-section form input*/
/*{*/
/*border:3px solid #eaeaea;*/
/*border-radius:0px;*/
/*margin-right:21px;*/
/*font-size:16px;*/
/*font-family:'Questrial' !important;*/
/*width: 210px !important;*/
/*height:auto;*/
/*padding-top: 11px;*/
/*padding-bottom: 11px;*/
/*}*/

.mailinglist-section form input:hover, .mailinglist-section form input:active, .mailinglist-section form input:focus {
    border: 3px solid #eaeaea;
    outline: none;
}

.mailinglist-section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #656565;
    font-size: 16px;
    font-family: 'Questrial';
    font-weight: 500;
}

.mailinglist-section input::-moz-placeholder { /* Firefox 19+ */
    color: #656565;
    font-size: 16px;
    font-family: 'Questrial';
    font-weight: 500;
}

.mailinglist-section input:-ms-input-placeholder { /* IE 10+ */
    color: #656565;
    font-size: 16px;
    font-family: 'Questrial';
    font-weight: 500;
}

.mailinglist-section input:-moz-placeholder { /* Firefox 18- */
    color: #656565;
    font-size: 16px;
    font-family: 'Questrial';
    font-weight: 500;
}

.mailinglist-section input {
    border: solid 1px white;
    background-color: black;
    color: white;
    height: 40px;
    padding-left: 10px;
}

.mailinglist-section .btn-mail-subscribe {
    height: 40px;
    color: black;
    background: white;
    font-size: 21px;
}

p.builtby {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    text-align: right;
}

p.builtby {
    font-size: 10px;
}

.ebookbuy-section {
    background: #eeeeee;
    padding: 52px 0px 52px 0px;
    margin: 0px 0px 35px 0px;
}

.ebookbuy-section .container {
    background: #FFF;
    padding: 33px 45px 38px 45px;

}

.ebookbuy-section .container span.tile-heading {
    font-size: 38px;
}

.ebookbuy-section .container a.ebook-buy-now {
    border-radius: 0px;
    border: 3px solid #000;
    background: #FFF;
    color: #000;
    margin-top: 27px;
    font-family: 'Montserrat';
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;

}

.ebookbuy-section .container a.ebook-buy-now:before {
    position: absolute;
    top: 10px;
    left: 20px;
    background: url(../images/cart-icon.png) no-repeat top left;
    width: 25px;
    height: 25px;
    content: '';
    background-size: contain;
}

.ebookbuy-section .container a.ebook-buy-now span {
    font-size: 18px;
}

.trainingSection {
    margin-top: 42px;
    margin-bottom: 33px;
    border-bottom: 3px solid #f3f3f3;
    padding: 0;
    padding-bottom: 60px;
}

.trainingSection .tile:hover {
    opacity: 1;
}

.trainingSection .tile a.headingbtm {
    font-family: 'Maitree', serif;
    color: #ffffff;
    font-size: 24px;
    background: #333333;
    width: 100%;
    display: inline-block;
    padding: 10px;
    margin-top: 1px;
}

.clienttransformations .text-left {
    margin-bottom: 13px;
}

.clienttransformations {
    margin-bottom: 50px;
}

.latestnews-section .banner-image img {
    max-width: 100%;
}

.latestnews-section .banner-image .heading-style {
    clear: both;
    margin: 0px 0px 0px 0px;
}

.latestnews-section .heading-style {
    margin: 20px 0px 20px 0px;
}

.latestnews-section .heading-style span {
    font-size: 35px;
    color: #000000;
    font-family: 'Maitree', serif;
}

.latestnews-section .col-content {
    padding: 0px;
}

.featurednnews-section {
    margin-bottom: 60px;
}

.latestnew-listing .cms-block.cms-block-element .section.group .span_1_of_3, .latestnew-listing .cms-block.cms-block-element .section.group .span_2_of_3 {
    margin: 0px;
    padding: 0px;
}

.latestnew-listing .cms-block.cms-block-element .section.group .span_2_of_3 {
    padding-left: 18px;
}

.latestnew-listing .cms-block.cms-block-element .section.group .span_2_of_3 .sub-heading {
    font-size: 22px;
    line-height: 25px;
    color: #2f2f2f;
    font-weight: 500;
}

.latestnew-listing .cms-block.cms-block-element hr.keyline-sml {
    margin: 20px 0px 20px 0px;
}

.listfeaturedimages .tile.imagelist {
    padding: 0;
    max-height: 330px;
    min-height: 330px;
    margin-bottom: 30px;
    list-style: none;
}

.listfeaturedimages .tile.imagelist:nth-child(2n+2) {
    margin-left: 45px;
}

.listfeaturedimages .tile.imagelist img {
    width: 100% !important;
    margin-bottom: 1px;
}

.listfeaturedimages .tile.imagelist a {
    display: block;
}

.listfeaturedimages .tile.imagelist .tile-heading {
    font-family: 'Maitree', serif;
    color: #ffffff;
    font-size: 24px;
    background: #333333;
    width: 325px;
    display: table-cell;
    padding: 10px 10px 10px 10px;
    margin-top: 1px;
    text-align: center;
    height: 76px;
    vertical-align: middle;
}

.featurednnews-section .featurednnews-sectionrow {
    display: table;
}

.featurednnews-section .featurednnews-sectionrow .listfeaturedimages, .featurednnews-section .featurednnews-sectionrow .latestnews-section {
    display: table-cell;
    float: none;
    position: relative;
    vertical-align: top;
}

.featurednnews-section .featurednnews-sectionrow .listfeaturedimages:after {
    content: '';
    border-right: 5px solid #f4f4f4;
    top: 0px;
    right: 33px;
    position: absolute;
    height: 100%;
}

.featuredprogram-heading {
    font-size: 35px;
    color: #000000;
    font-family: 'Maitree', serif;
}

.headingfeatured {
    padding: 0px;
    margin-bottom: 16px;
}

.latestnew-listing .cms-block.cms-block-element:last-child .keyline-sml {
    display: none;
}

.readmore-latestnews {
    border: 2px solid #000;
    padding: 7px 16px 7px 16px;
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #2f2f2f !important;
}

.menu ul {
    overflow: hidden !important;
}

.menu ul ul {
    z-index: 99999999;
}

.slider-container .bx-wrapper .bx-viewport ul li.slide-bg {
    z-index: 1 !important;
}

.make-images-responsive img {
    max-width: 100% !important;
    height: auto !important;
}

.latestnews-section .cms-block.cms-block-element .section.group .no-left-padding a img {
    width: 117px;
    height: 124px;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    z-index: 9999;
}

.slide-message span#caption {
    width: 100% !important;
    display: inline-block;
}

table.user-files-table th {
    background-color: #333;
    color: white;
}

.paypal-buy-btn, .paypal-buy-btn:hover {
    background-color: #3771c8;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 61px;
    display: inline-block;
    color: #fff;
    padding: 0px 40px;
    letter-spacing: .3px;
    border-radius: 3px;
    cursor: pointer;
    transition: background 200ms ease;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 0;
    margin-top: 20px;
    margin-bottom: -5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 61px;
    text-decoration: none;
}

.paypal-img {
    max-height: 60px;
}

.m-t-21 {
    margin-top: 21px;
}

.m-r-10 {
    margin-right: 10px;
}

/******* 05/02/2018 ********/
.mt-0 {
    margin-top: 0;
}

.payment-blocks {
    margin-right: 30px;
}

.payment-blocks .payment-type {
    background-color: transparent;
}

.payment-blocks .payment-pane {
    border-radius: 10px;
    background-color: #f4f4f4;
    border: 1px solid #e4e4e4;
    box-shadow: 0 1px 15px #ebebeb;
}

.payment-blocks .payment-pane span {
    border-radius: 10px 10px 0px 0px;
}

.payment-blocks .integrapay span#heading, .payment-blocks .shopify span#heading {
    font-size: 20px;
    font-weight: 500;
    color: #c83737;
    padding: 20px 10px;
}

.payment-blocks .shopify span#heading {
    color: #3771c8;
}

.payment-blocks .payment-down-arrow-red, .payment-blocks .payment-down-arrow-blue {
    width: 47px;
    height: 47px;
    border-radius: 100% !important;
    background-color: #c83737;
    border: 1px solid #fff;
    text-align: center;
    margin: 10px auto -40px;
    position: relative;
}

.payment-blocks .payment-down-arrow-blue {
    background-color: #3771c8;
}

.payment-blocks .payment-down-arrow-red img, .payment-blocks .payment-down-arrow-blue img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.payment-blocks .payment-form {
    padding-left: 0;
    padding-right: 0;
}

.payment-blocks .payment-form p {
    line-height: 22px;
}

.payment-blocks .integrapay hr, .payment-blocks .shopify hr {
    background-color: #e4e4e4;
    background-image: none;
}

.payment-blocks strong {
    font-weight: 500;
}

.payment-pay-weekly {
    display: block;
    margin-bottom: 10px;
    color: #575757;
}

.payment-blocks .payment-price {
    margin-top: 0;
    margin-bottom: 0;
    width: auto;
    font-weight: 500;
    font-family: 'Maitree', serif;
    font-size: 36px;
    color: #c83737;
}

.payment-blocks .payment-price small {
    color: #575757;
    font-size: 18px;
}

.payment-blocks .weekly {
    font-size: 16px;
    color: #575757;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: block;
    padding-bottom: 10px;
}

.payment-blocks .payment-price span a {
    font-size: 12px;
    color: #c83737;
}

.payment-blocks .payment-price #integrapay-btn, .payment-blocks .payment-price .paypal-buy-btn {
    margin-top: 15px !important;
    width: 100%;
    padding: 12px 0 !important;
    border-radius: 5px;
}

.payment-blocks .payment-price .paypal-buy-btn {
    height: auto;
    line-height: normal;
}

#remember_me {
    margin-top: 0px;
}

.youtube-page-block {
    margin-bottom: 30px;
}

.youtube-page-block-center {
    text-align: center;
}

.youtube-page-block-book {
    margin-bottom: 13px;
}

.menu ul ul li a {
    background-color: #000000;
}

.menu ul ul li a:hover {
    background-color: #808080;
}

.mailchimp-success-msg {
    font-size: 18px;
    color: #FFF;
}

@media (max-width: 991px) {
    .payment-blocks {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .testimonial .top-info-section .make-images-responsive {
        height: 80px;
        overflow: hidden;
        float: left;
        width: 100%;
    }

    .testimonial .top-info-section .full-height,
    .testimonial .testimonial-block .full-height {
        height: auto;
    }

    .testimonial .testimonial-block {
        padding-bottom: 20px;
    }

    .testimonial blockquote .make-images-responsive {
        height: 90px;
        overflow: hidden;
    }
    .testimonial-block .btn {
        color: #fff;
    }
}