@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,400,600,700");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }

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

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

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

@font-face {
  font-family: 'texgy-regular';
  src: url("../fonts/texgy/texgyreadventor-regular-webfont.eot");
  src: url("../fonts/texgy/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgy/texgyreadventor-regular-webfont.woff2") format("woff2"), url("../fonts/texgy/texgyreadventor-regular-webfont.woff") format("woff"), url("../fonts/texgy/texgyreadventor-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'texgy-bold';
  src: url("../fonts/texgy/texgyreadventor-bold-webfont.eot");
  src: url("../fonts/texgy/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgy/texgyreadventor-bold-webfont.woff2") format("woff2"), url("../fonts/texgy/texgyreadventor-bold-webfont.woff") format("woff"), url("../fonts/texgy/texgyreadventor-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bebas-regular';
  src: url("../fonts/bebas/bebasneue_regular-webfont.eot");
  src: url("../fonts/bebas/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebas/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebas/bebasneue_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'bebas-bold';
  src: url("../fonts/bebas/bebasneue_bold-webfont.eot");
  src: url("../fonts/bebas/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebas/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/bebas/bebasneue_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("fonts/rubik-regular-webfont.woff2") format("woff2"), url("fonts/rubik-regular-webfont.woff") format("woff"), url("fonts/rubik-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* -------------- Reset ------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, input, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

:focus {
  outline: 0; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

body {
  line-height: 1;
  color: black;
  background: white; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

em {
  font-style: normal; }

input, textarea {
  border: none; }

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

a, img {
  border: none;
  outline: none; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

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

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }
  .row-sm-height {
    display: table-row; }
  .col-sm-height {
    display: table-cell;
    float: none; } }

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }
  .row-md-height {
    display: table-row; }
  .col-md-height {
    display: table-cell;
    float: none; } }

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }
  .row-lg-height {
    display: table-row; }
  .col-lg-height {
    display: table-cell;
    float: none; } }

/* vertical alignment styles */
.col-top {
  vertical-align: top; }

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

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

strong {
  font-weight: 900; }

body {
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-weight: 400;
  font-family: 'Rubik', Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #676565;
  overflow-x: hidden; }
  body a {
    color: #676565; }
    body a:hover {
      text-decoration: none;
      color: #ffd416; }

#my-video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: bold;
  color: #ffd416; }

.content h1 {
  font-size: 40px !important;
  line-height: 40px; }

.content h2 {
  font-size: 30px !important; }

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

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

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

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

ul {
  list-style: none; }

.submitButton {
  background: #ffd416;
  color: #fff;
  border: none;
  padding: 10px 20px; }

form {
  position: relative; }
  form .submitButtonDiv.loader button {
    display: none; }
  form .submitButtonDiv.loader .loader {
    background: url(../images/loader.gif) no-repeat;
    display: block;
    width: 20px;
    height: 20px; }

.headerBar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background: #e8c113;
  color: #fff;
  text-align: center;
  z-index: 99999; }
  .headerBar .logo {
    position: absolute;
    bottom: 15px;
    left: 17.5px;
    width: 25px;
    display: block; }
  .headerBar.pub {
    background: #b81f42; }
  .headerBar.cafe {
    background: #19275b; }
  .headerBar button {
    padding: 0;
    margin: 0;
    font-size: 30px;
    border: none;
    background: transparent;
    margin-top: 15px;
    display: block;
    width: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; }
    .headerBar button img {
      width: 40px; }
  .headerBar.activeMenu {
    left: 250px; }
    @media only screen and (max-width: 767px) {
      .headerBar.activeMenu {
        left: calc(100% - 60px); } }
    .headerBar.activeMenu .logo {
      display: none; }

header {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  z-index: 99999;
  height: 100%;
  background-image: -webkit-linear-gradient(top, #ffd416 0%, #ffd416 100%);
  background-image: -o-linear-gradient(top, #ffd416 0%, #ffd416 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd416), to(#ffd416));
  background-image: linear-gradient(to bottom, #ffd416 0%, #ffd416 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFD416', endColorstr='#FFFFD416', GradientType=0); }
  @media only screen and (max-width: 767px) {
    header {
      overflow-x: auto; } }
  header.pub {
    background-image: -webkit-linear-gradient(top, #da3057 0%, #da3057 100%);
    background-image: -o-linear-gradient(top, #da3057 0%, #da3057 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#da3057), to(#da3057));
    background-image: linear-gradient(to bottom, #da3057 0%, #da3057 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDA3057', endColorstr='#FFDA3057', GradientType=0); }
  header.cafe {
    background-image: -webkit-linear-gradient(top, #24346f 0%, #24346f 100%);
    background-image: -o-linear-gradient(top, #24346f 0%, #24346f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#24346f), to(#24346f));
    background-image: linear-gradient(to bottom, #24346f 0%, #24346f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF24346F', endColorstr='#FF24346F', GradientType=0); }
  header.activeMenu {
    left: 0; }
    @media only screen and (max-width: 767px) {
      header.activeMenu {
        width: calc(100% - 60px); } }
  header .user-name .userBox {
    border: solid 1px transparent; }
    @media only screen and (max-width: 767px) {
      header .user-name .userBox {
        margin-bottom: 10px; } }
    header .user-name .userBox .inline {
      background: rgba(0, 0, 0, 0.5);
      padding: 15px;
      margin-top: 15px;
      color: #fff;
      position: relative; }
      @media only screen and (max-width: 767px) {
        header .user-name .userBox .inline {
          padding: 10px; } }
      header .user-name .userBox .inline img {
        position: absolute;
        left: 20px;
        top: -2px;
        width: 40px;
        border: none; }
        @media only screen and (max-width: 767px) {
          header .user-name .userBox .inline img {
            display: none; } }
      header .user-name .userBox .inline label {
        display: block;
        margin-bottom: 5px; }
        @media only screen and (max-width: 767px) {
          header .user-name .userBox .inline label {
            margin: 0;
            padding: 0; } }
      header .user-name .userBox .inline b {
        font-size: 20px; }
    header .user-name .userBox:nth-child(2) .inline {
      background: #db8202; }
  header .inner {
    height: 65px; }
  header .navbar-toggle {
    position: absolute;
    right: 0;
    top: 7px; }
    header .navbar-toggle span {
      display: block;
      width: 30px !important;
      background: #ffd416;
      height: 4px !important; }
  header .logo {
    text-align: center;
    padding: 40px 0;
    display: block; }
    header .logo img {
      width: 70%;
      display: block;
      margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      header .logo {
        padding: 20px 0; }
        header .logo img {
          width: 100px; } }
  header .bottomMenu {
    position: absolute;
    bottom: 20px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      header .bottomMenu {
        display: none; } }
    header .bottomMenu a {
      width: 100%;
      display: block;
      color: #fff;
      font-size: 12px;
      text-align: center;
      padding: 5px 0; }
  header nav {
    text-align: center;
    margin-top: 30px;
    z-index: 3;
    position: relative; }
    @media only screen and (max-width: 767px) {
      header nav {
        margin-top: 0; } }
    header nav ul {
      list-style: none; }
      header nav ul li {
        display: block;
        position: relative;
        padding: 10px 0; }
        @media only screen and (max-width: 767px) {
          header nav ul li:last-of-type {
            display: none; } }
        @media only screen and (max-width: 767px) {
          header nav ul li {
            padding: 5px 0; } }
        header nav ul li:last-of-type a {
          border: none; }
        header nav ul li a {
          font-size: 14px;
          color: #fff;
          display: block;
          padding: 0px 10px;
          font-weight: 400;
          letter-spacing: -0.5px;
          font-weight: bold; }
          @media (min-width: 992px) and (max-width: 1199px) {
            header nav ul li a {
              font-size: 14px;
              padding: 10px 10px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            header nav ul li a {
              font-size: 14px; } }
          @media only screen and (max-width: 767px) {
            header nav ul li a {
              padding: 10px; } }
          header nav ul li a:focus {
            color: #fff;
            text-decoration: none; }
          header nav ul li a.webOrderLink {
            color: #ffd416; }
            header nav ul li a.webOrderLink i {
              margin-right: 5px; }
        header nav ul li ul {
          margin-top: 10px; }
          @media only screen and (max-width: 767px) {
            header nav ul li ul {
              text-align: center;
              background: none;
              width: 100%; } }
          header nav ul li ul li {
            width: 100%;
            padding: 2px 0;
            line-height: 20px;
            font-size: 12px; }
            @media only screen and (max-width: 767px) {
              header nav ul li ul li {
                text-align: center;
                font-size: 14px;
                padding: 8px 0;
                width: 100%; } }
            header nav ul li ul li a {
              display: block;
              padding: 0px;
              border: none;
              font-size: 12px;
              color: #ffd416;
              font-weight: normal; }
  header .myAccount .main {
    font-size: 12px;
    cursor: pointer;
    position: relative;
    color: #ffd416;
    padding-top: 5px;
    text-align: center; }
    header .myAccount .main .profileText {
      position: absolute;
      top: 98px;
      color: #000;
      z-index: 999;
      text-align: center;
      width: 73px;
      padding-top: 7px;
      padding-bottom: 10px;
      left: 88px;
      background: url(../images/profile-menu-background.png) no-repeat center top; }
      @media only screen and (max-width: 767px) {
        header .myAccount .main .profileText {
          display: none; } }
    header .myAccount .main img {
      display: block;
      margin: 15px auto;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      border: solid 5px #fff;
      width: 100px; }
      @media only screen and (max-width: 767px) {
        header .myAccount .main img {
          width: 40px;
          border: solid 2px #fff; } }
    @media only screen and (max-width: 767px) {
      header .myAccount .main {
        width: 100%;
        border: none; } }
    header .myAccount .main .messageCount {
      position: absolute;
      right: 65px;
      top: 60px;
      background: #fff;
      color: #ffd416 !important;
      width: 30px;
      height: 30px;
      font-size: 16px;
      font-weight: 900;
      text-align: center;
      padding: 8px 4px;
      text-indent: 0;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%; }
      @media only screen and (max-width: 767px) {
        header .myAccount .main .messageCount {
          top: 30px;
          width: 20px;
          height: 20px;
          font-size: 12px;
          padding: 4px;
          right: auto;
          left: 50%;
          margin-left: 20px; } }
    header .myAccount .main ul {
      position: absolute;
      top: 60px;
      background: #E62B27;
      left: 100%;
      padding: 10px 0;
      width: 180px;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        header .myAccount .main ul {
          text-indent: 0;
          border: none;
          left: 0px;
          top: 80px;
          z-index: 999; } }
      header .myAccount .main ul li a {
        display: block;
        padding: 8px 0px 8px 5px;
        font-size: 14px;
        color: #fff !important;
        text-indent: 0; }
        header .myAccount .main ul li a i {
          width: 20px;
          text-align: center;
          margin-right: 5px; }
  header.shop nav ul li a {
    color: #000; }
    header.shop nav ul li a:hover {
      color: #333; }
  header.shop .bottomMenu a {
    color: #000; }
  header.shop .myAccount .main ul {
    background: #e8c113; }
    header.shop .myAccount .main ul li a {
      color: #000 !important; }
  header.cafe .myAccount .main ul {
    background: #19275b; }
  header.pub .myAccount .main ul {
    background: #b81f42; }
  @media only screen and (max-width: 767px) {
    header #mobileNav {
      position: absolute;
      left: 0;
      top: 80px;
      width: 100%;
      background: #fff;
      display: none; }
      header #mobileNav nav {
        position: static;
        padding-bottom: 20px; }
        header #mobileNav nav ul li {
          display: block;
          padding: 0; }
          header #mobileNav nav ul li a {
            border: none; }
          header #mobileNav nav ul li ul {
            position: static;
            -webkit-box-shadow: 0 0 0 0 #fff;
            -khtml-box-shadow: 0 0 0 0 #fff;
            -moz-box-shadow: 0 0 0 0 #fff;
            -ms-box-shadow: 0 0 0 0 #fff;
            -o-box-shadow: 0 0 0 0 #fff;
            box-shadow: 0 0 0 0 #fff;
            padding: 0; }
            header #mobileNav nav ul li ul li {
              padding: 10px 0; } }

.winPoint {
  display: none;
  width: 249px;
  height: 249px;
  position: fixed;
  left: 50%;
  margin-left: -100px;
  margin-top: -124px;
  top: 50%;
  background: url(../images/coin-blank.png) no-repeat center center;
  z-index: 99999; }
  @media only screen and (max-width: 767px) {
    .winPoint {
      background: url(../images/coin-blank-mobile.png) no-repeat center center;
      width: 100px;
      height: 100px;
      margin-left: -10px;
      margin-top: -50px; } }
  .winPoint b {
    display: block;
    font-size: 80px;
    text-align: center;
    width: 100%;
    margin: 80px auto 0 auto;
    color: #bc8c30;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
    @media only screen and (max-width: 767px) {
      .winPoint b {
        font-size: 24px;
        margin-top: 25px; } }
  .winPoint div {
    color: #bc8c30;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    @media only screen and (max-width: 767px) {
      .winPoint div {
        font-size: 12px;
        padding-top: 5px; } }

.mainContainer {
  min-height: 600px; }
  .mainContainer .container {
    width: calc(100% - 60px);
    margin-left: 60px; }
    @media only screen and (max-width: 767px) {
      .mainContainer .container {
        width: calc(100% - 60px);
        margin-left: 60px; } }
  .mainContainer.activeMenu .container {
    width: calc(100% - 310px);
    margin-left: 310px; }
    @media only screen and (max-width: 767px) {
      .mainContainer.activeMenu .container {
        width: calc(100% - 60px);
        margin-left: 60px; } }

.homePage .box {
  position: relative; }
  .homePage .box.col-lg-12.banner img {
    display: block;
    margin: 0;
    padding: 0; }
  .homePage .box.col-lg-12.banner .inner {
    height: auto; }
  .homePage .box.transparent {
    background: transparent;
    padding-top: 0;
    padding-bottom: 0; }
  .homePage .box .all {
    width: 220px;
    position: absolute;
    bottom: auto;
    right: auto;
    left: 0px;
    top: 0px;
    font-size: 20px;
    font-weight: 900;
    background: #ffd416;
    color: #da3057;
    padding: 5px 10px;
    padding-top: 10px;
    letter-spacing: 1px;
    z-index: 999; }
    @media only screen and (max-width: 767px) {
      .homePage .box .all {
        font-size: 16px;
        width: 180px;
        padding-top: 6px; } }
    .homePage .box .all i {
      position: absolute;
      right: 10px;
      top: 8px; }
      @media only screen and (max-width: 767px) {
        .homePage .box .all i {
          top: 6px; } }
  .homePage .box .inner {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .homePage .box .inner {
        height: auto; } }
    .homePage .box .inner.coverBg {
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .homePage .box .inner .tint:hover:before {
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80); }
    .homePage .box .inner .tint:before {
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: '';
      position: absolute;
      background: #000;
      left: 0px;
      top: 0;
      width: calc(100%);
      height: 100%;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      z-index: 1; }
    .homePage .box .inner .tint .bigTitle {
      position: absolute;
      width: 60%;
      margin: 0 20%;
      top: 42%;
      font-size: 30px;
      line-height: 40px;
      font-weight: 300;
      letter-spacing: 5px;
      color: #fff;
      z-index: 2;
      text-align: center;
      border: solid 1px #fff;
      padding: 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .homePage .box.video {
    background: #000; }
    .homePage .box.video .inner iframe {
      width: 100% !important;
      height: 100% !important; }
    .homePage .box.video.col-lg-12 .inner {
      height: 960px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .homePage .box.video.col-lg-12 .inner {
        height: 530px; }
        .homePage .box.video.col-lg-12 .inner iframe {
          height: 530px !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .homePage .box.video.col-lg-12 .inner {
        height: 400px; }
        .homePage .box.video.col-lg-12 .inner iframe {
          height: 400px !important; } }
    @media only screen and (max-width: 767px) {
      .homePage .box.video.col-lg-12 .inner {
        height: 280px; }
        .homePage .box.video.col-lg-12 .inner iframe {
          height: 280px !important; } }
  .homePage .box.leaderboard {
    padding: 0; }
    .homePage .box.leaderboard .leaderList {
      height: 506px;
      overflow: hidden;
      padding-left: 0; }
      @media only screen and (max-width: 767px) {
        .homePage .box.leaderboard .leaderList {
          height: auto; } }
      .homePage .box.leaderboard .leaderList .me {
        background: #E62B27;
        padding: 20px;
        color: #fff;
        text-align: center; }
        .homePage .box.leaderboard .leaderList .me h1 {
          color: #f5d022;
          font-weight: 900;
          font-size: 14px; }
          .homePage .box.leaderboard .leaderList .me h1 i {
            margin-top: 0px;
            color: #f5d022;
            display: block;
            font-size: 60px; }
        .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .title {
          background: #f5d022;
          padding: 10px; }
          .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .title span {
            color: #E62B27; }
        .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .profile {
          text-align: left;
          background: rgba(255, 212, 22, 0.3);
          padding: 0 15px 1px 15px; }
          .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .profile img {
            margin-top: 5px;
            -webkit-border-radius: 100%;
            -khtml-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            border: solid 3px #fff; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .profile img {
                margin-top: 15px;
                margin-bottom: 15px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .profile img {
                margin-top: 10px; } }
          .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .profile .name {
            font-weight: bold;
            padding-top: 50px;
            text-align: center;
            padding-bottom: 15px; }
            @media (min-width: 992px) and (max-width: 1199px) {
              .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .profile .name {
                padding-top: 45px;
                font-size: 14px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .profile .name {
                padding-top: 20px;
                font-size: 11px; } }
            @media only screen and (max-width: 767px) {
              .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .profile .name {
                padding-top: 30px;
                font-size: 12px; } }
            .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .profile .name label {
              display: inline-block;
              margin: 0 5px; }
            .homePage .box.leaderboard .leaderList .me .leaderOfTheMonth .profile .name span {
              font-size: 12px;
              font-weight: 300; }
      .homePage .box.leaderboard .leaderList .lead {
        text-align: left;
        padding: 7.2px 5px;
        color: #000;
        border: solid 1px #E62B27;
        border-top: none;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        font-size: 14px;
        overflow: hidden; }
        .homePage .box.leaderboard .leaderList .lead.forMe {
          color: #fff; }
        .homePage .box.leaderboard .leaderList .lead:nth-of-type(1) {
          border-top: solid 1px #fff; }
        .homePage .box.leaderboard .leaderList .lead .percent {
          z-index: -1;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          background: rgba(255, 212, 22, 0.6); }
        .homePage .box.leaderboard .leaderList .lead .remainingPercent {
          z-index: -1;
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          background: rgba(204, 204, 204, 0.2); }
        .homePage .box.leaderboard .leaderList .lead .number {
          font-size: 20px;
          font-weight: bold; }
          .homePage .box.leaderboard .leaderList .lead .number span {
            font-size: 10px; }
        .homePage .box.leaderboard .leaderList .lead .user {
          font-size: 16px; }
        .homePage .box.leaderboard .leaderList .lead .name {
          padding-top: 2px; }
        .homePage .box.leaderboard .leaderList .lead .point span {
          display: inline-block;
          width: auto;
          font-size: 20px;
          font-weight: 900; }
          .homePage .box.leaderboard .leaderList .lead .point span label {
            display: inline-block;
            margin-left: 5px;
            font-size: 10px;
            font-weight: 300; }
  .homePage .box.poll .pollArea {
    height: 500px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .homePage .box.poll .pollArea {
        height: auto; } }
    .homePage .box.poll .pollArea .inner {
      height: auto;
      padding: 0 40px; }
      @media only screen and (min-width: 1200px) {
        .homePage .box.poll .pollArea .inner {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .homePage .box.poll .pollArea .inner {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .homePage .box.poll .pollArea .inner {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media only screen and (max-width: 767px) {
        .homePage .box.poll .pollArea .inner {
          padding: 40px 15px; } }
      .homePage .box.poll .pollArea .inner .pollTitle {
        text-align: left;
        font-size: 30px;
        font-weight: 600;
        color: #000;
        position: relative;
        padding: 15px 0; }
        @media only screen and (max-width: 767px) {
          .homePage .box.poll .pollArea .inner .pollTitle {
            font-size: 20px; } }
      .homePage .box.poll .pollArea .inner .pollQuestions {
        padding: 0px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .homePage .box.poll .pollArea .inner .pollQuestions {
            padding: 0px; } }
        .homePage .box.poll .pollArea .inner .pollQuestions .item .question {
          background: #ffd416;
          padding: 10px;
          padding-bottom: 8px;
          line-height: 20px;
          color: #da3057; }
        .homePage .box.poll .pollArea .inner .pollQuestions .item .answer {
          background: #f6f7f6;
          padding: 15px;
          line-height: 20px;
          margin-top: 1px; }
        .homePage .box.poll .pollArea .inner .pollQuestions .item button, .homePage .box.poll .pollArea .inner .pollQuestions .item a {
          text-align: center;
          background: #E62B27;
          color: #fff;
          padding: 15px 25px;
          font-siz: 12px;
          border: none;
          margin-top: 20px;
          width: 120px; }
          .homePage .box.poll .pollArea .inner .pollQuestions .item button.prev, .homePage .box.poll .pollArea .inner .pollQuestions .item a.prev {
            right: 130px; }
  .homePage .box.reward ol li {
    background: #E62B27; }
  .homePage .box.reward .product {
    padding: 50px 20px;
    padding-top: 70px;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .homePage .box.reward .product {
        padding: 15px; }
        .homePage .box.reward .product:first-of-type {
          padding-top: 50px; } }
    .homePage .box.reward .product .inner {
      padding: 5px;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .homePage .box.reward .product .inner {
          padding-bottom: 0px; } }
      .homePage .box.reward .product .inner:hover {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80); }
      .homePage .box.reward .product .inner .image {
        text-align: center;
        overflow: hidden;
        position: relative; }
        .homePage .box.reward .product .inner .image img {
          width: 80%; }
          @media (min-width: 768px) and (max-width: 991px) {
            .homePage .box.reward .product .inner .image img {
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            .homePage .box.reward .product .inner .image img {
              width: 100%; } }
      .homePage .box.reward .product .inner .title {
        padding: 10px;
        color: #b3b3b3;
        font-size: 14px;
        text-align: center; }
      .homePage .box.reward .product .inner .price {
        position: absolute;
        top: 50%;
        right: 30px;
        background: #ffd416;
        color: #fff;
        font-weight: 700;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        width: 60px;
        height: 60px;
        text-align: center;
        padding: 15px 0;
        margin-top: -40px; }
        .homePage .box.reward .product .inner .price span {
          font-weight: 400;
          font-size: 12px;
          display: block;
          margin-top: 2px; }
      .homePage .box.reward .product .inner .oldPrice {
        background: #c00;
        color: #fff;
        text-decoration: line-through;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 38px;
        padding: 5px 10px;
        -webkit-border-radius: 10px 0 0 10px;
        -khtml-border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        -ms-border-radius: 10px 0 0 10px;
        -o-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px; }
        .homePage .box.reward .product .inner .oldPrice span {
          font-size: 11px;
          margin-left: 3px;
          display: inline-block; }
  .homePage .box.calendar.col-lg-6 .carousel article {
    height: 700px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .homePage .box.calendar.col-lg-6 .carousel article {
        height: auto; } }
  .homePage .box.calendar .carousel {
    padding-bottom: 0px; }
    .homePage .box.calendar .carousel .carousel-indicators {
      bottom: 10px; }
    .homePage .box.calendar .carousel ol {
      bottom: 0; }
      .homePage .box.calendar .carousel ol li {
        background: #E62B27; }
  .homePage .box.calendar article {
    position: relative; }
    .homePage .box.calendar article .image {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      width: 100%;
      height: 700px !important; }
      @media only screen and (max-width: 767px) {
        .homePage .box.calendar article .image {
          height: 400px !important; } }
    .homePage .box.calendar article:hover .description {
      padding-bottom: 20px; }
    .homePage .box.calendar article .description {
      position: absolute;
      left: 15px;
      bottom: 0;
      z-index: 1;
      text-shadow: 2px 2px 2px #000;
      width: 600px;
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .homePage .box.calendar article .description {
          width: 100%; } }
      .homePage .box.calendar article .description .textArea {
        padding: 20px; }
        .homePage .box.calendar article .description .textArea .title {
          color: #fff;
          font-size: 40px;
          line-height: 48px;
          font-weight: 300;
          margin-bottom: 15px; }
          @media only screen and (max-width: 767px) {
            .homePage .box.calendar article .description .textArea .title {
              font-size: 20px;
              line-height: 28px; } }
        .homePage .box.calendar article .description .textArea .desc {
          color: #fff;
          font-size: 14px;
          line-height: 20px; }
    @media only screen and (max-width: 767px) {
      .homePage .box.calendar article {
        margin-top: 15px; } }
    .homePage .box.calendar article .date {
      text-align: center;
      font-weight: 700;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      width: 70px;
      left: 15px;
      padding: 10px;
      top: 32px;
      text-shadow: 2px 2px 2px #000; }
      .homePage .box.calendar article .date b {
        font-size: 40px;
        display: block; }
      .homePage .box.calendar article .date span {
        font-size: 12px; }
    .homePage .box.calendar article .join {
      background: #9ec45b;
      margin-right: 15px; }
  .homePage .box.news .carousel-indicators {
    bottom: 15px; }
    .homePage .box.news .carousel-indicators li {
      border: solid 1px #fff; }
      .homePage .box.news .carousel-indicators li.active {
        background: #fff; }
  .homePage .box.news .inner {
    background: #fff; }
  .homePage .box.news article {
    margin: 0; }
    .homePage .box.news article .image {
      height: 400px;
      border-bottom: none;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    .homePage .box.news article .bigTitle {
      position: absolute;
      bottom: 0;
      padding: 30px;
      color: #fff;
      font-size: 40px;
      font-weight: 900;
      line-height: 50px;
      width: 600px;
      text-align: left;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      text-shadow: 1px 1px 1px #000; }
      @media only screen and (max-width: 767px) {
        .homePage .box.news article .bigTitle {
          font-size: 20px;
          line-height: 30px;
          width: 100%; } }
  .homePage .box.businesscampaign {
    background: #fff; }
    .homePage .box.businesscampaign .inner {
      text-align: center;
      height: 600px; }
      .homePage .box.businesscampaign .inner .text .image {
        height: 500px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
        @media (min-width: 768px) and (max-width: 991px) {
          .homePage .box.businesscampaign .inner .text .image {
            height: 220px; } }
      .homePage .box.businesscampaign .inner .text .title {
        color: #ffd416;
        margin-top: 10px; }
      .homePage .box.businesscampaign .inner .text .description {
        color: #E62B27;
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        padding: 0 50px; }
      .homePage .box.businesscampaign .inner .text .detailLink button {
        border: none;
        display: inline-block;
        background: #ffd416;
        padding: 15px 30px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        font-size: 14px;
        margin-top: 15px;
        color: #E62B27; }
        .homePage .box.businesscampaign .inner .text .detailLink button:active {
          outline: none;
          text-decoration: none; }
      .homePage .box.businesscampaign .inner .all {
        bottom: -25px; }

footer {
  background: #E62B27;
  padding: 40px 0;
  text-align: center;
  display: none; }
  footer img {
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer img {
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      footer img {
        width: 50px; } }
  @media only screen and (max-width: 767px) {
    footer nav {
      padding: 20px 0; } }
  footer nav ul {
    width: 900px;
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer nav ul {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      footer nav ul {
        width: 100%; } }
    footer nav ul li {
      width: 200px;
      float: left;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer nav ul li {
          width: 25%; } }
      @media only screen and (max-width: 767px) {
        footer nav ul li {
          display: block;
          width: 50%;
          margin-bottom: 20px; } }
      footer nav ul li a {
        color: #fff;
        font-size: 14px;
        display: block;
        padding: 10px; }
      footer nav ul li ul {
        width: auto; }
        footer nav ul li ul li {
          height: auto;
          width: 100%;
          display: block; }
          footer nav ul li ul li a {
            font-size: 12px;
            padding: 5px 10px; }

.loginBackground {
  background: #da3057;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%; }

.loginPage {
  padding-top: 30px;
  padding-bottom: 30px; }
  .loginPage .loginBox {
    display: block;
    width: 700px;
    margin: 0 auto;
    padding-top: 200px; }
    @media only screen and (max-width: 767px) {
      .loginPage .loginBox {
        padding-top: 50px;
        width: 100%; } }
  .loginPage .logo {
    width: 100%;
    text-align: center;
    background: rgba(218, 48, 87, 0.8);
    margin-bottom: 30px;
    padding: 15px; }
    .loginPage .logo img {
      height: 50px; }
  .loginPage .rightBanner {
    height: 500px;
    background: #3342a9; }
    @media only screen and (max-width: 767px) {
      .loginPage .rightBanner {
        height: auto;
        margin-top: 30px; } }
    @media only screen and (min-width: 1200px) {
      .loginPage .rightBanner img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .loginPage .rightBanner img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .loginPage .rightBanner img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  @media only screen and (max-width: 767px) {
    .loginPage .otherBanner {
      margin-top: 30px; } }
  .loginPage .form {
    width: 100%;
    background: #eb7f12;
    height: 500px;
    padding: 0 30px; }
    @media only screen and (max-width: 767px) {
      .loginPage .form {
        width: 100%;
        height: auto;
        padding: 30px; } }
    @media only screen and (min-width: 1200px) {
      .loginPage .form .vertical {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .loginPage .form .vertical {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .loginPage .form .vertical {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .loginPage .form input {
      width: 100%;
      display: block;
      height: 50px;
      padding: 0 15px;
      margin-bottom: 10px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      background: url(../images/username-icon.png) no-repeat 10px 13px #fff;
      padding-left: 50px; }
      .loginPage .form input[type="password"] {
        background: url(../images/password-icon.png) no-repeat 10px 13px #fff; }
    .loginPage .form button {
      background: #da3057;
      color: #fff;
      display: block;
      border: none;
      margin-top: 10px;
      padding: 20px;
      width: 100%;
      font-size: 16px;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
    .loginPage .form a {
      font-size: 12px;
      display: block;
      text-align: left;
      margin-top: 10px;
      color: #000; }
      .loginPage .form a.registerBtn {
        text-align: center;
        color: #000; }
    .loginPage .form b {
      display: block;
      text-align: center;
      margin-top: 50px;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px; }
    .loginPage .form #forgetForm {
      display: none; }
    .loginPage .form #registerForm {
      display: none; }

.detailPage {
  min-height: 700px; }
  .detailPage h1 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px; }
  .detailPage .content {
    background: #fff;
    padding: 15px; }
    .detailPage .content p {
      margin-bottom: 20px;
      line-height: 24px; }
  .detailPage.videos .video {
    margin-bottom: 15px; }
    .detailPage.videos .video .inner {
      position: relative;
      background: #fff;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .detailPage.videos .video .inner .image {
        position: relative; }
        .detailPage.videos .video .inner .image:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          content: '';
          opacity: 0.4;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
          filter: alpha(opacity=40);
          background: #000;
          -webkit-transition: all 0.3s ease-in-out;
          -khtml-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .detailPage.videos .video .inner .image:after {
          position: absolute;
          left: 0;
          top: 0;
          background: url(../images/play-icon.png) no-repeat center center;
          content: '';
          width: 100%;
          height: 100%; }
        .detailPage.videos .video .inner .image img {
          width: 100%; }
      .detailPage.videos .video .inner .title {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px; }
      .detailPage.videos .video .inner:hover .image:before {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
  .detailPage.videos.detail iframe {
    width: 100%;
    height: 420px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .detailPage.videos.detail iframe {
        height: 200px; } }
  .detailPage.videos.detail .description {
    background: #fff;
    font-size: 14px;
    line-height: 20px; }
    .detailPage.videos.detail .description h1 {
      margin: 0;
      margin-bottom: 20px;
      font-weight: 700; }
  .detailPage.videos.detail .share {
    background: #fff;
    margin-top: 15px;
    position: relative; }
    .detailPage.videos.detail .share h3 {
      font-size: 14px;
      color: #000;
      font-weight: 700;
      margin-bottom: 5px; }
    .detailPage.videos.detail .share span {
      position: absolute;
      left: 20px;
      top: 20px;
      font-size: 40px; }
    .detailPage.videos.detail .share a {
      color: #000;
      font-size: 12px;
      display: inline-block;
      margin-right: 10px; }
  .detailPage.campaigns article {
    margin-top: 15px;
    margin-bottom: 15px; }
    .detailPage.campaigns article .inner {
      padding-bottom: 15px;
      background: #fff;
      text-align: center;
      position: relative; }
      .detailPage.campaigns article .inner i {
        position: absolute;
        right: 15px;
        bottom: 28px;
        color: #ffd416;
        font-size: 20px; }
        .detailPage.campaigns article .inner i.fa-thumbs-up {
          right: 50px; }
      .detailPage.campaigns article .inner .text .image {
        height: 200px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
        @media (min-width: 768px) and (max-width: 991px) {
          .detailPage.campaigns article .inner .text .image {
            height: 170px; } }
      .detailPage.campaigns article .inner .text .title {
        color: #ffd416;
        margin-top: 10px; }
      .detailPage.campaigns article .inner .text .description {
        color: #E62B27;
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
        padding: 0 50px;
        height: 70px; }
      .detailPage.campaigns article .inner .text .detailLink {
        text-align: left; }
        .detailPage.campaigns article .inner .text .detailLink button {
          margin-left: 15px;
          border: none;
          display: inline-block;
          background: #ffd416;
          padding: 15px 30px;
          -webkit-border-radius: 5px;
          -khtml-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          font-size: 14px;
          margin-top: 15px;
          color: #E62B27; }
          .detailPage.campaigns article .inner .text .detailLink button:active {
            outline: none;
            text-decoration: none; }
  .detailPage.polls .questions a {
    display: block;
    padding: 20px 100px 20px 20px;
    margin-bottom: 15px;
    border: solid 1px #000;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    line-height: 20px; }
    .detailPage.polls .questions a:hover {
      background-color: #ffd416;
      color: #da3057; }
    .detailPage.polls .questions a:after {
      position: absolute;
      content: '';
      width: 25px;
      height: 25px;
      background: url(../images/medium-arrow-black.png) no-repeat center center;
      right: 20px;
      top: 50%;
      margin-top: -12.5px; }
  .detailPage.polls.detail .pollTitle {
    text-align: left;
    padding: 20px 0px 0px 55px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #da3057;
    position: relative;
    margin-bottom: 10px; }
    .detailPage.polls.detail .pollTitle i {
      position: absolute;
      left: 20px;
      top: 20px;
      font-size: 24px; }
  .detailPage.polls.detail .pollQuestions {
    padding: 20px;
    background: #fff;
    position: relative;
    padding-top: 1px; }
    .detailPage.polls.detail .pollQuestions .question {
      background: #f6f7f6;
      padding: 15px;
      line-height: 20px;
      margin-top: 20px;
      font-size: 18px;
      font-weight: 700; }
    .detailPage.polls.detail .pollQuestions .answer {
      background: #f6f7f6;
      padding: 15px;
      line-height: 20px;
      margin-top: 1px; }
  .detailPage.polls.detail .submitButtonDiv button {
    background: #ffd416;
    display: block;
    margin-top: 15px;
    padding: 20px 10px;
    width: 100%;
    border: none;
    color: #000; }

.breadcrumb {
  width: 100%;
  margin: 15px auto;
  background: #24346f;
  font-size: 12px;
  padding: 10px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .breadcrumb li {
    color: #fff; }
    .breadcrumb li.active {
      color: #fff; }
    .breadcrumb li a {
      color: #fff; }

.twoColumn .innerPage {
  position: relative; }
  .twoColumn .innerPage aside {
    width: 260px;
    padding: 15px;
    padding-right: 0;
    position: absolute;
    background: #fff; }
    .twoColumn .innerPage aside .aside-navbar-toggle {
      position: absolute;
      left: 15px;
      top: 15px; }
      .twoColumn .innerPage aside .aside-navbar-toggle span {
        display: block;
        width: 30px !important;
        background: #ffd416;
        height: 4px !important;
        margin-bottom: 4px; }
      .twoColumn .innerPage aside .aside-navbar-toggle label {
        position: absolute;
        font-size: 12px;
        font-weight: 700;
        left: 40px;
        top: -1px;
        color: #ffd416; }
    @media only screen and (max-width: 767px) {
      .twoColumn .innerPage aside {
        width: 100%;
        padding-top: 50px;
        position: static; } }
    @media only screen and (max-width: 767px) {
      .twoColumn .innerPage aside .inner {
        display: none; } }
    .twoColumn .innerPage aside ul li a {
      display: block;
      padding: 15px 0px 15px 15px;
      font-size: 14px;
      background-repeat: no-repeat;
      background-position: 10px 13px; }
      @media only screen and (max-width: 767px) {
        .twoColumn .innerPage aside ul li a {
          padding: 5px; } }
      .twoColumn .innerPage aside ul li a span {
        width: 20px;
        font-size: 18px;
        margin-right: 10px;
        text-align: center; }
      .twoColumn .innerPage aside ul li a.active {
        padding-left: 15px;
        background: #ffd416;
        color: #fff;
        -webkit-border-radius: 10px 0 0 10px;
        -khtml-border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        -ms-border-radius: 10px 0 0 10px;
        -o-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; }
  .twoColumn .innerPage .container {
    background: #fff;
    width: calc(100% - 300px);
    padding: 15px;
    min-height: 400px;
    margin-left: 300px; }
    @media only screen and (max-width: 767px) {
      .twoColumn .innerPage .container {
        width: 100%;
        margin-left: 0; } }

.filterCategory {
  text-align: right;
  margin-bottom: 30px;
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    .filterCategory {
      text-align: left; } }
  .filterCategory ul {
    background: #fefefe;
    width: auto;
    display: inline-block;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
    @media only screen and (max-width: 767px) {
      .filterCategory ul {
        background: transparent;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; } }
    .filterCategory ul li {
      list-style: none;
      display: inline-block; }
      .filterCategory ul li a {
        font-size: 14px;
        padding: 15px;
        display: inline-block;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px; }
        @media only screen and (max-width: 767px) {
          .filterCategory ul li a {
            background: #676565;
            font-size: 12px;
            padding: 8px;
            color: #fff;
            margin-bottom: 5px; } }
      .filterCategory ul li.active a {
        background: #ffd416;
        color: #fff; }

.catalogue .search input {
  display: block;
  width: 100%;
  padding: 15px;
  height: 50px;
  border: solid 5px #24346f;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center; }

.catalogue .product {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .catalogue .product.noSale:after {
    background: url("../images/lock.png") no-repeat;
    content: '';
    width: 50px;
    height: 68px;
    position: absolute;
    right: 30px;
    top: 50px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }
  .catalogue .product:hover.noSale {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40); }
  .catalogue .product .inner {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px 0px #e1e1e1;
    -khtml-box-shadow: 0px 0px 10px 0px #e1e1e1;
    -moz-box-shadow: 0px 0px 10px 0px #e1e1e1;
    -ms-box-shadow: 0px 0px 10px 0px #e1e1e1;
    -o-box-shadow: 0px 0px 10px 0px #e1e1e1;
    box-shadow: 0px 0px 10px 0px #e1e1e1; }
    .catalogue .product .inner:hover {
      -webkit-box-shadow: 0px 0px 30px 10px #e1e1e1;
      -khtml-box-shadow: 0px 0px 30px 10px #e1e1e1;
      -moz-box-shadow: 0px 0px 30px 10px #e1e1e1;
      -ms-box-shadow: 0px 0px 30px 10px #e1e1e1;
      -o-box-shadow: 0px 0px 30px 10px #e1e1e1;
      box-shadow: 0px 0px 30px 10px #e1e1e1;
      margin-top: -5px; }
    .catalogue .product .inner .sweepstakes {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 130px; }
    .catalogue .product .inner .image {
      text-align: center;
      overflow: hidden; }
      .catalogue .product .inner .image img {
        width: 100%; }
    .catalogue .product .inner .title {
      padding: 10px;
      color: #b3b3b3;
      font-size: 14px; }
    .catalogue .product .inner .price {
      position: absolute;
      top: 0;
      right: 0;
      background: #ffd416;
      color: #fff;
      padding: 10px;
      font-weight: 700;
      -webkit-border-radius: 0 0 0 10px;
      -khtml-border-radius: 0 0 0 10px;
      -moz-border-radius: 0 0 0 10px;
      -ms-border-radius: 0 0 0 10px;
      -o-border-radius: 0 0 0 10px;
      border-radius: 0 0 0 10px; }
      .catalogue .product .inner .price span {
        font-weight: 400;
        font-size: 12px;
        display: inline-block;
        margin-left: 3px; }
    .catalogue .product .inner .oldPrice {
      background: #c00;
      color: #fff;
      text-decoration: line-through;
      font-size: 12px;
      position: absolute;
      right: 0;
      top: 38px;
      padding: 5px 10px;
      -webkit-border-radius: 10px 0 0 10px;
      -khtml-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      -ms-border-radius: 10px 0 0 10px;
      -o-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
      .catalogue .product .inner .oldPrice span {
        font-size: 11px;
        margin-left: 3px;
        display: inline-block; }

.catalogue.productDetail .images {
  position: relative; }
  .catalogue.productDetail .images .sweepstakes {
    position: absolute;
    z-index: 1;
    left: 15px;
    width: 130px;
    top: 0; }
  .catalogue.productDetail .images .inner {
    background: #fff;
    padding: 30px;
    text-align: center; }
    .catalogue.productDetail .images .inner img {
      display: block;
      max-width: 600px;
      margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      .catalogue.productDetail .images .inner {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .catalogue.productDetail .images .inner {
        padding: 0; } }

.catalogue.productDetail .information {
  padding-left: 0; }
  @media only screen and (max-width: 767px) {
    .catalogue.productDetail .information {
      padding-left: 15px; } }
  .catalogue.productDetail .information .inner {
    background: #fff;
    padding: 20px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .catalogue.productDetail .information .inner {
        padding: 20px 0; } }
    .catalogue.productDetail .information .inner h1 {
      font-size: 32px;
      margin-bottom: 20px;
      color: #000;
      padding-right: 150px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .catalogue.productDetail .information .inner h1 {
          padding-right: 0;
          margin-top: 0px;
          font-size: 20px;
          line-height: 24px; } }
      @media only screen and (max-width: 767px) {
        .catalogue.productDetail .information .inner h1 {
          padding-right: 0;
          margin-top: 0px;
          font-size: 20px;
          line-height: 24px; } }
    .catalogue.productDetail .information .inner .price {
      background: #ffd416;
      color: #fff;
      font-size: 24px;
      padding: 10px;
      position: absolute;
      right: 0;
      top: 15px;
      font-weight: 700;
      -webkit-border-radius: 10px 0 0 10px;
      -khtml-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      -ms-border-radius: 10px 0 0 10px;
      -o-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
      .catalogue.productDetail .information .inner .price span {
        font-weight: 400;
        font-size: 14px;
        display: inline-block;
        margin-left: 5px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .catalogue.productDetail .information .inner .price {
          position: static;
          -webkit-border-radius: 10px;
          -khtml-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px; } }
      @media only screen and (max-width: 767px) {
        .catalogue.productDetail .information .inner .price {
          position: static;
          -webkit-border-radius: 10px;
          -khtml-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px; } }
    .catalogue.productDetail .information .inner .oldPrice {
      background: #c00;
      position: absolute;
      right: 0;
      top: 62px;
      color: #fff;
      font-size: 14px;
      text-decoration: line-through;
      padding: 10px;
      -webkit-border-radius: 10px 0 0 10px;
      -khtml-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      -ms-border-radius: 10px 0 0 10px;
      -o-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
      .catalogue.productDetail .information .inner .oldPrice span {
        display: inline-block;
        margin-left: 5px; }
    .catalogue.productDetail .information .inner .desc {
      margin-top: 40px;
      font-size: 14px;
      line-height: 24px; }
    .catalogue.productDetail .information .inner .saleButtons {
      padding-top: 30px;
      width: 200px;
      float: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        .catalogue.productDetail .information .inner .saleButtons {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .catalogue.productDetail .information .inner .saleButtons {
          width: 100%; } }
      .catalogue.productDetail .information .inner .saleButtons button {
        border: solid 3px #ffd416;
        padding: 20px 40px;
        color: #ffd416;
        background: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -khtml-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .catalogue.productDetail .information .inner .saleButtons button:hover {
          background: #ffd416;
          color: #fff; }
      .catalogue.productDetail .information .inner .saleButtons a {
        display: block;
        width: 100%;
        text-align: center;
        border: solid 3px #ffd416;
        padding: 20px 0px;
        color: #ffd416;
        background: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -khtml-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .catalogue.productDetail .information .inner .saleButtons a:hover {
          background: #ffd416;
          color: #fff; }
    .catalogue.productDetail .information .inner .qty {
      width: 50px;
      float: left;
      padding-top: 30px;
      margin-right: 10px;
      text-align: center; }
      .catalogue.productDetail .information .inner .qty label {
        background: #ffd416;
        display: block;
        color: #fff;
        padding: 5px;
        font-size: 12px; }
      .catalogue.productDetail .information .inner .qty input {
        font-size: 24px;
        border: solid 2px #ffd416;
        width: 100%;
        height: 40px;
        text-align: center;
        color: #ffd416; }
    .catalogue.productDetail .information .inner .addFavorite {
      font-size: 14px;
      margin: 50px 0; }
      .catalogue.productDetail .information .inner .addFavorite button {
        border: none;
        background: transparent;
        color: #9ec45b; }
      .catalogue.productDetail .information .inner .addFavorite.delete button {
        color: #da3057; }
    .catalogue.productDetail .information .inner .shareThis b {
      display: block;
      margin-bottom: 10px; }
    .catalogue.productDetail .information .inner .shareThis a {
      font-size: 12px;
      display: inline-block;
      margin-right: 20px; }
      .catalogue.productDetail .information .inner .shareThis a i {
        margin-right: 5px; }

.catalogue.productDetail .otherProducts h3 {
  margin-top: 50px;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 20px;
  border-bottom: solid 1px #ccc; }

.profile .breadcrumb {
  margin-bottom: 15px; }

.profile h1 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 15px; }

.profile.editProfile .input .inner {
  margin-bottom: 30px; }

.profile.editProfile .input b {
  font-size: 14px; }

.profile.editProfile .input input {
  display: block;
  border: solid 1px #e2e2e2;
  padding: 0 15px;
  height: 50px;
  display: block;
  width: 100%;
  margin-top: 10px; }

.profile.editProfile .input label {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 10px; }

.profile.editProfile .input.changePassword a {
  color: #ffd416;
  font-size: 12px;
  font-style: italic; }

.profile.editProfile .segmentPointLabels {
  margin-top: 15px; }
  .profile.editProfile .segmentPointLabels div {
    float: left;
    width: 25%;
    position: relative;
    height: 2px; }
    .profile.editProfile .segmentPointLabels div label {
      position: absolute;
      right: 0px;
      top: -10px;
      font-size: 11px;
      color: #000; }
      .profile.editProfile .segmentPointLabels div label.left {
        left: 0;
        right: auto; }

.profile.editProfile .progress {
  height: 50px;
  margin-bottom: 0; }
  .profile.editProfile .progress .progress-bar {
    padding: 15px 0;
    height: 50px; }
  .profile.editProfile .progress .progress-bar-silver {
    background: #c5c5c5; }
  .profile.editProfile .progress .progress-bar-gold {
    background: #ceaa00; }
  .profile.editProfile .progress .progress-bar-diamond {
    background: #444865; }
  .profile.editProfile .progress .progress-bar-platin {
    background: #afaa96; }

.profile.editProfile .myPointBar {
  margin-bottom: 15px;
  margin-top: 5px;
  height: 20px; }
  .profile.editProfile .myPointBar .progress-bar {
    padding: 0;
    height: 20px; }

.profile.editProfile .pollTotalPreview {
  background: #24346f;
  padding: 15px;
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .profile.editProfile .pollTotalPreview h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px; }
  .profile.editProfile .pollTotalPreview h5 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 20px; }
  .profile.editProfile .pollTotalPreview .progress .progress-bar {
    background: #9ec45b;
    color: #000;
    padding-top: 6px; }

.profile.editProfile .profilePoll {
  background: #da3057;
  padding: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .profile.editProfile .profilePoll .question {
    margin-bottom: 10px;
    font-size: 16px; }
  .profile.editProfile .profilePoll .answer {
    background: #b81f42;
    padding: 10px;
    margin: 3px 0;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .profile.editProfile .profilePoll button {
    background: #24346f;
    color: #fff;
    border: none;
    padding: 10px 30px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px; }
    .profile.editProfile .profilePoll button.completed {
      background: #9ec45b; }
      .profile.editProfile .profilePoll button.completed .fa {
        margin-right: 10px; }

.profile .yourPoint {
  text-align: center;
  color: #ffd416;
  font-size: 40px; }
  .profile .yourPoint span {
    display: block;
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: 4px; }
  .profile .yourPoint b {
    display: block; }

.profile .coinTransferButtons {
  position: absolute;
  right: 15px;
  top: 0; }
  .profile .coinTransferButtons button {
    display: inline-block;
    background: #ffd416;
    color: #E62B27;
    font-size: 12px;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .profile .coinTransferButtons button i {
      margin-right: 5px; }

.profile .outlet {
  font-size: 11px;
  line-height: 14px;
  background: #E62B27;
  width: 100%;
  margin: 0;
  color: #fff;
  padding: 15px 0;
  margin-top: 10px;
  -webkit-border-radius: 5px 5px 0 5px;
  -khtml-border-radius: 5px 5px 0 5px;
  -moz-border-radius: 5px 5px 0 5px;
  -ms-border-radius: 5px 5px 0 5px;
  -o-border-radius: 5px 5px 0 5px;
  border-radius: 5px 5px 0 5px; }
  .profile .outlet b {
    display: block;
    margin-bottom: 5px; }
  .profile .outlet .name label {
    margin-top: 5px;
    display: block;
    color: #ccc; }
  .profile .outlet.subOutlet {
    background: #ffd416;
    margin-left: 50px;
    color: #E62B27;
    width: calc(100% - 50px);
    position: relative;
    margin-top: 1px; }
    .profile .outlet.subOutlet .name label {
      color: #000; }
    .profile .outlet.subOutlet:before {
      position: absolute;
      left: -30px;
      top: 15px;
      background: url(../images/before.png) no-repeat;
      width: 20px;
      height: 25px;
      content: ''; }
  .profile .outlet .point {
    font-weight: 900;
    font-size: 16px; }
    .profile .outlet .point b {
      font-size: 11px; }

.profile .outletIcons button {
  display: inline-block;
  background: #E62B27;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
  .profile .outletIcons button i {
    margin-right: 5px; }

.profile .ffRep {
  text-align: left;
  margin: 0;
  color: #ffd416; }
  .profile .ffRep b {
    display: block; }
  .profile .ffRep span {
    display: block;
    color: #fff;
    margin-top: 5px; }
    .profile .ffRep span i {
      margin-right: 5px; }

.profile.messages article {
  background: #f6f7f6;
  font-size: 12px;
  line-height: 18px;
  padding: 15px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px; }
  .profile.messages article .what {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #ffd416; }
  .profile.messages article .title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .profile.messages article .title {
        padding-right: 60px; } }
  .profile.messages article .lastMessage {
    color: #666; }
  .profile.messages article .date {
    text-align: right;
    font-size: 11px;
    font-style: italic;
    color: #999; }
  .profile.messages article .linksButton {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    color: #000; }
  .profile.messages article .messageNav {
    position: absolute;
    right: 15px;
    top: 15px; }
    .profile.messages article .messageNav li {
      display: inline-block;
      margin-left: 15px; }
    .profile.messages article .messageNav a {
      display: block;
      margin-bottom: 5px; }
      .profile.messages article .messageNav a:hover {
        color: #ffd416; }

.profile.messageDetail .messageDetails {
  padding: 15px;
  background: #f6f7f6; }
  .profile.messageDetail .messageDetails .title {
    background: #fff;
    color: #000;
    padding: 15px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px; }
  .profile.messageDetail .messageDetails article {
    position: relative;
    margin-bottom: 10px;
    padding-right: 100px; }
    .profile.messageDetail .messageDetails article .message {
      background: #fff;
      color: #000;
      padding: 15px;
      -webkit-border-radius: 20px;
      -khtml-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      display: inline-block;
      font-size: 14px;
      line-height: 20px; }
      .profile.messageDetail .messageDetails article .message img {
        margin-top: 10px; }
    .profile.messageDetail .messageDetails article .hour {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 11px;
      color: #ccc; }
    .profile.messageDetail .messageDetails article.me {
      text-align: right;
      padding-right: 0px;
      padding-left: 100px; }
      .profile.messageDetail .messageDetails article.me .message {
        background: transparent;
        background: #ffd416;
        color: #fff; }
      .profile.messageDetail .messageDetails article.me .hour {
        right: auto;
        left: 0; }

.profile.messageDetail .newMessage {
  text-align: right; }
  .profile.messageDetail .newMessage input {
    width: 100%;
    border: solid 1px #f6f7f6;
    padding: 0 20px;
    height: 50px;
    margin: 15px 0; }
  .profile.messageDetail .newMessage button {
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #9ec45b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 12px; }
    .profile.messageDetail .newMessage button:hover {
      background: #ffd416; }

.profile.points .totalPoint {
  text-align: center;
  background: #f6f7f6;
  padding: 30px 0;
  font-size: 12px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 1200px) {
    .profile.points .totalPoint {
      position: fixed;
      width: 270px; } }
  .profile.points .totalPoint b {
    font-size: 50px;
    color: #E62B27;
    display: block;
    margin: 10px 0; }
  .profile.points .totalPoint p {
    display: block;
    margin-top: 20px; }
    .profile.points .totalPoint p span {
      margin-right: 10px; }
    .profile.points .totalPoint p a {
      color: #ffd416;
      text-decoration: underline; }

.profile.points .pointDashboard {
  font-size: 12px; }
  .profile.points .pointDashboard h1 {
    margin: 0;
    font-size: 20px; }
  .profile.points .pointDashboard .titles {
    font-weight: bold;
    font-size: 12px;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px; }
    .profile.points .pointDashboard .titles div {
      background: #f6f7f6;
      padding: 15px; }
  .profile.points .pointDashboard .process {
    margin-right: 0;
    margin-left: 0;
    background: #f6f7f6;
    margin-top: 2px;
    line-height: 18px;
    display: block; }
    .profile.points .pointDashboard .process div {
      padding: 15px; }
      .profile.points .pointDashboard .process div span {
        color: #c00; }
  .profile.points .pointDashboard #loadMore {
    text-align: center;
    margin-top: 15px;
    cursor: pointer; }

.profile.orders h1 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 15px; }

.profile.orders article {
  margin: 0 15px;
  margin-bottom: 15px;
  border: solid 1px #f6f7f6; }
  .profile.orders article.titles {
    font-weight: bold;
    font-size: 12px;
    background: #E62B27;
    color: #fff; }
    .profile.orders article.titles .box {
      height: 40px;
      font-size: 12px; }
  .profile.orders article .box {
    height: 60px;
    font-size: 14px;
    border-right: solid 1px #f6f7f6; }
    @media only screen and (max-width: 767px) {
      .profile.orders article .box {
        height: auto;
        padding: 10px 0; } }
    .profile.orders article .box img {
      height: 40px;
      width: auto;
      margin: 0 auto; }
    @media only screen and (min-width: 1200px) {
      .profile.orders article .box .vertical {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .profile.orders article .box .vertical {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media (min-width: 768px) and (max-width: 991px) {
      .profile.orders article .box .vertical {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .profile.orders article .box .vertical {
        text-align: center; } }
  .profile.orders article .code {
    border-top: solid 1px #ccc;
    padding: 5px 10px;
    background: #f6f7f6;
    color: #9ec45b;
    text-align: right;
    font-size: 12px; }
    .profile.orders article .code b {
      display: inline-block;
      background: #9ec45b;
      color: #fff;
      padding: 5px 10px; }

.profile.transfers article {
  background: #ebebeb;
  margin-bottom: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  margin: 0;
  margin-bottom: 1px;
  font-size: 12px; }
  .profile.transfers article.sender {
    background: #ffcece; }

#generalModal {
  z-index: 9999; }
  #generalModal.errorModal .modal-header {
    background: #c00;
    color: #fff; }
  #generalModal.errorModal .modal-footer button {
    background: #c00; }
  #generalModal .modal-header {
    border: none;
    background-color: #fafafa;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px; }
  #generalModal .modal-body {
    font-size: 14px; }
  #generalModal .modal-footer {
    border: none; }
    #generalModal .modal-footer button {
      background: #ffd416;
      color: #fff;
      font-weight: 700;
      border: none; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.successModal .modal-dialog {
  max-width: 400px; }
  .successModal .modal-dialog .modal-content {
    background: #E62B27; }
    .successModal .modal-dialog .modal-content .modal-header {
      border: none; }
      .successModal .modal-dialog .modal-content .modal-header h4 {
        color: #ffd416;
        text-align: center; }
      .successModal .modal-dialog .modal-content .modal-header .close {
        color: #fff;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
    .successModal .modal-dialog .modal-content .modal-body {
      color: #fff;
      padding: 30px 0;
      text-align: center;
      font-size: 14px; }
      .successModal .modal-dialog .modal-content .modal-body .fa {
        display: block;
        font-size: 80px;
        margin-bottom: 30px; }
    .successModal .modal-dialog .modal-content .modal-footer {
      padding: 0;
      border: none; }
      .successModal .modal-dialog .modal-content .modal-footer button {
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        display: block;
        width: 100%;
        padding: 15px;
        margin: 0; }

#coinTransferModal .modal-dialog {
  max-width: 400px; }
  #coinTransferModal .modal-dialog .modal-content {
    background: #E62B27; }
    #coinTransferModal .modal-dialog .modal-content .modal-header {
      border: none; }
      #coinTransferModal .modal-dialog .modal-content .modal-header h4 {
        color: #ffd416;
        text-align: center; }
      #coinTransferModal .modal-dialog .modal-content .modal-header .close {
        color: #fff;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
    #coinTransferModal .modal-dialog .modal-content .modal-body {
      text-align: center; }
      #coinTransferModal .modal-dialog .modal-content .modal-body .btn-group {
        display: block;
        margin-bottom: 30px; }
        #coinTransferModal .modal-dialog .modal-content .modal-body .btn-group button {
          display: block;
          width: 50%;
          float: left;
          margin: 0;
          border: none; }
          #coinTransferModal .modal-dialog .modal-content .modal-body .btn-group button.active {
            background: #ffd416;
            color: #E62B27;
            font-weight: 900; }
      #coinTransferModal .modal-dialog .modal-content .modal-body b {
        color: #fff;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 5px;
        display: block; }
      #coinTransferModal .modal-dialog .modal-content .modal-body select, #coinTransferModal .modal-dialog .modal-content .modal-body input {
        display: block;
        border: solid 1px #fff;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        color: #ffd416;
        font-size: 14px;
        font-weight: 300;
        padding: 7.5px 15px;
        height: 40px;
        width: 100%;
        background-color: transparent;
        -webkit-appearance: none; }
      #coinTransferModal .modal-dialog .modal-content .modal-body select {
        background: url(../images/select-arrow.png) no-repeat right center; }
        #coinTransferModal .modal-dialog .modal-content .modal-body select option {
          text-align: center; }
      #coinTransferModal .modal-dialog .modal-content .modal-body .forms {
        display: none; }
    #coinTransferModal .modal-dialog .modal-content .modal-footer {
      padding: 0;
      border: none;
      display: none; }
      #coinTransferModal .modal-dialog .modal-content .modal-footer button {
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        display: block;
        width: 50%;
        float: left;
        padding: 15px;
        margin: 0; }

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

#addUser .modal-dialog .modal-content {
  background: #E62B27; }
  #addUser .modal-dialog .modal-content .modal-header {
    border: none; }
    #addUser .modal-dialog .modal-content .modal-header h4 {
      color: #ffd416;
      text-align: center; }
    #addUser .modal-dialog .modal-content .modal-header .close {
      color: #fff;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
  #addUser .modal-dialog .modal-content .modal-body b {
    color: #ffd416;
    display: block;
    font-size: 12px;
    margin-bottom: 5px; }
  #addUser .modal-dialog .modal-content .modal-body input, #addUser .modal-dialog .modal-content .modal-body select {
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    height: 35px;
    display: block;
    width: 100%;
    font-size: 12px;
    border: none;
    -webkit-appearance: none; }
  #addUser .modal-dialog .modal-content .modal-body select {
    background: url(../images/select-arrow.png) no-repeat #ffffff right center; }
    #addUser .modal-dialog .modal-content .modal-body select option {
      text-align: center; }
  #addUser .modal-dialog .modal-content .modal-footer {
    padding: 0;
    border: none; }
    #addUser .modal-dialog .modal-content .modal-footer button {
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      display: block;
      width: 50%;
      float: left;
      padding: 15px;
      margin: 0;
      border: none; }

.events .list {
  background: url(../images/gray-pixel.jpg) repeat-y top center; }
  @media only screen and (max-width: 767px) {
    .events .list {
      background-position: top right; } }

.events article {
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .events article {
      margin-top: 120px; } }
  .events article .readMore {
    position: absolute;
    right: 15px;
    bottom: -22px;
    background: #ffd416;
    color: #000;
    padding: 5px 10px;
    font-size: 12px;
    display: none; }
  .events article .date {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #000;
    width: 70px;
    position: absolute;
    left: 15px;
    bottom: -78px;
    border: solid 1px #ffd416; }
    .events article .date b {
      background: #ffd416;
      display: block; }
    .events article .date label {
      font-size: 12px;
      font-weight: 300;
      display: block;
      line-height: 12px;
      padding-bottom: 5px; }
    .events article .date.end {
      left: 90px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .events article .date.end {
          left: 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .events article .date {
        font-size: 30px;
        width: 50px;
        line-height: 40px;
        right: 17px; } }
    @media only screen and (max-width: 767px) {
      .events article .date {
        font-size: 40px;
        top: 100%;
        left: 15px;
        margin-top: 0; } }
    .events article .date span {
      display: block;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      background: #fff;
      padding: 5px; }
  .events article .text {
    width: 85%;
    float: left;
    line-height: 20px;
    padding: 10px;
    background: #fff; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .events article .text {
        width: 81%; } }
    .events article .text .image {
      margin-bottom: 20px; }
      .events article .text .image img {
        width: 100%; }
    .events article .text .title {
      font-weight: 700;
      color: #000; }
    .events article .text .desc {
      font-size: 14px;
      margin-top: 15px; }
  .events article.right {
    margin-top: 200px; }
    @media only screen and (max-width: 767px) {
      .events article.right {
        margin-top: 120px; } }
    .events article.right .date {
      right: auto;
      left: 100px; }
      .events article.right .date.end {
        left: 175px; }
        @media only screen and (max-width: 767px) {
          .events article.right .date.end {
            left: 90px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .events article.right .date.end {
            left: 120px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .events article.right .date {
          left: 65px; } }
      @media only screen and (max-width: 767px) {
        .events article.right .date {
          left: 15px; } }
    .events article.right .text {
      float: right; }
      @media only screen and (max-width: 767px) {
        .events article.right .text {
          float: left; } }
    .events article.right .line {
      left: 0;
      right: auto; }
      .events article.right .line:after {
        left: -10px; }
      @media only screen and (max-width: 767px) {
        .events article.right .line {
          left: auto;
          right: 15px; }
          .events article.right .line:after {
            left: auto;
            right: -10px; } }
    .events article.right .join {
      -webkit-border-radius: 100% 0 0 100%;
      -khtml-border-radius: 100% 0 0 100%;
      -moz-border-radius: 100% 0 0 100%;
      -ms-border-radius: 100% 0 0 100%;
      -o-border-radius: 100% 0 0 100%;
      border-radius: 100% 0 0 100%;
      left: 17px;
      right: auto; }
      @media (min-width: 768px) and (max-width: 991px) {
        .events article.right .join {
          top: 100%;
          -webkit-border-radius: 0 0 100% 100%;
          -khtml-border-radius: 0 0 100% 100%;
          -moz-border-radius: 0 0 100% 100%;
          -ms-border-radius: 0 0 100% 100%;
          -o-border-radius: 0 0 100% 100%;
          border-radius: 0 0 100% 100%;
          left: auto;
          right: 15px; } }
      @media only screen and (max-width: 767px) {
        .events article.right .join {
          top: 100%;
          -webkit-border-radius: 0 0 100% 100%;
          -khtml-border-radius: 0 0 100% 100%;
          -moz-border-radius: 0 0 100% 100%;
          -ms-border-radius: 0 0 100% 100%;
          -o-border-radius: 0 0 100% 100%;
          border-radius: 0 0 100% 100%;
          left: auto;
          right: 85px; } }
  .events article .line {
    position: absolute;
    top: 100px;
    right: 0;
    height: 2px;
    background: #ccc;
    width: 100px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .events article .line {
        width: 65px; } }
    @media only screen and (max-width: 767px) {
      .events article .line {
        width: 60px;
        right: 15px; } }
    .events article .line:after {
      width: 20px;
      height: 20px;
      background: #fff;
      border: solid 2px #CCC;
      content: '';
      position: absolute;
      right: -10px;
      top: -10px;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
  .events article .join {
    position: absolute;
    right: 17px;
    bottom: 0;
    background: #9ec45b;
    padding: 10px;
    -webkit-border-radius: 0 100% 100% 0;
    -khtml-border-radius: 0 100% 100% 0;
    -moz-border-radius: 0 100% 100% 0;
    -ms-border-radius: 0 100% 100% 0;
    -o-border-radius: 0 100% 100% 0;
    border-radius: 0 100% 100% 0;
    text-align: center;
    font-size: 12px;
    width: 80px;
    height: 80px;
    line-height: 16px;
    font-weight: 700; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .events article .join {
        right: 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .events article .join {
        top: 100%;
        -webkit-border-radius: 0 0 100% 100%;
        -khtml-border-radius: 0 0 100% 100%;
        -moz-border-radius: 0 0 100% 100%;
        -ms-border-radius: 0 0 100% 100%;
        -o-border-radius: 0 0 100% 100%;
        border-radius: 0 0 100% 100%;
        right: 65px; } }
    @media only screen and (max-width: 767px) {
      .events article .join {
        top: 100%;
        -webkit-border-radius: 0 0 100% 100%;
        -khtml-border-radius: 0 0 100% 100%;
        -moz-border-radius: 0 0 100% 100%;
        -ms-border-radius: 0 0 100% 100%;
        -o-border-radius: 0 0 100% 100%;
        border-radius: 0 0 100% 100%;
        right: 85px; } }
    .events article .join a {
      color: #000; }
    .events article .join:hover {
      background: #ffd416; }
      .events article .join:hover a {
        color: #000; }
    .events article .join img {
      height: 25px;
      display: block;
      margin: 0 auto;
      margin-bottom: 5px; }

.ajaxBackDiv {
  position: fixed;
  width: 300px;
  right: 20px;
  bottom: 20px;
  background: #80a65c;
  color: #fff;
  padding: 15px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  z-index: 9999;
  display: none; }
  .ajaxBackDiv.false {
    background: #c11c1c; }

.basketBox {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 500px;
  z-index: 5;
  -webkit-border-radius: 10px 0 0 0;
  -khtml-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -ms-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
  overflow: hidden; }
  .basketBox .topTitle {
    background: #ffd416;
    padding: 15px;
    position: relative;
    color: #fff;
    cursor: pointer; }
    .basketBox .topTitle span {
      display: inline-block;
      background: #fff;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      width: 25px;
      height: 25px;
      position: absolute;
      top: 10px;
      right: 50px;
      text-align: center;
      font-size: 12px;
      color: #000;
      padding-top: 6px; }
    .basketBox .topTitle i {
      position: absolute;
      right: 15px;
      top: 15px;
      color: #fff; }
  .basketBox ul {
    display: none;
    padding: 10px; }
    .basketBox ul li {
      padding: 10px;
      background: #f6f7f6;
      margin-bottom: 10px; }
      .basketBox ul li.titles {
        font-weight: bold;
        font-style: italic;
        background: transparent;
        margin-bottom: 0; }
        .basketBox ul li.titles div {
          height: auto; }
          .basketBox ul li.titles div.title {
            width: 280px; }
          .basketBox ul li.titles div.price {
            font-size: 12px; }
      .basketBox ul li.total {
        text-align: right;
        padding-right: 60px;
        font-size: 12px;
        font-weight: normal;
        background: transparent; }
        .basketBox ul li.total span {
          font-size: 20px;
          font-weight: bold; }
      .basketBox ul li .image {
        width: 60px;
        height: 60px;
        float: left;
        overflow: hidden; }
        .basketBox ul li .image img {
          height: 100%; }
      .basketBox ul li .vertical {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .basketBox ul li .title {
        width: 220px;
        height: 60px;
        float: left;
        padding: 0;
        font-size: 12px;
        padding-left: 10px; }
      .basketBox ul li .qty {
        width: 30px;
        float: left;
        font-size: 12px;
        height: 60px;
        text-align: center; }
      .basketBox ul li .price {
        float: left;
        width: 100px;
        font-weight: bold;
        height: 60px;
        text-align: right; }
      .basketBox ul li .deleteBasket {
        height: 60px;
        width: 50px;
        float: left;
        font-size: 12px;
        text-align: right; }
        .basketBox ul li .deleteBasket a {
          color: #c00; }
      .basketBox ul li.goToCheckOut {
        padding: 0; }
        .basketBox ul li.goToCheckOut a {
          padding: 15px;
          background: #000;
          color: #fff;
          display: block;
          text-align: center; }
          .basketBox ul li.goToCheckOut a i {
            margin-right: 10px;
            font-size: 12px; }

.checkout .steps {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  text-align: center; }

.checkout .step-progress {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff; }

.checkout .step-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #ffd416; }

.checkout .step {
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 0 5px; }

.checkout .step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #ffd416;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.checkout .step.activated .step-icon {
  background: #E62B27;
  border: 1px solid #ffd416;
  color: #fff;
  line-height: 38px; }

.checkout .step.active .step-icon {
  width: 48px;
  height: 48px;
  margin-top: 0;
  background: #ffd416;
  font-size: 22px;
  line-height: 48px; }

.checkout .step p {
  color: #ffd416;
  margin-top: 10px;
  font-size: 14px; }

.checkout .step.activated p {
  color: #E62B27; }

.checkout .step.active p {
  color: #ffd416; }

.checkout .f1 fieldset {
  display: none;
  text-align: left; }

.checkout .f1-buttons {
  text-align: right; }

.checkout .f1 .input-error {
  border-color: #f35b3f; }

.checkout .rewards {
  background: #fff;
  margin-top: 70px;
  min-height: 359px; }
  .checkout .rewards .topTitle {
    background: #ffd416;
    padding: 15px;
    position: relative;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 10px 0 0 0;
    -khtml-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0; }
    .checkout .rewards .topTitle span {
      display: inline-block;
      background: #fff;
      -webkit-border-radius: 100%;
      -khtml-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      width: 25px;
      height: 25px;
      position: absolute;
      top: 10px;
      right: 50px;
      text-align: center;
      font-size: 12px;
      color: #000;
      padding-top: 6px; }
    .checkout .rewards .topTitle i {
      position: absolute;
      right: 15px;
      top: 15px;
      color: #fff; }
  .checkout .rewards ul {
    margin-top: 40px; }
    .checkout .rewards ul li {
      padding: 10px;
      background: #fff;
      margin-bottom: 10px; }
      .checkout .rewards ul li.titles {
        font-weight: bold;
        font-style: italic;
        background: transparent;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .checkout .rewards ul li.titles {
            display: none; } }
        .checkout .rewards ul li.titles div {
          height: auto; }
          .checkout .rewards ul li.titles div.title {
            width: 330px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .checkout .rewards ul li.titles div.title {
                width: 460px; } }
            @media only screen and (max-width: 767px) {
              .checkout .rewards ul li.titles div.title {
                width: 100px; } }
          .checkout .rewards ul li.titles div.price {
            font-size: 12px; }
      .checkout .rewards ul li.total {
        text-align: right;
        font-size: 12px;
        font-weight: normal;
        background: transparent; }
        .checkout .rewards ul li.total span {
          font-size: 20px;
          font-weight: bold; }
      .checkout .rewards ul li .image {
        width: 60px;
        height: 60px;
        float: left;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          .checkout .rewards ul li .image {
            width: 15%; } }
        .checkout .rewards ul li .image img {
          height: 100%; }
      .checkout .rewards ul li .vertical {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .checkout .rewards ul li .title {
        width: 270px;
        height: 60px;
        float: left;
        padding: 0;
        font-size: 12px;
        padding-left: 10px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .checkout .rewards ul li .title {
            width: 400px; } }
        @media only screen and (max-width: 767px) {
          .checkout .rewards ul li .title {
            width: 35%; } }
      .checkout .rewards ul li .qty {
        width: 50px;
        float: left;
        font-size: 12px;
        height: 60px;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .checkout .rewards ul li .qty {
            display: none; } }
        .checkout .rewards ul li .qty input {
          border: solid 1px #676565;
          width: 100%;
          text-align: center;
          padding: 10px; }
      .checkout .rewards ul li .price {
        float: left;
        width: 80px;
        font-weight: bold;
        height: 60px;
        text-align: right; }
        @media only screen and (max-width: 767px) {
          .checkout .rewards ul li .price {
            width: 30%; } }
      .checkout .rewards ul li .deleteBasket {
        height: 60px;
        width: 50px;
        float: left;
        font-size: 12px;
        text-align: right; }
        @media only screen and (max-width: 767px) {
          .checkout .rewards ul li .deleteBasket {
            width: 15%; } }
        .checkout .rewards ul li .deleteBasket a {
          color: #c00; }
      .checkout .rewards ul li.goToCheckOut {
        padding: 0; }
        .checkout .rewards ul li.goToCheckOut a {
          padding: 15px;
          background: #9ec45b;
          color: #000;
          display: block;
          text-align: center;
          font-size: 14px;
          font-weight: 700; }
          .checkout .rewards ul li.goToCheckOut a i {
            margin-left: 10px;
            font-size: 14px; }

.checkout .checkoutRight {
  margin-top: 70px;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .checkout .checkoutRight {
      margin-top: 15px; } }
  .checkout .checkoutRight .pointView {
    font-size: 40px;
    text-align: center;
    padding: 40px 0;
    background: #f6f7f6; }
    .checkout .checkoutRight .pointView span {
      font-size: 12px;
      display: block;
      margin-bottom: 5px; }
    .checkout .checkoutRight .pointView.myScore {
      background: #ffd416;
      color: #fff; }
    .checkout .checkoutRight .pointView.remainingScore {
      background: #E62B27;
      color: #fff; }
    .checkout .checkoutRight .pointView.requiredScore {
      background: #c00;
      color: #fff; }
  .checkout .checkoutRight .sendAddress {
    padding: 20px 0;
    text-align: right; }
    .checkout .checkoutRight .sendAddress .button-checkbox {
      margin-right: 15px; }
      .checkout .checkoutRight .sendAddress .button-checkbox button {
        border: none;
        padding: 15px;
        text-align: right; }
  .checkout .checkoutRight .inputDiv {
    padding: 15px; }
    .checkout .checkoutRight .inputDiv b {
      font-size: 14px; }
    .checkout .checkoutRight .inputDiv input, .checkout .checkoutRight .inputDiv textarea {
      display: block;
      border: solid 1px #e2e2e2;
      padding: 0 15px;
      height: 50px;
      display: block;
      width: 100%;
      margin-top: 10px; }
    .checkout .checkoutRight .inputDiv textarea {
      height: 100px; }
    .checkout .checkoutRight .inputDiv label {
      font-size: 12px;
      color: #999;
      display: block;
      margin-top: 10px; }
  .checkout .checkoutRight #addressBox {
    display: none;
    background: #fff; }
    .checkout .checkoutRight #addressBox .row {
      margin: 0; }
  .checkout .checkoutRight .termsDisclaimer {
    padding: 15px; }
    .checkout .checkoutRight .termsDisclaimer h6 {
      font-size: 12px;
      border-bottom: solid 1px #666;
      background: #f4f4f4;
      color: #9ec45b;
      padding: 10px; }
    .checkout .checkoutRight .termsDisclaimer .terms {
      font-size: 12px;
      max-height: 150px;
      margin-bottom: 15px;
      background: #fff;
      padding: 10px;
      overflow-x: auto; }
  .checkout .checkoutRight .read {
    font-size: 12px; }
    .checkout .checkoutRight .read input {
      margin-right: 5px; }
  .checkout .checkoutRight .submitCheckout {
    text-align: right;
    margin-top: 20px; }
    .checkout .checkoutRight .submitCheckout button {
      width: 100%;
      display: block;
      text-align: center;
      background: #9ec45b;
      color: #000;
      font-size: 14px;
      font-weight: bold;
      border: none;
      padding: 15px 20px;
      margin-bottom: 20px; }
      .checkout .checkoutRight .submitCheckout button i {
        margin-right: 15px; }
      .checkout .checkoutRight .submitCheckout button:hover {
        background: #ffd416;
        color: #fff; }

.checkout.success {
  min-height: 600px; }
  .checkout.success .inner {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 50px;
    background: #fff;
    width: 600px;
    margin: 50px auto;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    @media only screen and (max-width: 767px) {
      .checkout.success .inner {
        margin-top: 50px; } }
    .checkout.success .inner .icon {
      font-size: 100px;
      color: #9ec45b; }
      @media only screen and (max-width: 767px) {
        .checkout.success .inner .icon {
          margin-top: 50px; } }
    .checkout.success .inner h1 {
      color: #9ec45b;
      font-size: 60px;
      font-weight: 700;
      margin-top: 0; }
    .checkout.success .inner h2 {
      margin-top: 20px;
      font-weight: 700;
      font-size: 30px; }
    .checkout.success .inner .my-orders-link {
      color: #9ec45b;
      font-weight: bold; }
    .checkout.success .inner ul {
      margin-top: 15px; }
      .checkout.success .inner ul li {
        background: #f6f7f6;
        line-height: 20px;
        padding: 20px;
        margin-bottom: 2px;
        text-align: left;
        padding-right: 100px;
        position: relative; }
        .checkout.success .inner ul li span {
          background: #9ec45b;
          position: absolute;
          right: 15px;
          top: 15px;
          padding: 6px 15px;
          -webkit-border-radius: 5px;
          -khtml-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          font-size: 12px;
          font-size: 12px;
          color: #fff; }
        .checkout.success .inner ul li a {
          position: absolute;
          right: -30px;
          top: 23px; }

.news.relatedNews, .relatedNews.relatedNews {
  margin-top: 50px; }
  .news.relatedNews h3, .relatedNews.relatedNews h3 {
    margin-bottom: 10px;
    font-size: 20px; }

.news article, .relatedNews article {
  margin-bottom: 30px; }
  .news article .inner, .relatedNews article .inner {
    background: #fff;
    font-size: 14px;
    line-height: 18px; }
    .news article .inner .image, .relatedNews article .inner .image {
      height: 230px;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 991px) {
        .news article .inner .image, .relatedNews article .inner .image {
          height: 150px; } }
      @media only screen and (max-width: 767px) {
        .news article .inner .image, .relatedNews article .inner .image {
          height: 100%; } }
      .news article .inner .image img, .relatedNews article .inner .image img {
        width: 100%; }
    .news article .inner .title, .relatedNews article .inner .title {
      padding: 10px 15px 0 15px;
      font-weight: 700;
      color: #000;
      font-size: 18px;
      line-height: 24px;
      height: 60px;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .news article .inner .title, .relatedNews article .inner .title {
          padding: 10px 0;
          height: auto; } }
    .news article .inner .desc, .relatedNews article .inner .desc {
      padding: 15px;
      height: 140px;
      overflow: hidden;
      font-size: 14px;
      color: #999; }
      @media only screen and (max-width: 767px) {
        .news article .inner .desc, .relatedNews article .inner .desc {
          padding: 0;
          height: 135px; } }
  .news article.big .inner, .relatedNews article.big .inner {
    background: transparent;
    position: relative;
    background: #fff; }
  .news article.big .image, .relatedNews article.big .image {
    height: auto; }
  .news article.big .title, .relatedNews article.big .title {
    height: auto;
    font-size: 40px;
    line-height: 50px;
    padding: 20px;
    padding-right: 200px;
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .news article.big .title, .relatedNews article.big .title {
        padding: 0;
        font-size: 20px;
        line-height: 26px; } }
  .news article.big .desc, .relatedNews article.big .desc {
    margin-top: 50px;
    padding: 20px;
    height: auto;
    line-height: 22px;
    color: #333; }
    .news article.big .desc img, .relatedNews article.big .desc img {
      width: 100% !important;
      height: auto !important; }
    @media only screen and (max-width: 767px) {
      .news article.big .desc, .relatedNews article.big .desc {
        padding: 0;
        margin-top: 20px; } }
  .news article.big .share, .relatedNews article.big .share {
    position: absolute;
    right: 0;
    top: 20px;
    width: 130px; }
    @media only screen and (max-width: 767px) {
      .news article.big .share, .relatedNews article.big .share {
        position: static;
        margin-top: 10px;
        width: 100%; } }
    .news article.big .share b, .relatedNews article.big .share b {
      display: block;
      margin-bottom: 10px;
      color: #000; }
    .news article.big .share i, .relatedNews article.big .share i {
      width: 20px;
      text-align: center; }
    .news article.big .share a, .relatedNews article.big .share a {
      display: block;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .news article.big .share a, .relatedNews article.big .share a {
          display: inline-block; } }
  .news article .readMore, .relatedNews article .readMore {
    display: block;
    text-align: right;
    padding: 15px; }

.newsDetail .newsHeader {
  position: relative; }
  .newsDetail .newsHeader .image {
    min-height: 550px; }
    @media only screen and (max-width: 767px) {
      .newsDetail .newsHeader .image {
        min-height: 0; } }
    .newsDetail .newsHeader .image img {
      width: 75%; }
      @media only screen and (max-width: 767px) {
        .newsDetail .newsHeader .image img {
          width: 100%; } }
  .newsDetail .newsHeader .share {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    width: 280px; }
    @media only screen and (max-width: 767px) {
      .newsDetail .newsHeader .share {
        position: static; } }
    .newsDetail .newsHeader .share b {
      display: block;
      margin-bottom: 15px; }
    .newsDetail .newsHeader .share a {
      color: #000;
      display: block;
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .newsDetail .newsHeader .share a {
          display: inline-block;
          margin-bottom: 10px; } }
      .newsDetail .newsHeader .share a i {
        width: 15px;
        text-align: center; }
  .newsDetail .newsHeader .title {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    position: absolute;
    right: 0;
    width: 280px;
    bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .newsDetail .newsHeader .title {
        position: static;
        width: 100%;
        margin-bottom: 10px; } }

.newsDetail .detailContent {
  padding: 20px;
  background: #fff;
  font-size: 14px;
  line-height: 20px; }

.calendarDetail {
  padding: 0 0px; }
  @media only screen and (max-width: 767px) {
    .calendarDetail {
      padding: 0; } }
  .calendarDetail .dateClock {
    padding-right: 0;
    position: relative; }
    .calendarDetail .dateClock .start {
      position: absolute;
      left: -120px;
      top: 98px;
      background: #676565;
      transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      color: #fff;
      padding: 5px;
      width: 215px;
      text-align: center;
      letter-spacing: 5px;
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        .calendarDetail .dateClock .start {
          display: none; } }
    .calendarDetail .dateClock .date {
      text-align: center; }
      .calendarDetail .dateClock .date i {
        font-size: 30px;
        display: block;
        color: #E62B27;
        background: #fff;
        padding: 10px; }
      .calendarDetail .dateClock .date b {
        display: block;
        background: #E62B27;
        color: #fff;
        padding: 10px;
        font-size: 30px;
        line-height: 30px; }
      .calendarDetail .dateClock .date span {
        background: #000;
        color: #fff;
        font-size: 12px;
        padding: 5px;
        text-align: center;
        display: block; }
    .calendarDetail .dateClock .time {
      margin-top: 15px; }
      .calendarDetail .dateClock .time i {
        display: block;
        background: #fff;
        padding: 10px 0;
        font-size: 30px;
        text-align: center;
        color: #E62B27; }
      .calendarDetail .dateClock .time span {
        font-size: 12px;
        display: block;
        text-align: center;
        background: #000;
        color: #fff;
        padding: 8px;
        margin-top: 1px; }
  .calendarDetail .image {
    position: relative; }
    .calendarDetail .image .buttons {
      position: absolute;
      left: 50%;
      bottom: 15px;
      text-align: center;
      width: 250px;
      margin-left: -125px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .calendarDetail .image {
        padding: 0 15px; } }
    @media only screen and (max-width: 767px) {
      .calendarDetail .image {
        padding: 0 15px; } }
  .calendarDetail .info h1 {
    font-size: 30px;
    font-weight: 700;
    color: #E62B27;
    margin-top: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .calendarDetail .info h1 {
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .calendarDetail .info h1 {
        margin-top: 20px; } }
  .calendarDetail .info .desc {
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    padding: 20px; }
    .calendarDetail .info .desc img {
      width: 100% !important;
      height: auto !important; }
  .calendarDetail .location {
    background: #fff;
    padding: 20px;
    margin-top: 15px;
    padding-left: 70px;
    position: relative; }
    .calendarDetail .location i {
      position: absolute;
      left: 20px;
      top: 20px;
      font-size: 60px; }
    .calendarDetail .location h2 {
      font-size: 14px;
      font-weight: 700;
      color: #000; }
    .calendarDetail .location div {
      font-size: 14px;
      line-height: 18px;
      margin-top: 5px; }
      .calendarDetail .location div a {
        color: #E62B27;
        display: block;
        margin-top: 5px; }
  .calendarDetail .joinEvent {
    background: #9ec45b;
    padding: 20px;
    margin-top: 15px;
    display: block;
    width: 100%;
    border: none;
    font-weight: 700;
    font-size: 14px;
    color: #000; }
    .calendarDetail .joinEvent i {
      margin-right: 10px; }
  .calendarDetail .joined {
    background: #9ec45b;
    padding: 20px;
    color: #000;
    line-height: 16px;
    display: none;
    margin-top: 15px;
    font-size: 14px; }
    .calendarDetail .joined i {
      display: block;
      font-size: 30px;
      margin-bottom: 15px; }
  .calendarDetail .share {
    padding: 20px;
    background: #fff;
    margin-top: 15px;
    padding-left: 70px;
    position: relative; }
    .calendarDetail .share h3 {
      font-size: 14px;
      color: #000;
      font-weight: 700;
      margin-bottom: 5px; }
    .calendarDetail .share span {
      position: absolute;
      left: 20px;
      top: 20px;
      font-size: 40px; }
    .calendarDetail .share a {
      color: #000;
      font-size: 12px;
      display: inline-block;
      margin-right: 10px; }

.createBanner {
  margin-top: 0; }
  .createBanner #sampleBanner .banner {
    width: 100%;
    height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10;
    background-position: center center;
    display: block; }
    .createBanner #sampleBanner .banner .bigTitle {
      width: 500px;
      font-size: 60px;
      color: #fff;
      background: transparent;
      font-weight: 700; }
    .createBanner #sampleBanner .banner .description {
      position: absolute;
      bottom: 30px;
      left: 30px;
      color: #fff;
      line-height: 20px;
      cursor: pointer; }
  .createBanner #btnSave {
    display: block;
    width: 100%;
    padding: 10px;
    background: #9ec45b;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0; }
  .createBanner .settings {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #000;
    width: 300px;
    padding: 15px;
    font-size: 12px; }
    .createBanner .settings input {
      width: 100%;
      margin-bottom: 2px;
      padding: 10px; }
    .createBanner .settings textarea {
      width: 100%;
      height: 100px;
      padding: 10px; }
  .createBanner #images {
    overflow: auto;
    z-index: 12;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    width: 250px;
    height: 100%;
    padding: 15px; }
    .createBanner #images input {
      font-size: 12px;
      padding: 10px;
      width: 100%; }
    .createBanner #images img {
      margin-top: 15px;
      width: 100%;
      border: solid 10px #fff; }

.contentPage aside {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-border-radius: 10px 0 0 10px;
  -khtml-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  display: none; }
  @media only screen and (max-width: 767px) {
    .contentPage aside {
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      margin-bottom: 15px; } }
  .contentPage aside nav ul li {
    padding: 15px 10px;
    position: relative; }
    .contentPage aside nav ul li.active {
      background: #ffd416; }
      .contentPage aside nav ul li.active a {
        color: #fff; }
      .contentPage aside nav ul li.active span {
        color: #fff; }
    .contentPage aside nav ul li a {
      color: #fff;
      font-size: 14px;
      line-height: 20px; }
    .contentPage aside nav ul li:hover span {
      right: 0px; }

.contentPage .contentArea {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 20px; }
  .contentPage .contentArea table * {
    vertical-align: middle; }
  .contentPage .contentArea table {
    width: 100% !important; }
  .contentPage .contentArea img {
    max-width: 100% !important;
    height: auto !important; }
  .contentPage .contentArea .banner {
    text-align: center; }
    .contentPage .contentArea .banner img {
      margin: 0 auto;
      width: 100%; }
  .contentPage .contentArea p {
    margin-top: 20px; }

.Brands .search {
  position: relative;
  padding-left: 0; }
  .Brands .search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: #34404f;
    border-radius: 3px;
    font-weight: 300;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .Brands .search input {
        position: static;
        border: 1px solid #8491a0;
        width: 100%; } }

.Brands article {
  margin-bottom: 10px; }
  .Brands article img {
    margin: 0;
    padding: 0;
    display: block; }
  .Brands article .name {
    dosplay: block;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    line-height: 16px;
    height: 50px;
    background: #f6f7f6;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px; }
  .Brands article span {
    position: absolute;
    top: 5px;
    left: 20px;
    background: #fff;
    font-size: 12px;
    padding: 5px; }

.brandDetail aside {
  overflow: hidden; }
  .brandDetail aside .logo {
    background: #fff;
    padding: 15px; }
    .brandDetail aside .logo img {
      width: 100%; }
  .brandDetail aside .social a {
    display: block;
    padding: 10px;
    font-size: 12px;
    background: #f6f7f6;
    margin-top: 2px; }
    .brandDetail aside .social a i {
      display: inline-block;
      width: 30px;
      text-align: center;
      font-size: 18px; }

.brandDetail .container h1 {
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
  color: #000; }

.brandDetail .container h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
  line-height: 26px;
  color: #999; }

.brandDetail .container .text {
  font-size: 14px;
  line-height: 24px; }

.brandDetail .container .box {
  margin-top: 10px; }
  .brandDetail .container .box .coupon_price {
    text-align: center;
    background: #f6f7f6;
    padding: 10px; }
    .brandDetail .container .box .coupon_price span {
      display: block;
      margin-top: 10px;
      font-style: italic;
      font-size: 12px;
      background: #E62B27;
      color: #fff;
      padding: 10px 0; }

#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../images/loader.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  z-index: 9999; }

.RewardBrands .banner {
  margin-bottom: 30px; }

.RewardBrands article {
  margin-bottom: 30px; }
  .RewardBrands article .logo {
    text-align: center;
    padding: 0px 0;
    background: #fff; }
    .RewardBrands article .logo img {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      display: block; }

.RewardBrandDetail .brandsSlider .slick-arrow {
  position: absolute;
  right: 0px;
  top: 100%;
  margin-top: 15px;
  width: 30px;
  height: 30px;
  background: url("../images/right-circle.png") no-repeat;
  border: none;
  text-indent: -9999px; }
  .RewardBrandDetail .brandsSlider .slick-arrow.slick-prev {
    left: 0;
    right: auto;
    background: url("../images/left-circle.png") no-repeat; }

.RewardBrandDetail .brandDetailContentArea {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f1f1f1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .RewardBrandDetail .brandDetailContentArea {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .RewardBrandDetail .brandDetailContentArea {
      margin: 0;
      padding: 0; } }
  .RewardBrandDetail .brandDetailContentArea .content {
    line-height: 20px;
    font-size: 12px !important; }
    .RewardBrandDetail .brandDetailContentArea .content img {
      max-width: 100% !important;
      height: auto !important; }
    .RewardBrandDetail .brandDetailContentArea .content h2 {
      font-size: 30px;
      color: #ffd416; }

.RewardBrandDetail .sku {
  padding: 10px;
  margin-top: 30px; }
  .RewardBrandDetail .sku .name {
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    color: #24346f;
    font-size: 14px;
    margin-top: 10px;
    height: 60px; }

.loginLoader {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 10000;
  background: rgba(218, 48, 87, 0.9);
  visibility: hidden; }
  .loginLoader.load {
    visibility: visible; }

.defaultSplash--fadeOutLoading {
  opacity: 0; }

.defaultSplash--displayNone {
  display: none; }

#defaultSplash-phraseBox {
  height: 150px;
  margin-left: 90px;
  overflow: hidden;
  width: 300px; }

.documents article {
  padding-bottom: 20px;
  padding-top: 15px; }
  .documents article .image {
    border: solid 10px #f1f1f1;
    background: #f1f1f1;
    height: 200px;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden; }
    .documents article .image .inner {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .documents article .title {
    padding: 10px;
    background: #fff;
    font-size: 14px;
    height: 55px;
    overflow: hidden;
    line-height: 20px; }

.documents iframe {
  min-height: 1000px; }

@-webkit-keyframes fade-opacity-in {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes fade-opacity-in {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.academy h1 {
  color: #fff;
  margin-bottom: 0; }

.academy article {
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0; }

.academy .filterCategory {
  margin-bottom: 0; }

.academy .questions {
  margin-top: 20px; }

.academy .documentsDiv article a {
  background: #fff;
  display: block;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }
  .academy .documentsDiv article a .title {
    padding: 0 15px; }

.ideaFormPage .container {
  width: 600px; }
  @media only screen and (max-width: 767px) {
    .ideaFormPage .container {
      width: 100%; } }

.ideaFormPage img {
  margin-top: 15px; }

.ideaFormPage h1, .ideaFormPage h2 {
  text-align: center;
  color: #fff; }

.ideaFormPage .form {
  margin-top: 15px;
  padding-top: 25px; }
  .ideaFormPage .form .desc {
    font-size: 12px;
    color: #666; }
  .ideaFormPage .form h3 {
    font-weight: 900;
    margin-top: 20px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: solid 1px #000; }
  .ideaFormPage .form h4 {
    font-weight: bold;
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    margin-bottom: 10px; }
  .ideaFormPage .form input[type=text] {
    border: solid 1px #666;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 30px;
    font-size: 12px; }
  .ideaFormPage .form .checkboxField {
    font-size: 14px;
    color: #000;
    padding: 5px 15px; }
    .ideaFormPage .form .checkboxField input {
      margin-right: 5px; }
  .ideaFormPage .form input {
    border: solid 1px #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    height: 40px;
    padding: 0 10px; }
  .ideaFormPage .form textarea {
    border: solid 1px #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    height: 100px;
    padding: 10px; }
  .ideaFormPage .form button {
    width: 100%;
    margin-top: 0px; }
  .ideaFormPage .form input[type=radio] {
    position: absolute;
    left: -9999px; }
    .ideaFormPage .form input[type=radio] + label {
      position: relative;
      display: block;
      padding: 6px 10px 6px 28px;
      cursor: pointer;
      font-size: 12px;
      font-weight: normal; }
      .ideaFormPage .form input[type=radio] + label:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin: -9px 0 0;
        width: 18px;
        height: 18px;
        background-image: url(../images/select-icons.png);
        background-repeat: no-repeat;
        -webkit-background-size: 72px;
        -moz-background-size: 72px;
        -o-background-size: 72px;
        background-size: 72px; }
    .ideaFormPage .form input[type=radio]:disabled + label {
      cursor: not-allowed; }
      .ideaFormPage .form input[type=radio]:disabled + label:before {
        background-position: -36px 0; }
    .ideaFormPage .form input[type=radio]:disabled:checked + label:before {
      background-position: -54px 0; }
    .ideaFormPage .form input[type=radio]:checked + label:before {
      background-position: -18px 0; }
  .ideaFormPage .form select {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: solid 1px #000;
    text-align: left;
    font-size: 12px;
    color: #000;
    font-weight: 300;
    padding: 7.5px 15px;
    height: 40px;
    width: 100%;
    background: url(../images/select-arrow.png) no-repeat right center;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none; }
  .ideaFormPage .form button {
    background: #E62B27;
    border: none; }

.ideaFormPage h5 {
  color: #24346f;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: left; }

.ideaFormPage .idea {
  font-size: 14px;
  color: #000;
  background: #fff;
  padding: 15px;
  margin-bottom: 5px;
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .ideaFormPage .idea .ideaText {
    color: #000;
    line-height: 20px; }
    .ideaFormPage .idea .ideaText b {
      display: block; }
    .ideaFormPage .idea .ideaText label {
      font-style: italic;
      font-size: 11px; }

.ideaFormPage #ideaForm {
  padding: 15px;
  background: #fff; }

.ideaFormPage .newIdea {
  margin-top: 10px; }

.ideaFormPage .submitIdea {
  width: 200px;
  height: 200px;
  padding: 50px 0;
  margin: 20px auto;
  text-align: center;
  -webkit-border-radius: 200px;
  -khtml-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  background: #3a9a00;
  color: #fff; }
  .ideaFormPage .submitIdea i {
    font-size: 80px;
    display: block; }

.ideaFormPage .whoIs {
  font-size: 12px;
  text-align: center;
  padding-top: 0; }
  .ideaFormPage .whoIs img {
    display: block;
    width: 90%;
    margin: 0;
    margin-bottom: 5px; }

.ideaFormPage .ideaLikes {
  font-size: 12px;
  background: #fff;
  padding: 10px;
  color: #9db0c1;
  cursor: pointer;
  margin-top: 5px; }
  .ideaFormPage .ideaLikes div {
    display: inline-block;
    margin-right: 25px; }
    .ideaFormPage .ideaLikes div i {
      margin-right: 2px; }
    .ideaFormPage .ideaLikes div span {
      margin-right: 2px; }
    .ideaFormPage .ideaLikes div.answers {
      color: #00abed; }
    .ideaFormPage .ideaLikes div.viewers {
      color: #E62B27; }
    .ideaFormPage .ideaLikes div.up {
      color: #00a56f; }
    .ideaFormPage .ideaLikes div.down {
      color: #ff4c49; }

.ideaFormPage .time {
  position: absolute;
  right: 15px;
  bottom: 0px;
  color: #7b7b7b;
  font-size: 11px;
  font-style: italic; }

.ideaFormPage .btn-info {
  margin-top: 10px; }

.ideaFormPage .ideaDetail .name {
  font-size: 12px;
  color: #24346f;
  text-decoration: underline; }
  .ideaFormPage .ideaDetail .name .text-right {
    color: #ccc;
    font-style: italic; }

.ideaFormPage .ideaDetail .ideaContent {
  padding: 15px;
  background: #f1f1f1;
  margin-top: 20px;
  color: #000;
  font-size: 14px; }
  .ideaFormPage .ideaDetail .ideaContent b {
    display: block;
    margin-bottom: 10px;
    line-height: 20px; }

.ideaFormPage .answer {
  padding: 15px;
  color: #000;
  font-size: 12px;
  background: #eee;
  margin-left: 50px;
  margin-top: 15px; }
  .ideaFormPage .answer .name {
    margin-top: 10px;
    border-top: solid 1px #ccc;
    padding-top: 10px; }

.ideaFormPage .newIdeaForm {
  padding: 15px;
  margin-top: 0px;
  color: #fff; }
  .ideaFormPage .newIdeaForm textarea {
    background: #fff;
    color: #000;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }

.contactPage .contactForm {
  background: #fff;
  padding: 15px;
  margin-top: 50px; }
  .contactPage .contactForm h1 {
    color: #000;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px; }
  .contactPage .contactForm p {
    color: #000;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px; }
  .contactPage .contactForm label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000; }
  .contactPage .contactForm input[type=text], .contactPage .contactForm textarea {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #000;
    padding: 10px;
    width: 100%; }
  .contactPage .contactForm textarea {
    height: 100px;
    font-size: 14px; }
  .contactPage .contactForm button {
    border: none;
    background: #da3057;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%; }

.contactPage .success {
  text-align: center;
  padding: 50px 0; }
  .contactPage .success i {
    color: green;
    font-size: 50px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px; }

.fullTitle {
  padding: 30px 50px;
  margin-bottom: 30px;
  text-align: center;
  background-image: -webkit-linear-gradient(top, #ffd416 0%, #ffd416 100%);
  background-image: -o-linear-gradient(top, #ffd416 0%, #ffd416 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd416), to(#ffd416));
  background-image: linear-gradient(to bottom, #ffd416 0%, #ffd416 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFD416', endColorstr='#FFFFD416', GradientType=0);
  color: #000; }
  @media only screen and (max-width: 767px) {
    .fullTitle {
      padding: 10px; } }
  .fullTitle.pub {
    background-image: -webkit-linear-gradient(top, #da3057 0%, #da3057 100%);
    background-image: -o-linear-gradient(top, #da3057 0%, #da3057 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#da3057), to(#da3057));
    background-image: linear-gradient(to bottom, #da3057 0%, #da3057 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDA3057', endColorstr='#FFDA3057', GradientType=0);
    color: #fff; }
  .fullTitle.cafe {
    background-image: -webkit-linear-gradient(top, #24346f 0%, #24346f 100%);
    background-image: -o-linear-gradient(top, #24346f 0%, #24346f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#24346f), to(#24346f));
    background-image: linear-gradient(to bottom, #24346f 0%, #24346f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF24346F', endColorstr='#FF24346F', GradientType=0);
    color: #fff; }

.middleDesc {
  padding: 15px;
  margin-bottom: 15px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  line-height: 20px;
  font-size: 14px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #ffd416;
  color: #000;
  position: relative;
  padding-left: 60px;
  display: none; }
  .middleDesc i {
    position: absolute;
    font-size: 40px;
    top: 15px;
    left: 15px; }

.instagramPage {
  background: #f1f1f1; }
  .instagramPage .buttons {
    text-align: center; }
    .instagramPage .buttons button {
      border: none;
      background: #24346f;
      color: #fff;
      display: inline-block;
      padding: 5px 10px;
      margin: 10px 0;
      font-size: 13px;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      @media only screen and (max-width: 767px) {
        .instagramPage .buttons button {
          display: block;
          width: 100%;
          margin: 5px 0; } }
      .instagramPage .buttons button:hover {
        color: #24346f;
        background: #fff; }
      .instagramPage .buttons button.active {
        background: #da3057; }
        .instagramPage .buttons button.active:hover {
          color: #fff; }
  .instagramPage .profilePreview {
    text-align: center;
    margin-bottom: 20px; }
    .instagramPage .profilePreview .avatar {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
      margin-top: 20px; }
      .instagramPage .profilePreview .avatar img {
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 100%; }
    .instagramPage .profilePreview p {
      margin-top: 10px; }
    .instagramPage .profilePreview b {
      font-size: 12px;
      display: block;
      margin-top: 10px;
      font-weight: normal; }
  .instagramPage .gameDescription {
    background: #fff;
    -webkit-box-shadow: 0 0 10 0px #ccc;
    -khtml-box-shadow: 0 0 10 0px #ccc;
    -moz-box-shadow: 0 0 10 0px #ccc;
    -ms-box-shadow: 0 0 10 0px #ccc;
    -o-box-shadow: 0 0 10 0px #ccc;
    box-shadow: 0 0 10 0px #ccc;
    padding: 15px;
    background: #fff;
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .instagramPage .gameDescription {
        width: 400px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .instagramPage .gameDescription {
        width: 360px; } }
    .instagramPage .gameDescription b {
      display: block;
      margin-bottom: 10px; }
  .instagramPage .gameTags {
    font-size: 30px;
    margin-bottom: 15px;
    color: #24346f; }
  .instagramPage .shuffle {
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    color: #da3057;
    text-align: center;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #f1f1f1;
    padding: 15px 0;
    border: solid 1px #da3057;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .instagramPage .shuffle {
        width: calc(100% - 30px);
        height: auto;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; } }
    .instagramPage .shuffle img {
      display: block;
      margin: 0 auto;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .instagramPage .shuffle.shuffleIt img {
      transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg); }
  .instagramPage .rating {
    background: #da3057;
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    @media only screen and (max-width: 767px) {
      .instagramPage .rating {
        position: static;
        text-align: center; } }
    .instagramPage .rating label {
      color: #da3057;
      left: -50px;
      top: 25px;
      font-size: 12px;
      position: absolute;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .instagramPage .rating label {
          display: none; } }
    .instagramPage .rating div {
      font-size: 18px;
      font-weight: bold;
      color: #da3057;
      text-align: center;
      width: 40px;
      height: 40px;
      display: inline-block;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background: #f1f1f1;
      padding: 10px 0;
      border: solid 1px #da3057;
      cursor: pointer;
      margin-left: 5px;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .instagramPage .rating div {
          width: 30px;
          height: 30px;
          padding: 5px 0; } }
      .instagramPage .rating div:hover {
        background: #24346f;
        color: #fff; }
  .instagramPage .instagramPost {
    background: url(../images/loader.gif) no-repeat center #fff;
    border: 1px solid #e6e6e6;
    margin-top: 80px;
    min-height: 300px; }
    .instagramPage .instagramPost .insUser {
      position: relative;
      padding: 15px; }
      .instagramPage .instagramPost .insUser .avatar {
        width: 50px;
        height: 50px;
        border: solid 3px #24346f;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 15px; }
        .instagramPage .instagramPost .insUser .avatar img {
          -webkit-border-radius: 50%;
          -khtml-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          border: solid 2px #fff; }
      .instagramPage .instagramPost .insUser .otherInformation {
        padding-left: 60px;
        padding-bottom: 15px;
        min-height: 50px; }
        .instagramPage .instagramPost .insUser .otherInformation .name {
          color: #000;
          font-weight: bold;
          margin-top: 5px;
          font-size: 14px; }
          @media only screen and (max-width: 767px) {
            .instagramPage .instagramPost .insUser .otherInformation .name {
              margin-top: 15px; } }
        .instagramPage .instagramPost .insUser .otherInformation .message {
          font-size: 12px;
          line-height: 18px;
          margin-top: 5px;
          white-space: pre-wrap;
          /* CSS3 */
          white-space: -moz-pre-wrap;
          /* Firefox */
          white-space: -pre-wrap;
          /* Opera <7 */
          white-space: -o-pre-wrap;
          /* Opera 7 */
          word-wrap: break-word;
          /* IE */ }
          @media only screen and (max-width: 767px) {
            .instagramPage .instagramPost .insUser .otherInformation .message {
              display: none; } }
    .instagramPage .instagramPost .image img {
      display: block;
      margin: 0;
      padding: 0; }
    .instagramPage .instagramPost.leaders {
      position: relative; }
      .instagramPage .instagramPost.leaders .number {
        position: absolute;
        left: -105px;
        top: 0;
        width: 100px;
        background: #24346f;
        text-align: center;
        color: #fff;
        padding: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
        @media only screen and (max-width: 767px) {
          .instagramPage .instagramPost.leaders .number {
            position: static;
            width: 100%; } }
        .instagramPage .instagramPost.leaders .number label {
          font-size: 20px; }
        .instagramPage .instagramPost.leaders .number span {
          display: block;
          font-size: 14px;
          margin-top: 10px;
          margin-bottom: 3px; }
          @media only screen and (max-width: 767px) {
            .instagramPage .instagramPost.leaders .number span {
              font-size: 12px; } }
        .instagramPage .instagramPost.leaders .number b {
          font-size: 30px;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            .instagramPage .instagramPost.leaders .number b {
              font-size: 20px; } }

.trainingModule {
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .trainingModule .banner {
      display: none; } }
  .trainingModule .banner img {
    margin: 0;
    padding: 0;
    display: block; }
  .trainingModule .banner .description {
    background: rgba(0, 0, 0, 0.6);
    width: 400px;
    padding: 20px;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      .trainingModule .banner .description {
        display: none; } }
    .trainingModule .banner .description h1 {
      font-size: 28px;
      color: #fff;
      font-weight: 900;
      margin: 0;
      margin-bottom: 5px;
      text-shadow: 1px 1px 1px #000; }
    .trainingModule .banner .description h2 {
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 10px; }
    .trainingModule .banner .description p {
      font-size: 14px;
      font-weight: 300;
      color: #fff;
      line-height: 20px; }
  .trainingModule .banner .percent {
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 10px;
    background: #da3057;
    border-bottom: solid 10px #fff;
    text-align: center;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: 1px; }
    @media only screen and (max-width: 767px) {
      .trainingModule .banner .percent {
        display: none; } }
    .trainingModule .banner .percent b {
      display: block;
      font-weight: 900;
      font-size: 44px;
      letter-spacing: -2px; }
    .trainingModule .banner .percent .completed {
      height: 10px;
      bottom: -10px;
      left: 0;
      background: #9ec45b;
      position: absolute;
      -webkit-border-radius: 0 0 5px 5px;
      -khtml-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px;
      -o-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
  .trainingModule .trainingDescription {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #000; }
  .trainingModule .categories {
    margin-top: 30px;
    text-align: center; }
    .trainingModule .categories a {
      display: inline-block;
      padding: 15px 20px;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      background: #da3057;
      color: #fff;
      margin: 0 10px; }
      .trainingModule .categories a:hover {
        background: #fff;
        color: #da3057; }
      .trainingModule .categories a.active {
        background: #fff;
        color: #000; }
  .trainingModule article {
    margin-top: 30px;
    -webkit-border-radius: 0 0 15px 15px;
    -khtml-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    position: relative; }
    .trainingModule article .fa-check-circle {
      position: absolute;
      left: 0px;
      top: 0px;
      background: #9ec45b;
      color: #fff;
      padding: 10px;
      font-size: 30px;
      -webkit-border-radius: 15px 0 15px 0;
      -khtml-border-radius: 15px 0 15px 0;
      -moz-border-radius: 15px 0 15px 0;
      -ms-border-radius: 15px 0 15px 0;
      -o-border-radius: 15px 0 15px 0;
      border-radius: 15px 0 15px 0; }
    .trainingModule article .image {
      -webkit-border-radius: 15px 15px 0 0;
      -khtml-border-radius: 15px 15px 0 0;
      -moz-border-radius: 15px 15px 0 0;
      -ms-border-radius: 15px 15px 0 0;
      -o-border-radius: 15px 15px 0 0;
      border-radius: 15px 15px 0 0;
      height: 200px;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      position: relative;
      border: solid 5px #f1f1f1; }
      .trainingModule article .image .totalPoint {
        position: absolute;
        bottom: -43px;
        right: 0;
        padding: 10px;
        background: rgba(218, 48, 87, 0.8);
        color: #fff;
        font-size: 14px;
        -webkit-border-radius: 5px 0px 0px 5px;
        -khtml-border-radius: 5px 0px 0px 5px;
        -moz-border-radius: 5px 0px 0px 5px;
        -ms-border-radius: 5px 0px 0px 5px;
        -o-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px; }
    .trainingModule article .trainingBoxPreview {
      background: #fff;
      padding: 15px;
      border-left: solid 1px #ededed;
      border-right: solid 1px #ededed; }
      .trainingModule article .trainingBoxPreview .title {
        color: #000;
        height: 42px;
        overflow: hidden;
        font-size: 20px;
        line-height: 24px;
        padding-right: 90px; }
      .trainingModule article .trainingBoxPreview .desc {
        font-size: 14px;
        line-height: 17px;
        color: #707070;
        height: 36px;
        overflow: hidden;
        margin-top: 15px; }
      .trainingModule article .trainingBoxPreview .icons .icon {
        text-align: center;
        font-size: 12px;
        background: #ededed;
        padding: 10px 0;
        margin-top: 15px;
        width: 33%;
        float: left;
        border: solid 1px #fff;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px; }
        .trainingModule article .trainingBoxPreview .icons .icon i {
          display: block;
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 10px; }
      .trainingModule article .trainingBoxPreview .completePercent {
        position: relative;
        font-size: 12px;
        margin-top: 15px; }
        .trainingModule article .trainingBoxPreview .completePercent div {
          height: 6px;
          background: #ccc;
          -webkit-border-radius: 3px;
          -khtml-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border-radius: 3px;
          margin-bottom: 5px; }
          .trainingModule article .trainingBoxPreview .completePercent div.percent {
            position: absolute;
            background: #da3057;
            top: 0;
            left: 0; }
            .trainingModule article .trainingBoxPreview .completePercent div.percent.fullcompleted {
              background: #9ec45b; }
    .trainingModule article .startTraining {
      display: block;
      background: #da3057;
      color: #fff;
      text-align: center;
      padding: 15px 0;
      font-weight: 900; }
      .trainingModule article .startTraining.fullcompleted {
        background: #9ec45b; }
      .trainingModule article .startTraining i {
        margin-left: 5px;
        font-weight: 400; }
  .trainingModule .detailCover {
    background: url("../images/training-banner-detail.jpg") center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0; }
    .trainingModule .detailCover .description {
      padding-right: 150px; }
      @media only screen and (max-width: 767px) {
        .trainingModule .detailCover .description {
          padding-right: 15px; } }
      .trainingModule .detailCover .description h1 {
        font-size: 40px;
        margin: 0;
        color: #fff; }
      .trainingModule .detailCover .description p {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        margin-top: 20px; }
    .trainingModule .detailCover .icons .icon {
      text-align: center;
      font-size: 12px;
      background: #da3057;
      padding: 10px 0;
      margin-top: 15px;
      width: 32%;
      float: left;
      margin-left: 1%;
      border: solid 1px transparent;
      -webkit-border-radius: 5px;
      -khtml-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      color: #fff; }
      .trainingModule .detailCover .icons .icon:last-of-type {
        margin-left: 0; }
      .trainingModule .detailCover .icons .icon i {
        display: block;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px; }
    .trainingModule .detailCover .completePercent {
      position: relative;
      font-size: 40px;
      margin-top: 30px;
      text-align: center;
      color: #fff; }
      .trainingModule .detailCover .completePercent div {
        height: 15px;
        background: #fff;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 15px; }
        .trainingModule .detailCover .completePercent div.percent {
          position: absolute;
          background: #da3057;
          top: 0;
          left: 0; }
          .trainingModule .detailCover .completePercent div.percent.fullcompleted {
            background: #9ec45b; }
      .trainingModule .detailCover .completePercent span {
        display: block;
        font-size: 12px;
        letter-spacing: 2px; }
  .trainingModule.detail .trainingCover {
    padding: 30px; }
  .trainingModule.detail .backTo {
    color: #fff;
    position: absolute;
    left: 30px;
    top: -30px; }
  .trainingModule.detail .titles {
    margin-top: 50px; }
    .trainingModule.detail .titles div {
      color: #000;
      font-size: 12px;
      text-decoration: underline;
      text-align: center; }
  .trainingModule.detail .winPointScore {
    color: #000;
    margin-top: 30px; }
    .trainingModule.detail .winPointScore i, .trainingModule.detail .winPointScore b {
      display: block;
      font-size: 60px;
      margin-top: 5px;
      margin-bottom: 5px; }
    .trainingModule.detail .winPointScore .left, .trainingModule.detail .winPointScore .right {
      padding-top: 50px;
      padding-bottom: 50px;
      text-align: center;
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        .trainingModule.detail .winPointScore .left, .trainingModule.detail .winPointScore .right {
          padding-top: 20px;
          padding-bottom: 20px; } }
    .trainingModule.detail .winPointScore .left {
      background: #9ec45b; }
    .trainingModule.detail .winPointScore .right {
      padding-top: 55px;
      padding-bottom: 55px;
      color: #9ec45b;
      letter-spacing: 8px;
      border: solid 1px #9ec45b; }
      @media only screen and (max-width: 767px) {
        .trainingModule.detail .winPointScore .right {
          padding-top: 19px;
          padding-bottom: 19px; } }
  .trainingModule.detail article {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
    .trainingModule.detail article .preview {
      background: #000;
      padding: 20px;
      margin-top: 15px; }
      .trainingModule.detail article .preview iframe.videoIframe {
        width: 100%;
        height: 600px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .trainingModule.detail article .preview iframe.videoIframe {
            height: 510px; } }
        @media only screen and (max-width: 767px) {
          .trainingModule.detail article .preview iframe.videoIframe {
            height: 200px; } }
      .trainingModule.detail article .preview .pollQuestions .question {
        color: #ffd416;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px; }
      .trainingModule.detail article .preview .pollQuestions .answer {
        padding: 10px 0;
        color: #fff; }
        .trainingModule.detail article .preview .pollQuestions .answer.yourAnswer {
          border-top: solid 1px #ccc;
          color: #da3057;
          font-size: 12px;
          padding-top: 15px;
          margin-top: 15px; }
        .trainingModule.detail article .preview .pollQuestions .answer input {
          margin-right: 5px; }
        .trainingModule.detail article .preview .pollQuestions .answer .fa {
          width: 20px; }
    .trainingModule.detail article .number {
      text-align: center;
      padding-top: 25px;
      padding-bottom: 25px;
      border-right: solid 1px #ccc;
      color: #000;
      font-size: 20px; }
    .trainingModule.detail article .icon {
      text-align: center;
      font-size: 24px;
      padding-top: 25px;
      padding-bottom: 25px;
      border-right: solid 1px #ccc; }
    .trainingModule.detail article .point {
      text-align: center; }
      .trainingModule.detail article .point b {
        display: block;
        font-size: 40px;
        margin-top: 10px; }
    .trainingModule.detail article.completed {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50); }
    .trainingModule.detail article.true {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
      .trainingModule.detail article.true .icon {
        color: #9ec45b; }
      .trainingModule.detail article.true .point {
        color: #fff; }
      .trainingModule.detail article.true .modulName {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
    .trainingModule.detail article.false {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
      .trainingModule.detail article.false .icon {
        color: #fe4545; }
      .trainingModule.detail article.false .point {
        color: #fe4545; }
      .trainingModule.detail article.false .modulName {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
    .trainingModule.detail article .modulName {
      padding: 25px;
      color: #000;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      line-height: 24px;
      letter-spacing: 1px;
      position: relative;
      padding-right: 100px; }
      .trainingModule.detail article .modulName span {
        position: absolute;
        right: 0;
        top: 23px;
        background: #ffd416;
        color: #000;
        margin-left: 10px;
        padding: 0 10px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        font-size: 14px; }
        .trainingModule.detail article .modulName span.true {
          background: #9ec45b;
          color: #000; }
        .trainingModule.detail article .modulName span.false {
          background: #fe4545;
          color: #fff; }
    .trainingModule.detail article .continue {
      display: block;
      width: 100%;
      border: none;
      background: #9ec45b;
      color: #000;
      text-align: center;
      padding: 29px 0;
      margin: 0; }
      .trainingModule.detail article .continue:focus {
        text-decoration: none; }
      .trainingModule.detail article .continue.preview {
        background: #da3057; }
  .trainingModule.moduleDetail .detailCover {
    padding-bottom: 20px; }
    .trainingModule.moduleDetail .detailCover h1 {
      font-size: 18px; }
    .trainingModule.moduleDetail .detailCover .description p {
      display: none; }
    .trainingModule.moduleDetail .detailCover .icons {
      display: none; }
  .trainingModule.moduleDetail .completePercent {
    margin: 0; }
    .trainingModule.moduleDetail .completePercent p {
      display: block; }
  .trainingModule .pollModule {
    background: #000;
    margin-top: 50px;
    padding: 30px;
    font-size: 14px; }
    .trainingModule .pollModule .pollQuestions .question {
      color: #ffd416;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px; }
    .trainingModule .pollModule .pollQuestions .answer {
      padding: 10px 0;
      color: #fff; }
      .trainingModule .pollModule .pollQuestions .answer input {
        margin-right: 5px; }
      .trainingModule .pollModule .pollQuestions .answer .fa {
        width: 20px; }
    .trainingModule .pollModule button, .trainingModule .pollModule .gotoBack {
      background: #ffd416;
      display: block;
      margin-top: 20px;
      width: 100%;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      padding: 15px;
      border: none;
      color: #000;
      text-align: center; }
  .trainingModule .videoModule {
    margin-top: 50px; }
    .trainingModule .videoModule iframe {
      width: 100%;
      height: 420px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .trainingModule .videoModule iframe {
          height: 530px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .trainingModule .videoModule iframe {
          height: 410px; } }
      @media only screen and (max-width: 767px) {
        .trainingModule .videoModule iframe {
          height: 200px; } }
    .trainingModule .videoModule input[type="submit"], .trainingModule .videoModule #skipVideo, .trainingModule .videoModule .gotoBack {
      background: #ffd416;
      display: block;
      margin-top: 20px;
      width: 100%;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      padding: 15px;
      border: none;
      color: #000;
      text-align: center; }
      .trainingModule .videoModule input[type="submit"].gotoBack, .trainingModule .videoModule #skipVideo.gotoBack, .trainingModule .videoModule .gotoBack.gotoBack {
        margin-bottom: 15px; }
  .trainingModule .documentModule {
    margin-top: 50px; }
    .trainingModule .documentModule iframe {
      height: 600px; }
    .trainingModule .documentModule input[type="submit"], .trainingModule .documentModule .gotoBack {
      background: #ffd416;
      display: inline-block;
      margin-bottom: 20px;
      width: 100%;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      padding: 15px;
      border: none;
      color: #000; }
  .trainingModule .nextStep, .trainingModule .prevStep {
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: #ffd416;
    color: #000;
    text-align: center;
    font-size: 60px;
    z-index: 10;
    left: 0; }
    .trainingModule .nextStep label, .trainingModule .prevStep label {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .trainingModule .nextStep, .trainingModule .prevStep {
        width: 15px;
        right: 0;
        top: 0px; } }
    .trainingModule .nextStep.prevStep, .trainingModule .prevStep.prevStep {
      right: auto;
      left: -50px;
      display: none; }
      @media only screen and (max-width: 767px) {
        .trainingModule .nextStep.prevStep, .trainingModule .prevStep.prevStep {
          left: auto;
          right: 30px; } }
  .trainingModule .progressList {
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 10px 1px #f1f1f1;
    -khtml-box-shadow: 1px 1px 10px 1px #f1f1f1;
    -moz-box-shadow: 1px 1px 10px 1px #f1f1f1;
    -ms-box-shadow: 1px 1px 10px 1px #f1f1f1;
    -o-box-shadow: 1px 1px 10px 1px #f1f1f1;
    box-shadow: 1px 1px 10px 1px #f1f1f1;
    padding: 15px;
    text-align: left;
    background: #da3057;
    /* This for loop creates the 	necessary css animation names
    Due to the split circle of progress-left and progress right, we must use the animations on each side.
    */ }
    .trainingModule .progressList .moduleList {
      font-size: 14px;
      text-align: left;
      margin-top: 15px; }
      .trainingModule .progressList .moduleList .trainingModuleGroup {
        color: #24346f;
        margin-bottom: 2px;
        padding: 10px 0; }
        .trainingModule .progressList .moduleList .trainingModuleGroup b {
          display: block;
          margin-bottom: 5px; }
      .trainingModule .progressList .moduleList .moduleName {
        padding: 10px;
        position: relative;
        padding-left: 30px;
        color: #fff; }
        .trainingModule .progressList .moduleList .moduleName.completed label {
          opacity: 0.5;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          filter: alpha(opacity=50); }
        .trainingModule .progressList .moduleList .moduleName i {
          left: 0px;
          top: 5px;
          position: absolute;
          font-size: 20px; }
        .trainingModule .progressList .moduleList .moduleName .fa-check {
          color: #fff;
          margin-left: 10px; }
        .trainingModule .progressList .moduleList .moduleName .fa-times {
          color: #ffb81c; }
    .trainingModule .progressList .categoryName {
      font-size: 30px;
      color: #fff;
      margin-top: 15px;
      margin-bottom: 15px; }
    .trainingModule .progressList .categoryPercent {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 20px;
      -webkit-border-radius: 0 0 0 10px;
      -khtml-border-radius: 0 0 0 10px;
      -moz-border-radius: 0 0 0 10px;
      -ms-border-radius: 0 0 0 10px;
      -o-border-radius: 0 0 0 10px;
      border-radius: 0 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .trainingModule .progressList .categoryPercent {
          width: 100%;
          height: 100px;
          position: relative;
          top: auto;
          right: auto;
          text-align: center; } }
      .trainingModule .progressList .categoryPercent b {
        position: absolute;
        left: -210px;
        top: 38px;
        font-size: 12px;
        color: #fff;
        font-weight: normal; }
        @media only screen and (max-width: 767px) {
          .trainingModule .progressList .categoryPercent b {
            left: 0;
            position: relative;
            display: block;
            top: auto;
            margin-top: 30px; } }
      .trainingModule .progressList .categoryPercent .progress {
        margin-top: 0;
        margin-bottom: 0;
        width: 50px;
        height: 50px; }
        @media only screen and (max-width: 767px) {
          .trainingModule .progressList .categoryPercent .progress {
            margin: 0 auto; } }
    .trainingModule .progressList .modulPercentageTitle {
      margin-top: 30px;
      color: #fff;
      margin-bottom: 10px; }
    .trainingModule .progressList .linebar {
      height: 10px;
      margin-bottom: 0;
      padding-bottom: 0; }
      .trainingModule .progressList .linebar .progress-bar {
        height: 10px;
        background: #9ec45b;
        top: 50%; }
    .trainingModule .progressList .progress.circle {
      width: 70px;
      height: 70px;
      line-height: 70px;
      background: none;
      margin: 0 auto;
      -webkit-box-shadow: none;
      box-shadow: none;
      position: relative;
      position: absolute;
      right: 5px;
      top: 5px;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .trainingModule .progressList .progress.circle {
          position: relative; } }
      .trainingModule .progressList .progress.circle:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 5px solid #fff;
        position: absolute;
        top: 0;
        left: 0; }
      .trainingModule .progressList .progress.circle > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1; }
      .trainingModule .progressList .progress.circle .progress-left {
        left: 0; }
      .trainingModule .progressList .progress.circle.full .progress-bar {
        border-color: #9ec45b; }
      .trainingModule .progressList .progress.circle .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 5px;
        border-style: solid;
        position: absolute;
        top: 0;
        border-color: #9ec45b; }
      .trainingModule .progressList .progress.circle .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        border-left: 0;
        -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left; }
      .trainingModule .progressList .progress.circle .progress-right {
        right: 0; }
        .trainingModule .progressList .progress.circle .progress-right .progress-bar {
          left: -100%;
          border-top-left-radius: 35px;
          border-bottom-left-radius: 35px;
          border-right: 0;
          -webkit-transform-origin: center right;
          -ms-transform-origin: center right;
          transform-origin: center right; }
      .trainingModule .progressList .progress.circle .progress-value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 50%;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        font-weight: 300; }
        .trainingModule .progressList .progress.circle .progress-value div {
          margin-top: 10px; }
        .trainingModule .progressList .progress.circle .progress-value span {
          font-size: 12px;
          text-transform: uppercase; }
    .trainingModule .progressList .progress[data-percentage="1"] .progress-right .progress-bar {
      -webkit-animation: loading-1 1.5s linear forwards;
      animation: loading-1 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="1"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="2"] .progress-right .progress-bar {
      -webkit-animation: loading-2 1.5s linear forwards;
      animation: loading-2 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="2"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="3"] .progress-right .progress-bar {
      -webkit-animation: loading-3 1.5s linear forwards;
      animation: loading-3 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="3"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="4"] .progress-right .progress-bar {
      -webkit-animation: loading-4 1.5s linear forwards;
      animation: loading-4 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="4"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="5"] .progress-right .progress-bar {
      -webkit-animation: loading-5 1.5s linear forwards;
      animation: loading-5 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="5"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="6"] .progress-right .progress-bar {
      -webkit-animation: loading-6 1.5s linear forwards;
      animation: loading-6 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="6"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="7"] .progress-right .progress-bar {
      -webkit-animation: loading-7 1.5s linear forwards;
      animation: loading-7 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="7"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="8"] .progress-right .progress-bar {
      -webkit-animation: loading-8 1.5s linear forwards;
      animation: loading-8 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="8"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="9"] .progress-right .progress-bar {
      -webkit-animation: loading-9 1.5s linear forwards;
      animation: loading-9 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="9"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="10"] .progress-right .progress-bar {
      -webkit-animation: loading-10 1.5s linear forwards;
      animation: loading-10 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="10"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="11"] .progress-right .progress-bar {
      -webkit-animation: loading-11 1.5s linear forwards;
      animation: loading-11 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="11"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="12"] .progress-right .progress-bar {
      -webkit-animation: loading-12 1.5s linear forwards;
      animation: loading-12 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="12"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="13"] .progress-right .progress-bar {
      -webkit-animation: loading-13 1.5s linear forwards;
      animation: loading-13 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="13"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="14"] .progress-right .progress-bar {
      -webkit-animation: loading-14 1.5s linear forwards;
      animation: loading-14 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="14"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="15"] .progress-right .progress-bar {
      -webkit-animation: loading-15 1.5s linear forwards;
      animation: loading-15 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="15"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="16"] .progress-right .progress-bar {
      -webkit-animation: loading-16 1.5s linear forwards;
      animation: loading-16 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="16"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="17"] .progress-right .progress-bar {
      -webkit-animation: loading-17 1.5s linear forwards;
      animation: loading-17 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="17"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="18"] .progress-right .progress-bar {
      -webkit-animation: loading-18 1.5s linear forwards;
      animation: loading-18 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="18"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="19"] .progress-right .progress-bar {
      -webkit-animation: loading-19 1.5s linear forwards;
      animation: loading-19 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="19"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="20"] .progress-right .progress-bar {
      -webkit-animation: loading-20 1.5s linear forwards;
      animation: loading-20 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="20"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="21"] .progress-right .progress-bar {
      -webkit-animation: loading-21 1.5s linear forwards;
      animation: loading-21 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="21"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="22"] .progress-right .progress-bar {
      -webkit-animation: loading-22 1.5s linear forwards;
      animation: loading-22 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="22"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="23"] .progress-right .progress-bar {
      -webkit-animation: loading-23 1.5s linear forwards;
      animation: loading-23 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="23"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="24"] .progress-right .progress-bar {
      -webkit-animation: loading-24 1.5s linear forwards;
      animation: loading-24 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="24"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="25"] .progress-right .progress-bar {
      -webkit-animation: loading-25 1.5s linear forwards;
      animation: loading-25 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="25"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="26"] .progress-right .progress-bar {
      -webkit-animation: loading-26 1.5s linear forwards;
      animation: loading-26 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="26"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="27"] .progress-right .progress-bar {
      -webkit-animation: loading-27 1.5s linear forwards;
      animation: loading-27 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="27"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="28"] .progress-right .progress-bar {
      -webkit-animation: loading-28 1.5s linear forwards;
      animation: loading-28 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="28"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="29"] .progress-right .progress-bar {
      -webkit-animation: loading-29 1.5s linear forwards;
      animation: loading-29 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="29"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="30"] .progress-right .progress-bar {
      -webkit-animation: loading-30 1.5s linear forwards;
      animation: loading-30 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="30"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="31"] .progress-right .progress-bar {
      -webkit-animation: loading-31 1.5s linear forwards;
      animation: loading-31 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="31"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="32"] .progress-right .progress-bar {
      -webkit-animation: loading-32 1.5s linear forwards;
      animation: loading-32 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="32"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="33"] .progress-right .progress-bar {
      -webkit-animation: loading-33 1.5s linear forwards;
      animation: loading-33 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="33"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="34"] .progress-right .progress-bar {
      -webkit-animation: loading-34 1.5s linear forwards;
      animation: loading-34 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="34"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="35"] .progress-right .progress-bar {
      -webkit-animation: loading-35 1.5s linear forwards;
      animation: loading-35 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="35"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="36"] .progress-right .progress-bar {
      -webkit-animation: loading-36 1.5s linear forwards;
      animation: loading-36 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="36"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="37"] .progress-right .progress-bar {
      -webkit-animation: loading-37 1.5s linear forwards;
      animation: loading-37 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="37"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="38"] .progress-right .progress-bar {
      -webkit-animation: loading-38 1.5s linear forwards;
      animation: loading-38 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="38"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="39"] .progress-right .progress-bar {
      -webkit-animation: loading-39 1.5s linear forwards;
      animation: loading-39 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="39"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="40"] .progress-right .progress-bar {
      -webkit-animation: loading-40 1.5s linear forwards;
      animation: loading-40 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="40"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="41"] .progress-right .progress-bar {
      -webkit-animation: loading-41 1.5s linear forwards;
      animation: loading-41 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="41"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="42"] .progress-right .progress-bar {
      -webkit-animation: loading-42 1.5s linear forwards;
      animation: loading-42 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="42"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="43"] .progress-right .progress-bar {
      -webkit-animation: loading-43 1.5s linear forwards;
      animation: loading-43 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="43"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="44"] .progress-right .progress-bar {
      -webkit-animation: loading-44 1.5s linear forwards;
      animation: loading-44 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="44"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="45"] .progress-right .progress-bar {
      -webkit-animation: loading-45 1.5s linear forwards;
      animation: loading-45 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="45"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="46"] .progress-right .progress-bar {
      -webkit-animation: loading-46 1.5s linear forwards;
      animation: loading-46 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="46"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="47"] .progress-right .progress-bar {
      -webkit-animation: loading-47 1.5s linear forwards;
      animation: loading-47 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="47"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="48"] .progress-right .progress-bar {
      -webkit-animation: loading-48 1.5s linear forwards;
      animation: loading-48 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="48"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="49"] .progress-right .progress-bar {
      -webkit-animation: loading-49 1.5s linear forwards;
      animation: loading-49 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="49"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="50"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="50"] .progress-left .progress-bar {
      -webkit-animation: 0;
      animation: 0; }
    .trainingModule .progressList .progress[data-percentage="51"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="51"] .progress-left .progress-bar {
      -webkit-animation: loading-1 1.5s linear forwards 1.5s;
      animation: loading-1 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="52"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="52"] .progress-left .progress-bar {
      -webkit-animation: loading-2 1.5s linear forwards 1.5s;
      animation: loading-2 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="53"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="53"] .progress-left .progress-bar {
      -webkit-animation: loading-3 1.5s linear forwards 1.5s;
      animation: loading-3 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="54"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="54"] .progress-left .progress-bar {
      -webkit-animation: loading-4 1.5s linear forwards 1.5s;
      animation: loading-4 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="55"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="55"] .progress-left .progress-bar {
      -webkit-animation: loading-5 1.5s linear forwards 1.5s;
      animation: loading-5 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="56"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="56"] .progress-left .progress-bar {
      -webkit-animation: loading-6 1.5s linear forwards 1.5s;
      animation: loading-6 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="57"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="57"] .progress-left .progress-bar {
      -webkit-animation: loading-7 1.5s linear forwards 1.5s;
      animation: loading-7 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="58"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="58"] .progress-left .progress-bar {
      -webkit-animation: loading-8 1.5s linear forwards 1.5s;
      animation: loading-8 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="59"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="59"] .progress-left .progress-bar {
      -webkit-animation: loading-9 1.5s linear forwards 1.5s;
      animation: loading-9 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="60"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="60"] .progress-left .progress-bar {
      -webkit-animation: loading-10 1.5s linear forwards 1.5s;
      animation: loading-10 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="61"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="61"] .progress-left .progress-bar {
      -webkit-animation: loading-11 1.5s linear forwards 1.5s;
      animation: loading-11 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="62"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="62"] .progress-left .progress-bar {
      -webkit-animation: loading-12 1.5s linear forwards 1.5s;
      animation: loading-12 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="63"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="63"] .progress-left .progress-bar {
      -webkit-animation: loading-13 1.5s linear forwards 1.5s;
      animation: loading-13 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="64"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="64"] .progress-left .progress-bar {
      -webkit-animation: loading-14 1.5s linear forwards 1.5s;
      animation: loading-14 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="65"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="65"] .progress-left .progress-bar {
      -webkit-animation: loading-15 1.5s linear forwards 1.5s;
      animation: loading-15 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="66"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="66"] .progress-left .progress-bar {
      -webkit-animation: loading-16 1.5s linear forwards 1.5s;
      animation: loading-16 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="67"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="67"] .progress-left .progress-bar {
      -webkit-animation: loading-17 1.5s linear forwards 1.5s;
      animation: loading-17 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="68"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="68"] .progress-left .progress-bar {
      -webkit-animation: loading-18 1.5s linear forwards 1.5s;
      animation: loading-18 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="69"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="69"] .progress-left .progress-bar {
      -webkit-animation: loading-19 1.5s linear forwards 1.5s;
      animation: loading-19 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="70"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="70"] .progress-left .progress-bar {
      -webkit-animation: loading-20 1.5s linear forwards 1.5s;
      animation: loading-20 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="71"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="71"] .progress-left .progress-bar {
      -webkit-animation: loading-21 1.5s linear forwards 1.5s;
      animation: loading-21 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="72"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="72"] .progress-left .progress-bar {
      -webkit-animation: loading-22 1.5s linear forwards 1.5s;
      animation: loading-22 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="73"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="73"] .progress-left .progress-bar {
      -webkit-animation: loading-23 1.5s linear forwards 1.5s;
      animation: loading-23 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="74"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="74"] .progress-left .progress-bar {
      -webkit-animation: loading-24 1.5s linear forwards 1.5s;
      animation: loading-24 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="75"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="75"] .progress-left .progress-bar {
      -webkit-animation: loading-25 1.5s linear forwards 1.5s;
      animation: loading-25 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="76"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="76"] .progress-left .progress-bar {
      -webkit-animation: loading-26 1.5s linear forwards 1.5s;
      animation: loading-26 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="77"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="77"] .progress-left .progress-bar {
      -webkit-animation: loading-27 1.5s linear forwards 1.5s;
      animation: loading-27 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="78"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="78"] .progress-left .progress-bar {
      -webkit-animation: loading-28 1.5s linear forwards 1.5s;
      animation: loading-28 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="79"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="79"] .progress-left .progress-bar {
      -webkit-animation: loading-29 1.5s linear forwards 1.5s;
      animation: loading-29 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="80"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="80"] .progress-left .progress-bar {
      -webkit-animation: loading-30 1.5s linear forwards 1.5s;
      animation: loading-30 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="81"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="81"] .progress-left .progress-bar {
      -webkit-animation: loading-31 1.5s linear forwards 1.5s;
      animation: loading-31 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="82"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="82"] .progress-left .progress-bar {
      -webkit-animation: loading-32 1.5s linear forwards 1.5s;
      animation: loading-32 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="83"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="83"] .progress-left .progress-bar {
      -webkit-animation: loading-33 1.5s linear forwards 1.5s;
      animation: loading-33 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="84"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="84"] .progress-left .progress-bar {
      -webkit-animation: loading-34 1.5s linear forwards 1.5s;
      animation: loading-34 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="85"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="85"] .progress-left .progress-bar {
      -webkit-animation: loading-35 1.5s linear forwards 1.5s;
      animation: loading-35 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="86"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="86"] .progress-left .progress-bar {
      -webkit-animation: loading-36 1.5s linear forwards 1.5s;
      animation: loading-36 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="87"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="87"] .progress-left .progress-bar {
      -webkit-animation: loading-37 1.5s linear forwards 1.5s;
      animation: loading-37 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="88"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="88"] .progress-left .progress-bar {
      -webkit-animation: loading-38 1.5s linear forwards 1.5s;
      animation: loading-38 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="89"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="89"] .progress-left .progress-bar {
      -webkit-animation: loading-39 1.5s linear forwards 1.5s;
      animation: loading-39 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="90"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="90"] .progress-left .progress-bar {
      -webkit-animation: loading-40 1.5s linear forwards 1.5s;
      animation: loading-40 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="91"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="91"] .progress-left .progress-bar {
      -webkit-animation: loading-41 1.5s linear forwards 1.5s;
      animation: loading-41 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="92"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="92"] .progress-left .progress-bar {
      -webkit-animation: loading-42 1.5s linear forwards 1.5s;
      animation: loading-42 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="93"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="93"] .progress-left .progress-bar {
      -webkit-animation: loading-43 1.5s linear forwards 1.5s;
      animation: loading-43 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="94"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="94"] .progress-left .progress-bar {
      -webkit-animation: loading-44 1.5s linear forwards 1.5s;
      animation: loading-44 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="95"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="95"] .progress-left .progress-bar {
      -webkit-animation: loading-45 1.5s linear forwards 1.5s;
      animation: loading-45 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="96"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="96"] .progress-left .progress-bar {
      -webkit-animation: loading-46 1.5s linear forwards 1.5s;
      animation: loading-46 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="97"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="97"] .progress-left .progress-bar {
      -webkit-animation: loading-47 1.5s linear forwards 1.5s;
      animation: loading-47 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="98"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="98"] .progress-left .progress-bar {
      -webkit-animation: loading-48 1.5s linear forwards 1.5s;
      animation: loading-48 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="99"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="99"] .progress-left .progress-bar {
      -webkit-animation: loading-49 1.5s linear forwards 1.5s;
      animation: loading-49 1.5s linear forwards 1.5s; }
    .trainingModule .progressList .progress[data-percentage="100"] .progress-right .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards;
      animation: loading-50 1.5s linear forwards; }
    .trainingModule .progressList .progress[data-percentage="100"] .progress-left .progress-bar {
      -webkit-animation: loading-50 1.5s linear forwards 1.5s;
      animation: loading-50 1.5s linear forwards 1.5s; }

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg); } }

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3.6);
    transform: rotate(3.6deg); } }

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg); } }

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7.2);
    transform: rotate(7.2deg); } }

@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg); } }

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(10.8);
    transform: rotate(10.8deg); } }

@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg); } }

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(14.4);
    transform: rotate(14.4deg); } }

@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg); } }

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg); } }

@-webkit-keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg); } }

@keyframes loading-6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(21.6);
    transform: rotate(21.6deg); } }

@-webkit-keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg); } }

@keyframes loading-7 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(25.2);
    transform: rotate(25.2deg); } }

@-webkit-keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg); } }

@keyframes loading-8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(28.8);
    transform: rotate(28.8deg); } }

@-webkit-keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg); } }

@keyframes loading-9 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(32.4);
    transform: rotate(32.4deg); } }

@-webkit-keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg); } }

@keyframes loading-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg); } }

@-webkit-keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg); } }

@keyframes loading-11 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(39.6);
    transform: rotate(39.6deg); } }

@-webkit-keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg); } }

@keyframes loading-12 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(43.2);
    transform: rotate(43.2deg); } }

@-webkit-keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg); } }

@keyframes loading-13 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(46.8);
    transform: rotate(46.8deg); } }

@-webkit-keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg); } }

@keyframes loading-14 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(50.4);
    transform: rotate(50.4deg); } }

@-webkit-keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg); } }

@keyframes loading-15 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg); } }

@-webkit-keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg); } }

@keyframes loading-16 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(57.6);
    transform: rotate(57.6deg); } }

@-webkit-keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg); } }

@keyframes loading-17 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(61.2);
    transform: rotate(61.2deg); } }

@-webkit-keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg); } }

@keyframes loading-18 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(64.8);
    transform: rotate(64.8deg); } }

@-webkit-keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg); } }

@keyframes loading-19 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(68.4);
    transform: rotate(68.4deg); } }

@-webkit-keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg); } }

@keyframes loading-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg); } }

@-webkit-keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg); } }

@keyframes loading-21 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(75.6);
    transform: rotate(75.6deg); } }

@-webkit-keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg); } }

@keyframes loading-22 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(79.2);
    transform: rotate(79.2deg); } }

@-webkit-keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg); } }

@keyframes loading-23 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(82.8);
    transform: rotate(82.8deg); } }

@-webkit-keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg); } }

@keyframes loading-24 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(86.4);
    transform: rotate(86.4deg); } }

@-webkit-keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg); } }

@keyframes loading-25 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg); } }

@-webkit-keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg); } }

@keyframes loading-26 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(93.6);
    transform: rotate(93.6deg); } }

@-webkit-keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg); } }

@keyframes loading-27 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(97.2);
    transform: rotate(97.2deg); } }

@-webkit-keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg); } }

@keyframes loading-28 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(100.8);
    transform: rotate(100.8deg); } }

@-webkit-keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg); } }

@keyframes loading-29 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(104.4);
    transform: rotate(104.4deg); } }

@-webkit-keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg); } }

@keyframes loading-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg); } }

@-webkit-keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg); } }

@keyframes loading-31 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(111.6);
    transform: rotate(111.6deg); } }

@-webkit-keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg); } }

@keyframes loading-32 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(115.2);
    transform: rotate(115.2deg); } }

@-webkit-keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg); } }

@keyframes loading-33 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(118.8);
    transform: rotate(118.8deg); } }

@-webkit-keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg); } }

@keyframes loading-34 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(122.4);
    transform: rotate(122.4deg); } }

@-webkit-keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg); } }

@keyframes loading-35 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg); } }

@-webkit-keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg); } }

@keyframes loading-36 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(129.6);
    transform: rotate(129.6deg); } }

@-webkit-keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg); } }

@keyframes loading-37 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(133.2);
    transform: rotate(133.2deg); } }

@-webkit-keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg); } }

