@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; }

/* -------------- 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: url(../images/background.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #676565; }
  body a {
    color: #676565; }
    body a:hover {
      text-decoration: none;
      color: #c52033; }

ul {
  list-style: none; }

.submitButton {
  background: #c52033;
  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; }

header {
  background: #c52033;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999; }
  header .inner {
    height: 50px; }
    @media only screen and (max-width: 767px) {
      header .inner {
        height: 50px; } }
  header .navbar-toggle {
    position: absolute;
    right: 0;
    top: 0px; }
    header .navbar-toggle span {
      display: block;
      width: 30px !important;
      background: #fff;
      height: 3px !important; }
  header .logo {
    position: absolute;
    left: 15px;
    top: 3px;
    width: 161px;
    height: 85px;
    z-index: 10;
    overflow: hidden; }
    header .logo img {
      height: 40px; }
    @media only screen and (max-width: 767px) {
      header .logo {
        height: 50px; }
        header .logo img {
          height: 40px; } }
  header nav {
    position: absolute;
    right: 70px;
    bottom: 0px;
    text-align: right;
    width: 100%; }
    header nav ul {
      list-style: none; }
      header nav ul li {
        display: inline-block;
        position: relative;
        padding: 10px 0;
        padding-bottom: 5px; }
        @media only screen and (max-width: 767px) {
          header nav ul li {
            margin: 15px 0; } }
        header nav ul li:hover ul {
          display: block; }
        header nav ul li:last-of-type a {
          border: none; }
        header nav ul li a {
          font-size: 13px;
          color: #fff;
          display: inline-block;
          padding: 10px 10px;
          margin: 0 5px;
          -webkit-border-radius: 5px 5px 5px 0;
          -khtml-border-radius: 5px 5px 5px 0;
          -moz-border-radius: 5px 5px 5px 0;
          -ms-border-radius: 5px 5px 5px 0;
          -o-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
          background: #c52033; }
          @media (min-width: 992px) and (max-width: 1199px) {
            header nav ul li a {
              font-size: 14px;
              padding: 10px 15px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            header nav ul li a {
              font-size: 11px;
              margin: 0; } }
          @media only screen and (max-width: 767px) {
            header nav ul li a {
              display: block;
              -webkit-border-radius: 0;
              -khtml-border-radius: 0;
              -moz-border-radius: 0;
              -ms-border-radius: 0;
              -o-border-radius: 0;
              border-radius: 0;
              margin: 0;
              font-size: 16px; } }
          header nav ul li a:hover {
            color: #fff;
            background: #e32934; }
        header nav ul li ul {
          position: absolute;
          top: 47px;
          left: 3px;
          width: 220px;
          display: none;
          background: #c52033;
          border-top: 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; }
          @media only screen and (max-width: 767px) {
            header nav ul li ul {
              position: static;
              padding-left: 0;
              text-align: center;
              background: none;
              width: 100%;
              min-height: 0;
              margin-bottom: 15px; } }
          header nav ul li ul li {
            width: 100%;
            text-align: left;
            line-height: 20px;
            font-size: 12px;
            padding: 0;
            border-bottom: solid 1px #9b1222; }
            header nav ul li ul li:last-of-type {
              border: none; }
            @media only screen and (max-width: 767px) {
              header nav ul li ul li {
                text-align: center;
                font-size: 14px;
                padding: 0 !important;
                margin: 3px !important;
                display: block; } }
            header nav ul li ul li a {
              display: block;
              padding: 10px;
              border: none;
              font-size: 12px;
              margin: 0;
              -webkit-border-radius: 0;
              -khtml-border-radius: 0;
              -moz-border-radius: 0;
              -ms-border-radius: 0;
              -o-border-radius: 0;
              border-radius: 0;
              background: transparent; }
              @media only screen and (max-width: 767px) {
                header nav ul li ul li a:hover {
                  background: transparent !important;
                  color: #c52033; } }
  header .myAccount {
    position: absolute;
    right: 15px;
    top: 17px; }
    @media only screen and (max-width: 767px) {
      header .myAccount {
        right: 100px;
        bottom: 17px; } }
    header .myAccount .main {
      font-size: 12px;
      cursor: pointer;
      position: relative;
      color: #fff; }
      header .myAccount .main i {
        font-size: 20px; }
      @media only screen and (max-width: 767px) {
        header .myAccount .main {
          border: none; } }
      header .myAccount .main span {
        position: absolute;
        right: -25px;
        top: -2px;
        background: #fff;
        color: #c52033;
        width: 20px;
        height: 20px;
        font-size: 12px;
        text-align: center;
        padding: 4px;
        -webkit-border-radius: 100%;
        -khtml-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0px 5px 10px 0px #333;
        -khtml-box-shadow: 0px 5px 10px 0px #333;
        -moz-box-shadow: 0px 5px 10px 0px #333;
        -ms-box-shadow: 0px 5px 10px 0px #333;
        -o-box-shadow: 0px 5px 10px 0px #333;
        box-shadow: 0px 5px 10px 0px #333; }
        @media only screen and (max-width: 767px) {
          header .myAccount .main span {
            text-indent: 0; } }
      header .myAccount .main ul {
        position: absolute;
        top: 33px;
        background: #c52033;
        right: -15px;
        padding: 0px;
        width: 124px;
        border-top: none;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: none; }
        @media only screen and (max-width: 767px) {
          header .myAccount .main ul {
            text-indent: 0;
            right: -15px;
            border: none; } }
        header .myAccount .main ul li a {
          display: block;
          padding: 5px 0px 5px 5px;
          font-size: 11px;
          color: #fff; }
          header .myAccount .main ul li a:hover {
            color: #ccc; }
          header .myAccount .main ul li a i {
            width: 20px;
            text-align: center;
            margin-right: 5px;
            font-size: 12px; }
  header .user-name {
    position: absolute;
    right: 0px;
    top: 50px;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      header .user-name {
        top: 13px;
        right: 130px; }
        header .user-name span {
          background: #fff; } }
    header .user-name span {
      background: #c52033;
      color: #fff;
      padding: 5px 10px;
      font-size: 12px;
      display: inline-block;
      margin-left: 10px;
      -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; }
      @media only screen and (max-width: 767px) {
        header .user-name span {
          -webkit-border-radius: 5px;
          -khtml-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          background: #fff;
          color: #c52033;
          padding: 5px; } }
      header .user-name span b {
        font-size: 16px;
        font-weight: 400; }
  @media only screen and (max-width: 767px) {
    header #mobileNav {
      position: absolute;
      top: 0;
      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; } }
  header .winPoint {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: 20%;
    background: url(../images/coin-bg.png) no-repeat center center;
    z-index: 999; }
    header .winPoint b {
      display: block;
      font-size: 80px;
      text-align: center;
      width: 100%;
      margin: 205px auto 0 auto;
      color: #fff;
      background: #52bbee;
      -webkit-border-radius: 20px;
      -khtml-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
    header .winPoint div {
      margin-top: 10px;
      color: #fff;
      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;
      background: #52bbee; }

.mainContainer {
  margin-top: 55px;
  min-height: 800px; }
  @media only screen and (max-width: 767px) {
    .mainContainer {
      margin-top: 95px; } }

.homePage .box {
  margin-top: 30px;
  position: relative; }
  .homePage .box.col-lg-12.banner .inner {
    height: auto; }
  .homePage .box .all {
    position: absolute;
    right: 15px;
    bottom: -22px;
    font-size: 12px;
    font-weight: 300;
    background: #c52033;
    color: #fff;
    padding: 5px 10px;
    letter-spacing: 1px; }
    .homePage .box .all i {
      margin-left: 5px; }
  .homePage .box .inner {
    height: 400px;
    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: 24px;
      line-height: 34px;
      font-weight: 300;
      letter-spacing: 2px;
      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 .inner iframe {
    width: 100% !important;
    height: 100% !important; }
  .homePage .box.video.col-lg-12 .inner {
    height: 640px; }
    .homePage .box.video.col-lg-12 .inner iframe {
      height: 640px !important; }
  @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.poll .inner {
    background: url(../images/poll-background.jpg) no-repeat top left; }
    .homePage .box.poll .inner .pollTitle {
      text-align: left;
      padding: 20px 0px 0px 55px;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      position: relative; }
      .homePage .box.poll .inner .pollTitle i {
        position: absolute;
        left: 20px;
        bottom: 0px;
        font-size: 24px;
        color: #fff; }
    .homePage .box.poll .inner .pollQuestions {
      padding: 20px;
      position: relative; }
      .homePage .box.poll .inner .pollQuestions .item {
        height: 320px; }
        .homePage .box.poll .inner .pollQuestions .item .question {
          background: #f6f7f6;
          padding: 15px;
          line-height: 20px; }
        .homePage .box.poll .inner .pollQuestions .item .answer {
          background: #f6f7f6;
          padding: 15px;
          line-height: 20px;
          margin-top: 1px;
          position: relative;
          padding-left: 30px;
          font-size: 13px; }
          .homePage .box.poll .inner .pollQuestions .item .answer input {
            position: absolute;
            left: 10px;
            top: 15px; }
        .homePage .box.poll .inner .pollQuestions .item button, .homePage .box.poll .inner .pollQuestions .item a {
          position: absolute;
          text-align: center;
          bottom: 0;
          right: 0;
          background: #fff;
          color: #c52033;
          padding: 10px 20px;
          font-siz: 12px;
          border: none;
          width: 120px; }
          .homePage .box.poll .inner .pollQuestions .item button.prev, .homePage .box.poll .inner .pollQuestions .item a.prev {
            right: 130px; }
  .homePage .box.reward ol li {
    background: #c52033; }
  .homePage .box.reward .product .inner {
    background: #fff;
    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; }
    .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 {
      height: 300px;
      text-align: center;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 991px) {
        .homePage .box.reward .product .inner .image {
          height: 200px;
          margin-top: 80px; } }
      .homePage .box.reward .product .inner .image img {
        height: 80%;
        margin: 10% 0; }
    .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: 0;
      right: 0;
      background: #c52033;
      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; }
      .homePage .box.reward .product .inner .price span {
        font-weight: 400;
        font-size: 12px;
        display: inline-block;
        margin-left: 3px; }
    .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: 400px;
    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: #c52033; }
  .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: 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;
      background: rgba(0, 0, 0, 0.5);
      width: calc(100% - 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; }
      .homePage .box.calendar article .description .textArea {
        padding: 20px; }
        .homePage .box.calendar article .description .textArea .title {
          color: #fff;
          font-size: 30px;
          font-weight: 300;
          margin-bottom: 15px; }
        .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;
      position: absolute;
      width: 70px;
      left: 15px;
      padding: 10px;
      top: 0;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      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: 40px; }
    .homePage .box.news .carousel-indicators li {
      border: solid 1px #fff; }
      .homePage .box.news .carousel-indicators li.active {
        background: #fff; }
  .homePage .box.news .all {
    right: 0px; }
  .homePage .box.news .inner {
    background: #fff; }
  .homePage .box.news article {
    height: 400px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .homePage .box.news article {
        height: 400px; } }
    .homePage .box.news article:hover .bigTitle {
      top: 45%; }
    .homePage .box.news article .bigTitle {
      margin: 0 !important;
      padding: 0 20px !important;
      width: 100% !important;
      top: 40% !important;
      font-size: 24px !important;
      border: none !important;
      line-height: 30px !important; }

footer {
  background: #c52033;
  padding: 40px 0;
  margin-top: 50px;
  text-align: center; }
  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 a:hover {
          color: #ccc; }
      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; }

.loginPage {
  background: #c52033; }
  .loginPage .loginBox {
    width: 700px;
    margin: 0 auto;
    margin-top: 200px; }
    @media only screen and (max-width: 767px) {
      .loginPage .loginBox {
        margin-top: 0;
        width: 100%; } }
  .loginPage .copyright {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
    color: #fff; }
    .loginPage .copyright b {
      font-weight: 300;
      line-height: 20px; }
  .loginPage .logo {
    width: 50%;
    float: left;
    height: 500px;
    text-align: center;
    background: #c52033; }
    .loginPage .logo img {
      max-width: 80%; }
    @media only screen and (max-width: 767px) {
      .loginPage .logo {
        width: 100%;
        height: 200px; } }
    .loginPage .logo .vertical {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .loginPage .form {
    width: 50%;
    float: left;
    height: 500px;
    background: #fff;
    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: 40px;
      padding: 0 15px;
      margin-bottom: 10px;
      border: solid 1px #c52033;
      color: #c52033;
      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; }
    .loginPage .form button {
      background: #c52033;
      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; }
      .loginPage .form a.registerBtn {
        text-align: center;
        color: #c52033; }
    .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 {
  padding-top: 30px; }
  .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;
    margin-top: 15px; }
    .detailPage.videos .video .inner {
      position: relative;
      background: #fff;
      padding: 15px;
      -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: 60px;
        line-height: 22px;
        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; }
  .detailPage.videos.detail .description {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 20px; }
    .detailPage.videos.detail .description h1 {
      margin: 0;
      margin-bottom: 20px;
      font-weight: 700; }
  .detailPage.videos.detail .share {
    padding: 20px;
    background: #c52033;
    margin-top: 15px;
    position: relative; }
    .detailPage.videos.detail .share h3 {
      font-size: 14px;
      color: #fff;
      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: #fff;
      font-size: 12px;
      display: inline-block;
      margin-right: 10px; }
  .detailPage.polls .questions a {
    background: #fff;
    display: block;
    padding: 30px 20px 30px 60px;
    margin-bottom: 15px;
    background: url(../images/poll-icon.png) no-repeat 25px 22px #fff;
    font-weight: 700;
    -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;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    .detailPage.polls .questions a:hover {
      background-color: #c52033;
      color: #fff; }
    .detailPage.polls .questions a:after {
      position: absolute;
      content: '';
      width: 25px;
      height: 25px;
      background: url(../images/medium-arrow.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: #c52033;
    position: relative;
    margin-bottom: 10px; }
    .detailPage.polls.detail .pollTitle i {
      position: absolute;
      left: 20px;
      bottom: 3px;
      font-size: 24px;
      color: #c52033; }
  .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: #c52033;
    display: block;
    margin-top: 15px;
    padding: 20px 10px;
    width: 100%;
    border: none;
    color: #fff; }

.breadcrumb {
  width: auto;
  display: inline-block;
  background: rgba(197, 32, 51, 0.9);
  font-size: 12px;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px; }
  .breadcrumb li {
    color: #fff; }
    .breadcrumb li.active {
      color: #fff; }
    .breadcrumb li a {
      color: #fff; }

.twoColumn .innerPage aside {
  width: 260px;
  float: left;
  padding-right: 0;
  position: relative; }
  .twoColumn .innerPage aside .aside-navbar-toggle {
    position: absolute;
    left: 0;
    top: 10px; }
    .twoColumn .innerPage aside .aside-navbar-toggle span {
      display: block;
      width: 30px !important;
      background: #c52033;
      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: #c52033; }
  @media only screen and (max-width: 767px) {
    .twoColumn .innerPage aside {
      width: 100%;
      padding-top: 50px; } }
  @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 0px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 10px 13px;
    padding-left: 15px;
    background: #fff; }
    .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: #c52033;
      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; }

.twoColumn .innerPage .container {
  background: #fff;
  width: calc(100% - 260px);
  float: left;
  padding: 15px; }
  @media only screen and (max-width: 767px) {
    .twoColumn .innerPage .container {
      width: 100%; } }

.filterCategory {
  text-align: right;
  margin-bottom: 30px;
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    .filterCategory {
      text-align: left; } }
  .filterCategory ul {
    background: rgba(197, 32, 51, 0.8);
    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;
        color: #fff; }
        .filterCategory ul li a:hover {
          color: #ccc; }
        @media only screen and (max-width: 767px) {
          .filterCategory ul li a {
            background: #676565;
            font-size: 12px;
            padding: 8px;
            color: #fff; } }
      .filterCategory ul li:hover a {
        background: #fff;
        color: #c52033; }
      .filterCategory ul li.active a {
        background: #c52033;
        color: #fff; }

.catalogue .coverBanner {
  background: url(../images/store-header-bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 125px 0;
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 0px 10px #000; }

.catalogue .product {
  margin-bottom: 30px;
  height: 350px; }
  .catalogue .product .inner {
    background: #fff;
    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;
    -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 60px 20px #e1e1e1;
      -khtml-box-shadow: 0px 0px 60px 20px #e1e1e1;
      -moz-box-shadow: 0px 0px 60px 20px #e1e1e1;
      -ms-box-shadow: 0px 0px 60px 20px #e1e1e1;
      -o-box-shadow: 0px 0px 60px 20px #e1e1e1;
      box-shadow: 0px 0px 60px 20px #e1e1e1;
      margin-top: -5px; }
    .catalogue .product .inner .image {
      height: 300px;
      text-align: center;
      overflow: hidden; }
      .catalogue .product .inner .image img {
        height: 80%;
        margin: 10% 0; }
    .catalogue .product .inner .title {
      padding: 10px;
      color: #666;
      font-size: 14px;
      line-height: 20px;
      height: 55px; }
    .catalogue .product .inner .price {
      position: absolute;
      top: 0;
      right: 0;
      background: #c52033;
      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 .inner {
  background: #fff;
  padding: 30px; }

.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; }
    .catalogue.productDetail .information .inner h1 {
      font-size: 32px;
      margin-bottom: 20px;
      color: #000;
      padding-right: 150px; }
      @media only screen and (max-width: 767px) {
        .catalogue.productDetail .information .inner h1 {
          padding-right: 0;
          margin-top: 50px; } }
    .catalogue.productDetail .information .inner .price {
      background: #c52033;
      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; }
    .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; }
      .catalogue.productDetail .information .inner .saleButtons button {
        border: solid 3px #c52033;
        padding: 20px 40px;
        color: #c52033;
        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: #c52033;
          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: #c52033;
        display: block;
        color: #fff;
        padding: 5px;
        font-size: 12px; }
      .catalogue.productDetail .information .inner .qty input {
        font-size: 24px;
        border: solid 2px #c52033;
        width: 100%;
        height: 40px;
        text-align: center;
        color: #c52033; }
    .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: #f20000; }
    .catalogue.productDetail .information .inner .shareThis {
      background: #c52033;
      padding: 15px; }
      .catalogue.productDetail .information .inner .shareThis b {
        display: block;
        margin-bottom: 10px;
        color: #fff; }
      .catalogue.productDetail .information .inner .shareThis a {
        font-size: 12px;
        display: inline-block;
        margin-right: 20px;
        color: #fff; }
        .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;
  background: #fafafa;
  padding: 15px; }

.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: #c52033;
  font-size: 12px;
  font-style: italic; }

.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: #c52033; }
  .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: #c52033; }

.profile.messageDetail .messageDetails {
  padding: 15px;
  background: #f6f7f6; }
  .profile.messageDetail .messageDetails .title {
    background: #676565;
    color: #fff;
    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: #676565;
      color: #fff;
      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 .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: #c52033;
        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: #c52033; }

.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: #9ec45b;
    display: block;
    margin: 10px 0; }

.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: #f6f7f6; }
    .profile.orders article.titles .box {
      height: 40px;
      font-size: 12px; }
  .profile.orders article .box {
    height: 60px;
    font-size: 14px;
    border-right: solid 1px #f6f7f6; }
    .profile.orders article .box img {
      height: 40px;
      width: auto;
      margin: 0 auto; }
    .profile.orders article .box .vertical {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .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; }

#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: #c52033;
      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; }

.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: #c52033;
    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 #c52033; }
    .events article .date b {
      background: #c52033;
      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: #c52033; }
      .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; }
  .basketBox .topTitle {
    background: #c52033;
    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; }
    .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 .container {
  background: #fff; }

.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: #ddd; }

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

.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: #ddd;
  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: #fff;
  border: 1px solid #f35b3f;
  color: #f35b3f;
  line-height: 38px; }

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

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

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

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

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

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

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

.checkout .rewards .topTitle {
  background: #c52033;
  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: #9ec45b;
      color: #fff; }
    .checkout .checkoutRight .pointView.remainingScore {
      background: #676565;
      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 .submitCheckout {
    text-align: right; }
    .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;
      -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: 20px; }
      .checkout .checkoutRight .submitCheckout button i {
        margin-right: 15px; }
      .checkout .checkoutRight .submitCheckout button:hover {
        background: #c52033; }

.checkout.success {
  min-height: 600px; }
  .checkout.success .inner {
    text-align: center;
    margin-top: 150px; }
    @media only screen and (max-width: 767px) {
      .checkout.success .inner {
        margin-top: 50px; } }
    .checkout.success .inner .icon {
      font-size: 100px;
      color: #9ec45b;
      margin-top: 140px; }
      @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 {
  margin-top: 120px; }
  .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; }
        .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; }
      .news article .inner .desc, .relatedNews article .inner .desc {
        padding: 15px;
        height: 140px;
        overflow: hidden;
        font-size: 14px;
        color: #999; }
    .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-right: 0; } }
    .news article.big .desc, .relatedNews article.big .desc {
      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-right: 0; } }
    .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 .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: #c52033;
      background: #fff;
      padding: 10px; }
    .calendarDetail .dateClock .date b {
      display: block;
      background: #c52033;
      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: #c52033; }
    .calendarDetail .dateClock .time span {
      font-size: 12px;
      display: block;
      text-align: center;
      background: #000;
      color: #fff;
      padding: 8px;
      margin-top: 1px; }

@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: #000;
  margin-top: 0; }
  @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: #c52033;
      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 .joinEvent:hover {
    background: #c52033;
    color: #fff;
    width: 90%; }

.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 {
  background: #fff;
  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; }
  .contentPage aside nav ul li {
    padding: 15px 10px;
    position: relative; }
    .contentPage aside nav ul li.active {
      background: #c52033; }
      .contentPage aside nav ul li.active a {
        color: #fff; }
      .contentPage aside nav ul li.active span {
        color: #fff; }
    .contentPage aside nav ul li a {
      font-size: 14px;
      line-height: 20px; }
    .contentPage aside nav ul li span {
      position: absolute;
      right: 15px;
      top: 15px;
      -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; }
    .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 img {
    margin-right: 15px; }
  .contentPage .contentArea .banner {
    text-align: center; }
    .contentPage .contentArea .banner img {
      margin: 0 auto; }
  .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;
  colo: #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: #c52033;
      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 article {
  margin-bottom: 30px; }
  .RewardBrands article .logo {
    text-align: center;
    padding: 15px 0;
    background: #fff; }
    .RewardBrands article .logo img {
      height: 200px;
      margin: 0 auto;
      padding: 0;
      display: block; }

.RewardBrandDetail aside .logo {
  background: #c52033;
  padding: 15px 0 15px 15px; }
  .RewardBrandDetail aside .logo img {
    width: 100%; }

.RewardBrandDetail aside .otherLogos {
  background: #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; }
  .RewardBrandDetail aside .otherLogos h3 {
    margin-top: 20px;
    font-weight: 700;
    color: #c52033;
    font-size: 12px;
    padding: 15px; }
  .RewardBrandDetail aside .otherLogos .logos .carousel-indicators {
    bottom: -20px; }
  .RewardBrandDetail aside .otherLogos .logos article {
    padding: 5px; }
    .RewardBrandDetail aside .otherLogos .logos article .brand {
      background: #fff;
      text-align: center;
      padding: 10px 0; }
      .RewardBrandDetail aside .otherLogos .logos article .brand img {
        height: 50px;
        margin: 0 auto; }

.RewardBrandDetail .innerPage .container {
  background: #c52033; }

.RewardBrandDetail .content {
  background: #c52033;
  line-height: 22px;
  font-size: 14px;
  color: #fff; }

.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(197, 32, 51, 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 {
  background: #fff;
  padding-bottom: 20px;
  padding-top: 15px; }
  .documents article .image {
    height: 200px;
    overflow: hidden; }
    .documents article .image .inner {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .documents article .title {
    margin-top: 10px;
    font-size: 14px;
    height: 40px;
    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; } }
