/************** @author: Akis Volanis *****************/
/* Bootstrap */
/************** @author: AKIS *****************/
@import url(https://fonts.googleapis.com/css?family=Lato:900,700,300);
/* 

  Fit-slider component variables

 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #e9e9e9;
  background-color: #0d0d0d; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #12beee;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0c86a7;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #0d0d0d;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fff;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #12beee; }

a.text-primary:hover,
a.text-primary:focus {
  color: #0e99bf; }

.text-success {
  color: #1db954; }

a.text-success:hover,
a.text-success:focus {
  color: #168d40; }

.text-info {
  color: #12beee; }

a.text-info:hover,
a.text-info:focus {
  color: #0e99bf; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #FF3B22; }

a.text-danger:hover,
a.text-danger:focus {
  color: #ee1b00; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #12beee; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0e99bf; }

.bg-success {
  background-color: #fff; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #e6e6e6; }

.bg-info {
  background-color: #fff; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #e6e6e6; }

.bg-warning {
  background-color: #fff; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e6e6e6; }

.bg-danger {
  background-color: #fff; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e6e6e6; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #121212;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #0d0d0d; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #fff; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #fff; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fff; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #fff; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #121212;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

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

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #292929; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #292929;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #1db954; }

.has-success .form-control {
  border-color: #1db954;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #168d40;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #57e589;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #57e589; }

.has-success .input-group-addon {
  color: #1db954;
  border-color: #1db954;
  background-color: #fff; }

.has-success .form-control-feedback {
  color: #1db954; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fff; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #FF3B22; }

.has-error .form-control {
  border-color: #FF3B22;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #ee1b00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9588;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff9588; }

.has-error .input-group-addon {
  color: #FF3B22;
  border-color: #FF3B22;
  background-color: #fff; }

.has-error .form-control-feedback {
  color: #FF3B22; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: white; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #12beee;
  border-color: #12beee; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0e99bf;
    border-color: #096078; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0e99bf;
    border-color: #0d91b6; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0e99bf;
    border-color: #0d91b6; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #0b7e9e;
      border-color: #096078; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #12beee;
    border-color: #12beee; }
  .btn-primary .badge {
    color: #12beee;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #1db954;
  border-color: #1db954; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #168d40;
    border-color: #0c4b22; }
  .btn-success:hover {
    color: #fff;
    background-color: #168d40;
    border-color: #15843c; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #168d40;
    border-color: #15843c; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #116e32;
      border-color: #0c4b22; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #1db954;
    border-color: #1db954; }
  .btn-success .badge {
    color: #1db954;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #12beee;
  border-color: #12beee; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0e99bf;
    border-color: #096078; }
  .btn-info:hover {
    color: #fff;
    background-color: #0e99bf;
    border-color: #0d91b6; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0e99bf;
    border-color: #0d91b6; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #0b7e9e;
      border-color: #096078; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #12beee;
    border-color: #12beee; }
  .btn-info .badge {
    color: #12beee;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f1981f;
  border-color: #f1981f; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d07d0d;
    border-color: #885209; }
  .btn-warning:hover {
    color: #fff;
    background-color: #d07d0d;
    border-color: #c6780c; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d07d0d;
    border-color: #c6780c; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #ae690b;
      border-color: #885209; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f1981f;
    border-color: #f1981f; }
  .btn-warning .badge {
    color: #f1981f;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #FF3B22;
  border-color: #FF3B22; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ee1b00;
    border-color: #a21200; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ee1b00;
    border-color: #e41a00; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ee1b00;
    border-color: #e41a00; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ca1700;
      border-color: #a21200; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #FF3B22;
    border-color: #FF3B22; }
  .btn-danger .badge {
    color: #FF3B22;
    background-color: #fff; }

.btn-link {
  color: #12beee;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0c86a7;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #121212;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #050505;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #12beee; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #292929;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eee; }
    .nav > li.disabled > a {
      color: #777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #12beee; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eee #eee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #292929;
      background-color: #0d0d0d;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #12beee; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #0d0d0d; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: rgba(18, 18, 18, 0.9);
  border-color: rgba(18, 18, 18, 0); }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9); }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0.9); }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: rgba(18, 18, 18, 0); }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: rgba(18, 18, 18, 0); }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.9); }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #12beee; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #0e99bf; }

.label-success {
  background-color: #1db954; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #168d40; }

.label-info {
  background-color: #12beee; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0e99bf; }

.label-warning {
  background-color: #f1981f; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #d07d0d; }

.label-danger {
  background-color: #FF3B22; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #ee1b00; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #12beee;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857;
  background-color: #0d0d0d;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #e9e9e9; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #12beee; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #fff;
  border-color: #f2f2f2;
  color: #1db954; }
  .alert-success hr {
    border-top-color: #e6e6e6; }
  .alert-success .alert-link {
    color: #168d40; }

.alert-info {
  background-color: #fff;
  border-color: #ededed;
  color: #12beee; }
  .alert-info hr {
    border-top-color: #e0e0e0; }
  .alert-info .alert-link {
    color: #0e99bf; }

.alert-warning {
  background-color: #fff;
  border-color: #f2f2f2;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #e6e6e6; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #fff;
  border-color: #f2f2f2;
  color: #FF3B22; }
  .alert-danger hr {
    border-top-color: #e6e6e6; }
  .alert-danger .alert-link {
    color: #ee1b00; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #12beee;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #1db954; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #12beee; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f1981f; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #FF3B22; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #12beee;
  border-color: #12beee; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #d0f2fc; }

.list-group-item-success {
  color: #1db954;
  background-color: #fff; }

a.list-group-item-success,
button.list-group-item-success {
  color: #1db954; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #1db954;
    background-color: #f2f2f2; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #1db954;
    border-color: #1db954; }

.list-group-item-info {
  color: #12beee;
  background-color: #fff; }

a.list-group-item-info,
button.list-group-item-info {
  color: #12beee; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #12beee;
    background-color: #f2f2f2; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #12beee;
    border-color: #12beee; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fff; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #f2f2f2; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #FF3B22;
  background-color: #fff; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #FF3B22; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #FF3B22;
    background-color: #f2f2f2; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #FF3B22;
    border-color: #FF3B22; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #121212;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #121212; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #12beee; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #12beee;
    border-color: #12beee; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #12beee; }
    .panel-primary > .panel-heading .badge {
      color: #12beee;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #12beee; }

.panel-success {
  border-color: #f2f2f2; }
  .panel-success > .panel-heading {
    color: #1db954;
    background-color: #fff;
    border-color: #f2f2f2; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f2f2f2; }
    .panel-success > .panel-heading .badge {
      color: #fff;
      background-color: #1db954; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f2f2f2; }

.panel-info {
  border-color: #ededed; }
  .panel-info > .panel-heading {
    color: #12beee;
    background-color: #fff;
    border-color: #ededed; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ededed; }
    .panel-info > .panel-heading .badge {
      color: #fff;
      background-color: #12beee; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ededed; }

.panel-warning {
  border-color: #f2f2f2; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fff;
    border-color: #f2f2f2; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f2f2f2; }
    .panel-warning > .panel-heading .badge {
      color: #fff;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f2f2f2; }

.panel-danger {
  border-color: #f2f2f2; }
  .panel-danger > .panel-heading {
    color: #FF3B22;
    background-color: #fff;
    border-color: #f2f2f2; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f2f2f2; }
    .panel-danger > .panel-heading .badge {
      color: #fff;
      background-color: #FF3B22; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f2f2f2; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.left-inner-addon {
  position: relative; }

.left-inner-addon input {
  padding-left: 30px; }

.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none; }

.btn {
  border-radius: 3px; }

/* Functions */
/* Mixins */
/************** @author: AKIS *****************/
/* 

 Usage example

.highlighted {
  @include animation("red-fade 2s ease-in 1");
}

@include keyframes("red-fade") {
  0% {background: rgba(221, 71, 39, 1);}
  100% {background: rgba(221, 71, 39, 0);}
} 

*/
/************** @author: AKIS *****************/
/* 

 Usage example

.highlighted {
  @include animation("red-fade 2s ease-in 1");
}

@include keyframes("red-fade") {
  0% {background: rgba(221, 71, 39, 1);}
  100% {background: rgba(221, 71, 39, 0);}
} 

*/
/************** @author: AKIS *****************/
/************** @author: AKIS *****************/
/************** @author: AKIS *****************/
/************** @author: AKIS *****************/
/************** @author: AKIS *****************/
/* 
  Example
  a {
    color: gray;
    @include transition(color .3s ease);
    &:hover {
      color: black;
    }
  }
 */
/************** @author: AKIS *****************/
/************* @author: AKIS *****************/
/* Mixin for retina.js */
/************** @author: AKIS *****************/
/****  Margin  ****/
.m-auto {
  margin: auto; }

.m-center {
  margin: 0 auto; }

.m-0 {
  margin: 0 !important; }

.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px !important; }

.m-20 {
  margin: 20px !important; }