@keyframes loading-38 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(136.8);
    transform: rotate(136.8deg); } }

@-webkit-keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg); } }

@keyframes loading-39 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(140.4);
    transform: rotate(140.4deg); } }

@-webkit-keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg); } }

@keyframes loading-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg); } }

@-webkit-keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg); } }

@keyframes loading-41 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(147.6);
    transform: rotate(147.6deg); } }

@-webkit-keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg); } }

@keyframes loading-42 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(151.2);
    transform: rotate(151.2deg); } }

@-webkit-keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg); } }

@keyframes loading-43 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(154.8);
    transform: rotate(154.8deg); } }

@-webkit-keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg); } }

@keyframes loading-44 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(158.4);
    transform: rotate(158.4deg); } }

@-webkit-keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg); } }

@keyframes loading-45 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg); } }

@-webkit-keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg); } }

@keyframes loading-46 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(165.6);
    transform: rotate(165.6deg); } }

@-webkit-keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg); } }

@keyframes loading-47 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(169.2);
    transform: rotate(169.2deg); } }

@-webkit-keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg); } }

@keyframes loading-48 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(172.8);
    transform: rotate(172.8deg); } }

@-webkit-keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg); } }

@keyframes loading-49 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(176.4);
    transform: rotate(176.4deg); } }

