@-webkit-viewport { width: device-width }
@-moz-viewport { width: device-width }
@-ms-viewport { width: device-width }
@-o-viewport { width: device-width }
@viewport { width: device-width }

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src: local("Titillium WebLight"), local("TitilliumWeb-Light"), url("/assets/app/fonts/TitilliumWeb-Light.woff") format("woff");
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: local("Titillium Web"), local("TitilliumWeb-Regular"), url("/assets/app/fonts/TitilliumWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url("/assets/app/fonts/TitilliumWeb-Bold.woff") format("woff");
}

html, body {
    color: #666;
    margin: 0;
    padding: 0;
    font-size: 18px;
    background: #fff;
    font-family: "Titillium Web", sans-serif !important;
    -webkit-font-smoothing: antialiased;  position: relative;
}

iframe,
.recipes .no-padding,
.template .video {
    max-height: 275px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#offline,
#compatibility {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: none;
    position: absolute;
    background: #ff008b;
    text-align: center;
}

#offline .inline,
#compatibility .inline {
    padding: 50px 25px 25px 25px;
}

#compatibility .inline div {
    display: none;
}

#offline a,
#compatibility a {
    color: #fff;
    text-decoration: underline !important;
}

.question {
    width: 20px;
    height: 20px;
    cursor: help;
}

header {
    top: 0;
    width: 100%;
    height: 60px;
    position: fixed;
    background: #3f423f;
    text-align: center;
    z-index: 99;
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
}

header .container {
    position: relative;
}

header h1 {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    height: 60px;
    font-size: 22px;
    line-height: 70px;
    font-weight: bold;
    text-overflow: ellipsis;
}

header h1 span {
    color: #ec008c;
}

header img {
    width: 30px;
    height: auto;
}

header .back,
header .home,
header .logout,
header .explanation {
    top: 21px;
    right: 14px;
    width: 26px;
    height: 26px;
    position: absolute;
}

header .explanation {
    right: 55px;
    display: none;
}

.page-workout header .explanation {
    display: block;
}

header .back {
    right: auto;
    left: 14px;
}

header .logout,
.page-dashboard header .home,
.page-dashboard header .back,
.page-login header .home,
.page-logout header .back,
.page-logout header .home,
.page-register header .home,
.page-register-2 header .home,
.page-register-3 header .home,
.page-register-4 header .home,
.page-register-5 header .home,
.page-register-6 header .home,
.page-terms header .home,
.page-password header .home {
	display: none;
}

.page-dashboard header .logout {
    display: block;
}

.pages {
    top: 60px;
    left: 0;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

.page-start .pages {
    top: 0;
}

.page {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute;
    display: none;
    background: #fff;
    border-radius: 0;
    border: none;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
}

.page * {
    -webkit-transform: translateZ(0);
}

.page.active {
    z-index: 1;
    display: block;
}

.spinner {
    top: 50% !important;
    left: 50% !important;
}

.template {
    height: 100%;
}

a, a:active, a:focus,
input, input:focus, input:active,
select {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "Titillium Web", sans-serif !important;
}

h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
}

.page p,
.page span,
.page ul,
.page ol,
.page table, .page table td {
    color: #666;
    font-size: 14px;
    font-family: "Titillium Web", sans-serif !important;
}

.page table td {
    padding: 3px 0;
}

a,
a:active,
a:hover,
a:focus {
    color: #666;
}

.container {
    margin: 0 auto;
    max-width: 680px;
}

.logo {
    top: 30px;
    left: 50%;
    position: absolute;
    max-width: 150px;
    margin-left: -75px;
    margin-bottom: -60px;
    z-index: 99999 !important;
    border-radius: 28px;
    box-shadow: 0 0 15px #aaa;
}

.row {
    margin: 0;
    padding: 20px;
}

.row[data-href] {
    cursor: pointer;
}

.row.no-padding {
    padding: 0;
}

.list .row {
    padding: 0;
}

.list .row a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
}

.list .row a.selected {
    color: #fff;
    background: #ec008c;
}

canvas {
    margin-top: 15px;
    position: relative;
}

.page.recipes.view .img-responsive {
    width: 100%;
    max-width: auto;
}

#error {
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 60px;
    z-index: 999;
    display: none;
    overflow: hidden;
    position: fixed;
    opacity: 0.9;
    background: #eb008b;
    -webkit-transform: translate3d(0, 0, 0);
}

#error p {
    color: #fff;
    display: none;
    width: 100%;
    height: 60px;
    line-height: 70px;
    text-align: center;
}

.required {
    color: #eb008b;
}

.row {
    padding: 28px 0;
    background: #dddddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-transform: translate3d(0, 0, 0);
}

