/*!
 * Copyright 2017 Immediatic S.r.l.
 */
/*
@mixin media($type) {
  
    @if $type == tablet {
  
      @media only screen and (min-width:768px) and (max-width:991px) {
        @content;
      }
  
    }
    @else if $type == mobile {
  
      @media only screen and (max-width:767px) {
        @content;
      }
  
    }
  
  }
  */
/*
************************************************************************************************************************
*/
@-webkit-keyframes spin-animation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-moz-keyframes spin-animation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-o-keyframes spin-animation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes spin-animation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes lateral-bouncing-animation {
  0% {
    margin-left: calc(50% - 38px); }
  50% {
    margin-left: calc(50% - 32px); }
  100% {
    margin-left: calc(50% - 38px); } }
@-moz-keyframes lateral-bouncing-animation {
  0% {
    margin-left: calc(50% - 38px); }
  50% {
    margin-left: calc(50% - 32px); }
  100% {
    margin-left: calc(50% - 38px); } }
@-o-keyframes lateral-bouncing-animation {
  0% {
    margin-left: calc(50% - 38px); }
  50% {
    margin-left: calc(50% - 32px); }
  100% {
    margin-left: calc(50% - 38px); } }
@keyframes lateral-bouncing-animation {
  0% {
    margin-left: calc(50% - 38px); }
  50% {
    margin-left: calc(50% - 32px); }
  100% {
    margin-left: calc(50% - 38px); } }