@-webkit-keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }

@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg); } }
    .trainingModule .progressList .progress {
      margin-bottom: 1em; }
  .trainingModule .totalPercent {
    position: fixed;
    font-size: 30px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .trainingModule .totalPercent {
        position: static;
        margin-top: 20px;
        width: 100%; } }
    .trainingModule .totalPercent b {
      margin-top: 20px;
      display: block;
      font-size: 80px;
      text-align: center; }

.smallContainer {
  max-width: 1000px;
  margin: 0 auto; }
  .smallContainer h1 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
    color: #24346f; }

.competition .contentArea {
  background: #1b3373;
  font-size: 13px;
  line-height: 20px;
  padding: 20px;
  color: #fff; }
  .competition .contentArea h1 {
    color: #fff; }
  .competition .contentArea p {
    margin-bottom: 10px; }

.competition .bottomBigText {
  background: #da3057;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px; }
  .competition .bottomBigText h4 {
    font-size: 50px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .competition .bottomBigText h4 {
        font-size: 24px; } }

.competition .competitionPoll {
  background: #da3057;
  padding: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .competition .competitionPoll .question {
    margin-bottom: 10px;
    font-size: 16px; }
  .competition .competitionPoll .answer {
    background: #b81f42;
    padding: 10px;
    margin: 3px 0;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .competition .competitionPoll button {
    background: #24346f;
    color: #fff;
    border: none;
    padding: 10px 30px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px; }
    .competition .competitionPoll button.completed {
      background: #9ec45b; }
      .competition .competitionPoll button.completed .fa {
        margin-right: 10px; }

.competition .thankYou {
  background: #9ec45b;
  color: #000;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center; }
  .competition .thankYou .fa {
    font-size: 100px;
    margin-bottom: 20px; }
  .competition .thankYou h5 {
    margin: 0;
    font-size: 40px; }
    @media only screen and (max-width: 767px) {
      .competition .thankYou h5 {
        font-size: 24px; } }
  .competition .thankYou p {
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px; }

.uploadOtherImage {
  background: #24346f;
  height: 400px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  @media only screen and (max-width: 767px) {
    .uploadOtherImage {
      height: 200px; } }
  .uploadOtherImage.left {
    background: #f1f1f1;
    float: left; }
    .uploadOtherImage.left .inner {
      color: #000;
      font-size: 12px;
      line-height: 20px; }
      .uploadOtherImage.left .inner b {
        font-size: 16px;
        margin-bottom: 30px;
        display: block; }
  .uploadOtherImage .inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .uploadOtherImage .inner .uploadImage button {
      background: #9ec45b;
      border: none;
      padding: 15px 40px;
      -webkit-border-radius: 10px;
      -khtml-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      font-size: 12px; }
      .uploadOtherImage .inner .uploadImage button i {
        display: block;
        font-size: 40px;
        margin-bottom: 10px; }
    .uploadOtherImage .inner .thanks {
      font-size: 13px;
      line-height: 20px; }
      .uploadOtherImage .inner .thanks i {
        font-size: 50px;
        display: block;
        margin-bottom: 20px; }

.instagramPostHome {
  background: url(../images/loader.gif) no-repeat center #fff;
  margin-top: 40px;
  min-height: 400px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .instagramPostHome {
      min-height: auto; } }
  @media only screen and (max-width: 767px) {
    .instagramPostHome {
      min-height: auto; } }
  .instagramPostHome .insUser {
    position: relative;
    padding: 15px; }
    .instagramPostHome .insUser .avatar {
      width: 50px;
      height: 50px;
      border: solid 3px #24346f;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      left: 10px;
      top: 15px; }
      .instagramPostHome .insUser .avatar img {
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: solid 2px #fff; }
    .instagramPostHome .insUser .otherInformation {
      padding-left: 60px;
      padding-bottom: 15px;
      min-height: 50px; }
      .instagramPostHome .insUser .otherInformation .name {
        color: #000;
        font-weight: bold;
        margin-top: 5px;
        font-size: 14px; }
        @media only screen and (max-width: 767px) {
          .instagramPostHome .insUser .otherInformation .name {
            margin-top: 15px; } }
      .instagramPostHome .insUser .otherInformation .message {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px; }
        @media only screen and (max-width: 767px) {
          .instagramPostHome .insUser .otherInformation .message {
            display: none; } }
  .instagramPostHome .image {
    max-height: 300px;
    overflow: hidden; }
    .instagramPostHome .image img {
      display: block;
      margin: 0;
      padding: 0; }

.webOrderIframe {
  position: fixed;
  left: 320px;
  width: calc(100% - 320px);
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .webOrderIframe {
      position: static;
      width: 100%;
      height: 600px;
      left: 0; } }