.row .row {
    margin: 0;
    padding: 0;
    background: none;
}

input:not([type="button"]), select {
    font-size: 18px;
    font-family: "Titillium Web", sans-serif !important;
    color: #666;
    height: auto;
    border: none;
    padding: 10px;
    background: #fff;
}

input:not([type="button"]) {
    border-radius: 0;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #aaa;
    margin-bottom: -6px;
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:checked {
    border: 2px solid #aaa;
    color: #e9168c;
}

input[type="checkbox"]:checked:after {
    content: "\2714";
    font-size: 24px;
    position: absolute;
    top: -11px;
    left: 2px;
    color: #e9168c;
}

input[type="radio"] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #aaa;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}

input[type="radio"]:checked:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #e9168c;
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

input[type="radio"]:checked {
    color: #e9168c;
    border: 2px solid #888;
}

input[type="checkbox"].error:checked:after,
input[type="checkbox"].error:checked,
input[type="radio"].error:checked:after,
input[type="radio"].error:checked {
    color: #fff;
}

input[type="file"] {
    display: none;
}

#register-2 label.grey {
    color: #fff;
    width: 150px;
    height: 30px;
    background: #767777;
    line-height: 28px;
    border-radius: 20px;
    font-weight: bold;
}

.search {
    padding: 18px 20px !important;
}

.input-group-addon {
    color: #fff;
    border: none;
    border-radius: 0;
    font-weight: bold;
    background: #3f4140;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn[disabled],
.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default[disabled],
button[disabled] {
    width: 100%;
    color: #fff;
    border: 0;
    opacity: 1;
    padding: 8px 0 10px 0;
    display: block;
    font-size: 18px;
    font-weight: bold;
    box-shadow: none;
    border-radius: 50px;
    text-transform: lowercase;
    position: relative;
}

.btn,
.btn:hover,
.btn:focus {
    background: #3f4140 !important;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
    background: #e9168c !important;
}

header a,
.logout,
.btn-default {
    -webkit-tap-highlight-color: ##e9168c;
}

header a:active,
.btn:active,
.btn-default:active {
    -webkit-transform: scale3d(0.96, 0.96, 1);
}

.btn img,
.btn-default img {
    top: 4px;
    left: 6px;
    width: 34px;
    height: 34px;
    position: absolute;
}

.ladda-label {
    font-size: 18px !important;
}

.page form span {
    color: #fff;
}

.address {
    margin-bottom: -5px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    display: none;
}

.address strong {
    color: #e6228c;
    font-weight: normal;
}

.btn span.ladda-label {
    color: #fff;
}

.error {
    color: #fff !important;
    background: #eb008b !important;
}

::-webkit-input-placeholder {
   color: #ccc;
}

.error::-webkit-input-placeholder {
   color: #ec92c4;
}

:-moz-placeholder {
   color: #ccc;
}

.error:::-moz-placeholder {
   color: #ec92c4;
}

::-moz-placeholder {
   color: #ccc;
}

.error::-moz-placeholder {
   color: #ec92c4;
}

:-ms-input-placeholder {
   color: #ccc;
}

.error:::-ms-input-placeholder {
   color: #ec92c4;
}

label {
    font-size: 16px;
    font-weight: normal;
}

label.terms {
    font-size: 13px;
}

label.terms input {
    margin-right: 5px;
}

label a,
label a:hover {
    color: #e6228c;
    text-decoration: underline !important;
}

.login .password-forgot {
    margin: 5px 0 -5px 0;
    padding-right: 5px;
    font-size: 14px;
    font-style: italic;
    text-transform: lowercase;
}

.register>.row {
    padding: 15px 0 20px 0;
}

#register-2>.row {
    padding: 20px 0;
}

.register .form-group div:first-child,
.profile .form-group div:first-child {
    padding-left: 0;
}