@keyframes animatedBackground {
  from {
    background-position: 0 0; }
  to {
    background-position: 800px 0; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*!
 * Copyright 2017 Immediatic S.r.l.
 */
/* ------ iCheck customizations ------ */
.icheckbox_immediatic,
.iradio_immediatic {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("../images/icheck.8b18b4379133.png") no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_immediatic {
  background-position: 0 0; }

.icheckbox_immediatic.hover {
  background-position: -24px 0; }

.icheckbox_immediatic.checked {
  background-position: -48px 0; }

.icheckbox_immediatic.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_immediatic.checked.disabled {
  background-position: -96px 0; }

.iradio_immediatic {
  background-position: -120px 0; }

.iradio_immediatic.hover {
  background-position: -144px 0; }

.iradio_immediatic.checked {
  background-position: -168px 0; }

.iradio_immediatic.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_immediatic.checked.disabled {
  background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_immediatic,
  .iradio_immediatic {
    background-image: url("../images/icheck@2x.3a69a057856c.png");
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }
/* ------------------------------------ */
* {
  font-family: "Hind", sans-serif; }
  *:focus {
    outline: none !important; }
  * *[hidden] {
    display: none; }

a {
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  color: #d30040;
  text-decoration: none; }
  a:hover {
    color: #d30040;
    text-decoration: none;
    cursor: pointer; }

.container {
  max-width: 990px;
  padding: 0 15px; }

.content-container {
  min-height: calc(100vh - 160px); }
  .content-container > .container {
    padding: 15px; }

.navbar-expand-lg {
  padding-top: 0;
  padding-bottom: 0; }

.navbar {
  background: #141414;
  width: 100%;
  margin: 0 auto; }
  .navbar .navbar-brand {
    padding: 20px; }
  .navbar a {
    color: #f7f7f7; }
    .navbar a:hover {
      color: #d30040; }
  .navbar .navbar-toggler {
    position: relative; }
    .navbar .navbar-toggler:focus, .navbar .navbar-toggler :hover {
      outline: 0; }
  .navbar .navbar-toggler span {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    display: block;
    background-color: #f7f7f7;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    position: relative;
    left: 0;
    opacity: 1; }
  .navbar .navbar-toggler span:nth-child(1),
  .navbar .navbar-toggler span:nth-child(3) {
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out; }
  .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    left: 12px;
    top: 10px;
    opacity: 0.9; }
  .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent; }
  .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    position: absolute;
    left: 12px;
    top: 10px;
    opacity: 0.9; }

.logo-style {
  font-family: 'Dosis', sans-serif;
  font-size: 50px;
  color: #d30040; }

.nav-item {
  font-size: 12px; }

.img-head {
  height: 370px;
  height: 50vh;
  background: url("../images/4e50-img.ea25f5d2d0f1.jpg");
  background-size: cover;
  background-position: center; }

.btn {
  transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  background-color: #d30040;
  color: #f7f7f7;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 30px 12px 30px; }
  .btn:hover {
    background-color: #141414;
    cursor: pointer; }

.btn-inv {
  transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  color: #d30040;
  background-color: #141414;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px 12px;
  display: inline-block; }
  .btn-inv:hover {
    background-color: #d30040;
    color: #f7f7f7; }

.btn-gry {
  transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  color: #ffffff;
  background-color: #727272;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 31.92px 12px 31.92px;
  display: inline-block; }
  .btn-gry:hover {
    background-color: #141414;
    color: #ffffff;
    cursor: pointer; }

.sez-link {
  padding: 28px;
  text-align: center; }
  .sez-link.coming-soon-sez {
    min-height: calc(100vh - 190px); }
  .sez-link .col-md-6 {
    padding: 28px 15px; }
  .sez-link h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 40px;
    margin-bottom: 0; }
  .sez-link p {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 1.3; }
  .sez-link img.img-uno {
    display: block;
    padding-top: 88px;
    padding-bottom: 71px; }
  .sez-link img.img-due {
    padding-top: 54px;
    padding-bottom: 50px;
    display: block; }
  .sez-link .abb-offer {
    padding-bottom: 20px; }
    .sez-link .abb-offer .col {
      padding: 0; }
    .sez-link .abb-offer .sold {
      color: #d30040;
      text-transform: initial;
      font-size: 18px; }
    .sez-link .abb-offer span {
      text-transform: uppercase;
      font-size: 13px; }
      .sez-link .abb-offer span.gratis {
        position: relative; }
        .sez-link .abb-offer span.gratis::after {
          height: 66px;
          width: 55px;
          background: url("../images/4e50-gift.088abe70b6bc.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          content: '';
          position: absolute;
          bottom: -25px;
          right: -70px; }
        .sez-link .abb-offer span.gratis.it::after {
          background-image: url("../images/4e50-gift-it.f05fbf351c08.png"); }
  .sez-link span {
    text-transform: uppercase; }

.footer {
  background: #141414;
  font-family: "Dosis", sans-serif;
  margin: 0 auto;
  padding: 28px;
  color: #f7f7f7; }
  .footer .logo-container {
    text-align: left; }
  .footer .footer-links-container {
    text-align: right; }
  .footer .footer-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline; }
    .footer .footer-links li {
      display: inline-block; }
    @media screen and (min-width: 889px) {
      .footer .footer-links li::after {
        content: '/';
        color: #f7f7f7;
        font-family: "Hind", sans-serif;
        font-weight: 300;
        font-size: 12px;
        display: inline-block;
        padding: 0 2px 0 6px; }
      .footer .footer-links li:last-child::after {
        content: '';
        padding: 0; } }
    @media screen and (max-width: 887px) {
      .footer .footer-links {
        text-align: center; }
        .footer .footer-links li {
          display: block;
          padding: 3px; }
          .footer .footer-links li:last-child {
            padding-bottom: 0; } }
  .footer .language-selectors-links {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0;
    display: inline; }
    .footer .language-selectors-links li {
      display: inline-block; }
    .footer .language-selectors-links a img:hover {
      transform: scale(1.5);
      -moz-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      -o-transform: scale(1.5);
      -ms-transform: scale(1.5); }
    @media screen and (min-width: 868px) {
      .footer .language-selectors-links a img {
        padding-top: 2px;
        padding-bottom: 4px; } }
    .footer .language-selectors-links img.disabled {
      opacity: 0.5;
      filter: alpha(opacity=50); }
      .footer .language-selectors-links img.disabled:hover {
        cursor: not-allowed; }
    @media screen and (max-width: 887px) {
      .footer .language-selectors-links {
        margin: 0 auto;
        padding: 10px 0 0;
        text-align: center;
        display: block; }
        .footer .language-selectors-links li {
          margin: 0 10px; } }
  .footer img {
    display: inline; }
    @media screen and (max-width: 887px) {
      .footer img {
        display: block;
        margin: 5px auto 10px; } }
  .footer a {
    color: #f7f7f7;
    font-size: 12px; }
    .footer a:hover {
      color: #d30040; }

.breadcrumb {
  font-family: "Hind", sans-serif;
  font-size: 13px;
  background-color: transparent;
  padding: 6px; }

.form-control {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border-radius: 0;
  border: 1px solid #ffffff;
  font-size: 16px;
  padding: 20px 0 20px 15px;
  margin: 0 auto; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.7); }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.7); }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.7); }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.7); }
  .form-control:focus {
    border: 1px solid #d30040; }

.form-group.has-error .form-control {
  border: 1px solid #ff0026; }

.form-group {
  margin-bottom: 14px; }
  .form-group input.checkbox {
    border-radius: 0;
    border: 1px solid #ffffff; }

.form-check {
  text-align: left;
  margin-bottom: 14px; }

.form-check-label {
  padding-left: 0;
  font-size: 12px; }
  .form-check-label > div {
    margin-right: 5px; }

.registration-body {
  color: #ffffff;
  text-transform: initial;
  text-align: center; }
  .registration-body .content-container {
    background-image: url("../images/4e50-sfondo.e4b3589785e0.jpg");
    background-position: center;
    background-size: cover;
    padding: 40px; }
    @media screen and (max-width: 476px) {
      .registration-body .content-container {
        padding: 0;
        padding-top: 10px; } }
    .registration-body .content-container h1 {
      font-family: "Dosis", sans-serif;
      color: #d30040;
      font-weight: 300;
      padding: 40px;
      font-size: 90px;
      margin-bottom: 0; }
    .registration-body .content-container p {
      font-size: 18px;
      margin: 0;
      padding-bottom: 20px; }
    .registration-body .content-container h2 {
      text-transform: uppercase;
      font-size: 22px;
      padding: 14px 0 39px;
      margin: 0; }
    .registration-body .content-container h3 {
      text-transform: uppercase;
      font-size: 22px;
      padding: 79px 0 39px;
      margin: 0; }
      .registration-body .content-container h3 span {
        padding-left: 17px;
        cursor: pointer; }
    .registration-body .content-container .form-control {
      background: transparent; }
      .registration-body .content-container .form-control.checkbox {
        background: transparent; }
    .registration-body .content-container form {
      margin: 0 auto;
      max-width: 500px; }
      .registration-body .content-container form::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.7); }
      .registration-body .content-container form::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.7); }
      .registration-body .content-container form:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(255, 255, 255, 0.7); }
      .registration-body .content-container form:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(255, 255, 255, 0.7); }
      .registration-body .content-container form input[type=text], .registration-body .content-container form input[type="password"], .registration-body .content-container form input[type=email] {
        color: #ffffff; }
      .registration-body .content-container form p {
        text-align: right;
        padding-top: 8px;
        font-size: 13px; }
    .registration-body .content-container button.btn {
      display: block;
      margin: 0 auto;
      margin-top: 25px;
      margin-bottom: 45px; }
    .registration-body .content-container hr {
      height: 1px;
      max-width: 315px;
      background-color: #ffffff;
      margin-bottom: 43px; }

.account-body .content-container {
  padding: 25px;
  background: url("../images/4e50-sfondo2.13ad30c4e276.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  @media screen and (max-width: 476px) {
    .account-body .content-container {
      padding: 0; } }
  .account-body .content-container h1 {
    text-align: center;
    font-family: "Dosis", sans-serif;
    color: #d30040;
    padding: 26px;
    font-size: 24px; }
  .account-body .content-container h2 {
    text-align: center;
    font-family: "Dosis", sans-serif;
    color: #141414;
    padding-top: 26px;
    font-size: 24px; }
  .account-body .content-container h3 {
    text-align: center;
    font-family: "Dosis", sans-serif;
    padding-top: 25px;
    font-size: 24px; }
  .account-body .content-container .account {
    padding: 25px 50px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .account-body .content-container .account {
        padding-right: 0; } }
    .account-body .content-container .account .avatar {
      border-radius: 50%;
      border: 2px solid #d30040;
      width: 112px;
      height: 112px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      display: block; }
    .account-body .content-container .account a.cng-pic {
      position: relative;
      display: inline-block; }
      .account-body .content-container .account a.cng-pic::before {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        content: "\f030";
        font: normal normal normal 2em/1 FontAwesome;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        left: 50%;
        margin-left: -17px;
        color: #d30040; }
      .account-body .content-container .account a.cng-pic:hover {
        display: inline-block;
        text-rendering: auto;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #727272; }
        .account-body .content-container .account a.cng-pic:hover::before {
          -moz-opacity: 1;
          -khtml-opacity: 1;
          -webkit-opacity: 1;
          opacity: 1; }
    .account-body .content-container .account td {
      padding-right: 40px; }
    .account-body .content-container .account p {
      font-family: "Dosis", sans-serif;
      margin: 0;
      padding-top: 20px; }
      .account-body .content-container .account p a {
        display: block;
        font-size: 13px;
        line-height: 14px;
        cursor: pointer; }
        .account-body .content-container .account p a:hover {
          color: #141414; }
    .account-body .content-container .account span {
      font-weight: bold; }
    @media screen and (max-width: 767px) {
      .account-body .content-container .account {
        padding-left: 0;
        text-align: center; }
        .account-body .content-container .account table {
          margin: 0 auto;
          margin-top: 20px; }
          .account-body .content-container .account table td {
            padding-right: 5px;
            text-align: left; } }
  .account-body .content-container .account-seller {
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 15px; }
    .account-body .content-container .account-seller ul {
      list-style-type: none;
      margin: 0 auto;
      padding: 0;
      width: 100%; }
      .account-body .content-container .account-seller ul li {
        display: inline-block;
        vertical-align: top;
        padding: 25px 15px;
        width: 100%; }
        @media screen and (min-width: 576px) {
          .account-body .content-container .account-seller ul li {
            width: 50%;
            float: left; } }
        @media screen and (min-width: 992px) {
          .account-body .content-container .account-seller ul li {
            width: 25%; } }
        .account-body .content-container .account-seller ul li img.avatar {
          border-radius: 50%;
          border: 2px solid #d30040;
          width: 112px;
          height: 112px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          display: block;
          margin: 0 auto;
          margin-bottom: 18px; }
        .account-body .content-container .account-seller ul li a:not(.btn-gry) {
          font-size: 13px;
          line-height: 14px;
          cursor: pointer; }
        .account-body .content-container .account-seller ul li span {
          font-weight: bold;
          display: block; }
        .account-body .content-container .account-seller ul li a > i {
          padding-right: 10px; }
        .account-body .content-container .account-seller ul li i:not(.fa) {
          color: #727272; }
  .account-body .content-container .colSell {
    text-align: right; }
    @media screen and (max-width: 1203px) and (min-width: 768px) {
      .account-body .content-container .colSell {
        padding-top: 20px;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .account-body .content-container .colSell {
        padding-top: 20px;
        width: 100%;
        text-align: center; } }
  .account-body .content-container .colSell2 {
    width: 100%;
    text-align: left; }
    @media screen and (max-width: 867px) {
      .account-body .content-container .colSell2 {
        display: block;
        text-align: center;
        margin: 0 auto; } }
  .account-body .content-container div > a.aSell {
    display: block;
    font-size: 13px;
    line-height: 14px;
    cursor: pointer;
    margin-top: 30px; }
    .account-body .content-container div > a.aSell:hover {
      color: #141414; }
  .account-body .content-container i.fa {
    font-size: 20px;
    padding-left: 10px; }
    .account-body .content-container i.fa:hover {
      cursor: pointer;
      color: #727272; }
  .account-body .content-container a.btnSell2 {
    margin: 25px 25px; }
  .account-body .content-container hr {
    height: 1px;
    max-width: 100%;
    background-color: #d30040;
    margin: 25px; }
  .account-body .content-container .part {
    display: block;
    padding: 20px; }
  .account-body .content-container .abb-offer {
    text-align: center;
    padding-top: 58px; }
    .account-body .content-container .abb-offer .sold {
      color: #d30040;
      text-transform: initial;
      font-size: 18px; }
    .account-body .content-container .abb-offer p {
      font-weight: 700;
      font-size: 18px;
      margin: 0;
      padding: 30px; }
    .account-body .content-container .abb-offer span {
      text-transform: uppercase;
      font-size: 13px; }
      .account-body .content-container .abb-offer span.gratis {
        position: relative; }
        .account-body .content-container .abb-offer span.gratis::after {
          height: 66px;
          width: 50px;
          background-image: url("../images/4e50-gift.088abe70b6bc.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          content: '';
          position: absolute;
          bottom: -18px;
          right: -59px; }
        .account-body .content-container .abb-offer span.gratis.it::after {
          background-image: url("../images/4e50-gift-it.f05fbf351c08.png"); }
  .account-body .content-container h2 span {
    color: #141414; }
  .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; }
    .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) input[type=text], .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) input[type="password"], .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) input[type=email] {
      color: #141414; }
    .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) .form-control {
      background: transparent;
      border: 1px solid #d30040; }
      .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(20, 20, 20, 0.7); }
      .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(20, 20, 20, 0.7); }
      .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(20, 20, 20, 0.7); }
      .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(20, 20, 20, 0.7); }
      .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) .form-control:focus {
        border: 1px solid #141414; }
    .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) .form-group.has-error .form-control {
      border: 1px solid #ff0026; }
    .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) button.btn-default {
      margin: 40px; }
    .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) #id_new_password1 {
      border-right: 0; }
    .account-body .content-container form:not(.frmSell):not(.chat-form):not(.toAll):not(.hjFrm) .help-block {
      padding-top: 10px;
      font-size: 13px;
      text-align: right;
      color: #ff0026; }
  .account-body .content-container div > form.frmSell {
    padding-top: 50px; }
    .account-body .content-container div > form.frmSell label.control-label {
      font-weight: bold; }
      .account-body .content-container div > form.frmSell label.control-label.col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%; }
        @media screen and (max-width: 867px) {
          .account-body .content-container div > form.frmSell label.control-label.col-md-3 {
            -webkit-box-flex: inherit;
            -ms-flex: inherit;
            flex: inherit;
            max-width: inherit; } }
    .account-body .content-container div > form.frmSell .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 30px; }
      @media screen and (max-width: 867px) {
        .account-body .content-container div > form.frmSell .form-group {
          display: inline-block;
          width: 100%; } }
    .account-body .content-container div > form.frmSell input.form-control {
      width: 350px; }
      @media screen and (max-width: 867px) {
        .account-body .content-container div > form.frmSell input.form-control {
          width: 100%; } }
    .account-body .content-container div > form.frmSell div.col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      @media screen and (max-width: 867px) {
        .account-body .content-container div > form.frmSell div.col-md-9 {
          -webkit-box-flex: inherit;
          -ms-flex: inherit;
          flex: inherit;
          max-width: inherit; } }