/****  Margin Top  ****/
.m-t-0 {
  margin-top: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-t-60 {
  margin-top: 60px !important; }

/****  Margin Bottom  ****/
.m-b-0 {
  margin-bottom: 0px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-6 {
  margin-bottom: 6px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-12 {
  margin-bottom: 12px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-b-60 {
  margin-bottom: 60px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-b-140 {
  margin-bottom: 140px !important; }

.m-b-80 {
  margin-bottom: 80px !important; }

.m-b-245 {
  margin-bottom: 245px !important; }

.m-b-245 {
  margin-bottom: 245px !important; }

.m-b-m30 {
  margin-bottom: -30px !important; }

.m-b-m50 {
  margin-bottom: -50px !important; }

/****  Margin Left  ****/
.m-l-5 {
  margin-left: 5px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.m-l-60 {
  margin-left: 60px !important; }

/****  Margin Right  ****/
.m-r-5 {
  margin-right: 5px !important; }

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

.m-r-15 {
  margin-right: 15px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-r-60 {
  margin-right: 60px !important; }

/****  Padding  ****/
.p-0 {
  padding: 0 !important; }

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-30 {
  padding: 30px !important; }

.p-40 {
  padding: 40px !important; }

/****  Padding Top  ****/
.p-t-0 {
  padding-top: 0 !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-t-32 {
  padding-top: 32px !important; }

.p-t-40 {
  padding-top: 40px !important; }

/****  Padding Bottom  ****/
.p-b-0 {
  padding-bottom: 0 !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-b-60 {
  padding-bottom: 60px !important; }

/****  Padding Left  ****/
.p-l-0 {
  padding-left: 0px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-l-30 {
  padding-left: 30px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.p-l-60 {
  padding-right: 60px !important; }

/* Padding Right  ****/
.p-r-0 {
  padding-right: 0px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-r-15 {
  padding-left: 15px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-r-60 {
  padding-right: 60px !important; }

/****  Border Radius  ****/
.bd-0 {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.bd-2 {
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important; }

/****  Border Radius  ****/
.no-bd {
  border: none !important;
  box-shadow: none; }

.no-bd-left {
  border-left: none !important; }

.no-bd-right {
  border-right: none !important; }

/****  Background Colors  ****/
.bg-transparent {
  background-color: transparent !important; }

.bg-general {
  background-color: #f4f5f1 !important; }

.bg-gray {
  background-color: #b6b6b6 !important; }

.bg-gray-light {
  background-color: #ECECEC !important; }

.bg-red {
  background-color: #C75757 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-green {
  background-color: #79a242 !important; }

.bg-blue {
  background-color: #0090D9 !important; }

.bg-orange {
  background-color: #f1981f !important; }

.bg-purple {
  background-color: #B57EE0 !important; }

.bg-dark {
  background-color: #424143 !important; }

.bg-opacity-20 {
  background-color: rgba(0, 0, 0, 0.2); }

/****  Opacity  ****/
.opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0); }

.opacity-1 {
  opacity: 1;
  filter: alpha(opacity=100); }

.opacity-1-anim {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease; }

/****  Width  ****/
.width-50p {
  width: 50% !important; }

.width-100p {
  width: 100% !important; }

/****  Postion  ****/
.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.dis-inline {
  display: inline; }

.dis-inline-b {
  display: inline-block !important; }

.dis-block {
  display: block !important; }

.f-left {
  float: left !important; }

.f-right {
  float: right !important; }

.cursor-pointer {
  cursor: pointer; }

.underline {
  text-decoration: underline !important; }

code {
  padding: 2px 8px 2px 4px;
  font-size: 90%;
  color: #2A465C;
  background-color: #D5E9FF;
  white-space: nowrap;
  border-radius: 4px; }

.line-separator {
  border-right: 1px solid #DBE2E7; }

a, a:focus, a:hover, a:active {
  outline: 0; }

/****  Font Size  ****/
.f-8 {
  font-size: 8px !important; }

.f-10 {
  font-size: 10px !important; }

.f-12 {
  font-size: 12px !important; }

.f-14 {
  font-size: 14px !important; }

.f-15 {
  font-size: 15px !important; }

.f-16 {
  font-size: 16px !important; }

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

.f-20 {
  font-size: 20px !important; }

.f-24 {
  font-size: 24px !important; }

.f-28 {
  font-size: 28px !important; }

.f-32 {
  font-size: 32px !important; }

.f-40 {
  font-size: 40px !important; }

.f-60 {
  font-size: 60px !important; }

.f-65 {
  font-size: 65px !important; }

.f-80 {
  font-size: 80px !important; }

.f-150 {
  font-size: 150px !important; }

/****  Font Weight  ****/
.w-300 {
  font-weight: 300 !important; }

.w-500 {
  font-weight: 500 !important; }

.w-600 {
  font-weight: 600 !important; }

.w-700 {
  font-weight: 700 !important; }

/****  Font Color  ****/
.c-red {
  color: #FF3B22 !important; }

.c-blue {
  color: #12beee !important; }

.c-purple {
  color: #9474b4 !important; }

.c-brown {
  color: #9E7B2E !important; }

.c-orange {
  color: #f1981f !important; }

.c-green {
  color: #1db954 !important; }

.c-gray-light {
  color: #D8D8D8 !important; }

.c-gray {
  color: #A6A6A6 !important; }

.c-dark {
  color: #545454 !important; }

.c-white {
  color: #fff !important; }

.transparent-color {
  color: rgba(0, 0, 0, 0.2); }

.line-through {
  text-decoration: line-through; }

.t-ellipsis {
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden; }

.asterisk {
  color: #f37135; }

hr {
  border-top: 1px solid #cbcfcd;
  margin-top: 10px;
  margin-bottom: 10px; }

.solid-b {
  border-bottom: 2px solid #9474b4; }

.solid-t {
  border-top: 2px solid #9474b4; }

.dotted-b {
  border-bottom: 2px dotted #9474b4; }

.dotted-t {
  border-top: 2px dotted #9474b4; }

.dashed {
  border: 2px dashed #9474b4; }

.no-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.btn-social {
  position: relative;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis; }

.btn-social.loading {
  padding-left: 12px !important;
  text-align: center !important; }

.btn-social i.fa.fa-facebook {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 42px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  padding-top: 5px; }

.btn-social.btn-sm, .btn-group-sm > .btn-social.btn {
  padding-left: 38px; }

.btn-social.btn-sm > :first-child, .btn-group-sm > .btn-social.btn > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em; }

.btn-social.btn-xs, .btn-group-xs > .btn-social.btn {
  padding-left: 30px; }

.btn-social.btn-xs > :first-child, .btn-group-xs > .btn-social.btn > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em; }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none; }

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff; }

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none; }

.btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled:active, .btn-google[disabled]:active, fieldset[disabled] .btn-google:active, .btn-google.disabled.active, .btn-google[disabled].active, fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff; }

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none; }

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2); }

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff; }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border: 2px solid #888888;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .btn-transparent:hover, .btn-transparent:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: #fff; }
  .btn-transparent.no-bg:hover, .btn-transparent.no-bg:focus {
    background-color: transparent; }

.btn-purple {
  color: #fff;
  background-color: #5744bd;
  border-color: #5744bd;
  border: 2px solid #5744bd;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .btn-purple:hover, .btn-purple:focus {
    color: #fff;
    background-color: rgba(87, 68, 189, 0.8);
    border-color: #fff; }
  .btn-purple.no-bg:hover, .btn-purple.no-bg:focus {
    background-color: #5744bd; }

.no-bg {
  background-color: transparent !important; }

.valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.valign-wrapper .valign {
  display: block; }

button.facebook-btn, button.google-plus-btn, button.email-btn {
  border: 0;
  background-color: transparent; }

button.facebook-btn img, button.google-plus-btn img, button.email-btn img {
  width: 34px;
  height: 34px; }

div.social-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 2px; }

.social-btn .facebook-btn {
  width: 32px;
  height: 32px;
  background: url(img/social/facebook.png) top left no-repeat; }

.social-btn .google-plus-btn {
  width: 32px;
  height: 32px;
  background: url(img/social/googleplus.png) top left no-repeat; }

.social-btn .email-btn {
  width: 32px;
  height: 32px;
  background: url(img/social/mail.png) top left no-repeat; }

.social-btn .link-btn {
  width: 32px;
  height: 32px;
  background: url(img/social/share.png) top left no-repeat;
  border: none !important; }

.social-btn .facebook-btn:hover, .social-btn .email-btn:hover, .social-btn .link-btn:hover, .social-btn .google-plus-btn:hover {
  background-position: 0px -32px; }

/****  Custom Scrollbar Browser  ****/
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background-color: #292929;
  border: none; }

::-webkit-scrollbar-thumb {
  background-color: #777; }

::-webkit-scrollbar-thumb:hover {
  background-color: #00B9E7; }

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0; }

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  box-shadow: none;
  border: 0; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes heartbeat {
  80% {
    transform: scale(1, 1); }
  85% {
    transform: scale(1.2, 1.2); }
  90% {
    transform: scale(1, 1); }
  95% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

@-webkit-keyframes heartbeat {
  80% {
    transform: scale(1, 1); }
  85% {
    transform: scale(1.2, 1.2); }
  90% {
    transform: scale(1, 1); }
  95% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

/************** @author: AKIS *****************/
/* ---------------------------------------------------------------------- */
/*  Preloader
/* ---------------------------------------------------------------------- */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.8); }

#hoolio-preloader {
  position: absolute;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: initial !important; }

.centered-preloader {
  position: relative;
  height: 500px;
  width: 100%; }

#hoolio-preloader .curve {
  margin: 0 auto;
  position: absolute;
  border-top-left-radius: 200px;
  float: left;
  margin-left: 100px; }

#hoolio-preloader .curve1 {
  width: 40px;
  height: 40px;
  top: -65px;
  left: -95px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  -webkit-animation: blink 1s infinite 400ms;
  animation: blink 1s infinite 400ms; }

#hoolio-preloader .curve2 {
  width: 28px;
  height: 28px;
  top: -43px;
  left: -89px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  -webkit-animation: blink 1s infinite 200ms;
  animation: blink 1s infinite 100ms; }

#hoolio-preloader .top1 {
  position: absolute;
  width: 5px;
  height: 10px;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto; }

#hoolio-preloader .top2 {
  position: absolute;
  width: 25px;
  height: 5px;
  top: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

#hoolio-preloader .left {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 0px;
  left: -48px;
  right: 0;
  margin: 0 auto;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

#hoolio-preloader .hour {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: circel_move 1s infinite linear;
  animation: circel_move 1s infinite linear;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

#hoolio-preloader .hour:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 5px;
  top: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.brand-theme #hoolio-preloader {
  border: 5px solid #12beee; }

.brand-theme #hoolio-preloader .curve {
  border-top: 5px solid #12beee;
  border-left: 5px solid #12beee; }

.brand-theme #hoolio-preloader .top1 {
  background: #12beee; }

.brand-theme #hoolio-preloader .top2 {
  background: #12beee; }

.brand-theme #hoolio-preloader .left {
  background: #12beee; }

.brand-theme #hoolio-preloader .hour:before {
  background: #12beee; }

.white-theme #hoolio-preloader {
  border: 5px solid #fff; }

.white-theme #hoolio-preloader .curve {
  border-top: 5px solid #12beee;
  border-left: 5px solid #12beee; }

.white-theme #hoolio-preloader .top1 {
  background: #fff; }

.white-theme #hoolio-preloader .top2 {
  background: #fff; }

.white-theme #hoolio-preloader .left {
  background: #fff; }

.white-theme #hoolio-preloader .hour:before {
  background: #fff; }

.trasparent-overlay.loading-overlay {
  background-color: transparent; }

.locked-view-msg {
  position: absolute;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center !important; }
  .locked-view-msg .msg {
    margin-top: 70px;
    color: #fff; }

/************** @author: Akis Volanis *****************/
/* Pages */
.navbar {
  margin-bottom: 0px; }
  .navbar .container-fluid {
    text-align: center; }

.navbar-brand {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0px; }
  .navbar-brand img {
    width: 121px;
    height: 33px; }

.navbar-inverse {
  height: 100px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 10%, transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 10%, transparent);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .navbar-inverse > .container-fluid {
    margin-top: 25px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .navbar-inverse .navbar-right .dropdown.user-item {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: transparent;
    color: #fff; }
  .navbar-inverse .navbar-right .dropdown.user-item:hover, .navbar-inverse .navbar-right .dropdown.user-item:focus {
    background-color: transparent;
    color: #12beee; }
  .navbar-inverse .navbar-right .dropdown.user-item a.dropdown-toggle {
    color: #fff; }
  .navbar-inverse .navbar-right .dropdown.user-item .fa.fa-angle-down {
    display: none; }
  .navbar-inverse .navbar-header {
    margin-left: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .navbar-inverse .navbar-left {
    margin-left: 100px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .navbar-inverse .navbar-right {
    margin-right: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .navbar-inverse .navbar-right .dropdown.user-item.open > a, .navbar-inverse .navbar-right .dropdown.user-item.open > a:hover, .navbar-inverse .navbar-right .dropdown.user-item {
    min-width: 160px; }
    .navbar-inverse .navbar-right .dropdown.user-item.open > a.open > a:focus, .navbar-inverse .navbar-right .dropdown.user-item.open > a:hover.open > a:focus, .navbar-inverse .navbar-right .dropdown.user-item.open > a:focus {
      border-radius: 8px 8px 0 0; }
  .navbar-inverse .navbar-right .dropdown.user-item, .navbar-inverse .navbar-right .dropdown.user-item .dropdown-menu {
    border-radius: 0 0 8px 8px; }
  .navbar-inverse .search-form .form-group span.form-control-feedback {
    font-size: 28px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .navbar-inverse .navbar-nav.navbar-left li a {
    font-weight: 300;
    font-size: 24px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .navbar-inverse .navbar-nav > li.login-btn > a {
    color: #fff; }
  .navbar-inverse ::-webkit-input-placeholder {
    color: #fff; }
  .navbar-inverse :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .navbar-inverse ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .navbar-inverse :-ms-input-placeholder {
    color: #fff; }

.navbar-inverse.head-opaque {
  height: 50px;
  background-color: rgba(18, 18, 18, 0.9);
  border-color: rgba(18, 18, 18, 0); }
  .navbar-inverse.head-opaque > .container-fluid {
    margin-top: 0px; }
  .navbar-inverse.head-opaque .navbar-right .dropdown.user-item {
    background-color: #fff;
    color: inherit; }
  .navbar-inverse.head-opaque .navbar-right .dropdown.user-item:hover, .navbar-inverse.head-opaque .navbar-right .dropdown.user-item:focus {
    background-color: #12beee;
    color: #fff; }
  .navbar-inverse.head-opaque .navbar-right .dropdown.user-item a.dropdown-toggle {
    color: #000; }
  .navbar-inverse.head-opaque .navbar-right .dropdown.user-item .fa.fa-angle-down {
    display: block; }
  .navbar-inverse.head-opaque .navbar-header {
    margin-left: 0px; }
  .navbar-inverse.head-opaque .navbar-left {
    margin-left: -15px; }
  .navbar-inverse.head-opaque .navbar-right {
    margin-right: -15px; }
  .navbar-inverse.head-opaque .navbar-right .dropdown.user-item.open > a, .navbar-inverse.head-opaque .navbar-right .dropdown.user-item.open > a:hover, .navbar-inverse.head-opaque .navbar-right .dropdown.user-item.open > a:focus {
    border-radius: 0 0 0 8px; }
  .navbar-inverse.head-opaque .navbar-right .dropdown.user-item, .navbar-inverse.head-opaque .navbar-right .dropdown.user-item .dropdown-menu {
    border-radius: 8px; }
  .navbar-inverse.head-opaque .search-form .form-group span.form-control-feedback {
    font-size: 20px; }
  .navbar-inverse.head-opaque .navbar-nav.navbar-left li a {
    font-weight: 300;
    font-size: initial; }
  .navbar-inverse.head-opaque .navbar-nav > li.login-btn > a {
    color: #9d9d9d; }
  .navbar-inverse.head-opaque ::-webkit-input-placeholder {
    color: #9d9d9d; }
  .navbar-inverse.head-opaque :-moz-placeholder {
    /* Firefox 18- */
    color: #9d9d9d; }
  .navbar-inverse.head-opaque ::-moz-placeholder {
    /* Firefox 19+ */
    color: #9d9d9d; }
  .navbar-inverse.head-opaque :-ms-input-placeholder {
    color: #9d9d9d; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent; }

/* Small devices (mobiles, 767px) */
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav > li > a {
    color: #000 !important; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #12beee; } }

.navbar-fixed-top {
  border-width: 0; }
  .navbar-fixed-top .fullscreen-btn {
    float: right;
    height: 50px;
    margin-right: 20px; }

.trial-bar {
  display: inline;
  line-height: 50px; }
  .trial-bar .btn {
    padding: 4px 12px;
    border: 1px solid #fff; }
    .trial-bar .btn:hover {
      background-color: #12beee;
      border-color: #12beee; }

.collapse.navbar-collapse {
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .collapse.navbar-collapse {
      float: right; } }

@media (min-width: 768px) {
  .navbar-inverse.head-opaque .navbar-nav.navbar-left {
    margin-left: 0; } }

.navbar-inverse .navbar-nav.navbar-left {
  position: relative;
  left: auto;
  text-align: left;
  background: #fff;
  margin-top: 0;
  margin-bottom: 0; }
  .navbar-inverse .navbar-nav.navbar-left li a {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .navbar-inverse .navbar-nav.navbar-left li a.active {
      color: #12beee; }
  .navbar-inverse .navbar-nav.navbar-left li:hover a {
    color: #fff !important; }
  @media (min-width: 768px) {
    .navbar-inverse .navbar-nav.navbar-left {
      position: absolute;
      left: 140px;
      text-align: center;
      background: transparent;
      margin-top: inherit;
      margin-bottom: inherit; } }

.navbar-right {
  text-align: left;
  /* .signup-btn {
    .btn.btn-success {
      min-width: 150px;
      color: #fff;
      border-radius: 0 0 0 8px;
      border: none;
      @include transition(color 0.3s ease);
      @include transition(background-color 0.3s ease);

      &.active {
        display: none;
      }

      &:hover {
        background-color: #fff;
        color: $gray;
      }

      @media (max-width: $screen-sm-min - 1) {
        border-radius: 0;
      }
    }
  } */
  /* Small devices (mobiles, 767px) */ }
  .navbar-right .signup-btn {
    padding-top: 5px;
    padding-right: 10px; }
    .navbar-right .signup-btn .visible-xs-block {
      color: #000; }
      .navbar-right .signup-btn .visible-xs-block:hover, .navbar-right .signup-btn .visible-xs-block:focus {
        color: #12beee; }
    .navbar-right .signup-btn .btn {
      padding: 7px 20px;
      border: 2px solid #12beee;
      border-radius: 6px;
      border-color: #12beee;
      color: #fff; }
      .navbar-right .signup-btn .btn:hover {
        background-color: #12beee; }
        .navbar-right .signup-btn .btn:hover small {
          color: #fff; }
    .navbar-right .signup-btn small {
      position: absolute;
      right: 16px;
      bottom: -4px;
      font-size: 8px;
      color: #12beee;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
  .navbar-right .dropdown.user-item {
    background-color: #fff;
    color: inherit;
    border-radius: 0 0 0 8px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    /* Small devices (mobiles, 767px) */ }
    .navbar-right .dropdown.user-item:hover, .navbar-right .dropdown.user-item:focus {
      background-color: #12beee;
      color: #fff; }
    .navbar-right .dropdown.user-item .dropdown-menu {
      margin-top: 0px;
      margin-right: 0px;
      border-radius: 8px;
      left: 0;
      right: 0px;
      /* Small devices (mobiles, 767px) */ }
      .navbar-right .dropdown.user-item .dropdown-menu > li > a {
        color: #000;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; }
      .navbar-right .dropdown.user-item .dropdown-menu > li > a:hover, .navbar-right .dropdown.user-item .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #12beee;
        background-color: #fff; }
      @media (max-width: 767px) {
        .navbar-right .dropdown.user-item .dropdown-menu {
          border-radius: 0;
          background-color: #fff; }
          .navbar-right .dropdown.user-item .dropdown-menu > li > a:hover, .navbar-right .dropdown.user-item .dropdown-menu > li > a:focus {
            color: #12beee;
            background-color: #fff; } }
    @media (max-width: 767px) {
      .navbar-right .dropdown.user-item {
        border-radius: 0;
        background-color: inherit; } }
    .navbar-right .dropdown.user-item a.dropdown-toggle {
      position: relative;
      height: 50px;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-right: 0px;
      color: #000;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease;
      /* Small devices (mobiles, 767px) */ }
      @media (max-width: 767px) {
        .navbar-right .dropdown.user-item a.dropdown-toggle {
          color: #000; } }
    .navbar-right .dropdown.user-item .user-name {
      float: left;
      margin-top: 14px;
      margin-right: 30px; }
    .navbar-right .dropdown.user-item .fa.fa-angle-down {
      float: right;
      height: 100%;
      background-color: #292929;
      padding: 14px 16px;
      color: #fff;
      font-size: 24px;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .navbar-right .dropdown.user-item > a:hover {
      color: #fff; }
      .navbar-right .dropdown.user-item > a:hover .fa.fa-angle-down {
        color: #12beee; }
    .navbar-right .dropdown.user-item.open > a, .navbar-right .dropdown.user-item.open > a:hover, .navbar-right .dropdown.user-item.open > a:focus {
      background-color: #12beee;
      border-radius: 0 0 0 8px;
      color: #fff;
      /* Small devices (mobiles, 767px) */ }
      @media (max-width: 767px) {
        .navbar-right .dropdown.user-item.open > a, .navbar-right .dropdown.user-item.open > a:hover, .navbar-right .dropdown.user-item.open > a:focus {
          border-radius: 0; } }
      .navbar-right .dropdown.user-item.open > a .fa.fa-angle-down, .navbar-right .dropdown.user-item.open > a:hover .fa.fa-angle-down, .navbar-right .dropdown.user-item.open > a:focus .fa.fa-angle-down {
        color: #12beee; }
  .navbar-right.isMobile > li > a, .navbar-right.isMobile > li > a:hover, .navbar-right.isMobile > li > a:focus {
    color: #000; }
  @media (max-width: 767px) {
    .navbar-right {
      margin-top: 0;
      margin-bottom: 0;
      background-color: #fff; } }

.profile-image {
  padding-left: 15px; }
  .profile-image .avatar-img {
    position: relative;
    top: 9px;
    float: left;
    left: -10px; }
    .profile-image .avatar-img .circle-spinner {
      border-color: #12beee;
      border-right-color: transparent; }

.main-outlet.container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

.global-flashes-container {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  top: 10px;
  z-index: 1100; }
  .global-flashes-container .alert {
    text-align: center;
    min-width: 250px;
    max-width: 600px;
    -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.66);
    border: 2px solid #282828;
    border-radius: 8px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
    .global-flashes-container .alert p {
      font-weight: 700; }
  .global-flashes-container .alert-success {
    color: #12beee; }

.skip-btn {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 24px;
  font-weight: 300;
  padding: 8px 15px 0 15px;
  color: #777;
  width: 80px; }

.bottom-info {
  height: 500px; }

.mobile-search-btn {
  position: relative;
  top: 10px;
  right: -40px;
  color: #fff;
  font-size: 22px; }

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  top: 9px;
  right: 20px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .search-form .form-group.isMobile {
    float: none !important;
    margin: 20px auto;
    top: inherit;
    right: inherit; }

.search-form .form-group input.form-control {
  padding: 6px 20px 6px 12px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display: block;
  color: #fff;
  z-index: 1; }
  .search-form .form-group input.form-control.isMobile {
    padding: 6px 12px; }

.search-form .form-group:hover,
.search-form .form-group:focus,
.search-form .form-group.hover {
  width: 260px;
  border-bottom: 1px solid white; }

.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  left: initial;
  font-size: 20px; }
  .search-form .form-group span.form-control-feedback.clear-btn {
    pointer-events: inherit;
    cursor: pointer; }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  top: 8px;
  right: 10px;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 38px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 18px;
  left: 4px;
  right: 4px;
  height: 2px;
  background: white; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -8px; }

.c-hamburger span::after {
  bottom: -8px; }

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -ms-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx[aria-expanded="true"] span {
  background: none; }

.c-hamburger--htx[aria-expanded="true"] span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-hamburger--htx[aria-expanded="true"] span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-hamburger--htx[aria-expanded="true"] span::before,
.c-hamburger--htx[aria-expanded="true"] span::after {
  transition-delay: 0s, 0.3s; }

.library-page {
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .library-page .locked {
    display: none;
    margin-left: -15px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(13, 13, 13, 0.9);
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .library-page .locked .hide-btn {
      position: relative;
      color: #fff;
      top: 40px;
      font-size: 30px;
      font-weight: 700; }
      .library-page .locked .hide-btn:hover, .library-page .locked .hide-btn:focus {
        background-color: #12beee; }
  .library-page #fu > .fit-slider-item {
    width: 345px;
    height: 198px; }
  .library-page .card-block {
    padding: 16px; }
  .library-page .fit-slider {
    margin: 3vw 0; }
  .library-page .fit-slider-container .fit-slider:first-child {
    margin: 1.5vw 0 3vw 0; }
  .library-page .circle-spinner {
    position: relative;
    height: 60px;
    width: 60px;
    animation: rotate 0.8s infinite linear;
    border: 2px solid #12beee;
    border-right-color: transparent;
    border-radius: 50%;
    margin: 60px auto; }
  @media (min-width: 768px) {
    .library-page {
      padding-top: 100px; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fitnessplans-page {
  padding-left: 15px;
  padding-right: 15px;
  /* Small devices (mobiles, 767px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .fitnessplans-page .top-header {
    position: relative;
    border-radius: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    min-height: 300px;
    max-height: 480px; }
    .fitnessplans-page .top-header img.top-header-img {
      width: 100%;
      z-index: -1;
      max-height: 480px;
      min-width: 880px; }
    .fitnessplans-page .top-header img.top-header-people {
      position: absolute;
      bottom: 0px;
      right: 10%; }
    .fitnessplans-page .top-header .copy {
      z-index: 1;
      top: 25%;
      left: 10%;
      width: 100%;
      position: absolute; }
    .fitnessplans-page .top-header .slider-title {
      color: #e9e9e9;
      position: absolute;
      bottom: 0px;
      left: 15px; }
  @media (max-width: 767px) {
    .fitnessplans-page {
      padding-bottom: 70px; }
      .fitnessplans-page .top-header .copy {
        /* h1 {
        font-size: 32px;
        font-weight: 700;
      } */ }
      .fitnessplans-page .video-thumb {
        margin: 0 auto; } }
  @media (min-width: 768px) {
    .fitnessplans-page .top-header .copy {
      /* h1 {
        font-size: 42px;
        font-weight: 700;
      } */ }
    .fitnessplans-page .fit-slider-container.is-expanded {
      padding-bottom: 534px; } }
  @media (min-width: 992px) {
    .fitnessplans-page .top-header .copy {
      /* h1 {
        font-size: 52px;
        font-weight: 700;
      } */ } }
  .fitnessplans-page .btn.join-btn.fixed-bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
    border-radius: 0px; }
  .fitnessplans-page .fitnessplans.fit-slider {
    margin-top: 5px; }
    .fitnessplans-page .fitnessplans.fit-slider .fit-slider-expanded-data-container {
      padding: 0; }

h1.fitnessplan-header-copy-h1 {
  font-size: 52px;
  font-weight: 900; }

@media (max-width: 767px) {
  h1.fitnessplan-header-copy-h1 {
    font-size: 32px;
    font-weight: 700; } }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1.fitnessplan-header-copy-h1 {
    font-size: 42px;
    font-weight: 900; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h1.fitnessplan-header-copy-h1 {
    font-size: 52px;
    font-weight: 800; } }

.login-page, .register-page {
  padding-top: 30px; }
  .login-page label, .register-page label {
    font-weight: 300; }
  .login-page .title, .register-page .title {
    margin: 0 auto 10px auto;
    max-width: 480px; }
  .login-page .alert, .register-page .alert {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px; }
  .login-page .hoolio-logo > img, .register-page .hoolio-logo > img {
    width: 121px;
    height: 33px; }
  .login-page #login-modal-form, .login-page #register-modal-form, .login-page .social-login, .register-page #login-modal-form, .register-page #register-modal-form, .register-page .social-login {
    margin: 0px auto;
    max-width: 400px; }
  .login-page .btn.btn-success, .register-page .btn.btn-success {
    min-width: 130px; }
  .login-page .forgot-pass, .register-page .forgot-pass {
    margin-top: 10px; }
  .login-page hr, .login-page .register hr, .register-page hr, .register-page .register hr {
    margin-top: 30px;
    margin-bottom: 0px;
    border-top: 1px #777 solid; }
  .login-page .divider, .login-page .register .divider, .register-page .divider, .register-page .register .divider {
    width: 60px;
    background-color: #222222;
    margin: 0 auto;
    position: relative;
    top: -20px;
    color: #777;
    line-height: 30px;
    text-align: center;
    font-size: 30px; }
  .login-page .signup-link, .register-page .signup-link {
    margin-top: 20px; }

.workout-page {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .workout-page .animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s; }
    .workout-page .animated.slideInRight {
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }
  .workout-page.mouse-moved .workout-navbar {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000; }
  .workout-page.mouse-moved .workout-footer {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000; }
  .workout-page.mouse-moved.horizontal-layout .two-users .OT_publisher .OT_edge-bar-item.OT_mode-on, .workout-page.mouse-moved.horizontal-layout .three-users .OT_publisher .OT_edge-bar-item.OT_mode-on {
    top: 60px; }
  .workout-page.player-paused .workout-navbar {
    background-color: rgba(0, 0, 0, 0.4); }
  .workout-page.player-paused .workout-footer {
    background-color: rgba(0, 0, 0, 0.4); }
  .workout-page.player-paused.horizontal-layout .two-users .OT_publisher .OT_edge-bar-item.OT_mode-on, .workout-page.player-paused.horizontal-layout .three-users .OT_publisher .OT_edge-bar-item.OT_mode-on {
    top: 60px; }
  .workout-page .workout-navbar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
    background-color: transparent;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
    .workout-page .workout-navbar:hover, .workout-page .workout-navbar:focus {
      background-color: rgba(0, 0, 0, 0.4); }
    .workout-page .workout-navbar .header-btn {
      border-radius: 0;
      height: 60px;
      font-size: calc(60px / 3.3); }
      .workout-page .workout-navbar .header-btn .btn-text {
        line-height: 30px;
        margin-left: 10px; }
    .workout-page .workout-navbar .back-btn {
      position: relative;
      float: left;
      width: 60px;
      font-size: calc(60px / 1.5);
      padding: 0 12px; }
    .workout-page .workout-navbar .finish-btn {
      position: relative;
      float: right;
      font-size: calc(60px / 2.5);
      color: #fff;
      background-color: #12beee;
      padding: 0 30px; }
    .workout-page .workout-navbar .hoolio-brand {
      display: block;
      height: 60px;
      float: left; }
      .workout-page .workout-navbar .hoolio-brand img {
        width: 121px;
        height: 33px;
        margin: calc((60px - 33px)/2) 10px; }
    .workout-page .workout-navbar .centered-actions {
      display: inline-block; }
      .workout-page .workout-navbar .centered-actions .dropdown {
        display: inline-block; }
        .workout-page .workout-navbar .centered-actions .dropdown .dropdown-menu {
          color: #fff;
          border-radius: 0;
          background-color: rgba(0, 0, 0, 0.4);
          padding: 0 0 10px 0;
          text-align: center;
          font-size: 14px;
          margin: 7px 5px 0 0px;
          left: -100px;
          -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
          /* Small devices (tablets, 768px and up) */ }
          .workout-page .workout-navbar .centered-actions .dropdown .dropdown-menu > li button.btn {
            min-width: 130px; }
          @media (min-width: 768px) {
            .workout-page .workout-navbar .centered-actions .dropdown .dropdown-menu {
              left: 0px; } }
        .workout-page .workout-navbar .centered-actions .dropdown .dropdown-copy {
          background-color: rgba(255, 255, 255, 0.1);
          padding: 10px; }
          .workout-page .workout-navbar .centered-actions .dropdown .dropdown-copy h4 {
            font-weight: 700; }
        .workout-page .workout-navbar .centered-actions .dropdown .dropdown-image {
          padding: 10px; }
          .workout-page .workout-navbar .centered-actions .dropdown .dropdown-image img {
            display: block;
            margin: 5px auto 10px auto; }
            .workout-page .workout-navbar .centered-actions .dropdown .dropdown-image img.social-img {
              width: 84px;
              height: 62px; }
            .workout-page .workout-navbar .centered-actions .dropdown .dropdown-image img.posture-img {
              width: 126px;
              height: 80px; }
      .workout-page .workout-navbar .centered-actions .header-btn.dropdown-toggle {
        background-color: rgba(255, 255, 255, 0.1);
        width: 60px;
        /* Small devices (tablets, 768px and up) */ }
        @media (min-width: 768px) {
          .workout-page .workout-navbar .centered-actions .header-btn.dropdown-toggle {
            width: 200px; } }
    .workout-page .workout-navbar .layout-btn img.horizontal-img {
      width: 28px;
      height: 17px; }
    .workout-page .workout-navbar .layout-btn img.vertical-img {
      width: 22px;
      height: 23px; }
    .workout-page .workout-navbar .fullscreen-btn {
      position: relative;
      float: right;
      margin: 0px;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .workout-page .workout-navbar .fullscreen-btn:hover {
        color: #12beee; }
      .workout-page .workout-navbar .fullscreen-btn img {
        width: 32px;
        height: 26px; }
  .workout-page .hoolio-brand-fullscreen {
    display: block;
    height: 60px;
    position: absolute;
    z-index: 999; }
    .workout-page .hoolio-brand-fullscreen.horizontal-layout {
      top: 0px;
      left: 0px;
      right: initial;
      bottom: initial; }
      .workout-page .hoolio-brand-fullscreen.horizontal-layout.two-users, .workout-page .hoolio-brand-fullscreen.horizontal-layout.three-users {
        top: initial;
        left: initial;
        right: 0px;
        bottom: 0px; }
    .workout-page .hoolio-brand-fullscreen.vertical-layout {
      top: 0px;
      left: 0px;
      right: initial;
      bottom: initial; }
    .workout-page .hoolio-brand-fullscreen img {
      width: 121px;
      height: 33px;
      margin: calc((60px - 33px)/2) 10px; }
  .workout-page .fullscreen-small-btn {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 999; }
    .workout-page .fullscreen-small-btn img {
      width: 32px;
      height: 26px; }
  .workout-page .workout-main {
    position: absolute;
    width: 100%;
    /* .left-sidebar, .right-sidebar {
      position: absolute;
      top: 0;
      background-color: rgba(0,0,0,0.4);
    }

    .left-sidebar {
      left: 0px;
      width: $workout-left-sidebar-width;
      height: 100%;
    }

    .right-sidebar {
      right: 0px;
      width: $workout-right-sidebar-width;
      height: 100%;
    } */ }
    .workout-page .workout-main.youtube {
      top: 60px;
      height: calc(100% - 60px - 100px); }
    .workout-page .workout-main.kaltura {
      top: 0px;
      height: 100%; }
    .workout-page .workout-main .webrtc-container.horizontal-layout {
      float: left;
      width: 0; }
    .workout-page .workout-main .webrtc-container.vertical-layout {
      float: none;
      width: 100%; }
    .workout-page .workout-main .player-container.horizontal-layout {
      float: right;
      width: 100%; }
    .workout-page .workout-main .player-container.vertical-layout {
      float: none;
      width: 100%; }
    .workout-page .workout-main.horizontal-layout.one-user .webrtc-container {
      width: 40%; }
    .workout-page .workout-main.horizontal-layout.one-user .player-container {
      width: calc(100% - 40%); }
    .workout-page .workout-main.horizontal-layout.two-users .webrtc-container {
      width: 35%; }
    .workout-page .workout-main.horizontal-layout.two-users .player-container {
      width: calc(100% - 35%); }
    .workout-page .workout-main.horizontal-layout.three-users .webrtc-container {
      width: 30%; }
    .workout-page .workout-main.horizontal-layout.three-users .player-container {
      width: calc(100% - 30%); }
    .workout-page .workout-main.vertical-layout.one-user .webrtc-container {
      width: 100%;
      height: 40%; }
    .workout-page .workout-main.vertical-layout.one-user .player-container {
      width: 100%;
      height: calc(100% - 40%); }
    .workout-page .workout-main.vertical-layout.two-users .webrtc-container {
      width: 100%;
      height: 35%; }
    .workout-page .workout-main.vertical-layout.two-users .player-container {
      width: 100%;
      height: calc(100% - 35%); }
    .workout-page .workout-main.vertical-layout.three-users .webrtc-container {
      width: 100%;
      height: 30%; }
    .workout-page .workout-main.vertical-layout.three-users .player-container {
      width: 100%;
      height: calc(100% - 30%); }
  .workout-page .workout-footer {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: transparent;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
    .workout-page .workout-footer:hover, .workout-page .workout-footer:focus {
      background-color: rgba(0, 0, 0, 0.4); }
    .workout-page .workout-footer .heart-rate, .workout-page .workout-footer .steps {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      max-width: 100px;
      height: 100px;
      margin: 0 10px;
      overflow: hidden; }
      .workout-page .workout-footer .heart-rate .hear-rate-value, .workout-page .workout-footer .heart-rate .steps-value, .workout-page .workout-footer .steps .hear-rate-value, .workout-page .workout-footer .steps .steps-value {
        line-height: 74px;
        font-size: calc(100px / 4);
        font-weight: 700;
        display: block;
        float: right;
        width: 100%; }
      .workout-page .workout-footer .heart-rate .hear-rate-value, .workout-page .workout-footer .steps .hear-rate-value {
        line-height: initial; }
        .workout-page .workout-footer .heart-rate .hear-rate-value span.rate-value, .workout-page .workout-footer .steps .hear-rate-value span.rate-value {
          line-height: 74px; }
        .workout-page .workout-footer .heart-rate .hear-rate-value span.rate-heart, .workout-page .workout-footer .steps .hear-rate-value span.rate-heart {
          font-size: 16px;
          float: right;
          padding-left: 10px;
          padding-top: 14px; }
          .workout-page .workout-footer .heart-rate .hear-rate-value span.rate-heart i, .workout-page .workout-footer .steps .hear-rate-value span.rate-heart i {
            font-size: 20px;
            color: red;
            opacity: .5; }
            .workout-page .workout-footer .heart-rate .hear-rate-value span.rate-heart i.beating, .workout-page .workout-footer .steps .hear-rate-value span.rate-heart i.beating {
              opacity: 1;
              animation: heartbeat 2s infinite;
              -webkit-animation: heartbeat 2s infinite; }
    .workout-page .workout-footer .workout-time {
      display: inline-block;
      vertical-align: top;
      height: 100px;
      margin: 0 10px;
      overflow: hidden; }
      .workout-page .workout-footer .workout-time .workout-time-value {
        line-height: 70px;
        font-size: calc(100px / 4);
        font-weight: 700;
        display: block; }
        .workout-page .workout-footer .workout-time .workout-time-value small {
          font-size: calc(100px / 6); }
    .workout-page .workout-footer .control-btn, .workout-page .workout-footer .chapters-dropup {
      display: inline-block;
      vertical-align: top;
      max-width: 100px;
      height: 100px;
      font-size: calc(100px / 4);
      margin: 0 10px;
      background-color: transparent;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease;
      /* &:active {
        color: rgba(18, 190, 238, .6);
      } */ }
      .workout-page .workout-footer .control-btn:not(.disabled):hover, .workout-page .workout-footer .chapters-dropup:not(.disabled):hover {
        color: #12beee; }
      .workout-page .workout-footer .control-btn:active, .workout-page .workout-footer .control-btn:focus, .workout-page .workout-footer .chapters-dropup:active, .workout-page .workout-footer .chapters-dropup:focus {
        background-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
    .workout-page .workout-footer .chapters-dropup.open .control-btn {
      color: #12beee; }
    .workout-page .workout-footer .chapters-dropup .dropdown-menu {
      min-width: 450px;
      max-height: 400px;
      overflow-y: auto;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding-top: 0;
      padding-bottom: 6px; }
      .workout-page .workout-footer .chapters-dropup .dropdown-menu li {
        font-size: 20px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap; }
        .workout-page .workout-footer .chapters-dropup .dropdown-menu li > span:first-child {
          text-align: right;
          padding-right: 0; }
        .workout-page .workout-footer .chapters-dropup .dropdown-menu li > span:nth-child(2) {
          padding-right: 0; }
        .workout-page .workout-footer .chapters-dropup .dropdown-menu li > span:last-child {
          padding-right: 0; }
      .workout-page .workout-footer .chapters-dropup .dropdown-menu li.active {
        color: #12beee !important;
        animation: colorBlink 2s;
        animation-iteration-count: infinite;
        -webkit-animation: colorBlink 2s;
        -webkit-animation-iteration-count: infinite; }
        .workout-page .workout-footer .chapters-dropup .dropdown-menu li.active span {
          background-color: rgba(18, 190, 238, 0.4); }
      .workout-page .workout-footer .chapters-dropup .dropdown-menu li:hover span {
        background-color: rgba(255, 255, 255, 0.1); }
    .workout-page .workout-footer .chapters-dropup .dropdown-header {
      font-size: 18px;
      color: #fff;
      font-weight: 600;
      background: rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .workout-page .workout-footer .heart-rate, .workout-page .workout-footer .steps, .workout-page .workout-footer .workout-time, .workout-page .workout-footer .control-btn {
      margin: 0 15px; }
    .workout-page .workout-footer .hear-rate-value, .workout-page .workout-footer .steps-value, .workout-page .workout-footer .workout-time .workout-time-value, .workout-page .workout-footer .control-btn {
      font-size: calc(100px / 3);
      max-height: 74px; }
    .workout-page .workout-footer .chapters-dropup .dropdown-menu {
      left: auto;
      right: auto;
      transform: translate(-50%, 0); } }
  @media (min-width: 1200px) {
    .workout-page .workout-footer .heart-rate, .workout-page .workout-footer .steps, .workout-page .workout-footer .workout-time, .workout-page .workout-footer .control-btn {
      margin: 0 20px; }
    .workout-page .workout-footer .hear-rate-value, .workout-page .workout-footer .steps-value, .workout-page .workout-footer .workout-time .workout-time-value, .workout-page .workout-footer .control-btn {
      font-size: calc(100px / 2);
      max-height: 74px; } }

.onboarding-page {
  position: fixed;
  height: calc(100% - 80px);
  width: 100%;
  top: 50px;
  overflow: hidden; }
  .onboarding-page #selected-videos {
    position: absolute;
    width: 100%;
    height: 100%; }
    .onboarding-page #selected-videos .top-layer {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9); }
    .onboarding-page #selected-videos .image-tile {
      margin: 20px; }
  .onboarding-page .next-btn {
    font-size: 24px;
    font-weight: 700;
    width: 300px;
    margin-top: 30px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .onboarding-page .next-btn {
        margin-top: 50px; } }
    @media (max-height: 768px) {
      .onboarding-page .next-btn {
        margin-top: 10px; } }
  .onboarding-page .user-name {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .onboarding-page .user-name {
        margin-top: 20px;
        font-size: 30px; } }
    .onboarding-page .user-name .name {
      font-weight: 900; }
  .onboarding-page .rainbow-line {
    position: relative;
    margin: 10px auto 18px auto;
    width: 370px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .onboarding-page .rainbow-line {
        width: 400px; } }
    .onboarding-page .rainbow-line .line {
      display: block;
      border: none;
      height: 2px;
      background-image: -webkit-linear-gradient(-134deg, #EA8B30 0%, #11BEEE 100%);
      background-image: -moz-linear-gradient(-134deg, #EA8B30 0%, #11BEEE 100%);
      background-image: -o-linear-gradient(-134deg, #EA8B30 0%, #11BEEE 100%);
      background-image: -ms-linear-gradient(-134deg, #EA8B30 0%, #11BEEE 100%);
      background-image: linear-gradient(-134deg, #EA8B30 0%, #11BEEE 100%); }
  .onboarding-page .static-banner {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    color: #888; }
    @media (max-height: 768px) {
      .onboarding-page .static-banner {
        bottom: 0px;
        font-size: 14px; } }
  .onboarding-page .basic-info, .onboarding-page .instincts, .onboarding-page .user-level {
    position: relative;
    padding: 0 15px;
    top: 0%; }
  @media (max-height: 768px) {
    .onboarding-page .basic-info {
      top: 10%; } }
  @media (min-height: 900px) {
    .onboarding-page .basic-info {
      top: 15%; } }
  .onboarding-page .basic-info .avatar-img {
    margin: 20px auto 0 auto; }
    .onboarding-page .basic-info .avatar-img .img-content {
      border-radius: 50%;
      border: 4px solid #fff; }
  .onboarding-page .basic-info .user-photo {
    position: relative; }
  .onboarding-page .basic-info .actions {
    position: absolute;
    text-align: center;
    bottom: -20px;
    right: -webkit-calc(50% - 80px) !important;
    right: calc(50% - 80px) !important; }
    .onboarding-page .basic-info .actions .fa {
      padding: 5px;
      cursor: pointer;
      font-size: 18px;
      color: rgba(255, 255, 255, 0.7);
      text-shadow: 0px 1px 1px black; }
      .onboarding-page .basic-info .actions .fa:hover, .onboarding-page .basic-info .actions .fa:focus {
        color: #12beee; }
    .onboarding-page .basic-info .actions .ajax-file-upload-statusbar {
      position: absolute;
      left: -98px;
      top: 25px;
      height: 5px;
      border: none;
      margin: 0 auto;
      max-width: 126px;
      width: 126px;
      padding: 0; }
      .onboarding-page .basic-info .actions .ajax-file-upload-statusbar .ajax-file-upload-progress {
        margin: 0px !important;
        position: relative;
        width: 126px;
        border: none;
        padding: 0px;
        border-radius: 2px; }
        .onboarding-page .basic-info .actions .ajax-file-upload-statusbar .ajax-file-upload-progress .ajax-file-upload-bar {
          height: 6px;
          border-radius: 1px; }
      .onboarding-page .basic-info .actions .ajax-file-upload-statusbar .ajax-file-upload-filename, .onboarding-page .basic-info .actions .ajax-file-upload-statusbar .ajax-file-upload-abort, .onboarding-page .basic-info .actions .ajax-file-upload-statusbar .ajax-file-upload-cancel, .onboarding-page .basic-info .actions .ajax-file-upload-statusbar .ajax-file-upload-green, .onboarding-page .basic-info .actions .ajax-file-upload-statusbar .ajax-file-upload-red {
        display: none !important; }
    .onboarding-page .basic-info .actions .change-profile-pic {
      cursor: pointer !important; }
      .onboarding-page .basic-info .actions .change-profile-pic:before {
        cursor: pointer !important; }
  .onboarding-page .basic-info .user-data {
    font-size: 18px;
    margin-top: 10px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .onboarding-page .basic-info .user-data {
        font-size: 26px; } }
    .onboarding-page .basic-info .user-data .bs-dropdown-component#age-dropdown {
      width: 70px; }
  .onboarding-page .instincts .user-name {
    margin-top: 0; }
  .onboarding-page .instincts .rainbow-line {
    margin: 10px auto 0px auto;
    width: 100%; }
  .onboarding-page .instincts .help-text {
    font-size: 18px;
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .onboarding-page .instincts .help-text {
        font-size: 24px; } }
  .onboarding-page .instincts .slider-cell {
    margin-right: 8px; }
  @media (min-height: 900px) {
    .onboarding-page .instincts {
      top: 5%; } }
  .onboarding-page .user-level {
    /* Small devices (tablets, 768px and up) */ }
    @media (min-width: 768px) {
      .onboarding-page .user-level {
        top: 15%; } }
    .onboarding-page .user-level .fit-info {
      margin: 30px 0;
      font-size: 26px; }
      .onboarding-page .user-level .fit-info .fit-value {
        border-bottom: 2px solid #12beee; }
    .onboarding-page .user-level .fit-slider {
      color: #fff;
      font-size: 18px;
      line-height: 25px; }
    .onboarding-page .user-level .slider-input {
      position: relative;
      top: -2px;
      display: inline-block;
      margin: 0 20px;
      width: 260px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .onboarding-page .user-level .slider-input {
          width: 300px; } }

.trainer-page {
  padding-top: 50px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .trainer-page {
      padding-top: 100px; } }
  .trainer-page .trainer-info {
    padding: 0px 15px;
    /* Medium devices (desktops, 992px and up) */
    /* Small devices (mobiles, 767px) */ }
    @media (min-width: 992px) {
      .trainer-page .trainer-info {
        padding: 0 40px 0 40px; } }
    .trainer-page .trainer-info .media {
      margin: 20px 0; }
      .trainer-page .trainer-info .media .media-body {
        padding-top: 15px;
        padding-left: 10px; }
      .trainer-page .trainer-info .media .media-heading {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 34px;
        margin-top: 5px; }
    .trainer-page .trainer-info .sports {
      font-weight: 300;
      font-size: 24px; }
    @media (max-width: 767px) {
      .trainer-page .trainer-info .media {
        text-align: center; }
        .trainer-page .trainer-info .media .media-left {
          display: block; } }
  .trainer-page .stats {
    margin: 0px 0 20px 0;
    padding: 10px 0;
    border-top: 2px solid #383838;
    border-bottom: 2px solid #383838;
    /* Small devices (mobiles, 767px) */
    /* Medium devices (desktops, 992px and up) */ }
    @media (max-width: 767px) {
      .trainer-page .stats {
        text-align: center; } }
  .trainer-page .avatar-img {
    margin: 0 auto; }
    .trainer-page .avatar-img .img-content {
      border-radius: 50%;
      border: 4px solid #fff; }
  .trainer-page .trainer-social {
    min-height: 595px; }
  .trainer-page .social-buttons-container {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    height: 60px;
    width: 100%;
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .trainer-page .social-buttons-container {
        background-color: transparent;
        height: auto; } }
  .trainer-page .social-buttons {
    position: relative;
    float: right;
    margin-top: 10px;
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .trainer-page .social-buttons {
        float: none;
        text-align: center; } }
  .trainer-page .btn-social-round {
    width: 40px;
    height: 40px;
    padding: 3px 5px;
    font-size: 24px; }
    @media screen and (min-width: 992px) and (max-width: 1250px) {
      .trainer-page .btn-social-round {
        margin-right: 4px; } }
  .trainer-page .bs-tab-list {
    background-color: transparent;
    float: left;
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .trainer-page .bs-tab-list {
        float: none;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.3);
        margin-top: 20px; } }
  .trainer-page .nav > li > a {
    padding: 13px 20px;
    font-weight: 700;
    font-size: 20px;
    min-width: 170px;
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .trainer-page .nav > li > a {
        min-width: auto;
        width: 140px;
        padding: 13px 5px; } }
    @media screen and (min-width: 992px) and (max-width: 1250px) {
      .trainer-page .nav > li > a {
        padding: 15px 2px;
        min-width: 90px;
        font-size: 16px; } }
  .trainer-page .bs-tab-list.nav-tabs > li > a {
    color: #e9e9e9;
    border: none;
    border-radius: 0;
    border-top-color: transparent;
    border-top: 4px solid;
    border-top-color: rgba(20, 212, 255, 0);
    box-sizing: border-box;
    -webkit-transition: border-top-color 0.3s ease;
    -moz-transition: border-top-color 0.3s ease;
    -ms-transition: border-top-color 0.3s ease;
    -o-transition: border-top-color 0.3s ease;
    transition: border-top-color 0.3s ease; }
  .trainer-page .bs-tab-list.nav-tabs > li.active > a, .trainer-page .bs-tab-list.nav-tabs > li.active > a:hover, .trainer-page .bs-tab-list.nav-tabs > li.active > a:focus {
    color: #e9e9e9;
    background-color: transparent;
    border: none;
    border-top-color: transparent;
    border-top: 4px solid;
    border-top-color: rgba(20, 212, 255, 0);
    -webkit-transition: border-top-color 0.3s ease;
    -moz-transition: border-top-color 0.3s ease;
    -ms-transition: border-top-color 0.3s ease;
    -o-transition: border-top-color 0.3s ease;
    transition: border-top-color 0.3s ease; }
  .trainer-page .bs-tab-list.nav-tabs > li.active > a, .trainer-page .bs-tab-list.nav-tabs > li > a:hover, .trainer-page .bs-tab-list.nav-tabs > li > a:focus {
    border-top-color: #14d4ff !important; }
  .trainer-page .promo-video-panel {
    height: 530px;
    overflow: hidden;
    background-color: #000; }
    .trainer-page .promo-video-panel .video-thumb, .trainer-page .promo-video-panel .kaltura-player, .trainer-page .promo-video-panel .mwEmbedKalturaIframe, .trainer-page .promo-video-panel .image-loader.responsive, .trainer-page .promo-video-panel #EmberYoutube-player {
      height: 530px !important; }
  .trainer-page .social-wall-panel {
    min-height: 530px; }
  .trainer-page .juicer-social-feed {
    max-height: 500px;
    overflow-y: scroll;
    margin-top: 15px; }
    .trainer-page .juicer-social-feed .juicer-feed.white li.feed-item, .trainer-page .juicer-social-feed .juicer-feed.user li.feed-item, .trainer-page .juicer-social-feed .juicer-feed.juicer-widget li.feed-item, .trainer-page .juicer-social-feed .juicer-feed.colors li.feed-item, .trainer-page .juicer-social-feed .juicer-feed.colored-icons li.feed-item, .trainer-page .juicer-social-feed .juicer-feed.gray li.feed-item {
      background-color: rgba(0, 0, 0, 0.3);
      border-color: #727272;
      border-width: 2px; }
  .trainer-page .juicer-social-feed::-webkit-scrollbar {
    display: none; }
  .trainer-page .trainer-videos {
    background-color: #121212;
    margin-top: 15px; }

.user-page {
  padding-top: 50px;
  /* Small devices (tablets, 768px and up) */ }
  .user-page .top-container.colored-bg {
    animation: rainbow 20s infinite alternate;
    -webkit-animation: rainbow 20s infinite alternate; }
  .user-page .card {
    padding: 30px; }
  .user-page .card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    height: 210px; }
  .user-page .avatar-img.image-loader {
    width: 120px;
    height: 120px !important;
    margin: 20px auto 10px auto; }
    .user-page .avatar-img.image-loader .img-content {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      border: 4px solid #fff; }
  .user-page .image-upload .ajax-file-upload-statusbar {
    position: absolute;
    left: 110px;
    top: 12px;
    height: 5px;
    border: none;
    margin: 0 auto;
    max-width: 126px;
    width: 126px;
    padding: 0; }
    .user-page .image-upload .ajax-file-upload-statusbar .ajax-file-upload-progress {
      margin: 0px !important;
      position: relative;
      width: 146px;
      border: none;
      padding: 0px;
      border-radius: 2px; }
      .user-page .image-upload .ajax-file-upload-statusbar .ajax-file-upload-progress .ajax-file-upload-bar {
        height: 6px;
        border-radius: 1px; }
    .user-page .image-upload .ajax-file-upload-statusbar .ajax-file-upload-filename, .user-page .image-upload .ajax-file-upload-statusbar .ajax-file-upload-abort, .user-page .image-upload .ajax-file-upload-statusbar .ajax-file-upload-cancel, .user-page .image-upload .ajax-file-upload-statusbar .ajax-file-upload-green, .user-page .image-upload .ajax-file-upload-statusbar .ajax-file-upload-red {
      display: none !important; }
  .user-page .image-upload .change-profile-pic {
    cursor: pointer !important; }
    .user-page .image-upload .change-profile-pic:before {
      cursor: pointer !important; }
  .user-page .card.hovercard .card-info {
    margin-top: 5px; }
  .user-page .card.hovercard .card-info .card-title {
    padding: 0 5px;
    font-size: 24px;
    font-weight: 700;
    color: #fff; }
  .user-page .tab-pane {
    padding: 30px 0 0 0;
    font-size: 20px; }
  .user-page .form-control {
    display: block;
    height: 36px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.42857;
    color: #fff;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .user-page .help-text {
    text-align: left;
    font-size: 12px;
    color: #12beee; }
  .user-page input[type="text"].form-control, .user-page input[type="email"].form-control, .user-page input[type="password"].form-control {
    background: transparent;
    padding: 0px;
    border: none;
    border-bottom: solid 2px #969696;
    transition: border 0.3s; }
  .user-page input[type="text"].form-control:focus,
  .user-page input[type="text"].form-control.focus,
  .user-page input[type="email"].form-control:focus,
  .user-page input[type="email"].form-control.focus,
  .user-page input[type="password"].form-control:focus,
  .user-page input[type="password"].form-control.focus {
    border-bottom: solid 2px #c9c9c9; }
  .user-page .info-panel {
    padding: 0 15px;
    max-width: 400px;
    margin: 0 auto; }
    .user-page .info-panel .bs-dropdown-component {
      display: block;
      width: 170px;
      margin: 0; }
      .user-page .info-panel .bs-dropdown-component .btn.btn-primary {
        color: #fff;
        font-weight: 300;
        border-color: #12beee;
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid 2px #969696;
        border-radius: 0;
        transition: border 0.3s;
        text-align: left;
        padding-left: 0px; }
  .user-page .actions {
    position: relative;
    margin: 20px auto 0px auto; }
    .user-page .actions .action {
      display: inline-block;
      color: #12beee;
      font-size: 18px;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -ms-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .user-page .actions .action:hover, .user-page .actions .action:focus {
        color: #fff; }
    .user-page .actions span.divider {
      color: #fff;
      margin: 0 5px; }
  .user-page .history-table.table > tbody > tr.active {
    background-color: rgba(18, 190, 238, 0.2); }
  .user-page .history-table.table > tbody > tr.active > td {
    background-color: transparent; }
  .user-page .history-table.table > tbody > tr.active ~ .active {
    background: transparent;
    /* Or whatever your default is */ }
  @media (min-width: 768px) {
    .user-page {
      padding-top: 100px; } }

.user-fitnessplan-page {
  padding: 0 15px; }

.workout-completed-page {
  position: relative;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  /* .video-thumb {
    max-height: 600px;
  } */ }
  .workout-completed-page .workout-navbar {
    position: relative;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    /*     .back-btn {
      position:relative;
      float: left;
      width: $workout-navbar-height;
      font-size: calc(60px / 1.5);
      padding: 0 12px;
    } */ }
    .workout-completed-page .workout-navbar .header-btn {
      border-radius: 0;
      height: 60px;
      font-size: calc(60px / 3.3); }
      .workout-completed-page .workout-navbar .header-btn .btn-text {
        line-height: 30px;
        margin-left: 10px; }
    .workout-completed-page .workout-navbar .hoolio-brand {
      display: block;
      height: 60px;
      float: left; }
      .workout-completed-page .workout-navbar .hoolio-brand img {
        width: 121px;
        height: 33px;
        margin: calc((60px - 33px)/2) 10px; }
    .workout-completed-page .workout-navbar .centered-actions {
      display: inline-block;
      background-color: rgba(55, 55, 55, 0.7);
      padding: 0 20px; }
      .workout-completed-page .workout-navbar .centered-actions .media {
        height: 60px; }
        .workout-completed-page .workout-navbar .centered-actions .media .media-left img {
          position: relative;
          top: 10px; }
        .workout-completed-page .workout-navbar .centered-actions .media .media-body {
          width: auto; }
        .workout-completed-page .workout-navbar .centered-actions .media .media-heading {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 24px;
          margin-top: 15px; }
    .workout-completed-page .workout-navbar .finish-btn {
      position: relative;
      float: right;
      font-size: calc(60px / 2.5);
      color: #fff;
      background-color: #12beee;
      padding: 0 30px; }
    .workout-completed-page .workout-navbar .fullscreen-btn {
      position: relative;
      float: right;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .workout-completed-page .workout-navbar .fullscreen-btn:hover {
        color: #12beee; }
      .workout-completed-page .workout-navbar .fullscreen-btn img {
        width: 32px;
        height: 26px; }
  .workout-completed-page .workout-main {
    margin-top: 40px;
    position: relative; }
    .workout-completed-page .workout-main .left-col {
      position: relative; }
      .workout-completed-page .workout-main .left-col .video-thumb {
        cursor: default; }
      .workout-completed-page .workout-main .left-col .video-info {
        position: absolute;
        width: 100%;
        height: 100px;
        background-color: rgba(55, 55, 55, 0.7);
        bottom: 0; }
        .workout-completed-page .workout-main .left-col .video-info .video-name {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 24px; }
        .workout-completed-page .workout-main .left-col .video-info .video-data {
          width: 80%;
          height: 100px;
          float: left;
          padding: 10px 15px; }
          .workout-completed-page .workout-main .left-col .video-info .video-data .done-icon {
            height: 100px;
            float: left;
            padding-left: 15px;
            padding-right: 30px; }
            .workout-completed-page .workout-main .left-col .video-info .video-data .done-icon img {
              position: relative;
              top: 15px; }
        .workout-completed-page .workout-main .left-col .video-info .video-completion {
          width: 20%;
          height: 100px;
          float: right;
          padding: 15px 15px 0px 15px;
          font-size: 18px; }
        .workout-completed-page .workout-main .left-col .video-info .video-seconds {
          font-weight: 700;
          font-size: 30px; }
    .workout-completed-page .workout-main .user-stats {
      position: relative;
      width: 100%;
      height: 250px;
      background-color: rgba(55, 55, 55, 0.7);
      margin: 0 0 15px 0; }
      .workout-completed-page .workout-main .user-stats div.col-xs-4, .workout-completed-page .workout-main .user-stats div.col-xs-8 {
        height: 250px; }
      .workout-completed-page .workout-main .user-stats .top-stats .user-stat {
        padding-top: 35px; }
      .workout-completed-page .workout-main .user-stats .user-stat {
        height: 125px;
        padding-top: 15px; }
        .workout-completed-page .workout-main .user-stats .user-stat.heartrate {
          display: block; }
          .workout-completed-page .workout-main .user-stats .user-stat.heartrate .stat-value {
            float: left; }
          .workout-completed-page .workout-main .user-stats .user-stat.heartrate span {
            font-size: 16px;
            float: left;
            padding-left: 10px;
            padding-top: 6px; }
            .workout-completed-page .workout-main .user-stats .user-stat.heartrate span i {
              padding-left: 8px;
              color: red; }
      .workout-completed-page .workout-main .user-stats .stat-value {
        font-weight: 700;
        font-size: 40px; }
        .workout-completed-page .workout-main .user-stats .stat-value span {
          font-weight: 300; }
      .workout-completed-page .workout-main .user-stats .avatar-img {
        top: 50%;
        margin: 0 auto;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .workout-completed-page .workout-main .user-stats .avatar-img .img-content {
          border-radius: 50%;
          border: 4px solid #fff; }
    .workout-completed-page .workout-main .fitnessplan-completed {
      background-color: rgba(55, 55, 55, 0.7);
      padding: 60px 20px;
      margin: 0 0 15px 0; }
    .workout-completed-page .workout-main .next-video-info {
      position: absolute;
      top: 0px;
      left: 0px;
      background-color: rgba(55, 55, 55, 0.7);
      padding: 15px 25px;
      font-size: 20px; }
      .workout-completed-page .workout-main .next-video-info span {
        font-weight: 700; }

.workout-invitation-page .social-headings {
  font-size: 20px;
  padding-bottom: 20px; }

.workout-invitation-page .social-btn {
  margin: 0 15px; }

.workout-invitation-page .or-text {
  position: relative;
  top: 48px;
  font-weight: 700; }

.workout-invitation-page .social-col {
  padding: 40px 0px;
  background-color: #383838; }

.workout-invitation-page .input-group {
  margin: 0 10px; }

.workout-invitation-page .warning-text {
  padding: 30px 0 15px 0; }
  .workout-invitation-page .warning-text span {
    color: #FF3B22; }

.activate-page {
  padding-top: 50px;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .activate-page {
      padding-top: 100px; } }
  .activate-page .loader {
    margin: 2em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid #424143;
    border-right: 1.1em solid #424143;
    border-bottom: 1.1em solid #424143;
    border-left: 1.1em solid #12beee;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }
  .activate-page .loader,
  .activate-page .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.pricing-modal {
  position: fixed;
  width: 100vw;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18, 18, 18, 0.95);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  /* Small devices (mobiles, 767px) */ }
  .pricing-modal .btn.btn-transparent {
    padding: 8px 35px;
    border-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pricing-modal .btn.btn-transparent:hover, .pricing-modal .btn.btn-transparent:focus {
      border-color: #12beee;
      background-color: #12beee; }
  .pricing-modal .expand-close-btn {
    top: 85px; }
  .pricing-modal .pricing-table {
    position: relative;
    margin: 0px auto;
    text-align: center; }
    .pricing-modal .pricing-table h2 {
      font-weight: 900; }
  .pricing-modal .plans {
    height: 630px;
    overflow: hidden;
    /* Small devices (mobiles, 767px) */ }
    .pricing-modal .plans .col-sm-4.selected {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .pricing-modal .plans .col-sm-4.selected#plan-0 .plan, .pricing-modal .plans .col-sm-4.selected#plan-1 .plan, .pricing-modal .plans .col-sm-4.selected#plan-2 .plan {
        border: 2px solid #292929; }
    .pricing-modal .plans .col-sm-4.selected.isMobile {
      display: none; }
    .pricing-modal .plans .col-sm-4.not-selected {
      width: 0px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .pricing-modal .plans .col-sm-4.not-selected .plan {
        display: none; }
    @media (max-width: 767px) {
      .pricing-modal .plans {
        height: auto; }
        .pricing-modal .plans .col-sm-4 {
          /* Small devices (mobiles, 767px) */ } }
    @media (max-width: 767px) and (max-width: 767px) {
      .pricing-modal .plans .col-sm-4.selected#plan-0 .plan, .pricing-modal .plans .col-sm-4.selected#plan-1 .plan, .pricing-modal .plans .col-sm-4.selected#plan-2 .plan {
        border: none; } }
  .pricing-modal .plan {
    border: 2px solid #fff;
    min-height: 100px;
    background: #0d0d0d;
    border-radius: 0px;
    margin: 25px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pricing-modal .plan .head {
      padding: 12px 16px 0px 16px;
      min-height: 168px; }
      .pricing-modal .plan .head h4 {
        text-transform: uppercase; }
      .pricing-modal .plan .head .price {
        margin: 30px 0;
        min-height: 52px; }
        .pricing-modal .plan .head .price h6 {
          color: #12beee; }
          .pricing-modal .plan .head .price h6 span {
            text-decoration: line-through; }
        .pricing-modal .plan .head .price h3 {
          margin: 0; }
        .pricing-modal .plan .head .price .per {
          font-size: 16px; }
    .pricing-modal .plan ul.item-list {
      background-color: #151515;
      list-style-type: none;
      padding: 20px;
      margin: 0;
      min-height: 128px; }
      .pricing-modal .plan ul.item-list li {
        min-height: 22px; }
    .pricing-modal .plan .action {
      min-height: 68px;
      margin: 40px 0; }
      .pricing-modal .plan .action.selected-label {
        background-color: #292929;
        padding-top: 17px; }
        .pricing-modal .plan .action.selected-label .selected-text {
          font-size: 20px;
          font-weight: 700; }
      .pricing-modal .plan .action .btn-facebook-first {
        margin: 10px auto;
        max-width: 150px; }
    .pricing-modal .plan.free .action {
      margin: 20px 0; }
    .pricing-modal .plan .btn.btn-transparent {
      min-width: 150px;
      padding: 8px 35px; }
    .pricing-modal .plan .info {
      color: #12beee;
      font-size: 14; }
    .pricing-modal .plan .current-plan {
      margin-top: 40px;
      color: #12beee;
      line-height: 68px;
      font-size: 18px; }
  .pricing-modal #plan-0 .plan {
    border-right: none; }
    .pricing-modal #plan-0 .plan .head .price {
      padding-top: 20px; }
  .pricing-modal #plan-1 .plan {
    margin-top: 0px;
    z-index: 99;
    border-color: #12beee; }
    .pricing-modal #plan-1 .plan ul.item-list {
      padding: 20px 20px; }
    .pricing-modal #plan-1 .plan .btn {
      margin-bottom: 4px; }
  .pricing-modal #plan-2 .plan {
    border-left: none; }
  @media (min-height: 800px) {
    .pricing-modal .pricing-table {
      margin: 60px auto; } }
  @media (max-width: 767px) {
    .pricing-modal .pricing-table {
      position: relative;
      margin: 20px auto;
      text-align: center; }
      .pricing-modal .pricing-table h2 {
        font-weight: 900; }
    .pricing-modal .plan {
      border-left: none;
      border-right: none;
      margin: 0;
      height: 450px; }
      .pricing-modal .plan .head .price {
        margin: 10px 0; }
      .pricing-modal .plan ul.item-list {
        padding: 10px; }
      .pricing-modal .plan .action {
        min-height: 68px;
        margin: 15px 0; }
    .pricing-modal #plan-1 .plan {
      border: none;
      height: 430px; }
      .pricing-modal #plan-1 .plan ul.item-list {
        padding: 10px; } }
  .pricing-modal .checkout-info {
    max-width: 400px;
    padding-left: 40px !important;
    text-align: left;
    margin: 0 auto;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    /* Small devices (mobiles, 767px) */ }
    .pricing-modal .checkout-info.isMobile {
      max-width: 100%; }
      .pricing-modal .checkout-info.isMobile #card-form {
        max-width: 400px;
        margin: 0 auto; }
    .pricing-modal .checkout-info .btn {
      min-width: 124px; }
    .pricing-modal .checkout-info #card-form .form-group {
      margin-bottom: 10px; }
    .pricing-modal .checkout-info #card-form .help-block {
      font-size: 14px;
      display: block;
      margin-top: 0px;
      margin-bottom: 10px;
      color: #FF3B22; }
    .pricing-modal .checkout-info .jp-card-focused {
      color: #12beee !important; }
    .pricing-modal .checkout-info .btn.purchase-btn {
      border: 2px solid transparent; }
    .pricing-modal .checkout-info .jp-card .jp-card-front, .pricing-modal .checkout-info .jp-card .jp-card-back {
      background: #292929; }
    @media (max-width: 767px) {
      .pricing-modal .checkout-info {
        padding: 20px !important; } }
  .pricing-modal .register-info {
    max-width: 400px;
    padding-left: 40px !important;
    text-align: center;
    margin: 0 auto;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    /* Small devices (mobiles, 767px) */ }
    .pricing-modal .register-info.isMobile {
      max-width: 100%; }
    .pricing-modal .register-info .title {
      font-weight: 700;
      margin-top: 0px; }
    .pricing-modal .register-info .info-text {
      text-align: center; }
    .pricing-modal .register-info #register-modal-form, .pricing-modal .register-info .social-login {
      margin: 0px auto;
      max-width: 400px; }
      .pricing-modal .register-info #register-modal-form .form-group, .pricing-modal .register-info .social-login .form-group {
        margin-bottom: 10px; }
    .pricing-modal .register-info .btn.btn-success {
      min-width: 130px; }
    .pricing-modal .register-info hr, .pricing-modal .register-info .register hr {
      margin-top: 20px;
      margin-bottom: 20px;
      border-top: 1px #777 solid; }
    .pricing-modal .register-info .signup-link {
      margin-top: 20px; }
    @media (max-width: 767px) {
      .pricing-modal .register-info {
        padding: 20px !important; } }
  .pricing-modal .complete-purchase {
    margin-top: 200px;
    /* Small devices (mobiles, 767px) */ }
    .pricing-modal .complete-purchase h3 {
      font-weight: 700; }
    .pricing-modal .complete-purchase .premium-text {
      font-size: 22px;
      color: #12beee; }
    .pricing-modal .complete-purchase .trial-text {
      font-size: 22px; }
    @media (max-width: 767px) {
      .pricing-modal .complete-purchase {
        margin-top: 0px; } }

.search-page {
  padding-top: 50px;
  /* Small devices (tablets, 768px and up) */ }
  .search-page .results {
    min-height: 770px; }
    .search-page .results.isMobile {
      min-height: 380px; }
  .search-page .no-results {
    margin-top: 50px;
    color: #777;
    font-weight: 700; }
  .search-page .fa.fa-times {
    cursor: pointer; }
  @media (min-width: 768px) {
    .search-page {
      padding-top: 100px; } }

.explore-page {
  z-index: 2;
  background-color: transparent;
  min-height: 1510px;
  padding-top: 50px;
  /* Small devices (mobiles, 767px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .explore-page h3 {
    font-size: 20px;
    max-width: 1000px;
    margin: 30px auto 10px auto; }
  .explore-page h4 {
    font-size: 16px;
    margin-bottom: 30px; }
  .explore-page .fit-slider .slider-title {
    color: #fff; }
  @media (min-width: 768px) {
    .explore-page {
      padding-top: 100px; }
      .explore-page h3 {
        font-size: 28px; }
      .explore-page h4 {
        font-size: 20px; } }

.explore-page-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  z-index: 0; }

.tv-page {
  overflow: hidden; }
  .tv-page .tv-navbar {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 46px;
    background-color: #cc181e;
    z-index: 999; }
  .tv-page .hoolio-brand {
    position: absolute;
    top: 6px;
    left: 10px;
    z-index: 999;
    text-decoration: none; }
    .tv-page .hoolio-brand a {
      color: #fff;
      text-decoration: none; }
      .tv-page .hoolio-brand a:hover, .tv-page .hoolio-brand a:focus {
        color: #fff; }
  .tv-page .fullscreen-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px; }
  .tv-page .now-playing-info {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 auto;
    text-align: center; }
  .tv-page .tv-guide-component {
    position: absolute;
    top: 46px;
    left: 0px;
    right: 0px;
    z-index: 998; }
  .tv-page .no-feed {
    text-align: center;
    font-weight: 900;
    color: #292929;
    margin-top: 150px; }
  .tv-page .youtube-player {
    z-index: 0; }
  .tv-page #EmberYoutube-player {
    z-index: 999999; }
  .tv-page.media-mobile .now-playing-info {
    margin: 0 10px 0 0;
    float: right;
    font-size: 20px; }

.studio-page .header-btn:hover {
  background-color: #5744bd !important; }

.studio-page .user-actions {
  position: fixed;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.studio-page .user-action {
  min-width: 90px;
  height: 50px;
  border-radius: 0 0 4px 4px;
  background-color: rgba(0, 0, 0, 0.3); }
  .studio-page .user-action:hover {
    background-color: #5744bd !important; }

.studio-page .user-actions-right {
  position: fixed;
  right: 0;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .studio-page .user-actions-right.chat-open {
    -ms-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .studio-page .user-actions-right.chat-open .chat-btn {
      background-color: #5744bd; }
      .studio-page .user-actions-right.chat-open .chat-btn:hover, .studio-page .user-actions-right.chat-open .chat-btn:focus {
        background-color: #5744bd !important; }

.studio-page .guide-btn .fa.fa-calendar {
  font-size: 24px; }

.studio-page .guide-btn span {
  position: relative;
  top: -4px; }

.studio-page .fullscreen-btn {
  border-radius: 0 0 4px 4px;
  height: 50px; }

.studio-page .chat-btn {
  position: relative;
  border-radius: 0 0 0px 4px;
  height: 50px;
  line-height: 30px; }
  .studio-page .chat-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .studio-page .chat-btn .btn-text {
    position: relative;
    top: -4px; }
  .studio-page .chat-btn .fa {
    position: relative;
    top: 0px;
    font-size: 28px; }
    .studio-page .chat-btn .fa.has-unreaded-messages {
      color: #5744bd;
      /* animation: redBlink 1s;
        animation-iteration-count: 2;
        -webkit-animation: redBlink 1s;
        -webkit-animation-iteration-count: 2; */ }
    .studio-page .chat-btn .fa .unreaded-messages {
      position: absolute;
      text-align: center;
      font-family: "Lato", sans-serif;
      font-size: 12px;
      color: white;
      font-weight: 700;
      left: 4px;
      top: 9px;
      width: 20px; }

.studio-page .youtube-player {
  margin: 0 auto; }

.studio-page.mouse-moved.horizontal-layout .two-users .OT_publisher .OT_edge-bar-item.OT_mode-on, .studio-page.mouse-moved.horizontal-layout .three-users .OT_publisher .OT_edge-bar-item.OT_mode-on {
  top: 0px; }

.studio-page.player-paused.horizontal-layout .two-users .OT_publisher .OT_edge-bar-item.OT_mode-on, .studio-page.player-paused.horizontal-layout .three-users .OT_publisher .OT_edge-bar-item.OT_mode-on {
  top: 0px; }

.studio-page .workout-navbar {
  position: fixed;
  display: inline-block;
  width: auto;
  height: 50px;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3); }
  .studio-page .workout-navbar .back-btn {
    background-color: transparent;
    width: 50px;
    height: 50px;
    font-size: 35px;
    font-weight: 700;
    border-radius: 0; }

.studio-page .users-list-header {
  background-color: #5744bd; }
  .studio-page .users-list-header .title {
    position: relative;
    float: left;
    font-weight: 700;
    font-size: 18px;
    margin-left: 4px; }
  .studio-page .users-list-header.horizontal-layout {
    position: relative;
    width: 100%;
    height: 50px;
    margin-bottom: 2px;
    padding: 0px;
    overflow: hidden;
    border-radius: 0; }
    .studio-page .users-list-header.horizontal-layout .title {
      line-height: 50px; }
  .studio-page .users-list-header.vertical-layout {
    position: absolute;
    float: left;
    bottom: 0;
    width: 50px;
    height: 15%;
    margin-left: 0;
    padding: 0px 10px;
    overflow: hidden;
    border-radius: 0 0px 0 0; }
    .studio-page .users-list-header.vertical-layout .title {
      position: relative;
      line-height: 30px;
      margin-left: 0px;
      width: 100%;
      text-align: center;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .studio-page .users-list-header.vertical-layout .title .fa {
        font-size: 30px; }
  .studio-page .users-list-header .back-btn.btn {
    position: relative;
    float: left;
    top: 2px;
    margin: 0;
    border-radius: 0;
    width: 46px;
    height: 46px;
    margin-left: 2px;
    font-size: 40px;
    padding: 0; }
    .studio-page .users-list-header .back-btn.btn .fa {
      position: relative;
      top: -6px; }

.studio-page .workout-main .premium-only {
  text-align: center;
  padding: 0 15px; }
  .studio-page .workout-main .premium-only.with-top-padding {
    padding-top: 20%; }

.studio-page .workout-main.youtube {
  height: calc(100% - 0px - 0px); }

.studio-page .workout-main.horizontal-layout {
  top: calc(0px / 2); }
  .studio-page .workout-main.horizontal-layout .webrtc-container {
    max-height: 100%;
    overflow-y: auto;
    top: 0px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .studio-page .workout-main.horizontal-layout.one-user .webrtc-container {
    width: 15%; }
  .studio-page .workout-main.horizontal-layout.one-user .player-container {
    width: calc(100% - 15%); }
  .studio-page .workout-main.horizontal-layout.two-users .webrtc-container {
    width: 15%; }
  .studio-page .workout-main.horizontal-layout.two-users .player-container {
    width: calc(100% - 15%); }
  .studio-page .workout-main.horizontal-layout.three-users .webrtc-container {
    width: 15%; }
  .studio-page .workout-main.horizontal-layout.three-users .player-container {
    width: calc(100% - 15%); }

.studio-page .workout-main.vertical-layout {
  top: 0px; }
  .studio-page .workout-main.vertical-layout .webrtc-container {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    left: 50px; }
  .studio-page .workout-main.vertical-layout #users-videos {
    position: relative;
    display: inline-block;
    /* display: inline-block;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); */ }
  .studio-page .workout-main.vertical-layout.one-user .webrtc-container {
    width: calc(100% - 50px);
    height: 15%; }
  .studio-page .workout-main.vertical-layout.one-user .player-container {
    width: 100%;
    height: calc(100% - 15%); }
  .studio-page .workout-main.vertical-layout.two-users .webrtc-container {
    height: 15%; }
  .studio-page .workout-main.vertical-layout.two-users .player-container {
    height: calc(100% - 15%); }
  .studio-page .workout-main.vertical-layout.three-users .webrtc-container {
    height: 15%; }
  .studio-page .workout-main.vertical-layout.three-users .player-container {
    height: calc(100% - 15%); }

body.studio-page.chat-open #intercom-container .intercom-launcher-frame {
  -ms-transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px); }

body.studio-page .global-flashes-container.studio {
  left: auto;
  right: 10px;
  transform: none;
  top: 78px;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

body.studio-page.chat-open .global-flashes-container.studio, body.studio-page.studio-upnext-open .global-flashes-container.studio {
  -ms-transform: translateX(-340px);
  -webkit-transform: translateX(-340px);
  transform: translateX(-340px);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

body.studio-page #generic-wormhole .chat-box {
  position: fixed;
  height: 100%;
  z-index: 999999;
  top: 0px;
  right: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body.studio-page #generic-wormhole .chat-box.opened {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  body.studio-page #generic-wormhole .chat-box.closed {
    -ms-transform: translateX(320px);
    -webkit-transform: translateX(320px);
    transform: translateX(320px); }

.studios-page.fitnessplans-page {
  /* Small devices (tablets, 768px and up) */ }
  .studios-page.fitnessplans-page .top-header {
    background: url("../assets/img/studios/studios_header.jpg") no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 313px; }
    .studios-page.fitnessplans-page .top-header .col-xs-12 {
      height: 313px; }
    .studios-page.fitnessplans-page .top-header .copy {
      top: 20%;
      width: calc(100% - 30px);
      left: 15px; }
      .studios-page.fitnessplans-page .top-header .copy img {
        margin: 0 auto 10px auto; }
  .studios-page.fitnessplans-page .fit-slider-item-primary .primary-content .expanded-ring {
    border-color: transparent; }
  .studios-page.fitnessplans-page .slider-title {
    font-size: 20px; }
  @media (min-width: 768px) {
    .studios-page.fitnessplans-page .top-header {
      height: 480px; }
      .studios-page.fitnessplans-page .top-header .col-xs-12 {
        height: 480px; }
      .studios-page.fitnessplans-page .top-header .copy {
        top: 30%;
        width: 90%;
        left: 10%; }
        .studios-page.fitnessplans-page .top-header .copy img {
          margin: 0 0 10px 0; }
    .studios-page.fitnessplans-page .slider-title {
      font-size: 28px; } }

.dashboard-page {
  position: relative;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: calc(100vh - 40px);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .dashboard-page .tile-wall-wrapper {
    padding: 0; }
  .dashboard-page .tile:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .dashboard-page .tile:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .dashboard-page .tile:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .dashboard-page .tile:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .dashboard-page .tile:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .dashboard-page .tile:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .dashboard-page .tile:nth-child(7) {
    -webkit-animation-delay: 0.7;
    animation-delay: 0.7; }
  .dashboard-page .tile:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .dashboard-page .locked {
    display: none;
    margin-left: -15px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(13, 13, 13, 0.9);
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .dashboard-page .locked .hide-btn {
      position: relative;
      color: #fff;
      top: 40px;
      font-size: 30px;
      font-weight: 700; }
      .dashboard-page .locked .hide-btn:hover, .dashboard-page .locked .hide-btn:focus {
        background-color: #12beee; }
  .dashboard-page .top-jumbotron {
    position: relative;
    background: #0d0d0d;
    margin-bottom: calc(120px + 3vw);
    /* cell inherit height from carousel */ }
    .dashboard-page .top-jumbotron .hero-slider-container {
      position: relative;
      top: -100px;
      width: 100%;
      height: 700px;
      overflow: hidden; }
    .dashboard-page .top-jumbotron .hero-row-container {
      position: absolute;
      top: 480px;
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .dashboard-page .top-jumbotron .hero-row-container .slider-title {
        color: #9C9C9C;
        font-size: 3vw;
        font-weight: 700;
        padding-left: calc((100% - 1530px) / 2); }
    .dashboard-page .top-jumbotron .hero-slider.flickity-slider-component {
      /* Fade CSS */ }
      .dashboard-page .top-jumbotron .hero-slider.flickity-slider-component .flickity-slider {
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important; }
      .dashboard-page .top-jumbotron .hero-slider.flickity-slider-component .hero-component {
        left: 0 !important;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        z-index: -1; }
      .dashboard-page .top-jumbotron .hero-slider.flickity-slider-component .hero-component.is-selected {
        opacity: 1;
        z-index: 0; }
      .dashboard-page .top-jumbotron .hero-slider.flickity-slider-component .flickity-viewport {
        width: 100%;
        height: 700px; }
      .dashboard-page .top-jumbotron .hero-slider.flickity-slider-component .flickity-prev-next-button {
        top: 40%;
        height: 40px; }
    .dashboard-page .top-jumbotron .hero-component {
      width: 100%;
      height: 100%; }
  .dashboard-page .library-treemap {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }
    .dashboard-page .library-treemap.expand-height {
      min-height: 1215px; }
    .dashboard-page .library-treemap .treemap-copy {
      padding: 0 15px; }
    .dashboard-page .library-treemap .tree-map-component {
      max-width: 100vw !important; }
    .dashboard-page .library-treemap .fit-slider .slider-title {
      color: #fff; }
    .dashboard-page .library-treemap .video-row-info .overview-data {
      padding-left: 30px !important; }
  .dashboard-page #fu > .fit-slider-item {
    width: 345px;
    height: 198px; }
  .dashboard-page .card-block {
    padding: 16px; }
  .dashboard-page .fit-slider-container.hero-margin {
    margin-top: 460px; }
  .dashboard-page .fit-slider {
    margin: 3vw 0; }
  .dashboard-page .circle-spinner {
    position: relative;
    height: 60px;
    width: 60px;
    animation: rotate 0.8s infinite linear;
    border: 2px solid #12beee;
    border-right-color: transparent;
    border-radius: 50%;
    margin: 60px auto; }
  @media (min-width: 768px) {
    .dashboard-page {
      padding-top: 100px; }
      .dashboard-page .top-jumbotron {
        margin-bottom: calc(220px + 2vw); }
        .dashboard-page .top-jumbotron .hero-row-container .slider-title {
          font-size: 2vw; }
      .dashboard-page .library-treemap.expand-height {
        min-height: 1212px; } }
  @media (min-width: 992px) {
    .dashboard-page .top-jumbotron {
      margin-bottom: calc(253px + 1.4vw); }
      .dashboard-page .top-jumbotron .hero-row-container .slider-title {
        font-size: 1.4vw; }
    .dashboard-page .library-treemap.expand-height {
      min-height: 1443px; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.social-wall-page {
  position: relative;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .social-wall-page.fitnessplans-page {
    padding-top: 0px !important; }
    .social-wall-page.fitnessplans-page .top-header {
      position: relative;
      max-height: 300px;
      margin-bottom: 15px;
      background: url("../assets/img/general/hero_2.jpg");
      background-repeat: no-repeat !important;
      background-position: top center !important;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
      padding-top: 50px;
      /* Small devices (tablets, 768px and up) */ }
      @media (min-width: 768px) {
        .social-wall-page.fitnessplans-page .top-header {
          height: 400px;
          max-height: 400px;
          padding-top: 100px; } }
    .social-wall-page.fitnessplans-page .copy {
      top: 70px; }

/* Components */
.fit-slider {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  -moz-transition: transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  -ms-transition: transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  -o-transition: transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  transition: transform 0.54s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  /* Small devices (mobiles, 767px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .fit-slider .slider-title {
    color: #9C9C9C;
    font-size: 3vw;
    font-weight: 700; }
  .fit-slider .fit-slider-expanded-data-container {
    position: absolute;
    width: 100%;
    height: 700px;
    top: 5px;
    left: 0px;
    right: 0px;
    padding: 0;
    overflow: hidden;
    background-color: #0d0d0d; }
  .fit-slider .secondary-content {
    position: relative;
    color: #e9e9e9;
    height: 100%;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  @media (max-width: 767px) {
    .fit-slider.is-expanded ~ .fit-slider {
      will-change: transform, -moz-transform, -webkit-transform;
      -webkit-transform: translate3d(0, 700px, 0);
      -moz-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0); } }
  @media (min-width: 768px) {
    .fit-slider.is-expanded ~ .fit-slider {
      will-change: transform, -moz-transform, -webkit-transform;
      -webkit-transform: translate3d(0, 480px, 0);
      -moz-transform: translate3d(0, 480px, 0);
      transform: translate3d(0, 480px, 0); }
    .fit-slider .fit-slider-expanded-data-container {
      height: 480px; }
    .fit-slider .slider-title {
      font-size: 2vw; } }
  @media (min-width: 992px) {
    .fit-slider .slider-title {
      font-size: 1.4vw; } }

.fit-slider-item {
  position: relative;
  width: 180px;
  height: 103px;
  margin-right: 4px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  @media (min-width: 768px) {
    .fit-slider-item {
      width: 280px;
      height: 160px; } }
  @media (min-width: 992px) {
    .fit-slider-item {
      width: 345px;
      height: 196px; } }

.fit-slider-item-primary {
  height: 100%;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .fit-slider-item-primary .primary-content {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 2; }
    .fit-slider-item-primary .primary-content > div:first-child {
      z-index: -1;
      height: 100%; }
    .fit-slider-item-primary .primary-content .expanded-ring {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0px;
      border-width: 4px;
      border-style: solid;
      border-color: #12beee;
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s; }

.image-loader {
  position: relative;
  overflow: hidden;
  /* &.scaled{
    .img-content {
      transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -webkit-transform: scale(1.2, 1.2);
    }
  }

  &.scale-effect {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out;
    -ms-transition: -ms-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;

    &:hover {
      -ms-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
    }
  } */ }
  .image-loader:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%; }
  .image-loader > .img-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .image-loader.bordered {
    border: 3px #fff solid;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5); }
  .image-loader.responsive {
    width: 100%;
    height: auto !important; }
  .image-loader .img-content {
    margin: 0 auto;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s; }
  .image-loader img.hidden-img {
    display: none !important; }
  .image-loader .circle-spinner {
    position: absolute;
    height: 28px;
    width: 28px;
    top: -webkit-calc(50% - 14px) !important;
    top: calc(50% - 14px) !important;
    right: -webkit-calc(50% - 16px) !important;
    right: calc(50% - 16px) !important;
    animation: rotate 0.8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    margin: 0; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.video-thumb {
  position: relative;
  overflow: hidden;
  /* .thumb {
    -webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
  } */ }
  .video-thumb.scaled .img-content {
    transform: scale(1.35, 1.35);
    -ms-transform: scale(1.35, 1.35);
    -webkit-transform: scale(1.35, 1.35); }
  .video-thumb .overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: -2px;
    z-index: 10;
    overflow: hidden; }
    .video-thumb .overlay.with-gradient {
      background: url(img/gradients/radial_dark_overlay_black.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: top left; }
    .video-thumb .overlay .play-text {
      line-height: 70px;
      position: relative;
      left: 70px;
      font-size: 24px; }
      .video-thumb .overlay .play-text:hover, .video-thumb .overlay .play-text:focus {
        color: #12beee; }
    .video-thumb .overlay .info-text {
      position: absolute;
      top: calc(50% + 50px);
      left: 50%;
      -ms-transform: translate(-50%, 0px);
      /* IE 9 */
      -webkit-transform: translate(-50%, 0px);
      /* Safari */
      transform: translate(-50%, 0px);
      text-align: center;
      font-weight: 300;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 14px 16px;
      border-radius: 6px;
      /* Small devices (mobiles, 767px) */ }
      .video-thumb .overlay .info-text .fa-angle-right {
        color: #12beee;
        font-size: 20px;
        margin-left: 20px; }
      @media (max-width: 767px) {
        .video-thumb .overlay .info-text {
          width: 360px; } }

.kaltura-player {
  position: relative;
  overflow: hidden;
  /* background-color: #000;

  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75); */ }
  .kaltura-player .kWidgetIframeContainer {
    overflow: visible !important; }

.bs-tab-list {
  z-index: 999;
  background-color: #121212; }
  .bs-tab-list.nav-tabs {
    border: none; }
  .bs-tab-list.nav-tabs > li {
    float: none;
    display: inline-block;
    min-width: 110px;
    box-sizing: border-box; }
  .bs-tab-list.nav-tabs {
    text-align: center; }
  .bs-tab-list.nav > li > a:hover, .bs-tab-list.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    box-sizing: border-box; }
  .bs-tab-list.nav-tabs > li > a {
    color: #e9e9e9;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
    border-bottom: 2px solid;
    border-bottom-color: rgba(20, 212, 255, 0);
    box-sizing: border-box;
    -webkit-transition: border-bottom-color 0.3s ease;
    -moz-transition: border-bottom-color 0.3s ease;
    -ms-transition: border-bottom-color 0.3s ease;
    -o-transition: border-bottom-color 0.3s ease;
    transition: border-bottom-color 0.3s ease; }
  .bs-tab-list.nav-tabs > li.active > a, .bs-tab-list.nav-tabs > li.active > a:hover, .bs-tab-list.nav-tabs > li.active > a:focus {
    color: #e9e9e9;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
    border-bottom: 2px solid;
    border-bottom-color: rgba(20, 212, 255, 0);
    -webkit-transition: border-bottom-color 0.3s ease;
    -moz-transition: border-bottom-color 0.3s ease;
    -ms-transition: border-bottom-color 0.3s ease;
    -o-transition: border-bottom-color 0.3s ease;
    transition: border-bottom-color 0.3s ease; }
  .bs-tab-list.nav-tabs > li.active > a, .bs-tab-list.nav-tabs > li > a:hover, .bs-tab-list.nav-tabs > li > a:focus {
    border-bottom-color: #14d4ff !important; }

.bs-tab-panel {
  min-height: 300px; }

.video-card {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  /* .card-title {
    position: relative;
    float: left;
    left: 8px;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    
  }

  .card-subtitle {
    position: relative;
    bottom: 0px;
    width: 85%;
    padding: 8px 0px;
    font-weight: 300;
    font-size: 12px;
  }

  .card-subtitle {
    float: left;
    background-color: $gray;
    width: 85%;
  } */
  /* Small devices (mobiles, 767px) */ }
  .video-card.fadeout-effect {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .video-card .hidden {
    display: none; }
  .video-card .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: url(img/gradients/tile_overlay.png) bottom repeat-x; }
  .video-card .card {
    position: relative;
    height: 100%;
    background-color: #121212; }
  .video-card .image-loader {
    min-height: 100%; }
  .video-card .video-badge {
    position: absolute;
    width: 30px;
    min-height: 15px;
    line-height: 17px;
    right: 6px;
    bottom: 6px;
    font-weight: 300;
    font-size: 12px; }
    .video-card .video-badge.badge-free {
      width: 30px; }
    .video-card .video-badge.badge-premium {
      width: 15px; }
  .video-card .top-premium-badge {
    position: absolute;
    top: 6px;
    right: 6px; }
  .video-card.loading {
    background-color: #121212; }
    .video-card.loading .overlay {
      background: rgba(0, 0, 0, 0.6); }
  .video-card .hoolio-play-btn {
    -webkit-animation-timing-function: ease-in-out;
    /* Chrome, Safari, Opera */
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
    .video-card .hoolio-play-btn.fadeIn {
      -webkit-animation-duration: 0.4s;
      animation-duration: 0.4s; }
    .video-card .hoolio-play-btn.fadeOut {
      -webkit-animation-duration: 0.4s;
      animation-duration: 0.4s; }
  @media (max-width: 767px) {
    .video-card .video-badge {
      top: 0;
      color: #12beee;
      top: 6px;
      right: 4px;
      font-size: 10px;
      font-weight: 700; }
    .video-card .top-premium-badge {
      top: 2px; }
      .video-card .top-premium-badge .retina-image {
        height: 16px;
        width: 14px; } }

.video-row-info {
  position: relative;
  padding: 0 15px;
  min-height: 100%;
  background-color: #121212;
  /* .left-side, .right-side {
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    height: 100%;
  } */
  /* Small devices (mobiles, 767px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1400px and up) */ }
  .video-row-info .overview-data {
    padding-left: 15px !important;
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .video-row-info .overview-data {
        height: calc(700px - 300px); } }
    .video-row-info .overview-data.isMobile {
      /* Small devices (mobiles, 767px) */ }
      @media (max-width: 767px) {
        .video-row-info .overview-data.isMobile {
          height: calc(700px - 510px); } }
  .video-row-info .title {
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 30px; }
  .video-row-info .actions {
    margin: 10px 0; }
  .video-row-info .trainer {
    margin: 10px 0; }
    .video-row-info .trainer .name.is-featured {
      color: #12beee; }
  .video-row-info .favorite-btn {
    position: relative;
    top: 2px;
    float: left;
    left: 15px;
    font-size: 20px;
    width: 20px; }
    .video-row-info .favorite-btn .fa {
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .video-row-info .favorite-btn .fa.fa-heart-o:hover {
      color: #FF3B22; }
    .video-row-info .favorite-btn .fa.fa-heart {
      color: #FF3B22; }
  .video-row-info .star-rating-container {
    position: relative;
    top: 4px;
    float: left;
    margin-right: 10px; }
  .video-row-info .video-badge {
    position: relative;
    float: right;
    bottom: 5px;
    right: 15px;
    padding: 6px 12px;
    border-radius: 70px;
    background-color: #2b2b2b; }
  .video-row-info .stats {
    margin: 20px 0;
    padding: 10px 0;
    border-top: 2px solid #383838;
    border-bottom: 2px solid #383838;
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .video-row-info .stats {
        margin: 20px -15px; } }
  .video-row-info .stat {
    padding: 0 15px;
    text-align: left; }
    .video-row-info .stat .stat-text-top {
      font-size: 12px;
      font-weight: 300;
      color: #f1981f; }
    .video-row-info .stat .stat-text {
      font-size: 18px;
      font-weight: 700; }
    @media (min-width: 1100px) {
      .video-row-info .stat .stat-text-top {
        font-size: 14px; }
      .video-row-info .stat .stat-text {
        font-size: 24px; } }
    @media (min-width: 1500px) {
      .video-row-info .stat .stat-text {
        font-size: 30px; } }
    @media (min-width: 1700px) {
      .video-row-info .stat .stat-text {
        font-size: 34px; } }
  .video-row-info .right-side p {
    margin: 15px; }
  .video-row-info .video-thumb {
    height: 480px;
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .video-row-info .video-thumb {
        height: 300px; } }
    .video-row-info .video-thumb .image-loader {
      position: inherit !important; }
  .video-row-info .upgrade-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 10px 0 10px;
    z-index: 10; }
    .video-row-info .upgrade-info .pricing-button {
      padding: 10px 15px; }
    .video-row-info .upgrade-info .reply-button {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px 0 0 0;
      font-size: 24px; }
  @media (max-width: 767px) {
    .video-row-info .stats {
      margin-top: 10px; }
    .video-row-info .stat {
      padding: 0 15px;
      text-align: center; }
      .video-row-info .stat .stat-text {
        font-size: 18px; }
    .video-row-info .img-content {
      transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1); } }
  @media (min-width: 768px) {
    .video-row-info .img-content {
      transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05); }
    .video-row-info .upgrade-info {
      padding: 100px 40px 0 80px; }
      .video-row-info .upgrade-info .pricing-button {
        padding: 10px 30px; } }
  @media (min-width: 1480px) {
    .video-row-info .img-content {
      transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1); } }

.youtube-player {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* background-color: #000;

  -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75); */ }
  .youtube-player iframe {
    width: 100%; }
  .youtube-player .youtube-static-thumbnail {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .youtube-player .youtube-static-thumbnail .play-btn {
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 0px;
      left: 0px;
      z-index: 10;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0.8;
      filter: alpha(opacity=80); }
      .youtube-player .youtube-static-thumbnail .play-btn:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        /* top: -20px;
        bottom: -20px;
        right: -40px;
        left: 0px; */ }

.fit-slider-container {
  overflow: hidden;
  -webkit-transition: padding-bottom 0.5s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  -moz-transition: padding-bottom 0.5s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  -ms-transition: padding-bottom 0.5s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  -o-transition: padding-bottom 0.5s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  transition: padding-bottom 0.5s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  /* Small devices (mobiles, 767px) */
  /* Small devices (tablets, 768px and up) */ }
  @media (max-width: 767px) {
    .fit-slider-container.is-expanded {
      padding-bottom: calc(700px); } }
  @media (min-width: 768px) {
    .fit-slider-container.is-expanded {
      padding-bottom: calc(480px); } }

.fitnessplan-main-secondary {
  background-color: #0d0d0d; }
  .fitnessplan-main-secondary .top-header {
    position: relative;
    border-radius: 0px;
    margin-bottom: 0px;
    overflow: hidden; }
    .fitnessplan-main-secondary .top-header img.top-header-img {
      width: 100%;
      z-index: -1;
      max-height: 480px;
      min-width: 880px;
      /* Small devices (mobiles, 767px) */
      /* Small devices (tablets, 768px and up) */ }
      @media (max-width: 767px) {
        .fitnessplan-main-secondary .top-header img.top-header-img {
          min-height: 700px;
          min-width: 1880px; } }
      @media (min-width: 768px) {
        .fitnessplan-main-secondary .top-header img.top-header-img {
          min-height: 480px;
          min-width: 880px; } }
    .fitnessplan-main-secondary .top-header img.top-header-people {
      position: absolute;
      bottom: 0px;
      right: 10%; }
    .fitnessplan-main-secondary .top-header .copy {
      z-index: 1;
      top: 15%;
      left: 10%;
      width: 100%;
      position: absolute; }
  .fitnessplan-main-secondary .active-fitnessplan {
    margin: 0 15px;
    /* Small devices (tablets, 768px and up) */ }
    .fitnessplan-main-secondary .active-fitnessplan .bs-tabs {
      height: calc(700px - 115px); }
    @media (min-width: 768px) {
      .fitnessplan-main-secondary .active-fitnessplan .bs-tabs {
        height: calc(480px - 115px); } }

.fitnessplan-card {
  overflow: hidden;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .fitnessplan-card.fadeout-effect {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .fitnessplan-card .hidden {
    display: none; }
  .fitnessplan-card .card {
    position: relative;
    background-color: #212121; }
  .fitnessplan-card .overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: url(img/gradients/tile_overlay.png) bottom repeat-x; }
    .fitnessplan-card .overlay .overlay-content {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
    .fitnessplan-card .overlay .card-title {
      position: relative;
      left: 4px;
      font-weight: 300;
      font-size: 14px;
      text-shadow: 0px 1px 1px #292929; }
    .fitnessplan-card .overlay .card-subtitle {
      position: relative;
      background-color: #292929;
      bottom: 0px;
      left: 0px;
      right: 0px;
      padding: 2px 4px;
      font-weight: 300;
      font-size: 12px; }
  .fitnessplan-card.loading {
    background-color: #121212; }
    .fitnessplan-card.loading .overlay {
      background: rgba(0, 0, 0, 0.6); }

.fitnessplan-row-info {
  position: relative;
  padding: 0 15px;
  min-height: 100%;
  background-color: #121212;
  /* Small devices (mobiles, 767px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .fitnessplan-row-info .info-stats {
    background-color: #121212;
    padding: 10px 0; }
  .fitnessplan-row-info .info {
    border-right: 2px solid #292929; }
  .fitnessplan-row-info .join-btn {
    min-width: 90px; }
  .fitnessplan-row-info .search-btn {
    background-color: #292929;
    color: #12beee; }
  .fitnessplan-row-info .tab-list-container {
    position: relative;
    padding-bottom: 2px;
    border-top: 1px solid #292929; }
  .fitnessplan-row-info .summary .summary-info {
    padding: 15px !important; }
  .fitnessplan-row-info .summary .video-thumb {
    height: calc(480px - 115px);
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .fitnessplan-row-info .summary .video-thumb {
        height: 240px; } }
    .fitnessplan-row-info .summary .video-thumb .image-loader {
      position: inherit !important; }
  .fitnessplan-row-info .summary.media-tablet .video-thumb {
    height: calc(550px - 135px); }
  @media (max-width: 767px) {
    .fitnessplan-row-info .info {
      border-right: none;
      border-bottom: 1px solid #292929; }
      .fitnessplan-row-info .info .actions {
        padding: 0;
        padding-top: 10px; }
        .fitnessplan-row-info .info .actions .join-btn {
          width: 100%;
          border-radius: 0px; }
    .fitnessplan-row-info .info-stats {
      margin-bottom: 0px; }
    .fitnessplan-row-info .stats {
      margin-top: 10px; }
    .fitnessplan-row-info .stat {
      padding: 0 15px;
      text-align: center; }
      .fitnessplan-row-info .stat .stat-text {
        font-size: 18px; } }
  .fitnessplan-row-info .fitnessplan-completed {
    padding: 60px 15px; }
  @media (min-width: 768px) {
    .fitnessplan-row-info .tab-list-container {
      position: relative;
      bottom: 0px;
      left: 0px;
      right: 0px; }
    .fitnessplan-row-info .bs-tabs {
      height: calc(550px - 135px); }
    .fitnessplan-row-info .stat {
      padding: 0 15px;
      max-width: 200px; }
      .fitnessplan-row-info .stat .stat-text {
        font-size: 20px; } }
  @media (min-width: 992px) {
    .fitnessplan-row-info .bs-tabs {
      height: calc(480px - 115px); }
    .fitnessplan-row-info .stat .stat-text {
      font-size: 28px; } }

.fitnessplan-weeks-slider {
  height: 240px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .fitnessplan-weeks-slider .flickity-slider-component {
    background: #121212; }
  .fitnessplan-weeks-slider .weeks-slider {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .fitnessplan-weeks-slider .weeks-slider .fit-slider-item {
      width: 100%;
      height: 240px; }
    .fitnessplan-weeks-slider .weeks-slider.flickity-slider-component .flickity-prev-next-button {
      background: #121212;
      top: 35px;
      height: 40px; }
    .fitnessplan-weeks-slider .weeks-slider .fit-slider-item-primary .primary-content {
      padding-bottom: 20px; }
      .fitnessplan-weeks-slider .weeks-slider .fit-slider-item-primary .primary-content .is-expanded {
        border: none; }
      .fitnessplan-weeks-slider .weeks-slider .fit-slider-item-primary .primary-content .expanded-ring {
        display: none; }
      .fitnessplan-weeks-slider .weeks-slider .fit-slider-item-primary .primary-content h5 {
        margin-bottom: 15px; }
  .fitnessplan-weeks-slider .fit-slider-expanded-data-container {
    padding: 0 15px !important; }
  .fitnessplan-weeks-slider .videos-slider-wrapper {
    position: relative; }
    .fitnessplan-weeks-slider .videos-slider-wrapper.animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }
  .fitnessplan-weeks-slider .videos-slider .video-card {
    position: relative;
    box-sizing: border-box;
    width: 360px;
    height: 206px;
    margin-right: 8px; }
  .fitnessplan-weeks-slider .fit-slider-expanded-data-container {
    padding-top: 0px; }
  .fitnessplan-weeks-slider .checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    font-size: 44px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .fitnessplan-weeks-slider .checkmark_circle {
    width: 80px;
    height: 80px;
    background-color: rgba(17, 189, 237, 0.9);
    border-radius: 50%; }
  .fitnessplan-weeks-slider .fa.fa-check {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .fitnessplan-weeks-slider {
      height: 200px; }
      .fitnessplan-weeks-slider .fit-slider-item {
        width: 100%;
        height: 200px; }
      .fitnessplan-weeks-slider .weeks-slider {
        background-color: #121212; }
        .fitnessplan-weeks-slider .weeks-slider .fit-slider-item {
          height: 200px; }
      .fitnessplan-weeks-slider .fit-slider-expanded-data-container {
        background-color: #121212; } }
  @media (min-width: 992px) {
    .fitnessplan-weeks-slider {
      height: 350px; }
      .fitnessplan-weeks-slider .fit-slider-item {
        width: 100%;
        height: 350px; }
      .fitnessplan-weeks-slider .weeks-slider .fit-slider-item {
        height: 350px; }
      .fitnessplan-weeks-slider .videos-slider {
        margin-top: 50px; }
        .fitnessplan-weeks-slider .videos-slider .video-card {
          position: relative;
          box-sizing: border-box;
          width: 426px;
          height: 240px;
          margin-right: 8px; } }

/************** @author: AKIS *****************/
/* ---------------------------------------------------------------------- */
/*  ui-modal bootstrap modal component
/* ---------------------------------------------------------------------- */
.modal.bs-modal div.expand-close-btn {
  top: 10px;
  right: 10px;
  opacity: 0.5; }

.modal.bs-modal .modal-dialog {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s; }
  .modal.bs-modal .modal-dialog .modal-content {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-color: #222222;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.5); }

.modal.bs-modal .modal-header {
  text-align: center;
  color: #fff;
  background-color: #222222;
  border-bottom: none;
  padding: 15px;
  padding-top: 40px; }
  .modal.bs-modal .modal-header h4 {
    font-weight: 700;
    margin: 0; }

.modal.bs-modal .modal-body {
  min-height: 100px;
  padding: 20px 15px; }

.modal.bs-modal .modal-footer {
  /* border-top: 1px solid #e5e5e5; */
  text-align: right;
  background-color: #545454;
  padding: 10px; }
  .modal.bs-modal .modal-footer .btn-default {
    color: #fff;
    background-color: #545454;
    border-color: #545454; }

.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity=60); }

/************** @author: AKIS *****************/
/* ---------------------------------------------------------------------- */
/*  Chat box component
/* ---------------------------------------------------------------------- */
.chat-box {
  position: relative;
  width: 320px; }
  .chat-box .row, .chat-box .col-xs-12 {
    min-height: 100%;
    height: 100%; }
  .chat-box .panel {
    border: none;
    border-radius: 0px;
    margin-bottom: 0;
    min-height: 100%;
    background-color: transparent; }
  .chat-box .panel-heading {
    cursor: pointer;
    border-radius: 0px;
    background-color: #5744bd;
    border: none;
    padding: 10px 15px 18px 15px; }
    .chat-box .panel-heading .fa-comment {
      position: relative;
      top: 2px;
      font-size: 24px; }
    .chat-box .panel-heading .badge {
      position: relative;
      color: #292929;
      top: 6px; }
    .chat-box .panel-heading .avatar-img {
      display: inline-block; }
    .chat-box .panel-heading .unreaded-messages {
      position: absolute;
      color: #fff;
      background-color: #5744bd;
      top: -10px;
      left: 2px;
      border-radius: 50%;
      padding: 5px;
      min-width: 24px; }
    .chat-box .panel-heading .fa-user {
      color: #5744bd; }
    .chat-box .panel-heading .fa.fa-angle-up, .chat-box .panel-heading .fa.fa-angle-down {
      font-weight: 900;
      font-size: 20px; }
  .chat-box .panel-body {
    overflow-y: auto;
    height: calc(100% - 93px);
    max-height: calc(100% - 93px);
    background-color: rgba(0, 0, 0, 0.83);
    padding: 10px;
    position: absolute;
    bottom: 43px;
    width: 100%; }
  .chat-box .chat {
    list-style: none;
    margin: 0;
    padding: 0; }
    .chat-box .chat li.media {
      margin: 0px;
      padding-bottom: 5px;
      color: rgba(255, 255, 255, 0.5); }
      .chat-box .chat li.media.media:last-child {
        margin-bottom: 0; }
      .chat-box .chat li.media .image-loader {
        margin-top: 16px; }
      .chat-box .chat li.media .media-body {
        position: relative; }
        .chat-box .chat li.media .media-body .user-name {
          font-size: 12px; }
        .chat-box .chat li.media .media-body .message {
          background-color: #5744bd;
          padding: 8px 10px;
          border-radius: 10px;
          color: #fff;
          float: left;
          max-width: 210px;
          white-space: -moz-pre-wrap !important;
          /* Mozilla, since 1999 */
          white-space: -webkit-pre-wrap;
          /*Chrome & Safari */
          white-space: -pre-wrap;
          /* Opera 4-6 */
          white-space: -o-pre-wrap;
          /* Opera 7 */
          white-space: pre-wrap;
          /* css-3 */
          word-wrap: break-word;
          /* Internet Explorer 5.5+ */
          word-break: break-all;
          white-space: normal; }
      .chat-box .chat li.media .bot-message {
        position: relative;
        text-align: center;
        font-size: 14px;
        width: 100%;
        padding: 2px 10px;
        white-space: -moz-pre-wrap !important;
        /* Mozilla, since 1999 */
        white-space: -webkit-pre-wrap;
        /*Chrome & Safari */
        white-space: -pre-wrap;
        /* Opera 4-6 */
        white-space: -o-pre-wrap;
        /* Opera 7 */
        white-space: pre-wrap;
        /* css-3 */
        word-wrap: break-word;
        /* Internet Explorer 5.5+ */
        word-break: break-all;
        white-space: normal; }
        .chat-box .chat li.media .bot-message .image-loader {
          display: inline-block;
          vertical-align: top;
          margin: 0 4px 0 0; }
  .chat-box .panel-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px; }
    .chat-box .panel-footer input {
      outline: none;
      border: none;
      border-radius: 0px; }
  .chat-box .jumping-dots span {
    position: relative;
    bottom: 0px;
    -webkit-animation: jump 1500ms infinite;
    animation: jump 2s infinite;
    font-weight: 700; }
  .chat-box .jumping-dots .dot-1 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms; }
  .chat-box .jumping-dots .dot-2 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms; }
  .chat-box .jumping-dots .dot-3 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms; }

@-webkit-keyframes jump {
  0% {
    bottom: 0px; }
  20% {
    bottom: 5px; }
  40% {
    bottom: 0px; } }

@keyframes jump {
  0% {
    bottom: 0px; }
  20% {
    bottom: 5px; }
  40% {
    bottom: 0px; } }

.flickity-slider-component {
  background: transparent;
  /* dots are lines */ }
  .flickity-slider-component .flickity-page-dots {
    top: -19px;
    right: 0px;
    width: auto;
    height: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .flickity-slider-component .flickity-page-dots:hover .dot {
      height: 10px; }
  .flickity-slider-component .flickity-page-dots .dot {
    height: 2px;
    width: 10px;
    margin: 0;
    border-radius: 0;
    background: #292929;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease; }
    .flickity-slider-component .flickity-page-dots .dot.is-selected {
      background: #12beee; }
  .flickity-slider-component .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    padding: 0;
    width: 24px;
    height: calc(100% + 2px);
    border: none;
    border-radius: 0;
    background: rgba(18, 18, 18, 0.7);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: fadein .6s;
    -moz-animation: fadein .6s;
    -ms-animation: fadein .6s;
    -o-animation: fadein .6s;
    animation: fadein .6s;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .flickity-slider-component .flickity-prev-next-button svg {
      left: 0%;
      top: 0%;
      width: 100%;
      height: 100%; }
    .flickity-slider-component .flickity-prev-next-button:active {
      filter: alpha(opacity=100);
      opacity: 1; }
    .flickity-slider-component .flickity-prev-next-button:disabled {
      display: none; }
    .flickity-slider-component .flickity-prev-next-button .arrow {
      fill: #fff; }
    .flickity-slider-component .flickity-prev-next-button:hover .arrow {
      fill: #12beee; }
  .flickity-slider-component .flickity-prev-next-button.previous {
    left: 0px; }
  .flickity-slider-component .flickity-prev-next-button.next {
    right: 0px; }
  .flickity-slider-component:hover .flickity-page-dots, .flickity-slider-component:focus .flickity-page-dots {
    opacity: 1; }
  .flickity-slider-component:hover .flickity-prev-next-button, .flickity-slider-component:focus .flickity-prev-next-button {
    opacity: 1; }
  @media (max-width: 767px) {
    .flickity-slider-component .flickity-page-dots {
      display: none; } }

.star-rating {
  font-size: 18px; }
  .star-rating ul {
    display: inline-block;
    cursor: default; }
  .star-rating li {
    cursor: pointer; }
  .star-rating.readonly li {
    cursor: default; }
  .star-rating .fa.star-empty {
    color: #fff; }
  .star-rating .fa.star-full, .star-rating .fa.star-half {
    color: #12beee; }

.moves-bar-component {
  position: relative; }
  .moves-bar-component.is-full {
    /* #moves-boxes path{
      fill: $brand-success; 
    } */ }
  .moves-bar-component .moves-progress {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 10%;
    overflow: hidden;
    -webkit-transition: width 1s ease 0.6s;
    -moz-transition: width 1s ease 0.6s;
    -ms-transition: width 1s ease 0.6s;
    -o-transition: width 1s ease 0.6s;
    transition: width 1s ease 0.6s;
    /* &:hover {
      width: 100%;
    } */ }
  .moves-bar-component #moves-bg path {
    fill: rgba(255, 255, 255, 0.4); }
  .moves-bar-component #moves-boxes path {
    fill: #12beee; }

.week-range-component {
  position: relative;
  display: inline-block; }
  .week-range-component .week-btn {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .week-range-component .week-btn:hover {
      color: #12beee; }
  .week-range-component #next-week-btn.disabled {
    opacity: .2;
    pointer-events: none; }
  .week-range-component .weeks {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 18px; }
  .week-range-component .reset-week {
    position: relative;
    top: -10px;
    font-size: 10px;
    color: #12beee; }
    .week-range-component .reset-week .reset-week-btn {
      cursor: pointer; }

.user-main-secondary {
  height: 100%; }

.user-main-secondary-component {
  position: relative;
  height: 100%;
  /* Small devices (mobiles, 767px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1400px and up) */ }
  .user-main-secondary-component > div:first-child {
    background: rgba(0, 0, 0, 0.6);
    min-height: 100%; }
  .user-main-secondary-component .stats {
    padding-left: 15px;
    padding-right: 0px;
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .user-main-secondary-component .stats {
        height: calc(700px - 300px); } }
    .user-main-secondary-component .stats .top-info {
      position: relative;
      height: 80px;
      text-align: left;
      padding: 10px 15px; }
      .user-main-secondary-component .stats .top-info .title {
        font-size: 10px;
        margin-left: 10px; }
      .user-main-secondary-component .stats .top-info .week-range-component {
        float: left; }
        .user-main-secondary-component .stats .top-info .week-range-component .weeks {
          min-width: 120px; }
      .user-main-secondary-component .stats .top-info .week-workouts {
        float: right;
        margin-right: 30px;
        margin-top: 5px; }
    .user-main-secondary-component .stats.intro .top-info .title {
      float: left;
      font-size: 42px;
      font-weight: 700; }
      .user-main-secondary-component .stats.intro .top-info .title img {
        position: relative;
        top: -3px; }
    .user-main-secondary-component .stats.intro .top-info .btn-skip {
      float: right;
      position: relative;
      top: 2px;
      padding: 15px 22px;
      background-color: #292929;
      border: none;
      border-radius: 10px;
      /* Small devices (mobiles, 767px) */ }
      @media (max-width: 768px) {
        .user-main-secondary-component .stats.intro .top-info .btn-skip {
          right: 40px; } }
    .user-main-secondary-component .stats .middle-info {
      height: 220px;
      padding-top: 50px;
      background-color: rgba(0, 0, 0, 0.4);
      /* Small devices (mobiles, 767px) */ }
      @media (max-width: 767px) {
        .user-main-secondary-component .stats .middle-info {
          height: 140px;
          padding-top: 10px; } }
    .user-main-secondary-component .stats.intro .middle-info {
      height: 280px;
      padding-top: 0px;
      background-color: #292929;
      /* cell inherit height from carousel */
      /* Small devices (mobiles, 767px) */ }
      .user-main-secondary-component .stats.intro .middle-info .intro-slider.flickity-slider-component {
        background: transparent; }
        .user-main-secondary-component .stats.intro .middle-info .intro-slider.flickity-slider-component .flickity-viewport {
          width: 100%;
          height: 280px; }
        .user-main-secondary-component .stats.intro .middle-info .intro-slider.flickity-slider-component .flickity-prev-next-button {
          height: 40px; }
      .user-main-secondary-component .stats.intro .middle-info .tip {
        width: 100%;
        height: 100%; }
      .user-main-secondary-component .stats.intro .middle-info .media {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        padding: 80px 30px 0 30px;
        font-size: 20px;
        min-height: 100px;
        /* Small devices (mobiles, 767px) */ }
        .user-main-secondary-component .stats.intro .middle-info .media .media-left img {
          position: relative;
          top: 20px;
          margin: 0 20px; }
        .user-main-secondary-component .stats.intro .middle-info .media .media-heading {
          font-size: 24px; }
        @media (max-width: 767px) {
          .user-main-secondary-component .stats.intro .middle-info .media {
            font-size: 16px; }
            .user-main-secondary-component .stats.intro .middle-info .media .media-left img {
              position: relative;
              top: 10px;
              margin: 0 5px; }
            .user-main-secondary-component .stats.intro .middle-info .media .media-heading {
              font-size: 20px; } }
      @media (max-width: 767px) {
        .user-main-secondary-component .stats.intro .middle-info {
          height: 200px; }
          .user-main-secondary-component .stats.intro .middle-info .intro-slider.flickity-slider-component .flickity-viewport {
            height: 200px; }
          .user-main-secondary-component .stats.intro .middle-info .intro-slider.flickity-slider-component .flickity-prev-next-button {
            display: none; }
          .user-main-secondary-component .stats.intro .middle-info .media {
            padding: 20px 30px 0 30px; } }
    .user-main-secondary-component .stats .bottom-info {
      height: 120px;
      padding: 10px 15px; }
      .user-main-secondary-component .stats .bottom-info .btn.btn-transparent {
        border-color: #12beee;
        background-color: #292929;
        border-radius: 10px; }
      .user-main-secondary-component .stats .bottom-info .title {
        margin: 0;
        font-size: 14px; }
      .user-main-secondary-component .stats .bottom-info .videos-slider {
        margin-top: 10px;
        background-color: transparent; }
        .user-main-secondary-component .stats .bottom-info .videos-slider .video-card {
          position: relative;
          box-sizing: border-box;
          width: 210px;
          height: 120px;
          margin-right: 8px;
          cursor: pointer; }
          .user-main-secondary-component .stats .bottom-info .videos-slider .video-card .overlay {
            display: none; }
        .user-main-secondary-component .stats .bottom-info .videos-slider .flickity-prev-next-button {
          background-color: rgba(0, 0, 0, 0.4); }
    .user-main-secondary-component .stats.intro .bottom-info button {
      min-width: 280px;
      margin-top: 22px;
      /* Small devices (tablets, 768px and up) */ }
      .user-main-secondary-component .stats.intro .bottom-info button:hover, .user-main-secondary-component .stats.intro .bottom-info button:focus {
        background-color: #12beee; }
      .user-main-secondary-component .stats.intro .bottom-info button.btn-workout {
        margin-right: 0px; }
      @media (max-width: 600px) {
        .user-main-secondary-component .stats.intro .bottom-info button {
          margin-top: 2px; }
          .user-main-secondary-component .stats.intro .bottom-info button.btn-workout {
            margin-right: 0px; } }
      @media (min-width: 768px) {
        .user-main-secondary-component .stats.intro .bottom-info button {
          margin-top: 2px; }
          .user-main-secondary-component .stats.intro .bottom-info button.btn-workout {
            margin-right: 0px; } }
      @media (min-width: 1290px) {
        .user-main-secondary-component .stats.intro .bottom-info button {
          margin-top: 22px; }
          .user-main-secondary-component .stats.intro .bottom-info button.btn-workout {
            margin-right: 40px; } }
    .user-main-secondary-component .stats .current-moves {
      font-size: 36px; }
      .user-main-secondary-component .stats .current-moves .current-moves-number {
        font-weight: 900; }
    .user-main-secondary-component .stats .moves-bar-component {
      margin: 0 auto; }
    .user-main-secondary-component .stats .weekly-goal .weekly-goal-number {
      color: #12beee; }
    .user-main-secondary-component .stats .loading-msg {
      position: relative;
      top: 60px; }
  .user-main-secondary-component .workout {
    padding-left: 0px; }
    .user-main-secondary-component .workout .no-workout-container {
      text-align: center;
      height: 480px;
      max-width: 340px;
      margin: 0 auto;
      font-size: 30px;
      padding-top: 170px;
      /* Small devices (mobiles, 767px) */ }
      @media (max-width: 767px) {
        .user-main-secondary-component .workout .no-workout-container {
          padding-top: 100px; } }
  .user-main-secondary-component .video-thumb {
    height: 480px;
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .user-main-secondary-component .video-thumb {
        height: 300px; } }
    .user-main-secondary-component .video-thumb .image-loader {
      position: inherit !important; }
    .user-main-secondary-component .video-thumb .stats {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 5px 0;
      text-align: center;
      width: 100%;
      top: calc(100% - 49px);
      right: 0;
      left: 15px;
      z-index: 100; }
      .user-main-secondary-component .video-thumb .stats .stat .stat-text-top {
        font-size: 12px;
        font-weight: 300;
        color: #f1981f; }
  .user-main-secondary-component .upgrade-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 10px 10px 0 10px;
    z-index: 10; }
    .user-main-secondary-component .upgrade-info .pricing-button {
      padding: 10px 15px; }
    .user-main-secondary-component .upgrade-info .reply-button {
      position: absolute;
      right: 10px;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 10px 0 0 0;
      font-size: 24px; }
  @media (max-width: 767px) {
    .user-main-secondary-component .img-content {
      transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1); } }
  @media (min-width: 768px) {
    .user-main-secondary-component .img-content {
      transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05); }
    .user-main-secondary-component .upgrade-info {
      padding: 100px 40px 0 80px; }
      .user-main-secondary-component .upgrade-info .pricing-button {
        padding: 10px 30px; } }
  @media (min-width: 1480px) {
    .user-main-secondary-component .img-content {
      transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1); } }

.fitnessplan-main-primary {
  position: relative;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }
  .fitnessplan-main-primary .main-menu-slide {
    background-color: transparent;
    background: url(img/gradients/tile_overlay.png) bottom repeat-x; }
  .fitnessplan-main-primary .copy {
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 0px;
    text-align: left;
    /* Small devices (mobiles, 767px) */ }
    .fitnessplan-main-primary .copy h2 {
      font-weight: 300; }
    @media (max-width: 767px) {
      .fitnessplan-main-primary .copy {
        font-size: 14px; }
        .fitnessplan-main-primary .copy h2 {
          font-size: 20px; } }
  .fitnessplan-main-primary .workouts .progress-bar-component {
    float: left;
    width: 10px;
    margin-right: 5px; }

.social-main-primary {
  position: relative;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }
  .social-main-primary .main-menu-slide {
    background-color: transparent; }
  .social-main-primary .copy {
    position: absolute;
    width: 100%;
    left: 10px;
    bottom: 0px;
    text-align: left;
    /* Small devices (mobiles, 767px) */ }
    .social-main-primary .copy h2 {
      font-weight: 300; }
    @media (max-width: 767px) {
      .social-main-primary .copy {
        font-size: 14px; }
        .social-main-primary .copy h2 {
          font-size: 20px; } }

.progress-bar-component .progress {
  height: 10px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 5px; }
  .progress-bar-component .progress .progress-bar {
    -webkit-transition: width 1s ease 0.6s;
    -moz-transition: width 1s ease 0.6s;
    -ms-transition: width 1s ease 0.6s;
    -o-transition: width 1s ease 0.6s;
    transition: width 1s ease 0.6s; }
    .progress-bar-component .progress .progress-bar.blue {
      background-color: #12beee; }
    .progress-bar-component .progress .progress-bar.red {
      background-color: #FF3B22; }
    .progress-bar-component .progress .progress-bar.yellow {
      background-color: #f1981f; }
    .progress-bar-component .progress .progress-bar.white {
      background-color: #e9e9e9; }

.user-main-primary-component {
  position: relative;
  height: 100%; }
  .user-main-primary-component > div:first-child {
    background: rgba(0, 0, 0, 0.4);
    min-height: 100%; }
  .user-main-primary-component .btn-transparent {
    position: relative;
    top: 10px; }
  .user-main-primary-component .main-menu-slide {
    background-color: transparent;
    height: 100%; }
  .user-main-primary-component .avatar-img {
    width: 80px;
    height: 80px !important;
    margin: 20px auto 0 auto;
    /* Small devices (mobiles, 767px) */
    /* Small devices (tablets, 768px and up) */ }
    .user-main-primary-component .avatar-img .img-content {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      border: 4px solid #fff; }
    @media (max-width: 767px) {
      .user-main-primary-component .avatar-img {
        width: 80px;
        height: 80px !important;
        margin: 0px auto 0 auto; }
        .user-main-primary-component .avatar-img .img-content {
          width: 80px;
          height: 80px; } }
    @media (min-width: 768px) {
      .user-main-primary-component .avatar-img {
        width: 120px;
        height: 120px !important;
        margin: 7px auto 0 auto; } }
  .user-main-primary-component .premium-badge {
    position: absolute;
    top: 60px;
    left: 100px;
    margin: 0 auto;
    /* Small devices (tablets, 768px and up) */
    /* Medium devices (desktops, 992px and up) */ }
    @media (min-width: 768px) {
      .user-main-primary-component .premium-badge {
        top: 100px;
        left: 166px; } }
    @media (min-width: 992px) {
      .user-main-primary-component .premium-badge {
        top: 100px;
        left: 200px; } }
    .user-main-primary-component .premium-badge .diamond {
      position: absolute;
      top: 10px;
      left: 8px; }
    .user-main-primary-component .premium-badge .circle {
      position: relative;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: black; }
    .user-main-primary-component .premium-badge .arc {
      overflow: hidden;
      position: absolute;
      top: -4px;
      right: 50%;
      bottom: 50%;
      left: -4px;
      transform-origin: 100% 100%; }
    .user-main-primary-component .premium-badge .arc:before {
      box-sizing: border-box;
      display: block;
      border: solid 4px #fff;
      width: 200%;
      height: 200%;
      border-radius: 50%;
      transform: skewX(-30deg);
      content: ''; }
    .user-main-primary-component .premium-badge .arc1 {
      transform: rotate(120deg) skewX(30deg); }
    .user-main-primary-component .premium-badge .arc2 {
      transform: rotate(180deg) skewX(30deg); }
    .user-main-primary-component .premium-badge .arc3 {
      transform: rotate(225deg) skewX(30deg); }
    .user-main-primary-component .premium-badge .arc4 {
      transform: rotate(260deg) skewX(30deg); }
  .user-main-primary-component hr {
    position: relative;
    opacity: .5;
    border-width: 2px; }
    .user-main-primary-component hr.first {
      width: 80px; }
    .user-main-primary-component hr.second {
      width: 100px; }
  .user-main-primary-component .left-data {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: calc( 50% - 10px); }
    .user-main-primary-component .left-data hr.first {
      left: -40px; }
    .user-main-primary-component .left-data hr.second {
      left: -30px; }
  .user-main-primary-component .right-data {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: calc( 50% - 10px); }
    .user-main-primary-component .right-data hr.first {
      left: 40px; }
    .user-main-primary-component .right-data hr.second {
      left: 30px;
      margin-bottom: 6px; }
  .user-main-primary-component .stat {
    font-weight: 300; }
    .user-main-primary-component .stat .progress-bar-component .progress {
      background-color: rgba(255, 255, 255, 0.4); }
    .user-main-primary-component .stat .stat-title {
      font-size: 10px;
      margin: 4px 0; }
  .user-main-primary-component .stat.workouts .progress-bar-component {
    float: left;
    width: 20px;
    margin-right: 5px; }
  .user-main-primary-component .stat.moves .stat-title {
    margin-top: 0px;
    font-size: 14px; }
    .user-main-primary-component .stat.moves .stat-title .moves-number {
      font-weight: 700; }
  .user-main-primary-component .stat.moves .progress-bar-component {
    float: right;
    width: 80%; }

.main-menu-slide {
  position: relative;
  height: 100%;
  padding: 10px;
  background-color: #121212; }

.background-image-effect-component {
  -webkit-perspective: 10px;
  perspective: 10px; }
  .background-image-effect-component, .background-image-effect-component:before {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }
  .background-image-effect-component:before {
    content: '';
    overflow: hidden;
    position: absolute;
    z-index: -1;
    /* transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1); */
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0px;
    /* filter: blur(30px);
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px); */
    /* -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px); */ }

.ajax-upload-dragdrop {
  padding: 40px 20px 40px 20px;
  width: 100% !important;
  border: 2px dashed #545454;
  margin: 5px; }
  .ajax-upload-dragdrop .btn {
    margin-right: 20px; }
  .ajax-upload-dragdrop span {
    color: #f37135; }

.ajax-file-upload-statusbar {
  border-color: #9474b4;
  width: 100% !important; }

.ajax-file-upload-error {
  display: none;
  color: #f37135; }

.ajax-file-upload-bar {
  background-color: #12beee; }

.player-container {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .player-container.vertical-layout.publisher-connected {
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    .player-container.vertical-layout.publisher-connected .youtube-player, .player-container.vertical-layout.publisher-connected .kaltura-player {
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .player-container.youtube {
    margin: 0 auto;
    width: 100%; }
    .player-container.youtube .youtube-player {
      margin: 0 auto; }
  .player-container.kaltura {
    margin: 0 auto;
    width: 100%; }
    .player-container.kaltura .kaltura-player {
      margin: 0 auto; }
  .player-container .player-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102; }

.webrtc-container {
  position: relative;
  overflow: hidden; }
  .webrtc-container .OT_publisher, .webrtc-container .OT_subscriber {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .webrtc-container.horizontal-layout {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .webrtc-container.horizontal-layout .OT_publisher, .webrtc-container.horizontal-layout .OT_subscriber {
      width: 100% !important; }
    .webrtc-container.horizontal-layout.two-users.youtube {
      top: -60px;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
    .webrtc-container.horizontal-layout.three-users.youtube {
      top: -60px;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  .webrtc-container.vertical-layout {
    top: 0px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    .webrtc-container.vertical-layout .OT_publisher, .webrtc-container.vertical-layout .OT_subscriber {
      margin: 0 auto;
      float: left; }
    .webrtc-container.vertical-layout.one-user .OT_publisher, .webrtc-container.vertical-layout.one-user .OT_subscriber {
      float: none; }
    .webrtc-container.vertical-layout.two-users.youtube {
      top: 0px;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
    .webrtc-container.vertical-layout.three-users.youtube {
      top: 0px;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  .webrtc-container .OT_subscriber .OT_widget-container {
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); }

.workout-qrcode button {
  margin: 14px 0;
  background-color: rgba(0, 0, 0, 0.9); }
  .workout-qrcode button:hover, .workout-qrcode button:focus {
    border-color: #12beee; }

.workout-qrcode .fa-heart {
  color: #F47E70; }

#generic-wormhole .workout-qrcode-wormhole {
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }
  #generic-wormhole .workout-qrcode-wormhole .expand-close-btn {
    top: -40px;
    right: -60px; }
  #generic-wormhole .workout-qrcode-wormhole .overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.9); }
  #generic-wormhole .workout-qrcode-wormhole .qr-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    #generic-wormhole .workout-qrcode-wormhole .qr-content h3 {
      font-weight: 700; }
    #generic-wormhole .workout-qrcode-wormhole .qr-content .qrcode {
      margin: 40px auto !important; }
    #generic-wormhole .workout-qrcode-wormhole .qr-content p {
      max-width: 340px; }
    #generic-wormhole .workout-qrcode-wormhole .qr-content .fa-heart {
      color: #F47E70; }

.workout-feedback-component {
  position: relative;
  width: 100%;
  height: 140px;
  background-color: rgba(55, 55, 55, 0.7);
  overflow: hidden;
  display: table; }
  .workout-feedback-component div.feedback-text {
    float: left;
    width: 20%;
    height: 140px;
    font-size: 24px;
    font-weight: 700;
    display: table;
    text-align: center;
    padding: 10px;
    /* Small devices (mobiles, 767px) */ }
    @media (max-width: 767px) {
      .workout-feedback-component div.feedback-text {
        font-size: 16px; } }
    .workout-feedback-component div.feedback-text span {
      display: table-cell;
      vertical-align: middle; }
  .workout-feedback-component ul.faces-list {
    float: right;
    width: 80%;
    height: 140px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .workout-feedback-component li.face {
    position: relative;
    float: left;
    width: 20%;
    height: 140px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .workout-feedback-component li.face img {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      /* Firefox 3.5+ */
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+ & Safari 6+ */
      -webkit-transition: filter 0.3s ease;
      -moz-transition: filter 0.3s ease;
      -ms-transition: filter 0.3s ease;
      -o-transition: filter 0.3s ease;
      transition: filter 0.3s ease; }
    .workout-feedback-component li.face.selected img {
      filter: none;
      -webkit-filter: grayscale(0%); }
    .workout-feedback-component li.face:hover {
      background-color: rgba(13, 13, 13, 0.5); }
    .workout-feedback-component li.face img {
      position: relative;
      margin: 0 auto;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

#generic-wormhole .workout-invited-message-wormhole {
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }
  #generic-wormhole .workout-invited-message-wormhole .expand-close-btn {
    top: -40px;
    right: -60px; }
  #generic-wormhole .workout-invited-message-wormhole .overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.9); }
  #generic-wormhole .workout-invited-message-wormhole .workout-invited-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    #generic-wormhole .workout-invited-message-wormhole .workout-invited-content h3 {
      font-weight: 700; }
    #generic-wormhole .workout-invited-message-wormhole .workout-invited-content .camera-status-on {
      color: #1db954; }
    #generic-wormhole .workout-invited-message-wormhole .workout-invited-content .camera-status-off {
      color: #FF4112; }
    #generic-wormhole .workout-invited-message-wormhole .workout-invited-content p {
      max-width: 340px; }

.compatibility-notification {
  display: table;
  width: 100%;
  position: relative;
  z-index: 999;
  top: 100px; }
  .compatibility-notification .msg-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    background-color: #12beee;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    padding: 0 30px 0 0; }
    .compatibility-notification .msg-container .expand-close-btn {
      top: 4px; }
    @media (max-width: 767px) {
      .compatibility-notification .msg-container {
        font-size: 12px;
        line-height: 20px; } }

.hoolio-app.head-opaque .compatibility-notification {
  top: 50px; }

.video-preview-component {
  /* Small devices (tablets, 768px and up) */ }
  .video-preview-component .kaltura-player, .video-preview-component .mwEmbedKalturaIframe {
    height: 300px !important; }
  @media (min-width: 768px) {
    .video-preview-component .kaltura-player, .video-preview-component .mwEmbedKalturaIframe {
      height: 480px !important; } }

.stars-tooltip-content li {
  line-height: 12px;
  margin-bottom: 8px;
  font-size: 12px; }

.stars-tooltip-content .progress {
  float: right;
  width: 100px;
  height: 12px;
  margin-bottom: 0;
  margin-left: 20px;
  background-color: #777; }
  .stars-tooltip-content .progress .progress-bar {
    font-size: 10px;
    line-height: 12px;
    padding-left: 4px; }

.social-main-secondary {
  height: 100%; }

.social-main-secondary-component {
  position: relative;
  height: 480px;
  /* Small devices (mobiles, 767px) */ }
  .social-main-secondary-component .juicer-social-feed {
    width: calc(100% - 30px);
    height: 480px;
    overflow-y: scroll;
    margin: 0 15px; }
  .social-main-secondary-component > .row {
    position: relative;
    width: 100%;
    height: 480px; }
  .social-main-secondary-component .social-banner {
    position: relative;
    width: 100%;
    height: calc(480px - 250px);
    margin: 0px 0 20px 0;
    padding: 0px;
    background: url("img/general/hero_2.jpg") no-repeat center left;
    background-size: cover;
    z-index: 1;
    text-align: center; }
  .social-main-secondary-component #instafeed {
    position: relative;
    z-index: 2;
    padding: 0 30px;
    background: transparent; }
    .social-main-secondary-component #instafeed .slider-cell {
      position: relative;
      margin-left: 10px; }
      .social-main-secondary-component #instafeed .slider-cell .caption {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.75);
        width: 100%;
        height: 100%;
        padding: 2%;
        opacity: 0;
        text-align: center;
        color: #fff !important;
        z-index: 2;
        -webkit-transition: opacity 0.4s ease;
        -moz-transition: opacity 0.4s ease;
        -ms-transition: opacity 0.4s ease;
        -o-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease; }
        .social-main-secondary-component #instafeed .slider-cell .caption:hover, .social-main-secondary-component #instafeed .slider-cell .caption:focus {
          opacity: 1; }
  @media (max-width: 767px) {
    .social-main-secondary-component {
      height: 700px; }
      .social-main-secondary-component .juicer-social-feed {
        width: 100%;
        height: 700px; }
      .social-main-secondary-component > .row {
        position: relative;
        height: 700px; }
      .social-main-secondary-component .social-banner {
        height: calc(700px - 250px); } }

.juicer-social-feed .j-loading {
  -moz-animation: none;
  -webkit-animation: none;
  animation: none;
  border-color: #12beee;
  border-radius: 50%;
  overflow: hidden; }

.juicer-social-feed .j-loading:before {
  background-color: #12beee; }

.juicer-social-feed .juicer-feed.white li.feed-item, .juicer-social-feed .juicer-feed.user li.feed-item, .juicer-social-feed .juicer-feed.juicer-widget li.feed-item, .juicer-social-feed .juicer-feed.colors li.feed-item, .juicer-social-feed .juicer-feed.colored-icons li.feed-item, .juicer-social-feed .juicer-feed.gray li.feed-item {
  background: #292929;
  border-color: #292929;
  border-width: 2px;
  color: #fff; }

.juicer-social-feed .j-poster h3 {
  color: #D9D9D9; }

.juicer-social-feed .juicer-feed a {
  color: #12beee; }
  .juicer-social-feed .juicer-feed a:hover, .juicer-social-feed .juicer-feed a:focus {
    color: #12beee; }

.juicer-social-feed #alttext-container {
  border-color: #000 !important; }

.juicer-social-feed .juicer-feed .j-meta a:hover {
  color: #12beee; }

.juicer-social-feed .j-overlay .j-close {
  font-size: 20px; }

.juicer-feed .j-meta a:hover {
  color: #12beee !important; }

.juicer-feed a:hover {
  color: #12beee !important; }

.j-share {
  display: none; }

.j-overlay .j-overlay-content {
  border-radius: 5px !important; }

.post-overlay.juicer-feed a.juicer-button {
  border-color: #12beee !important;
  color: #12beee !important; }

.post-overlay.juicer-feed a.juicer-button:hover {
  background: #12beee !important;
  color: #fff !important; }

.read-more-component > div {
  display: block;
  overflow-y: hidden;
  width: 100%; }

.video-annotations-component {
  position: absolute;
  bottom: 0;
  right: 0;
  color: fff; }
  .video-annotations-component.Motivational {
    width: 30%;
    height: 60%; }
  .video-annotations-component.Instructional {
    width: 48%;
    height: 100%; }
  .video-annotations-component .active-annotation {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    color: white;
    z-index: 100;
    text-align: left; }
    .video-annotations-component .active-annotation img {
      width: 100%;
      height: auto; }
    .video-annotations-component .active-annotation h3 {
      font-size: 24px; }
    .video-annotations-component .active-annotation .media {
      width: 100%; }
    .video-annotations-component .active-annotation.Motivational {
      background: url("../assets/img/general/annotation2.png") no-repeat left bottom;
      background-size: 100%;
      padding-top: 60%; }
      .video-annotations-component .active-annotation.Motivational .media {
        margin-left: 12%; }
      .video-annotations-component .active-annotation.Motivational .media-left {
        width: 20%; }
      .video-annotations-component .active-annotation.Motivational h3 {
        font-size: 1.4vw;
        max-width: 40%; }
    .video-annotations-component .active-annotation.Instructional {
      background: url("../assets/img/general/annotation1.png") no-repeat left bottom;
      background-size: 100%;
      padding-top: 60%; }
      .video-annotations-component .active-annotation.Instructional .media {
        margin-left: 40%; }
      .video-annotations-component .active-annotation.Instructional .media-left {
        width: 15%; }
      .video-annotations-component .active-annotation.Instructional h3 {
        font-size: 2vw;
        max-width: 40%; }

.video-chapters-component {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  /* .prev-chapter {
    text-align: left;

    .chapter-text {
      float: left;
      font-size: 1.3vw;
      border-radius: 0 0 10px 0;
    }
  } */ }
  .video-chapters-component .chapters-annotation {
    position: relative;
    width: 100%; }
  .video-chapters-component .chapter-text {
    color: #fff;
    font-size: 2.3vw;
    font-weight: 600;
    padding: 0.5vw 1vw;
    background-color: rgba(0, 0, 0, 0.5); }
  .video-chapters-component .active-chapter {
    text-align: left; }
    .video-chapters-component .active-chapter .chapter-text {
      float: left;
      border-radius: 0 0 10px 0;
      /* animation: colorBlink 2s;
      animation-iteration-count: infinite;
      -webkit-animation: colorBlink 2s;
      -webkit-animation-iteration-count: infinite; */ }
  .video-chapters-component .next-chapter {
    text-align: right; }
    .video-chapters-component .next-chapter .chapter-text {
      float: right;
      font-size: 1.5vw;
      border-radius: 0 0 0 10px; }

.hero-trainer-component {
  position: relative;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .hero-trainer-component .trainer-bg {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }
  .hero-trainer-component .content {
    text-align: center;
    padding: 125px 15px 0 15px;
    color: #fff; }
    .hero-trainer-component .content h1 {
      font-weight: 700; }
    .hero-trainer-component .content .sub-text {
      margin: 20px 0;
      font-size: 26px; }
  .hero-trainer-component .bottom-gradien {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 190px;
    background-image: url(img/gradients/hero_gradient3.png);
    background-repeat: repeat-x;
    background-position: 10% 10%; }
  @media (min-width: 768px) {
    .hero-trainer-component .content {
      text-align: left;
      padding: 170px; } }

.hero-fitnessplan-component {
  position: relative;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .hero-fitnessplan-component .trainer-bg {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }
  .hero-fitnessplan-component .content {
    text-align: center;
    padding: 125px 15px 0 15px;
    color: #fff; }
    .hero-fitnessplan-component .content h1 {
      font-weight: 700; }
    .hero-fitnessplan-component .content .sub-text {
      margin: 20px 0;
      font-size: 26px; }
  .hero-fitnessplan-component .bottom-gradien {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 200px;
    background-image: url(img/gradients/hero_gradient3.png);
    background-repeat: repeat-x; }
  @media (min-width: 768px) {
    .hero-fitnessplan-component .content {
      text-align: left;
      padding: 170px; } }

.tree-map-component {
  z-index: 1;
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
  height: 80vw;
  max-width: 95vw;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  @media (min-width: 768px) {
    .tree-map-component {
      height: 50vw;
      max-width: 90vw; } }
  @media (min-width: 992px) {
    .tree-map-component {
      height: 40vw;
      max-width: 80vw; } }
  @media (min-width: 1200px) {
    .tree-map-component {
      height: 30vw;
      max-width: 70vw; } }

.stack-blur-component {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }
  .stack-blur-component canvas {
    display: block;
    margin: 0 auto;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    /* width: 100% !important;
    height: 100% !important; */
    /* left:0;
    right: 0;
    top:0;
    bottom: 0; */ }

.explore-main-primary {
  position: relative;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }
  .explore-main-primary .main-menu-slide {
    background-color: transparent; }
  .explore-main-primary .copy {
    position: absolute;
    width: 100%;
    left: 10px;
    bottom: 0px;
    text-align: left;
    /* Small devices (mobiles, 767px) */ }
    .explore-main-primary .copy h2 {
      font-weight: 300; }
    @media (max-width: 767px) {
      .explore-main-primary .copy {
        font-size: 14px; }
        .explore-main-primary .copy h2 {
          font-size: 20px; } }

.explore-main-secondary-component {
  position: relative;
  height: 480px;
  background: url("https://cfvod.kaltura.com/p/1968091/sp/196809100/thumbnail/entry_id/1_irot31lw/width/1920") no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  /* Small devices (mobiles, 767px) */ }
  .explore-main-secondary-component .copy {
    z-index: 1;
    left: 10%;
    position: relative;
    margin-top: 100px;
    margin-right: 15px;
    max-width: 600px; }
  @media (max-width: 767px) {
    .explore-main-secondary-component {
      height: 700px;
      text-align: center; }
      .explore-main-secondary-component .copy {
        left: auto;
        margin: 100px 15px 0 15px; } }

.hero-row-item {
  position: relative;
  width: 180px;
  height: 320px;
  margin-right: 6px;
  cursor: pointer;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .hero-row-item .bg-img.image-loader.responsive {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100% !important;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s; }
  .hero-row-item .copy {
    z-index: 10;
    padding: 20px 10px;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s; }
    .hero-row-item .copy .title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    .hero-row-item {
      width: 220px;
      height: 391px; } }
  @media (min-width: 992px) {
    .hero-row-item {
      width: 253px;
      height: 452px; } }

.hero-competition-component {
  position: relative;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .hero-competition-component .trainer-bg {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }
  .hero-competition-component .content {
    text-align: center;
    padding: 65px 15px 0 15px;
    color: #fff; }
    .hero-competition-component .content h1 {
      font-weight: 700; }
    .hero-competition-component .content .aims-list {
      margin: 20px 0; }
    .hero-competition-component .content .sub-text {
      margin: 20px 0; }
    .hero-competition-component .content .title-image, .hero-competition-component .content .side-image {
      max-width: 40%;
      margin: 15px auto; }
    .hero-competition-component .content .side-image {
      margin-top: 40px; }
  .hero-competition-component .bottom-gradien {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 200px;
    background-image: url(img/gradients/hero_gradient3.png);
    background-repeat: repeat-x; }
  @media (min-width: 768px) {
    .hero-competition-component .content {
      text-align: left;
      padding: 100px 0 0 150px; }
      .hero-competition-component .content .aims-list {
        padding-left: 20px; }
        .hero-competition-component .content .aims-list > li {
          list-style-type: initial;
          list-style: initial; }
      .hero-competition-component .content .title-image, .hero-competition-component .content .side-image {
        max-width: 100%;
        margin: 15px 0; }
      .hero-competition-component .content .side-image {
        margin-top: 60px; } }

.rotating-card-component {
  position: relative;
  width: 260px;
  height: 330px;
  /* entire container, keeps perspective */
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
  /*        Style       */ }
  .rotating-card-component .card-container:not(.manual-flip):hover .card,
  .rotating-card-component .card-container.hover.manual-flip .card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .rotating-card-component .card-container.static:hover .card,
  .rotating-card-component .card-container.static.hover .card {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; }
  .rotating-card-component .card {
    position: relative;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .rotating-card-component .front, .rotating-card-component .back {
    display: table;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff; }
  .rotating-card-component .front {
    z-index: 2; }
  .rotating-card-component .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 3; }
  .rotating-card-component .card {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #444444; }
  .rotating-card-component .card-container {
    position: relative;
    width: 100%;
    height: 100%; }
  .rotating-card-component .card .cover {
    height: 250px;
    overflow: hidden; }
    .rotating-card-component .card .cover.selected {
      border: 4px solid #12beee; }
  .rotating-card-component .card .cover img {
    width: 100%; }
  .rotating-card-component .card .user {
    border-radius: 50%;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto; }
  .rotating-card-component .card .user img {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 100%; }
  .rotating-card-component .card .content {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    padding: 0; }
  .rotating-card-component .card .front .content {
    height: 80px;
    padding-top: 8px; }
  .rotating-card-component .card .back .content {
    height: 250px;
    padding-top: 0px;
    overflow: hidden; }
    .rotating-card-component .card .back .content p {
      margin-bottom: 3px; }
  .rotating-card-component .card .back .content .description {
    padding: 0 15px;
    margin: 0; }
  .rotating-card-component .card .back .content .aims, .rotating-card-component .card .back .content .loves, .rotating-card-component .card .back .content .hates {
    padding: 0 40px;
    font-size: 14px; }
    .rotating-card-component .card .back .content .aims i, .rotating-card-component .card .back .content .loves i, .rotating-card-component .card .back .content .hates i {
      margin-left: -20px;
      margin-right: 5px; }
  .rotating-card-component .card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize; }
  .rotating-card-component .card h5 {
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px; }
  .rotating-card-component .card .title {
    color: #444444;
    text-align: center;
    margin-bottom: 5px; }
  .rotating-card-component .card .header {
    color: #999999;
    padding: 10px 20px;
    height: 80px;
    margin-bottom: 0px; }
  .rotating-card-component .card .motto {
    color: #999999;
    padding: 0 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    font-style: italic; }
  .rotating-card-component .card .select-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0; }
  .rotating-card-component .card .selected-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    background-color: #fff !important;
    line-height: 44px; }
  .rotating-card-component .card .stats-container {
    /* position: absolute;
    top: 0px; */
    display: inline-block;
    width: 100%;
    background: #eaeaea;
    margin-bottom: 5px; }
  .rotating-card-component .card .stats {
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center; }
  .rotating-card-component .card .stats h4 {
    font-weight: 300;
    margin-bottom: 5px;
    color: #444; }
  .rotating-card-component .card .stats p {
    font-size: 12px;
    color: #999; }

.tv-guide-component {
  width: 100%;
  height: auto;
  outline: 1px solid transparent; }
  .tv-guide-component #guide {
    position: relative;
    top: 0px;
    background-color: #121212;
    width: 100%;
    max-height: 0;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out;
    -ms-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out; }
    .tv-guide-component #guide.isOpen {
      max-height: 232px;
      -webkit-transition: max-height 0.2s ease-out;
      -moz-transition: max-height 0.2s ease-out;
      -ms-transition: max-height 0.2s ease-out;
      -o-transition: max-height 0.2s ease-out;
      transition: max-height 0.2s ease-out; }
  .tv-guide-component div.row.no-padding.media-mobile > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  .tv-guide-component #channels-list {
    padding-left: 30px;
    background: #292929;
    color: #ccc; }
    .tv-guide-component #channels-list ul {
      padding: 0;
      margin: 0;
      margin-top: 17px;
      margin-bottom: 17px; }
    .tv-guide-component #channels-list li {
      list-style: none; }
    .tv-guide-component #channels-list h3 {
      padding: 0;
      margin: 0; }
  .tv-guide-component #main {
    position: relative;
    min-height: 170px;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 100%;
    display: block; }
  .tv-guide-component .times {
    width: calc(24 * 600px);
    height: 26px; }
    .tv-guide-component .times > div {
      float: left;
      color: #ccc;
      background-color: #373737;
      border-right: 1px solid #ccc;
      width: 600px;
      padding: 2px 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .tv-guide-component .minutes {
    position: absolute;
    left: 0;
    top: 22px;
    width: calc(24 * 600px);
    height: 26px;
    z-index: 999; }
    .tv-guide-component .minutes > div {
      float: left;
      color: green;
      background-color: #000;
      border-right: 1px solid #ccc;
      width: 10px;
      padding: 0px;
      font-size: 8px; }
  .tv-guide-component .channel-program {
    position: relative;
    width: 4800px; }
    .tv-guide-component .channel-program [class*="zone-"] {
      position: absolute;
      top: 0;
      left: 0; }
    .tv-guide-component .channel-program .subZone-0 {
      background-color: rgba(255, 255, 255, 0.5); }
    .tv-guide-component .channel-program div[class*="video-"] {
      position: absolute;
      height: 129px;
      top: 0px;
      left: 0;
      padding: 8px;
      min-width: 0px !important;
      background-color: #37070A;
      border-right: 1px solid #ccc;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .tv-guide-component .channel-program div[class*="video-"]:hover, .tv-guide-component .channel-program div[class*="video-"]:focus {
        background-color: #12beee;
        z-index: 9999;
        min-width: 300px !important;
        /* -ms-transform: translateX(-130px); 
        -webkit-transform: translateX(-130px); 
        transform: translateX(-130px); */ }
    .tv-guide-component .channel-program .start-time small {
      font-size: 12px; }
  .tv-guide-component .zone-0 div[class*="video-"] {
    background-color: #126D22; }
  .tv-guide-component .zone-1 div[class*="video-"] {
    background-color: #6D6620; }
  .tv-guide-component .zone-2 div[class*="video-"] {
    background-color: #1F246D; }
  .tv-guide-component .zone-3 div[class*="video-"] {
    background-color: #0F636D; }
  .tv-guide-component .zone-4 div[class*="video-"] {
    background-color: #6D3D0E; }
  .tv-guide-component .zone-5 div[class*="video-"] {
    background-color: #6D1368; }
  .tv-guide-component .zone-6 div[class*="video-"] {
    background-color: #35176D; }
  .tv-guide-component .subZone-0 div[class*="video-"] {
    border-bottom: solid #05FF10 4px; }
  .tv-guide-component .subZone-1 div[class*="video-"] {
    border-bottom: solid #FF9300 4px; }
  .tv-guide-component .subZone-2 div[class*="video-"] {
    border-bottom: solid #D100FF 4px; }
  .tv-guide-component .current-time-indicator {
    position: absolute;
    width: 2px;
    height: 155px;
    height: 100%;
    background-color: #12beee;
    top: 0;
    left: 0;
    animation: blink 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation: blink 1.5s;
    -webkit-animation-iteration-count: infinite; }
  .tv-guide-component h3 {
    font-weight: lighter;
    padding: 16px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .tv-guide-component h3 span {
      font-size: 18px;
      color: #989898;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .tv-guide-component .selected-video-info {
    position: relative;
    width: 100%;
    height: 270px;
    background-color: #121212;
    max-height: 0;
    color: whitesmoke;
    padding: 0px;
    border-bottom: 4px solid #9D1218;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out;
    -ms-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out; }
    .tv-guide-component .selected-video-info.isOpen {
      padding: 0px;
      max-height: 270px;
      -webkit-transition: max-height 0.2s ease-out;
      -moz-transition: max-height 0.2s ease-out;
      -ms-transition: max-height 0.2s ease-out;
      -o-transition: max-height 0.2s ease-out;
      transition: max-height 0.2s ease-out; }
    .tv-guide-component .selected-video-info .row {
      margin: 0; }
    .tv-guide-component .selected-video-info .header {
      padding: 20px !important; }
    .tv-guide-component .selected-video-info .image-loader.responsive {
      height: 270px !important; }
    .tv-guide-component .selected-video-info h3 {
      padding: 0 0 5px 0; }
    .tv-guide-component .selected-video-info small {
      color: whitesmoke;
      margin-left: 20px; }
    .tv-guide-component .selected-video-info .progress {
      margin: 16px 20px;
      float: left;
      width: calc(100% - 40px);
      height: 10px; }
  .tv-guide-component .open-close-btn {
    position: relative;
    background-color: #9D1218;
    color: whitesmoke;
    width: 100px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    margin: 0 auto; }
    .tv-guide-component .open-close-btn .fa {
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s; }

.hoolio-tv-main-secondary-component {
  position: relative;
  height: 480px;
  background: url("https://cfvod.kaltura.com/p/1968091/sp/196809100/thumbnail/entry_id/1_rh1sez5x/width/1920") no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  /* Small devices (mobiles, 767px) */ }
  .hoolio-tv-main-secondary-component .copy {
    z-index: 1;
    left: 10%;
    position: relative;
    margin-top: 100px;
    margin-right: 15px; }
    .hoolio-tv-main-secondary-component .copy p {
      max-width: 600px; }
    .hoolio-tv-main-secondary-component .copy .btn-transparent {
      background: #cc181e; }
  .hoolio-tv-main-secondary-component .now-playing {
    padding: 100px 20px 0 40px; }
    .hoolio-tv-main-secondary-component .now-playing p {
      display: inline-block;
      background: #cc181e;
      padding: 5px 10px; }
    .hoolio-tv-main-secondary-component .now-playing .image-loader {
      display: block;
      border: 4px solid #fff;
      width: 100%;
      max-width: 400px; }
  @media (max-width: 767px) {
    .hoolio-tv-main-secondary-component {
      height: 700px;
      text-align: center; }
      .hoolio-tv-main-secondary-component .copy {
        left: auto;
        margin: 100px 15px 0 15px; }
      .hoolio-tv-main-secondary-component .now-playing {
        padding-top: 20px; }
        .hoolio-tv-main-secondary-component .now-playing .image-loader {
          margin: 0 auto;
          max-width: 380px; } }

.tv-preview-component {
  position: fixed;
  cursor: pointer;
  border-radius: 10px;
  top: 60px;
  right: 10px;
  width: 260px;
  background: #cc181e;
  overflow: hidden;
  z-index: 999;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }
  .tv-preview-component .content {
    padding: 20px 20px 20px 20px; }
  .tv-preview-component .expand-close-btn {
    top: 6px; }
  .tv-preview-component .expand-close-btn:after, .tv-preview-component .expand-close-btn:before {
    width: 4px;
    height: 20px; }
  .tv-preview-component h3 {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 24px; }
  .tv-preview-component .image-loader {
    border-radius: 4px; }

.bs-dropdown-component {
  width: 160px;
  display: inline-block;
  margin: 0 10px; }
  .bs-dropdown-component .btn.btn-primary {
    width: 100%;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 20px; }
  .bs-dropdown-component ul.dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
    min-width: 60px; }
  .bs-dropdown-component li {
    text-align: center; }
    .bs-dropdown-component li.selected {
      background-color: #12beee; }
      .bs-dropdown-component li.selected a:focus {
        background-color: #12beee; }

ul.side-user-list .camera-on {
  position: absolute;
  top: 0px;
  right: 45px;
  height: 50px;
  color: #5744bd;
  padding: 14px 12px 0 0; }

ul.side-user-list.horizontal-layout {
  float: none; }
  ul.side-user-list.horizontal-layout li.side-user {
    display: block;
    position: relative;
    width: 100%;
    max-width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0px;
    margin: 2px 0;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    /* &:hover, &:focus {
        background-color: rgba(255,255,255,0.3);
      } */
    /* Small devices (mobiles, 767px) */ }
    ul.side-user-list.horizontal-layout li.side-user .avatar-img {
      margin: 5px;
      float: left; }
    ul.side-user-list.horizontal-layout li.side-user h4.user-name {
      float: left;
      margin: 0;
      line-height: 50px; }
    ul.side-user-list.horizontal-layout li.side-user button.user-camera {
      float: right;
      border-radius: 0;
      box-shadow: none;
      min-height: 50px; }
      ul.side-user-list.horizontal-layout li.side-user button.user-camera:hover {
        background-color: #5744bd !important; }
    @media (max-width: 767px) {
      ul.side-user-list.horizontal-layout li.side-user {
        text-align: center; }
        ul.side-user-list.horizontal-layout li.side-user .avatar-img {
          float: none;
          margin: 5px auto; }
        ul.side-user-list.horizontal-layout li.side-user h4.user-name {
          float: none;
          line-height: 26px; }
        ul.side-user-list.horizontal-layout li.side-user button.user-camera {
          float: none;
          margin-bottom: 8px; } }

ul.side-user-list.vertical-layout {
  position: relative;
  display: inline-block; }
  ul.side-user-list.vertical-layout .camera-on {
    width: 64px;
    left: 0px; }
  ul.side-user-list.vertical-layout li.side-user {
    position: relative;
    float: left;
    width: 100%;
    max-width: 150px;
    height: 15%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0px;
    margin: 0px 2px;
    text-align: center; }
    ul.side-user-list.vertical-layout li.side-user .media-left, ul.side-user-list.vertical-layout li.side-user .media-right, ul.side-user-list.vertical-layout li.side-user .media-body {
      display: block;
      width: 100%;
      text-align: center;
      padding: 0; }
    ul.side-user-list.vertical-layout li.side-user .avatar-img {
      margin: 20% auto 2% auto; }
    ul.side-user-list.vertical-layout li.side-user h4 {
      float: none;
      margin: 0;
      line-height: 30px; }
    ul.side-user-list.vertical-layout li.side-user button {
      position: absolute;
      top: 0;
      right: 0;
      float: none;
      border-radius: 0 0 0 4px;
      box-shadow: none;
      min-height: 50px; }
      ul.side-user-list.vertical-layout li.side-user button:hover {
        background-color: #12beee !important; }

.studio-page .tooltipster-sidetip .tooltipster-box {
  border: none;
  background: rgba(61, 61, 61, 0.83); }

.studio-page .tooltipster-sidetip.tooltipster-right {
  max-width: 400px; }

.studio-page .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.studio-page .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border: none; }

.studio-page .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -15px; }

.studio-page .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background,
.studio-page .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-right-color: rgba(61, 61, 61, 0.83); }

.studio-guide-component {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  padding: 10px 0 100px 0;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  /* Small devices (mobiles, 767px) */ }
  .studio-guide-component .channel-name {
    margin-left: 100px; }
  .studio-guide-component .week-list {
    position: relative;
    width: calc(100% - 100px);
    margin: 20px 0 20px 100px;
    background-color: rgba(255, 255, 255, 0.1); }
    .studio-guide-component .week-list li.weekday {
      float: left;
      height: 50px;
      width: 14.27%;
      text-align: center;
      padding: 3px 0;
      cursor: pointer;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -ms-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .studio-guide-component .week-list li.weekday:hover, .studio-guide-component .week-list li.weekday:focus {
        background-color: #5744bd !important; }
      .studio-guide-component .week-list li.weekday.selected-day {
        background-color: rgba(87, 68, 189, 0.6); }
      .studio-guide-component .week-list li.weekday p {
        margin: 0; }
  .studio-guide-component .expand-close-btn {
    position: fixed;
    right: 15px; }
  .studio-guide-component .zone-title {
    display: block;
    margin-top: 20px;
    margin-left: 100px;
    padding: 6px 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff; }
  .studio-guide-component .panel-group {
    max-width: 800px;
    margin: 0 auto;
    max-height: 100%;
    overflow-y: auto; }
  .studio-guide-component .panel {
    border: none;
    border-radius: 0;
    background-color: transparent; }
  .studio-guide-component .panel-default {
    border-radius: 0; }
    .studio-guide-component .panel-default > .panel-heading {
      color: #fff;
      background-color: transparent;
      border: none;
      border-radius: 0;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -ms-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .studio-guide-component .panel-default > .panel-heading:hover, .studio-guide-component .panel-default > .panel-heading:focus {
        background-color: #5744bd !important; }
      .studio-guide-component .panel-default > .panel-heading h4 {
        margin: 0; }
      .studio-guide-component .panel-default > .panel-heading .subzone-time {
        width: 85px; }
    .studio-guide-component .panel-default.now-playing > .panel-heading.collapsed {
      background-color: rgba(87, 68, 189, 0.6) !important; }
      .studio-guide-component .panel-default.now-playing > .panel-heading.collapsed:hover, .studio-guide-component .panel-default.now-playing > .panel-heading.collapsed:focus {
        background-color: #5744bd !important; }
        .studio-guide-component .panel-default.now-playing > .panel-heading.collapsed:hover .subzone-time h4, .studio-guide-component .panel-default.now-playing > .panel-heading.collapsed:hover .subzone-name h4, .studio-guide-component .panel-default.now-playing > .panel-heading.collapsed:focus .subzone-time h4, .studio-guide-component .panel-default.now-playing > .panel-heading.collapsed:focus .subzone-name h4 {
          animation: blackBlink 2s;
          animation-iteration-count: infinite;
          -webkit-animation: blackBlink 2s;
          -webkit-animation-iteration-count: infinite; }
      .studio-guide-component .panel-default.now-playing > .panel-heading.collapsed .subzone-time h4, .studio-guide-component .panel-default.now-playing > .panel-heading.collapsed .subzone-name h4 {
        animation: colorBlink 2s;
        animation-iteration-count: infinite;
        -webkit-animation: colorBlink 2s;
        -webkit-animation-iteration-count: infinite; }
    .studio-guide-component .panel-default.expanded > .panel-heading.collapsed {
      background-color: transparent; }
    .studio-guide-component .panel-default.expanded > .panel-heading {
      background-color: rgba(87, 68, 189, 0.6); }
  .studio-guide-component .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 2px solid rgba(0, 0, 0, 0.9);
    background-color: transparent;
    padding: 0 0 0 90px; }
    .studio-guide-component .panel-default > .panel-heading + .panel-collapse > .panel-body .media {
      padding: 10px;
      margin: 20px 0; }
      .studio-guide-component .panel-default > .panel-heading + .panel-collapse > .panel-body .media.now-playing {
        background-color: rgba(87, 68, 189, 0.6); }
        .studio-guide-component .panel-default > .panel-heading + .panel-collapse > .panel-body .media.now-playing span.c-red {
          margin-left: 4px;
          font-weight: 700;
          animation: colorBlink 2s;
          animation-iteration-count: infinite;
          -webkit-animation: colorBlink 2s;
          -webkit-animation-iteration-count: infinite; }
    .studio-guide-component .panel-default > .panel-heading + .panel-collapse > .panel-body .video-thumb {
      width: 240px; }
  @media (max-width: 767px) {
    .studio-guide-component {
      padding: 0px 0; }
      .studio-guide-component .channel-name {
        margin-left: 15px;
        margin-right: 30px; }
        .studio-guide-component .channel-name h2 {
          font-size: 28px; }
      .studio-guide-component .week-list {
        width: 100%;
        margin: 20px 0 20px 0px; }
      .studio-guide-component .zone-title {
        margin-top: 0px;
        margin-left: 15px;
        margin-right: 15px; }
      .studio-guide-component .subzone-time h4 {
        font-size: 16px; }
      .studio-guide-component .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 0 0 0 0px; }
      .studio-guide-component .media-left {
        display: block; }
        .studio-guide-component .media-left .video-thumb {
          margin: 0 auto; }
      .studio-guide-component .media-body {
        padding: 10px; } }

.studio-upnext-component {
  position: fixed;
  cursor: pointer;
  border-radius: 10px;
  top: 60px;
  right: 10px;
  width: 300px;
  background: #5744bd;
  overflow: hidden;
  z-index: 999;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }
  .studio-upnext-component .content {
    padding: 20px 20px 20px 20px; }
  .studio-upnext-component .expand-close-btn {
    top: 6px; }
  .studio-upnext-component .expand-close-btn:after, .studio-upnext-component .expand-close-btn:before {
    width: 4px;
    height: 20px; }
  .studio-upnext-component h3 {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 24px; }
  .studio-upnext-component .image-loader {
    border-radius: 4px; }

/**
 * AddToCalendar red Style
 * http://addtocalendar.com
 */
/* Base */
.btn.addtocalendar {
  padding: 0;
  margin: 10px 0;
  min-width: 100%; }

.addtocalendar var {
  display: none; }

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent !important; }

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer; }

.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible; }

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900; }

.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff; }

.atcb-item {
  float: none;
  text-align: left; }

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block; }

.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none; }

/* red */
.atc-style-red .atcb-link,
.atc-style-red .atcb-link:hover,
.atc-style-red .atcb-link:active,
.atc-style-red .atcb-link:focus {
  margin: 0;
  padding: 7px 25px;
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.13) inset;
  border-radius: 4px;
  zoom: 1; }

.atc-style-red .atcb-link:hover,
.atc-style-red .atcb-link:active,
.atc-style-red .atcb-link:focus {
  color: #FF3B22; }

.atc-style-red .atcb-list {
  width: 170px;
  border: 1px solid #bababa;
  border-radius: 2px;
  box-shadow: 0 0 5px #AAA; }

.atc-style-red .atcb-list,
.atc-style-red .atcb-item {
  background: #fff;
  color: #000; }

.atc-style-red .atcb-item,
.atc-style-red .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1; }

.atc-style-red .atcb-item-link,
.atc-style-red .atcb-item-link:hover,
.atc-style-red .atcb-item-link:active,
.atc-style-red .atcb-item-link:focus {
  color: #000;
  font-family: "Verdana";
  font-size: 14px;
  text-decoration: none;
  outline: none;
  padding: 5px 15px; }

.atc-style-red .atcb-item-link:hover,
.atc-style-red .atcb-item-link:active,
.atc-style-red .atcb-item-link:focus {
  color: #FF3B22; }

.atc-style-red .atcb-item.hover,
.atc-style-red .atcb-item:hover {
  background: #fff; }

.studio-row-info {
  position: relative;
  height: 480px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  /* Small devices (mobiles, 767px) */
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .studio-row-info .users-online {
    position: absolute;
    top: 10px;
    left: 35px;
    width: 80px;
    height: 80px;
    background-color: rgba(87, 68, 189, 0.2);
    border: 1px solid #5744bd;
    border-radius: 50%;
    text-align: center;
    padding: 14px 0 0 0; }
    .studio-row-info .users-online img {
      margin: 0 auto; }
    .studio-row-info .users-online p {
      font-size: 12px;
      margin-bottom: 0px; }
    .studio-row-info .users-online span {
      font-size: 20px;
      font-weight: 400; }
  .studio-row-info .copy {
    z-index: 1;
    left: 0%;
    position: relative;
    margin-top: 100px;
    margin-right: 15px; }
    .studio-row-info .copy p {
      max-width: 600px; }
    .studio-row-info .copy .btn-transparent {
      background: #5744bd; }
  .studio-row-info .now-playing {
    padding: 60px 20px 0 20px; }
  .studio-row-info .now-playing-wrapper {
    text-align: left;
    padding: 20px 30px;
    width: calc(100% - 30px);
    max-width: 506px;
    background-color: rgba(87, 68, 189, 0.2);
    border: 1px solid #5744bd; }
    .studio-row-info .now-playing-wrapper .video-tile {
      width: 100%;
      padding: 0 5px; }
    .studio-row-info .now-playing-wrapper .header {
      margin: 0px;
      font-weight: 700; }
    .studio-row-info .now-playing-wrapper .title {
      position: relative;
      display: inline-block;
      width: 100%;
      border-bottom: 1px dotted #fff;
      padding-right: 70px; }
      .studio-row-info .now-playing-wrapper .title span.time {
        position: absolute;
        right: 0px; }
      .studio-row-info .now-playing-wrapper .title span.duration-time {
        font-size: 12px; }
    .studio-row-info .now-playing-wrapper .image-loader {
      display: block;
      border: 4px solid #fff;
      width: 100%;
      max-width: 500px; }
  .studio-row-info .flickity-prev-next-button {
    opacity: 1; }
  .studio-row-info .flickity-slider-component .flickity-prev-next-button {
    height: 40px;
    top: 20px;
    right: -20px;
    background: transparent; }
  .studio-row-info .flickity-slider-component .flickity-prev-next-button.next {
    right: -25px; }
  .studio-row-info .flickity-slider-component .flickity-prev-next-button.previous {
    left: -25px; }
  @media (max-width: 767px) {
    .studio-row-info {
      height: 700px;
      text-align: center; }
      .studio-row-info .users-online {
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 80px;
        border: none;
        border-bottom: 1px solid #5744bd;
        border-radius: 0px;
        padding: 14px 0 0 0; }
      .studio-row-info .copy {
        left: auto;
        margin: 90px 15px 0 15px; }
        .studio-row-info .copy h1 {
          font-size: 38px; }
      .studio-row-info .now-playing {
        padding-top: 20px; }
      .studio-row-info .now-playing-wrapper {
        margin: 0 auto; } }
  @media (min-width: 768px) {
    .studio-row-info .copy p {
      font-size: 18px;
      max-width: 600px; }
    .studio-row-info .copy .btn-transparent {
      background: #5744bd; } }

.tile-wall-component {
  position: relative;
  margin: 0 auto;
  padding-left: 100px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */ }
  .tile-wall-component .tile {
    float: left;
    margin: 0px;
    text-align: left;
    padding: 0.6vmin;
    width: 100%;
    height: 24vmin;
    min-height: 160px;
    /* .tile-body:hover {
      -ms-transform: scale(1.03, 1.03);
      -webkit-transform: scale(1.03, 1.03);
      transform: scale(1.03, 1.03);
    } */ }
    .tile-wall-component .tile:hover {
      z-index: 999; }
    .tile-wall-component .tile .tile-body {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      padding: 4px;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
      -webkit-transition: -webkit-transform .3s ease;
      -moz-transition: -moz-transform .3s ease;
      -ms-transition: -ms-transform .3s ease;
      -o-transition: -o-transform .3s ease;
      transition: transform .3s ease; }
      .tile-wall-component .tile .tile-body .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: transparent;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -ms-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
      .tile-wall-component .tile .tile-body:hover, .tile-wall-component .tile .tile-body:focus {
        /* .subtext {
          display: block;
        } */ }
        .tile-wall-component .tile .tile-body:hover .overlay, .tile-wall-component .tile .tile-body:focus .overlay {
          background-color: rgba(18, 190, 238, 0); }
    .tile-wall-component .tile .title-copy {
      z-index: 99; }
    .tile-wall-component .tile .title-copy, .tile-wall-component .tile .title-bg {
      position: absolute;
      padding: 2% 2%;
      width: 100%;
      left: 0;
      right: 0;
      top: 50%;
      transform: translate(0%, -50%); }
      .tile-wall-component .tile .title-copy .title-img, .tile-wall-component .tile .title-bg .title-img {
        position: relative;
        width: 30%;
        height: 30%;
        max-width: 80px;
        max-height: 80px;
        left: 50%;
        margin-bottom: 20px;
        transform: translate(-50%, 0%); }
      .tile-wall-component .tile .title-copy .title, .tile-wall-component .tile .title-bg .title {
        text-align: center;
        width: 100%;
        font-weight: 300;
        font-size: 4vmin;
        margin-bottom: 0px; }
      .tile-wall-component .tile .title-copy .subtext, .tile-wall-component .tile .title-bg .subtext {
        display: none;
        text-align: center;
        font-size: 1.2vmin; }
    .tile-wall-component .tile .border-line {
      display: none;
      position: absolute;
      background-color: #12beee;
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s; }
    .tile-wall-component .tile .top-border {
      width: 100%;
      height: 4px;
      top: 0;
      left: 0;
      right: 0; }
    .tile-wall-component .tile .bottom-border {
      width: 100%;
      height: 4px;
      bottom: 0;
      left: 0;
      right: 0; }
    .tile-wall-component .tile .left-border {
      height: 100%;
      width: 4px;
      top: 0;
      bottom: 0;
      left: 0; }
    .tile-wall-component .tile .right-border {
      height: 100%;
      width: 4px;
      top: 0;
      bottom: 0;
      right: 0; }
  .tile-wall-component .tile.one {
    width: calc(16.66vmax * 3 - 100px);
    height: calc(24vmin * 2); }
  .tile-wall-component .tile.two {
    width: calc(16.66vmax * 3 - 100px);
    height: calc(24vmin * 2); }
  .tile-wall-component .tile.three {
    width: calc(16.66vmax * 3 - 100px);
    height: calc(24vmin * 2); }
  .tile-wall-component .tile.four {
    width: calc(100vmin - (2 * 100px));
    height: calc(24vmin * 2); }
  .tile-wall-component .tile.six {
    width: calc(100vw - (2 * 100px));
    height: 24vmin; }
  .tile-wall-component .tile.two-h {
    width: calc(16.66vmax * 3 - 100px);
    height: calc(24vmin * 2); }
  .tile-wall-component .tile.two-v {
    width: calc(16.66vmax * 3 - 100px);
    height: calc(24vmin * 2); }
  .tile-wall-component.is-portrait {
    width: calc(100vmin - 30px);
    padding-left: 0px; }
    .tile-wall-component.is-portrait .tile .tile-body {
      width: 100%;
      margin-left: 0px; }
    .tile-wall-component.is-portrait .tile.one {
      width: calc(16.66vmin * 3 - 15px);
      height: calc(24vmin * 2); }
    .tile-wall-component.is-portrait .tile.two {
      width: calc(16.66vmin * 3 - 15px);
      height: calc(24vmin * 2); }
    .tile-wall-component.is-portrait .tile.three {
      width: calc(16.66vmin * 3 - 15px);
      height: calc(24vmin * 2); }
    .tile-wall-component.is-portrait .tile.four {
      width: calc(100vmin - (2 * 15px));
      height: calc(24vmin * 2); }
    .tile-wall-component.is-portrait .tile.six {
      width: calc(100vw - (2 * 15px));
      height: 24vmin; }
    .tile-wall-component.is-portrait .tile.two-h {
      width: calc(16.66vmin * 3 - 15px);
      height: calc(24vmin * 2); }
    .tile-wall-component.is-portrait .tile.two-v {
      width: calc(16.66vmin * 3 - 15px);
      height: calc(24vmin * 2); }
  @media (min-width: 768px) {
    .tile-wall-component {
      /* .tile.four .tile-body:hover {
      -ms-transform: scale(1.03, 1.03);
      -webkit-transform: scale(1.03, 1.03);
      transform: scale(1.03, 1.03);
    } */ }
      .tile-wall-component .tile .tile-body:hover, .tile-wall-component .tile .tile-body:focus {
        /* .subtext {
          display: block;
        } */ }
        .tile-wall-component .tile .tile-body:hover .overlay, .tile-wall-component .tile .tile-body:focus .overlay {
          background-color: rgba(18, 190, 238, 0.6); }
      .tile-wall-component .tile .title-copy {
        /* .subtext {
        display: block;
      } */ }
        .tile-wall-component .tile .title-copy .title {
          font-weight: 300;
          font-size: 1.8vmin; }
      .tile-wall-component .tile.one {
        width: 16.66vmax;
        height: 24vmin; }
      .tile-wall-component .tile.two {
        width: calc(16.66vmax * 2 - 100px);
        height: calc(24vmin * 2); }
      .tile-wall-component .tile.three {
        width: calc(16.66vmax * 3 - 100px);
        height: calc(24vmin * 2); }
      .tile-wall-component .tile.four {
        width: calc(16.66vmax * 4 - 100px);
        height: calc(24vmin * 2 - 1px);
        min-height: 320px; }
      .tile-wall-component .tile.two-h {
        width: calc(16.66vmax * 2 - 100px);
        height: 24vmin; }
      .tile-wall-component .tile.two-v {
        width: calc(16.66vmax - 100px);
        height: calc(24vmin * 2); } }
  @media (max-height: 800px) {
    .tile-wall-component .title-copy .title, .tile-wall-component .title-bg .title {
      font-size: 3vmin !important; }
    .tile-wall-component .title-copy .subtext, .tile-wall-component .title-bg .subtext {
      font-size: 2vmin !important; } }

.tile-fitnessplan-component.tile {
  /* Small devices (tablets, 768px and up) */ }
  .tile-fitnessplan-component.tile .tile-body {
    position: relative;
    padding: 0; }
  .tile-fitnessplan-component.tile .title-copy, .tile-fitnessplan-component.tile .title-bg {
    top: auto;
    bottom: 0;
    transform: translate(0%, 0%);
    background-color: rgba(0, 0, 0, 0.4); }
    .tile-fitnessplan-component.tile .title-copy .title, .tile-fitnessplan-component.tile .title-bg .title {
      font-weight: 700;
      font-size: 4vmin; }
  .tile-fitnessplan-component.tile .title-copy h2 {
    font-size: 3vmin; }
  .tile-fitnessplan-component.tile .fit-workouts-btn {
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px; }
  .tile-fitnessplan-component.tile .fitnessplan-completed {
    position: absolute;
    width: 100%;
    bottom: 30%; }
    .tile-fitnessplan-component.tile .fitnessplan-completed h3 {
      font-weight: 700;
      font-size: 22px; }
  .tile-fitnessplan-component.tile .active-fitnessplan {
    position: absolute;
    width: 100%;
    height: calc(24vmin * 2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .tile-fitnessplan-component.tile .active-fitnessplan .video-thumb {
      height: calc(24vmin * 2); }
      .tile-fitnessplan-component.tile .active-fitnessplan .video-thumb.youtube-thumb {
        width: calc((16.66vmax * 6)); }
    .tile-fitnessplan-component.tile .active-fitnessplan .image-loader.responsive {
      width: auto;
      height: calc(24vmin * 2) !important; }
    .tile-fitnessplan-component.tile .active-fitnessplan .hoolio-play-btn {
      width: 66px;
      height: 66px;
      top: calc(50% - 40px); }
    .tile-fitnessplan-component.tile .active-fitnessplan .video-thumb .overlay {
      background-color: rgba(0, 0, 0, 0.3); }
    .tile-fitnessplan-component.tile .active-fitnessplan .video-thumb .overlay .info-text {
      top: auto;
      padding: 7px 8px;
      width: 105%;
      right: -1px;
      bottom: 4px;
      border-radius: 0px; }
  .tile-fitnessplan-component.tile.is-portrait .active-fitnessplan .video-thumb.youtube-thumb {
    width: calc((16.66vmin * 6) - 15px); }
  .tile-fitnessplan-component.tile .workouts {
    margin-top: 10px; }
    .tile-fitnessplan-component.tile .workouts > span {
      float: left;
      margin-right: 5px;
      width: 10px;
      height: 16px;
      text-align: center; }
    .tile-fitnessplan-component.tile .workouts .progress-bar-component {
      position: relative;
      top: 45%;
      width: 10px; }
      .tile-fitnessplan-component.tile .workouts .progress-bar-component .progress {
        margin-bottom: 0px; }
  .tile-fitnessplan-component.tile .left-side {
    width: calc(100% - 80px);
    float: left; }
  .tile-fitnessplan-component.tile .right-side {
    float: right; }
  .tile-fitnessplan-component.tile .search-btn {
    width: 80px;
    height: 80px;
    margin-top: 5px;
    font-size: 32px; }
    .tile-fitnessplan-component.tile .search-btn.visible-xs-block {
      position: absolute;
      top: 4px;
      right: 4px;
      z-index: 99;
      width: 50px;
      height: 50px;
      margin-top: 0px;
      font-size: 22px; }
  @media (min-width: 768px) {
    .tile-fitnessplan-component.tile {
      /* &.is-portrait {
      .active-fitnessplan { 
        .video-thumb {
          &.youtube-thumb {
            width: calc((16.66vmin * 4) );
          }
        }
      }
    } */ }
      .tile-fitnessplan-component.tile .fitnessplan-completed {
        bottom: 50%; }
        .tile-fitnessplan-component.tile .fitnessplan-completed h3 {
          font-size: 32px; }
      .tile-fitnessplan-component.tile .active-fitnessplan .hoolio-play-btn {
        width: 80px;
        height: 80px;
        top: calc(50% - 100px); }
      .tile-fitnessplan-component.tile .active-fitnessplan .video-thumb {
        height: calc(24vmin * 2);
        min-height: 420px; }
        .tile-fitnessplan-component.tile .active-fitnessplan .video-thumb.youtube-thumb {
          width: calc((16.66vmax * 4) - 100px);
          -ms-transform: scale(1.3, 1.3);
          -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }
      .tile-fitnessplan-component.tile .active-fitnessplan .image-loader.responsive {
        min-height: 420px; }
      .tile-fitnessplan-component.tile .active-fitnessplan .video-thumb .overlay .info-text {
        top: 50%;
        padding: 14px 16px;
        width: auto;
        right: auto;
        bottom: auto;
        border-radius: 6px; } }

.tile-social-corner-component {
  cursor: pointer; }

.tile-library-component {
  cursor: pointer;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .tile-library-component.tile .tile-body {
      width: calc(100% - 30px);
      margin-left: 30px; } }

.tile-treemap-component {
  cursor: pointer;
  /* Small devices (tablets, 768px and up) */ }
  @media (min-width: 768px) {
    .tile-treemap-component.tile .tile-body {
      width: calc(100% - 30px);
      margin-left: 30px; } }

.tile-studios-component {
  cursor: pointer;
  /* Small devices (tablets, 768px and up) */ }
  .tile-studios-component.tile .tile-body .title-copy .title-img {
    width: 40%;
    height: 40%;
    max-width: 154px;
    max-height: 40px; }
  @media (min-width: 768px) {
    .tile-studios-component.tile .tile-body {
      width: calc(100% - 30px);
      margin-left: 30px; }
      .tile-studios-component.tile .tile-body:hover .overlay, .tile-studios-component.tile .tile-body:focus .overlay {
        background-color: rgba(87, 68, 189, 0.6); } }

.tile-studio-component {
  cursor: pointer; }

.tile-user-component {
  position: relative;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .tile-user-component .user-info-xs {
    position: absolute;
    width: 100%;
    top: 10%; }
  .tile-user-component .user-info {
    position: relative;
    top: calc(50% - 100px); }
  .tile-user-component .username {
    font-weight: 700;
    margin-top: 35%; }
  .tile-user-component .profile-btn {
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 0px; }
    .tile-user-component .profile-btn:hover, .tile-user-component .profile-btn:focus {
      color: #12beee; }
  .tile-user-component .middle-info {
    min-height: auto; }
  .tile-user-component .current-moves {
    font-size: 26px; }
    .tile-user-component .current-moves .current-moves-number {
      font-weight: 900; }
    .tile-user-component .current-moves .weekly-goal {
      font-size: 14px; }
  .tile-user-component .moves-bar-component {
    margin: 0 auto; }
  .tile-user-component .weekly-goal .weekly-goal-number {
    color: #12beee; }
  .tile-user-component .loading-msg {
    position: relative;
    top: 60px; }
  @media (min-width: 768px) {
    .tile-user-component .username {
      margin-top: 0; }
    .tile-user-component .middle-info {
      min-height: 77px; } }
  @media (max-height: 800px) and (min-width: 992px) {
    .tile-user-component .middle-info {
      position: relative;
      top: -20px; } }

.tile-trainers-component.tile .tile-body {
  padding: 0;
  /* .title-copy {
      padding: 2% 0;

      .title {
        background: rgba(0,0,0,.5);
      }
    }

    &:hover, &:focus {
      .title-copy {
        padding: 2% 0;

        .title {
          background: transparent;
        }
      }
    } */ }

.tile-trainers-component .flickity-slider-component {
  width: 99.9%;
  height: 100%; }

.tile-trainers-component .flickity-slider-component .flickity-prev-next-button {
  background: rgba(255, 255, 255, 0); }

.tile-trainers-component .hero-tile {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }

.tile-user-row-component.tile.six {
  height: 120px;
  min-height: 120px;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .tile-user-row-component.tile.six.is-portrait {
    height: 120px;
    min-height: 120px; }
  .tile-user-row-component.tile.six .tile-body {
    position: relative; }
  .tile-user-row-component.tile.six .stats-bar {
    position: absolute;
    width: calc(100% - 50px);
    height: 80px;
    top: 10px;
    margin-left: 50px;
    padding-left: 70px;
    background-color: #292929; }
  .tile-user-row-component.tile.six .user-name {
    width: 100%;
    float: left;
    padding-top: 18px; }
    .tile-user-row-component.tile.six .user-name h3 {
      margin: 0;
      font-size: 4vmin;
      font-weight: 700; }
  .tile-user-row-component.tile.six .stats-data {
    width: 75%;
    float: left;
    padding-top: 22px; }
  .tile-user-row-component.tile.six .stat {
    text-align: center; }
    .tile-user-row-component.tile.six .stat img {
      width: 26px;
      height: 26px; }
    .tile-user-row-component.tile.six .stat h5 {
      margin: 0;
      font-weight: 700;
      font-size: 12px; }
    .tile-user-row-component.tile.six .stat .week-range-component {
      position: relative;
      top: 0px; }
      .tile-user-row-component.tile.six .stat .week-range-component .weeks, .tile-user-row-component.tile.six .stat .week-range-component .week-btn {
        font-size: 14px; }
      .tile-user-row-component.tile.six .stat .week-range-component .week-btn {
        padding: 5px; }
    .tile-user-row-component.tile.six .stat .media-body {
      text-align: left; }
  .tile-user-row-component.tile.six .avatar {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0px;
    width: 100px;
    height: 100px; }
  .tile-user-row-component.tile.six .avatar-img {
    width: 100px;
    height: 100px !important;
    margin: 0px auto 0 auto; }
    .tile-user-row-component.tile.six .avatar-img .img-content {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 4px solid #12beee;
      background-color: #12beee; }
  .tile-user-row-component.tile.six .premium-badge {
    position: absolute;
    top: 65px;
    left: 72px;
    margin: 0 auto; }
    .tile-user-row-component.tile.six .premium-badge .diamond {
      position: absolute;
      top: 10px;
      left: 8px; }
    .tile-user-row-component.tile.six .premium-badge .circle {
      position: relative;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: black; }
    .tile-user-row-component.tile.six .premium-badge .arc {
      overflow: hidden;
      position: absolute;
      top: -4px;
      right: 50%;
      bottom: 50%;
      left: -4px;
      transform-origin: 100% 100%; }
    .tile-user-row-component.tile.six .premium-badge .arc:before {
      box-sizing: border-box;
      display: block;
      border: solid 4px #12beee;
      width: 200%;
      height: 200%;
      border-radius: 50%;
      transform: skewX(-30deg);
      content: ''; }
    .tile-user-row-component.tile.six .premium-badge .arc1 {
      transform: rotate(120deg) skewX(30deg); }
    .tile-user-row-component.tile.six .premium-badge .arc2 {
      transform: rotate(180deg) skewX(30deg); }
    .tile-user-row-component.tile.six .premium-badge .arc3 {
      transform: rotate(225deg) skewX(30deg); }
    .tile-user-row-component.tile.six .premium-badge .arc4 {
      transform: rotate(260deg) skewX(30deg); }
  @media (min-width: 768px) {
    .tile-user-row-component.tile.six .user-name {
      width: 25%; }
      .tile-user-row-component.tile.six .user-name h3 {
        font-size: 1.8vmin; } }
  @media (min-width: 992px) {
    .tile-user-row-component.tile.six .stat {
      text-align: center; }
      .tile-user-row-component.tile.six .stat img {
        width: 36px;
        height: 36px; }
      .tile-user-row-component.tile.six .stat h5 {
        margin: 0;
        font-weight: 700;
        font-size: 16px; }
      .tile-user-row-component.tile.six .stat .week-range-component {
        position: relative;
        top: -8px; }
        .tile-user-row-component.tile.six .stat .week-range-component .weeks, .tile-user-row-component.tile.six .stat .week-range-component .prev-week-btn, .tile-user-row-component.tile.six .stat .week-range-component .next-week-btn {
          font-size: 16px; }
        .tile-user-row-component.tile.six .stat .week-range-component .week-btn {
          padding: 10px; }
      .tile-user-row-component.tile.six .stat .media-body {
        text-align: left; } }

.studio-card {
  overflow: hidden;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .studio-card.fadeout-effect {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .studio-card .hidden {
    display: none; }
  .studio-card .card {
    position: relative;
    background-color: #212121; }
  .studio-card .overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: rgba(87, 68, 189, 0);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .studio-card .overlay .flag {
      position: absolute;
      right: 20px;
      top: 0px; }
    .studio-card .overlay .title-icon {
      position: absolute;
      right: 10px;
      bottom: 10px; }
    .studio-card .overlay .overlay-content {
      position: absolute;
      padding-right: 40px;
      bottom: 0;
      left: 0; }
    .studio-card .overlay .card-title {
      position: relative;
      left: 8px;
      bottom: 8px;
      font-weight: 300;
      font-size: 16px;
      text-shadow: 0px 1px 1px #292929; }
    .studio-card .overlay .card-subtitle {
      position: relative;
      background-color: #292929;
      bottom: 0px;
      left: 0px;
      right: 0px;
      padding: 2px 4px;
      font-weight: 300;
      font-size: 12px; }
  .studio-card.loading {
    background-color: #121212; }
    .studio-card.loading .overlay {
      background: rgba(0, 0, 0, 0.6); }
  .studio-card.is-expanded .overlay {
    background-color: rgba(87, 68, 189, 0.4); }

/* 
 *  General app scss
 *
 */
html {
  font-size: 100%;
  height: 100%;
  background-color: #0d0d0d; }

body {
  position: relative;
  margin: 0;
  height: 100%;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  /* &.modal-open .main-outlet {
    filter: blur(30px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
  } */ }
  body.blurred-bg {
    background-color: transparent !important; }

* {
  outline: none;
  transition: none; }

.j-youtube, .youtube {
  background: transparent !important; }

.j-youtube:before, .youtube:before {
  content: "" !important; }

.btn {
  padding: 10px 12px; }

.form-control {
  height: initial;
  padding: 10px 12px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0; }

#intercom-container .intercom-launcher-button {
  background-color: rgba(0, 0, 0, 0.55) !important;
  border: 2px solid #888888 !important; }

input[type="text"], textarea, input[type="text"]:focus, textarea:focus {
  outline: none;
  box-shadow: none !important; }

body .ember-application > div.ember-view {
  height: 100%; }

#hoolio-www {
  position: relative;
  /* needed for footer positioning*/
  height: auto !important;
  /* real browsers */
  height: 100%;
  /* IE6: treaded as min-height*/
  min-height: -webkit-calc(100% - 40px) !important;
  min-height: calc(100% - 40px) !important; }

.hoolio-app {
  height: auto !important;
  /* real browsers */
  height: 100%;
  /* IE6: treaded as min-height*/
  min-height: 100%; }
  .hoolio-app.no-navbar {
    padding-top: 0px; }
  .hoolio-app.no-footer {
    min-height: -webkit-calc(100%) !important;
    min-height: calc(100%) !important; }

#loading-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 850px;
  margin: 0px;
  padding: 0px;
  background: url("img/general/hoolio1.jpg") no-repeat center center;
  background-size: cover;
  z-index: 999;
  text-align: center; }

#generic-wormhole {
  z-index: 999; }

.footer {
  position: absolute;
  bottom: -40px;
  width: 100%;
  margin: 0 0px 8px 0px; }
  .footer .copyright {
    font-size: 12px;
    color: #eee; }

[data-ember-action] {
  cursor: pointer; }

ul, li {
  list-style-type: none;
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  font-weight: 300; }

input[type=range] {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  cursor: pointer;
  /*fix for FF unable to apply focus style bug */
  border: none;
  background: transparent;
  /*required for proper track sizing in FF*/
  width: 100%; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  background: #ddd;
  border: none;
  border-radius: 10px; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #12beee;
  margin-top: -7px; }

input[type=range]:focus {
  outline: none; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ddd; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #12beee; }

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid #ddd;
  outline-offset: -1px; }

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #ddd;
  border-radius: 10px; }

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px; }

input[type=range]::-ms-thumb {
  border: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #12beee; }

input[type=range]:focus::-ms-fill-lower {
  background: #ddd; }

input[type=range]:focus::-ms-fill-upper {
  background: #ddd; }

/* The following only affects the range input in FF */
input[type="range"]::-moz-range-progress {
  background-color: #ddd; }

input[type="range"]::-moz-range-track {
  background-color: #ddd; }

div.row.no-padding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

input.parsley-error, select.parsley-error, textarea.parsley-error {
  color: #292929;
  background-color: #fff;
  border: 1px solid #FF3B22; }

input.parsley-success, select.parsley-success, textarea.parsley-success {
  color: #292929;
  background-color: #fff;
  border: 1px solid #1db954; }

.parsley-errors-list {
  margin: 2px 0 3px;
  font-size: 12px;
  color: #FF3B22; }

/* ===== */
.cursor-pointer {
  cursor: pointer; }

.full-background {
  min-height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#212121', GradientType=1 );
  background-repeat: no-repeat !important;
  background-position: center center !important;
  /* background-attachment: fixed !important;  */
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important; }

.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #121212;
  background: #292929;
  color: #fff; }

.tooltipster-light .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  padding: 8px 10px; }

.row.full-height-container {
  display: table; }
  .row.full-height-container > [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top; }

.hoolio-play-btn {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background-color: #12beee;
  border: 4px solid #12beee;
  border-radius: 50%; }
  .hoolio-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 26px solid #fff;
    top: calc(50% - 20px);
    left: calc(50% - 8px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; }
  .hoolio-play-btn:after {
    content: '';
    opacity: 0;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s; }
  .hoolio-play-btn:hover, .hoolio-play-btn:focus {
    border-color: #12beee;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    background-color: #fff; }
    .hoolio-play-btn:hover .play-text, .hoolio-play-btn:focus .play-text {
      color: #12beee; }
    .hoolio-play-btn:hover:before, .hoolio-play-btn:focus:before {
      border-left-color: #12beee; }
  .hoolio-play-btn.is-loading:before {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out; }
  .hoolio-play-btn.is-loading:hover:before, .hoolio-play-btn.is-loading:focus:before {
    background-color: #12beee; }
  .hoolio-play-btn.with-text {
    width: 185px;
    left: calc(50% - 92px);
    border-radius: 70px; }
    .hoolio-play-btn.with-text:before {
      left: 30px; }
  .hoolio-play-btn.active {
    border-color: transparent; }
    .hoolio-play-btn.active:after {
      content: '';
      opacity: 1;
      width: 25px;
      height: 40px;
      background: #fff;
      position: absolute;
      right: 2.5px;
      top: -20px;
      border-left: 10px solid #fff;
      box-shadow: inset 15px 0 0 0 #fff; }

.btn-social-round {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  border: none;
  margin-right: 10px;
  font-size: 28px;
  color: #fff; }
  .btn-social-round.btn-facebook-round {
    background-color: #46629E; }
  .btn-social-round.btn-twitter-round {
    background-color: #58CEF2; }
  .btn-social-round.btn-globe-round {
    background-color: #26C84F; }
  .btn-social-round.btn-pinterest-round {
    background-color: #BB1F23; }
  .btn-social-round.btn-instagram-round {
    background-color: #4AA4EF; }
  .btn-social-round:hover, .btn-social-round:focus {
    color: inherit; }

.expand-close-btn {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 0px;
  width: 40px;
  height: 40px;
  padding: 4px;
  text-decoration: none;
  z-index: 999;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .expand-close-btn:after, .expand-close-btn:before {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 26px;
    left: 50%;
    background-color: #F5F5F5;
    border-radius: 2px; }
  .expand-close-btn:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .expand-close-btn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .expand-close-btn:hover:after, .expand-close-btn:hover:after {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }

@-webkit-keyframes colorBlink {
  from {
    color: #12beee; }
  50% {
    color: white; }
  to {
    color: #12beee; } }

@keyframes colorBlink {
  from {
    color: #12beee; }
  50% {
    color: white; }
  to {
    color: #12beee; } }

@-webkit-keyframes blackBlink {
  from {
    color: black; }
  50% {
    color: white; }
  to {
    color: black; } }

@keyframes blackBlink {
  from {
    color: black; }
  50% {
    color: white; }
  to {
    color: black; } }

@-webkit-keyframes redBlink {
  from {
    color: #ff3b22; }
  50% {
    color: white; }
  to {
    color: #ff3b22; } }

@keyframes redBlink {
  from {
    color: #ff3b22; }
  50% {
    color: white; }
  to {
    color: #ff3b22; } }

@keyframes rainbow {
  0% {
    background-color: #3BB3D1; }
  25% {
    background-color: #E1D892; }
  50% {
    background-color: #D4B2B8; }
  75% {
    background-color: #7CAABA; }
  100% {
    background-color: #ABA090; } }

@-webkit-keyframes rainbow {
  0% {
    background-color: #3BB3D1; }
  25% {
    background-color: #E1D892; }
  50% {
    background-color: #D4B2B8; }
  75% {
    background-color: #7CAABA; }
  100% {
    background-color: #ABA090; } }

@-webkit-keyframes circel_move {
  100% {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg); } }

@-moz-keyframes circel_move {
  100% {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg); } }

@keyframes circel_move {
  100% {
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg); } }

@-webkit-keyframes blink {
  50% {
    opacity: 0.02; } }

@-moz-keyframes blink {
  50% {
    opacity: 0.02; } }

@keyframes blink {
  50% {
    opacity: 0.02; } }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/* Page media-queries */
/* Small devices (mobiles, 767px) */
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 8px; } }

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */

/*# sourceMappingURL=hoolio-www.css.map */