.register label em {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.page-register-2 .row .row {
    height: 50px;
}

.register .form-group div:nth-child(2),
.profile .form-group div:nth-child(2) {
    padding: 0;
}

.dashboard>.row {
    padding: 15px 0;
    text-transform: lowercase;
}

.dashboard .row img {
    width: 75px;
    margin: 0 auto;
    display: block;
}

.dashboard .btn {
    padding: 5px;
    margin-top: 10px;
}

.bar {
    display: none;
    -webkit-transform: translateZ(0);
}

.page-workout .bar {
    top: 60px;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    background: #fff;
    position: fixed;
    z-index: 99;
    display: block;
}

.subtitle {
    color: #888;
    height: 22px;
    line-height: 22px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
}

.video.long,
.btn[data-long='null'] {
    display: none;
}

.bar div {
    padding: 0;
}

.bar .clock {
    color: #fff;
    width: 95px;
    height: 95px;
    line-height: 95px;
    margin: 0 auto;
    font-size: 32px;
    font-weight: bold;
    background: #ed007d;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.bar .play,
.bar .pause,
.bar .stop {
    color: #fff;
    left: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    position: absolute;
    font-size: 14px;
    background: #3f423f;
    border-radius: 50%;
    line-height: 26px;
    cursor: pointer;
}

.bar .pause {
    display: none;
}

.bar .stop {
    left: auto;
    right: 0;
}

.bar .reps,
.bar .weight,
.bar .tempo,
.bar .video {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    margin: 0 auto;
    font-weight: bold;
    background: #3f423f;
    border-radius: 50%;
    text-align: center;
}

.bar .tempo {
    font-size: 14px;
}

.bar .video a {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background: url("/assets/app/img/video.svg") no-repeat 50% 50%;
    background-size: cover;
}

.page-workout .pages {
    top: 185px;
}

#workout .exercises {
    position: relative;
}

#workout .exercises div,
#training .exercises div {
    padding: 0;
}

#workout .exercises .row,
#training .exercises .row {
    height: 75px;
    padding: 10px;
    overflow: hidden;
    font-size: 12px;
}

#workout .exercises .row.end {
    height: auto;
    padding: 20px 10px;
}

#workout .exercises .row.active,
#training .exercises .row.active {
    background: #ed007d;
}

#workout .exercises .row .row,
#training .exercises .row .row {
    padding: 0;
}

#workout .exercises .nr,
#training .exercises .nr {
    color: #fff;
    width: 54px;
    height: 54px;
    font-size: 28px;
    line-height: 54px;
    font-weight: bold;
    background: #3f423f;
    border-radius: 50%;
    text-align: center;
}

#workout .exercises .name,
#training .exercises .name {
    padding-top: 7px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
 }

#workout .exercises .name em,
#training .exercises .name em {
    color: #888;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
 }

#workout .exercises .row.active .name,
#workout .exercises .row.active .name em,
#workout .exercises .row.active .subtitle,
#training .exercises .row.active .name,
#training .exercises .row.active .name em,
#training .exercises .row.active .subtitle {
    color: #fff;
 }

#workout .exercises .reps,
#workout .exercises .weight,
#training .exercises .reps,
#training .exercises .tempo {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    margin: 0 auto;
    font-weight: bold;
    background: #888;
    border-radius: 50%;
    text-align: center;
 }

 #training .exercises .reps {
    font-size: 15px;
 }

 #training .exercises .tempo {
    font-size: 15px;
 }

#workout .exercises .row.active .reps,
#workout .exercises .row.active .weight,
#training .exercises .row.active .reps,
#training .exercises .row.active .weight {
    background: #3f423f;
}

#workout .rest .line,
#training .rest .line {
    width: 100%;
    height: 32px;
    position: relative;
    background: #3f423f;
 }

#workout .rest .fill,
#training .rest .fill {
    top: 0;
    left: 0;
    width: auto;
    height: 32px;
    position: absolute;
    background: #ed007d;
 }

#workout .rest .seconds,
#training .rest .seconds {
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 32px;
    line-height: 32px;
    position: absolute;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
 }

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

 #workout .reps input,
 #workout .weight input {
    color: #fff;
    width: 90%;
    height: 100%;
    padding: 0;
    background: transparent;
    text-align: center;
 }

#workout .exercises .nr-WU .reps,
#workout .exercises .nr-WU .weight,
#workout .exercises .nr-WU .subtitle,
#workout .exercises .nr-R .reps,
#workout .exercises .nr-R .weight,
#workout .exercises .nr-R .subtitle,
#workout .exercises .nr-R .nr,
#training .exercises .nr-WU .reps,
#training .exercises .nr-WU .tempo,
#training .exercises .nr-WU .subtitle {
    display: none;
}

#workout .exercises .nr-R {
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    background: #888;
    overflow: hidden;
}

#workout .exercises .nr-R .row {
    height: auto;
    padding: 0;
}

#workout .exercises .nr-R .name,
#workout .exercises .nr-R .col-xs-6 {
    width: 100%;
    padding: 0;
    font-size: 10px;
    text-align: center;
}

#workout .exercises .nr-R .col-xs-2 {
    display: none;
}

#advise.page a {
    color: #ec008c;
    text-decoration: underline !important;
}

.iosslider {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.iosslider .slider {
    width: 100%;
    height: 100%;
}

.iosslider .slider .slide {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}

.iosslider .slider .slide img {
    margin: 0 auto;
}