.account-body .form-control {
  background: transparent;
  border: 1px solid #d30040; }
  .account-body .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(20, 20, 20, 0.7); }
  .account-body .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(20, 20, 20, 0.7); }
  .account-body .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(20, 20, 20, 0.7); }
  .account-body .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(20, 20, 20, 0.7); }
  .account-body .form-control:focus {
    border: 1px solid #141414; }

form.toAll button {
  margin: inherit; }

span.input-group-addon {
  background-color: transparent;
  border: 1px solid #d30040;
  border-left: 0;
  border-radius: 0;
  cursor: pointer;
  color: #141414; }
  span.input-group-addon:hover {
    color: #d30040; }
  span.input-group-addon .fa {
    background-color: transparent;
    width: 50px; }

div.modal {
  font-family: "Hind", sans-serif;
  color: #727272; }
  div.modal .modal-content {
    border: 0;
    border-radius: 0; }
  div.modal .modal-header {
    padding: 17px;
    border: 0;
    height: 70px; }
    div.modal .modal-header h2 {
      margin: 0;
      padding: 0;
      font-family: "Hind", sans-serif;
      color: #d30040; }
    div.modal .modal-header button.close {
      margin: 8.5px;
      padding: 8.5px; }
      div.modal .modal-header button.close:hover {
        color: #d30040;
        cursor: pointer; }
  div.modal .modal-body {
    padding-top: 0; }
    div.modal .modal-body ul {
      text-align: justify;
      color: #141414;
      font-size: 14px;
      padding-left: 20px;
      margin-bottom: 0; }
    div.modal .modal-body textarea.form-control {
      overflow-y: hidden;
      resize: vertical;
      padding-left: 15px; }
  div.modal div.modal-footer button.send {
    margin: 0; }

section {
  width: 100%;
  margin: 40px auto;
  background: transparent;
  padding: 10px 15px 20px 15px; }

.chat-box .chat-title {
  height: 85px;
  padding: 5px;
  border-bottom: 1px solid #141414; }
  .chat-box .chat-title img {
    margin: 0;
    color: #333;
    display: inline;
    width: 65px;
    border-radius: 50%;
    background-color: #f3f3f3; }
  .chat-box .chat-title span {
    padding-left: 10px; }
.chat-box .chat-seller {
  height: 50px; }
.chat-box .chat-message {
  height: 500px;
  position: relative; }
  .chat-box .chat-message ul {
    list-style: none;
    padding: 0;
    margin: 15px;
    bottom: 0; }
    .chat-box .chat-message ul li {
      margin: 10px 0 0 0;
      font-weight: 300; }
      .chat-box .chat-message ul li .date {
        font-size: 14px;
        color: #a6a6a6; }
      .chat-box .chat-message ul li .message {
        display: block;
        padding: 10px;
        position: relative;
        color: #141414;
        font-size: 15px; }
        .chat-box .chat-message ul li .message:before {
          content: '';
          position: absolute;
          border-top: 16px solid #d30040;
          border-left: 16px solid transparent;
          border-right: 16px solid transparent; }
        .chat-box .chat-message ul li .message:after {
          content: '';
          position: absolute;
          top: 0;
          border-left: 17px solid transparent;
          border-right: 17px solid transparent; }
        .chat-box .chat-message ul li .message p {
          margin: 0;
          padding: 5px !important;
          transition: all 0.1s;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          word-wrap: break-word;
          line-height: 120%;
          font-size: 12px; }
          .chat-box .chat-message ul li .message p span {
            font-weight: normal !important; }
          .chat-box .chat-message ul li .message p i {
            font-weight: 300;
            font-style: italic;
            font-size: 11px; }
    .chat-box .chat-message ul li.sender .message {
      margin: 0 15px 0 calc(20% - 15px);
      background-color: #ffffff;
      text-align: right;
      width: 80%; }
      .chat-box .chat-message ul li.sender .message p {
        font-weight: normal; }
      .chat-box .chat-message ul li.sender .message:before {
        border-top: 16px solid #ffffff;
        margin: -9px -16px 0 0;
        right: 0; }
      .chat-box .chat-message ul li.sender .message:after {
        content: '';
        right: 0;
        margin: 0 -15px 0 0;
        border-top: 17px solid #ffffff; }
    .chat-box .chat-message ul li.receiver .message {
      margin: 0 0 0 15px;
      background-color: #d30040;
      color: #ffffff;
      text-align: left;
      width: 80%; }
      .chat-box .chat-message ul li.receiver .message p {
        font-weight: normal; }
      .chat-box .chat-message ul li.receiver .message:before {
        margin: -10px 0 0 -16px;
        left: 0; }
      .chat-box .chat-message ul li.receiver .message:after {
        content: '';
        left: 0;
        margin: 0 0 0 -15px; }
.chat-box .chat-form {
  margin-top: 30px; }
  .chat-box .chat-form textarea.form-control {
    width: 100%;
    background-color: transparent;
    border: 1px solid #141414;
    padding: 15px 0 15px 15px;
    overflow-y: hidden;
    height: 52px !important; }
    .chat-box .chat-form textarea.form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(20, 20, 20, 0.7); }
    .chat-box .chat-form textarea.form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(20, 20, 20, 0.7); }
    .chat-box .chat-form textarea.form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(20, 20, 20, 0.7); }
    .chat-box .chat-form textarea.form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(20, 20, 20, 0.7); }
  .chat-box .chat-form button.btn {
    padding: 15px 20px 15px;
    background-color: #141414;
    min-width: 141px;
    max-height: 52px;
    text-align: center; }
    .chat-box .chat-form button.btn:hover {
      background-color: #d30040; }
    .chat-box .chat-form button.btn i {
      padding-left: 0; }
  @media screen and (max-width: 476px) {
    .chat-box .chat-form span.input-group-btn {
      display: block;
      margin-top: 0;
      padding-top: 30px;
      text-align: center; } }

div.hijacked-warning span {
  padding-top: 12px !important;
  padding-left: 10px !important; }
div.hijacked-warning div.hijacked-warning-controls form > button.django-hijack-button-default {
  margin: 10px; }
@media screen and (max-width: 576px) {
  div.hijacked-warning .hijacked-warning-controls-pull-right {
    float: none;
    margin: 0 auto; }
  div.hijacked-warning span {
    display: block;
    float: none !important; } }

.blockUI {
  padding: 20px;
  margin: 20px;
  width: 30%;
  top: 40%;
  left: 35%;
  text-align: center;
  font-family: "Dosis", sans-serif;
  color: #727272;
  border: none;
  background-color: #ffffff;
  cursor: wait; }
  .blockUI h1 {
    color: #d30040;
    font-family: "Dosis", sans-serif; }
  .blockUI i {
    font-size: 30px;
    margin-top: 10px; }

.simplebar-content {
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  min-height: 100%; }

#noMsg {
  display: inline;
  padding-top: 30px;
  font-style: italic; }

em {
  color: #ff0026;
  text-transform: uppercase; }

.modalH2 {
  font-family: "Hind", sans-serif;
  color: #d30040;
  text-transform: none !important;
  font-size: 22px !important; }

.clock-container {
  width: 100%;
  margin: 45px auto 50px; }

.clock-container .countdown-container {
  height: 165px; }

.clock-container .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #d30040;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 146px;
  width: 100px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.clock-container .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 3.6em;
  line-height: 250%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat; }

.clock-container .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.clock-container .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.clock-container .label {
  font-size: 16px;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 150px;
  width: 100%; }

/* Animation start */
.clock-container .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3; }

.clock-container .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2; }

/* Animation end */
.clock-container .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

.clock-container .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg); }

@media screen and (max-width: 48em) {
  .clock-container {
    width: 100%; }

  .clock-container .countdown-container {
    height: 100px; }

  .clock-container .time {
    height: 70px;
    width: 48px; }

  .clock-container .count {
    font-size: 1.5em;
    line-height: 70px; }

  .clock-container .label {
    font-size: 0.8em;
    top: 72px; } }
h1.coming-soon-title {
  font-family: "Dosis", sans-serif;
  text-align: center;
  width: 100%;
  color: #d30040;
  font-size: 3.5em; }

.jumbotron-immediatic {
  max-width: 750px;
  margin: 55px auto 25px;
  background: #d6d6d6;
  padding: 25px; }
  @media screen and (max-width: 768px) {
    .jumbotron-immediatic {
      margin: 25px auto;
      padding: 15px; } }
  .jumbotron-immediatic p {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px; }
    .jumbotron-immediatic p a {
      transition: font-weight 0.3s;
      -webkit-transition: font-weight 0.3s;
      -moz-transition: font-weight 0.3s;
      -o-transition: font-weight 0.3s;
      font-weight: 700; }

/*# sourceMappingURL=4e50.css.map */
