﻿/*primary text color*/
/*icons hover*/
/*icons normal*/
/*row hover*/
/*header bg*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.caps {
  font-variant: small-caps;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .full-bg {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .full-bg {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* 
 * Quango Platform
 *
 * ===============================================
 * Table of Contents
 * ===============================================
 *
 * 1. loading animation
 * 2. general layout  
 * 3. Top bar  
 */
/* #region (1) loading animation 
================================================== */
body {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #1c1c1c;
}
body[disabled] {
  background-color: transparent !important;
}
body.generalloading {
  overflow: hidden;
}
#generalloading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 1000000;
  text-align: center;
  vertical-align: middle;
  background: #1a1c1f;
}
#generalloading #dots {
  position: absolute;
  top: 50%;
  height: 100px;
  margin-top: -50px;
  width: 100%;
}
.revelator-logo {
  visibility: hidden;
}
/*#endregion*/
/* #region (2) general layout
================================================== */
.main-container {
  margin: 0;
  max-width: none;
  padding: 0;
  height: 100%;
}
.main {
  height: 100%;
}
.view-previous-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.5;
  /*display: block;*/
  display: none;
}
.visiblity {
  visibility: visible !important;
}
.no-display {
  display: none !important;
}
.no-padding {
  padding: 0 !important;
}
.cky-modal {
  display: none;
}
.view {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 51px 60px 0;
  background-color: #eeeeee;
  left: 0;
  z-index: 0;
  visibility: hidden;
}
.view.active {
  z-index: 3;
}
.view.active .full-height-bg {
  height: 100%;
  padding: 20%;
  background: white;
  margin: 0 -35px;
}
.view.previous {
  z-index: 1;
}
.view.active,
.view.previous {
  visibility: visible;
  display: block;
  overflow: auto;
}
@media (min-width: 1200px) {
  /*remove navigation header padding top*/
  .view {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .view {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/*view animation*/
.view-previous-exit {
  -webkit-animation: moveToRight 0.3s ease both;
  -moz-animation: moveToRight 0.3s ease both;
  animation: moveToRight 0.3s ease both;
  visibility: visible;
  z-index: 3;
}
.view-exit {
  -webkit-animation: scaleDown 0.3s ease both;
  -moz-animation: scaleDown 0.3s ease both;
  animation: scaleDown 0.3s ease both;
  visibility: visible;
  z-index: 3;
}
.view-enter {
  -webkit-animation: moveFromRight 0.3s ease both;
  -moz-animation: moveFromRight 0.3s ease both;
  animation: moveFromRight 0.3s ease both;
  visibility: visible;
  z-index: 3;
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
}
@keyframes moveFromRight {
  from {
    transform: translateX(100%);
  }
}
@-webkit-keyframes moveToRight {
  from {
    -webkit-transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes moveToRight {
  from {
    -moz-transform: translateX(0%);
  }
  to {
    -moz-transform: translateX(100%);
  }
}
@keyframes moveToRight {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleDown {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
/*****************/
/*Header*/
.view .header,
.generalHeader {
  padding: 30px 60px;
  background-color: white;
  height: 100px;
}
.view .header h2,
.generalHeader h2 {
  font-weight: 500;
}
.view .header.high,
.generalHeader.high {
  height: 200px;
}
.view .header.high .arrow-left-black,
.generalHeader.high .arrow-left-black {
  margin-left: -28px;
  margin-top: 20px;
}
.view .header .header-title,
.generalHeader .header-title {
  width: calc(100% - 150px) !important;
}
.full-height-content {
  height: calc(100% -  100px);
}
/*****************/
/*validation decorate*/
input.has-error,
.selectized.has-error + .selectize-control .selectize-input,
.input-group.has-error {
  /*background: #fef2ef url(../images/icons/x-icon.png) no-repeat 98% center !important;*/
  /*border: 1px solid #fb8c8c !important;*/
  border: 1px solid #ff6460 !important;
}
input.has-error,
select.selectized.has-error + .selectize-control .selectize-input input {
  /*&::-webkit-input-placeholder { 
                   color:#fb8c8c;
                }
                :-moz-placeholder { 
                   color:#fb8c8c;
                }
                ::-moz-placeholder {
                   color:#fb8c8c;            
                }
                :-ms-input-placeholder { 
                   color:#fb8c8c;
                }*/
}
.has-error-text {
  color: #ff6460 !important;
}
.title-has-error.selectize-control.single .selectize-input:before {
  content: attr(title) "* ";
  color: #cecece;
}
/***********************/
.label-danger.highlight-dropdown-text {
  color: white;
}
.label-danger.highlight-dropdown-text:hover {
  color: red;
}
.permissions.table th {
  font-weight: normal;
}
.permissions.table th:nth-child(1) {
  width: 80%;
}
.permissions.table th:nth-child(n+2) {
  text-align: center;
}
.permissions.table tr td:nth-child(n+2) {
  text-align: center;
}
.without-border {
  border: none !important;
}
/*google autocomplete dropdown*/
.pac-container {
  z-index: 1100;
}
.link-cursor {
  cursor: pointer;
}
.notFound-cover {
  background: url(../images/404/404.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.notFound-cover .block-vertically-center {
  padding-left: 120px;
}
.full-height-with-header {
  padding-top: 100px;
}
.full-height-with-header .header {
  margin-top: -100px;
}
.gradient-background {
  background: #1c1c1c;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #1c1c1c 1%, #1c1c1c 37%, #1c1c1c 51%, #1c1c1c 68%, #4611ea 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(1%, #1c1c1c), color-stop(37%, #1c1c1c), color-stop(51%, #1c1c1c), color-stop(68%, #1c1c1c), color-stop(100%, #4611ea));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #1c1c1c 1%, #1c1c1c 37%, #1c1c1c 51%, #1c1c1c 68%, #4611ea 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #1c1c1c 1%, #1c1c1c 37%, #1c1c1c 51%, #1c1c1c 68%, #4611ea 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #1c1c1c 1%, #1c1c1c 37%, #1c1c1c 51%, #1c1c1c 68%, #4611ea 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #e815a8, #6f24ff, #0a72f8, #24e0ff);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#4611ea', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#login-view .gradient-background {
  min-height: 750px;
}
.onLogin.mp-pusher {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.onLogin.mp-pusher .scroller {
  width: 100%;
}
.onLogin.mp-pusher .scroller .view.active {
  position: relative;
  text-align: center;
  padding: 0;
}
.login-container,
.loginas-dialog {
  width: 100%;
  position: absolute;
  top: 0px;
  /*a:hover {
        text-decoration: none;
    }*/
  /* firefox 19+ */
  /* ie */
}
.login-container .checkbox-text,
.loginas-dialog .checkbox-text,
.login-container .checkbox-wrapper,
.loginas-dialog .checkbox-wrapper {
  display: table-cell;
}
.login-container .checkbox-wrapper,
.loginas-dialog .checkbox-wrapper {
  width: 40px;
}
.login-container .checkbox-styled,
.loginas-dialog .checkbox-styled {
  margin-right: 15px;
}
.login-container .checkbox-styled label,
.loginas-dialog .checkbox-styled label {
  background-color: white;
}
.login-container .checkbox-styled input:checked ~ span:before,
.loginas-dialog .checkbox-styled input:checked ~ span:before {
  height: 7px;
  width: 15px;
  margin-top: 4px;
  margin-left: 3px;
}
.login-container input[type="password"],
.loginas-dialog input[type="password"] {
  color: #4611ea !important;
  font-size: 24px !important;
}
.login-container [type="password"]::-webkit-input-placeholder,
.loginas-dialog [type="password"]::-webkit-input-placeholder {
  font-size: 16px;
  padding-top: 3px;
}
.login-container [type="password"]::-moz-placeholder,
.loginas-dialog [type="password"]::-moz-placeholder {
  font-size: 16px;
  padding-top: 3px;
}
.login-container [type="password"]:-ms-input-placeholder,
.loginas-dialog [type="password"]:-ms-input-placeholder {
  font-size: 16px;
  padding-top: 3px;
}
.login-container input[type="password"]:-moz-placeholder,
.loginas-dialog input[type="password"]:-moz-placeholder {
  font-size: 16px;
  padding-top: 3px;
}
.login-container {
  position: relative;
}
.container-wrap-footer {
  min-height: 600px;
  /* height: 100%; */
  /* equal to footer height */
  margin-bottom: -50px;
}
.container-wrap-footer:after {
  content: "";
  display: block;
  height: 50px;
}
.singUp-container {
  width: 100%;
  position: absolute;
  top: 15%;
}
.singUp-container a:hover {
  text-decoration: none;
}
.full-height {
  height: 100%;
}
.top-pad {
  padding-top: 10px;
}
.btn-round {
  border-radius: 50px;
}
.opacity-text {
  color: rgba(255, 255, 255, 0.6) !important;
}
.btn-wide {
  width: 200px !important;
  min-width: 200px !important;
}
.margin-auto {
  margin: auto;
}
.login-block,
.login-block-wide,
.loginas-dialog,
.singUp-container {
  width: 900px;
  margin: auto;
  padding: 0 211px;
  text-align: left;
  color: white;
}
.login-block .title .large,
.login-block-wide .title .large,
.loginas-dialog .title .large,
.singUp-container .title .large {
  font-size: 34px;
}
.login-block .link-text,
.login-block-wide .link-text,
.loginas-dialog .link-text,
.singUp-container .link-text {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 400;
}
.login-block .link-text:hover,
.login-block-wide .link-text:hover,
.loginas-dialog .link-text:hover,
.singUp-container .link-text:hover {
  color: white !important;
  cursor: pointer;
}
.login-block .ui-input:not(textarea),
.login-block-wide .ui-input:not(textarea),
.loginas-dialog .ui-input:not(textarea),
.singUp-container .ui-input:not(textarea) {
  min-height: 50px;
}
.login-block .btn,
.login-block-wide .btn,
.loginas-dialog .btn,
.singUp-container .btn {
  text-transform: initial;
  height: 50px !important;
  width: 180px;
  min-width: 180px;
  line-height: 29px;
  font-size: 16px;
  outline: none;
}
.login-block .btn.btn-white,
.login-block-wide .btn.btn-white,
.loginas-dialog .btn.btn-white,
.singUp-container .btn.btn-white {
  background-color: white !important;
  color: #1c1c1c;
  border: none;
  border-left: solid #1c1c1c 1px;
  z-index: 2;
}
.login-block .btn .ui-input,
.login-block-wide .btn .ui-input,
.loginas-dialog .btn .ui-input,
.singUp-container .btn .ui-input {
  color: #1c1c1c !important;
  background-color: white !important;
}
.login-block .logo,
.login-block-wide .logo,
.loginas-dialog .logo,
.singUp-container .logo,
.login-block .logo2,
.login-block-wide .logo2,
.loginas-dialog .logo2,
.singUp-container .logo2,
.login-block .check-email,
.login-block-wide .check-email,
.loginas-dialog .check-email,
.singUp-container .check-email {
  height: 131px;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: 30px;
}
.login-block .separete-block,
.login-block-wide .separete-block,
.loginas-dialog .separete-block,
.singUp-container .separete-block {
  height: 94px;
  line-height: 11px;
}
.login-block .separete-block div,
.login-block-wide .separete-block div,
.loginas-dialog .separete-block div,
.singUp-container .separete-block div {
  display: inline-block;
  padding: 39px 20px;
  font-size: 14px;
  color: white;
  vertical-align: middle;
}
.login-block .separete-block .separeted-line,
.login-block-wide .separete-block .separeted-line,
.loginas-dialog .separete-block .separeted-line,
.singUp-container .separete-block .separeted-line {
  height: 1px;
  border-bottom: 1px solid white;
  display: inline-block;
  width: 147px;
  opacity: 0.3;
}
.login-block .form-group,
.login-block-wide .form-group,
.loginas-dialog .form-group,
.singUp-container .form-group {
  margin-bottom: 10px;
  /*input {
            &::-webkit-input-placeholder {
                color: white;
            }

            :-moz-placeholder {
                color: white;
            }

            ::-moz-placeholder {
                color: white;
            }

            :-ms-input-placeholder { 
                color: white;
            }
        }*/
}
.login-block .form-group .form-control,
.login-block-wide .form-group .form-control,
.loginas-dialog .form-group .form-control,
.singUp-container .form-group .form-control {
  font-size: 16px;
  color: #1c1c1c;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: white;
  padding-left: 25px;
}
.login-block .form-group .form-control::-webkit-input-placeholder,
.login-block-wide .form-group .form-control::-webkit-input-placeholder,
.loginas-dialog .form-group .form-control::-webkit-input-placeholder,
.singUp-container .form-group .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a8a8a8;
}
.login-block .form-group .form-control:-moz-placeholder,
.login-block-wide .form-group .form-control:-moz-placeholder,
.loginas-dialog .form-group .form-control:-moz-placeholder,
.singUp-container .form-group .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a8a8a8;
}
.login-block .form-group .form-control::-moz-placeholder,
.login-block-wide .form-group .form-control::-moz-placeholder,
.loginas-dialog .form-group .form-control::-moz-placeholder,
.singUp-container .form-group .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a8a8a8;
}
.login-block .form-group .form-control:-ms-input-placeholder,
.login-block-wide .form-group .form-control:-ms-input-placeholder,
.loginas-dialog .form-group .form-control:-ms-input-placeholder,
.singUp-container .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a8a8a8;
}
.login-block .form-group .form-control:focus,
.login-block-wide .form-group .form-control:focus,
.loginas-dialog .form-group .form-control:focus,
.singUp-container .form-group .form-control:focus {
  background-color: white;
  color: #1c1c1c;
}
.login-block .login-footer,
.login-block-wide .login-footer,
.loginas-dialog .login-footer,
.singUp-container .login-footer {
  height: 68px;
  margin: 45px -27px 0;
  padding: 13.5px 27px;
  background: #435059;
}
.login-block .v-icon,
.login-block-wide .v-icon,
.loginas-dialog .v-icon,
.singUp-container .v-icon {
  padding-right: 30px !important;
  background: rgba(254, 242, 239, 0.3) url(../images/icons/v-icon.png) no-repeat 98% center !important;
}
.scroll-down-button {
  background: transparent url(../images/icons/arrows/arrow-bottom-white.png) no-repeat 50% center;
  height: 40px;
  width: 40px;
  padding-left: 0;
  padding-right: 10px;
  border: 1px solid white;
  border-radius: 90px;
}
.scroll-down-button:hover {
  background: rgba(255, 255, 255, 0.05) url(../images/icons/arrows/arrow-bottom-white.png) no-repeat 50% center;
}
.login-block-wide {
  position: absolute;
  width: 100%;
  height: 500px;
  font-size: 14px;
  padding: 0 10%;
  /*@media (max-width:@screen-sm-max) and (min-width: @screen-sm) {
        padding: 100px 0 0 0;
    }

    @media (max-width: 630px) {
        padding: 50px 0 0 0;
    }*/
}
.login-block-wide .col-md-3 {
  min-width: 300px;
}
.login-block-wide .small-cell {
  height: 500px;
}
@media (min-width: 992px) {
  .login-block-wide .small-cell {
    height: 550px;
    padding: 0 5%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .login-block-wide .small-cell {
    padding: 0;
  }
}
.login-block-wide .border-horizontal {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 20px;
  padding-left: 0;
}
.login-block-wide .title {
  font-size: 22px;
  font-weight: lighter;
}
.login-block-wide .sub-title {
  color: rgba(255, 255, 255, 0.6) !important;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.login-block-wide .fa {
  color: #4611ea;
}
.login-block-wide .select-btn {
  background: transparent url(../images/icons/arrows/arrow-right-white.png) no-repeat 93% center !important;
  width: 100% !important;
  height: 50px;
  line-height: 40px;
  padding-left: 30px;
  font-size: 16px;
  color: transparent;
  text-align: left;
}
.login-block-wide .plan-col:hover .select-btn {
  background: #4611ea url(../images/icons/arrows/arrow-right-white.png) no-repeat 93% center !important;
  color: white;
}
.select-btn:hover {
  background: #4611ea url(../images/icons/arrows/arrow-right-white.png) no-repeat 98% center !important;
  color: white;
  /*-webkit-transition: all.8s ease-in 0s;
            -moz-transition: all.8s ease-in 0s;
            -o-transition: all.8s ease-in 0s;
            -ms-transition: all .8s ease .0s;
            transition: all.8s ease-in 0s;*/
}
.lighter {
  font-weight: lighter;
}
.scroller-thin ::-webkit-scrollbar {
  width: 1px;
  margin: 10px;
  height: 20%;
}
.scroller-thin ::-webkit-scrollbar-track {
  width: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: rgba(255, 255, 255, 0.2);
}
.scroller-thin ::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}
.scroller-thin ::-webkit-scrollbar-thumb:hover {
  width: 5px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 631px) {
  .block-fix {
    position: relative;
    right: 40%;
  }
}
.btn-login {
  background: transparent url(../images/login/button/arrow-login.png) no-repeat 85% center;
  color: white;
  border: 2px solid white;
  font-weight: 300 !important;
  padding: 0 70px 0 45px;
}
.btn-login:hover,
.btn-login.signUp {
  border-color: #23db8b;
  color: white;
  background-color: #23db8b !important;
}
.btn-login.left {
  background: transparent url(../images/login/button/arrow-next.png) no-repeat 15% center;
  padding: 0 45px 0 55px;
}
.login-input-password {
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  height: 41px !important;
}
.forgot-password-btn {
  margin-top: 0 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: none;
  color: #23db8b !important;
  font-size: 14px !important;
}
.forgot-password-btn:hover {
  background-color: #23db8b !important;
  color: white !important;
}
.btn-login-no-arrow {
  background: transparent;
  color: white;
  border: 2px solid white;
  font-weight: 300 !important;
  padding: 0 45px 0 45px;
}
.btn-login-no-arrow:hover,
.btn-login-no-arrow.signUp {
  border-color: #23db8b;
  color: white;
  background-color: #23db8b !important;
}
.btn-login-no-arrow.left {
  background: transparent url(../images/login/button/arrow-next.png) no-repeat 15% center;
  padding: 0 45px 0 55px;
}
.login-text {
  width: 100%;
  font-size: 16px;
  color: white;
  font-weight: 300;
  cursor: pointer;
  opacity: 0.5;
  position: relative;
  margin-left: 10px;
  clear: both;
  margin-bottom: 40px;
  padding: 30px 0;
  margin: 0;
}
.login-text .bold {
  font-weight: 500;
}
.login-text a {
  color: white;
}
.login-text a :hover {
  color: #cecece;
}
.login-text div:first-child {
  margin-bottom: 2px;
}
.login-logo-block {
  width: 478px;
  height: 160px;
  margin: auto !important;
}
.referral-logo-block {
  width: auto;
  height: 285px;
  margin: auto !important;
}
.login-referral-title {
  font-size: 66px;
  font-family: Pipo;
  font-weight: bold;
}
.login-referral-spacing {
  letter-spacing: -5px;
}
.login-text:hover {
  opacity: 1;
}
.login-linktext {
  color: #ffffff !important;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
}
.login-error-message {
  color: #ffffff;
  font-size: 16px;
  display: table;
  background: #f85353;
  border-radius: 5px;
  margin-bottom: 25px;
  margin-top: 30px;
  text-align: left;
  padding-top: 20px;
}
.login-longtext {
  font-size: 14px !important;
}
#login-view .logo,
#loginAsModal .logo,
.signUp .logo {
  position: relative;
  top: 30px;
  left: 0px;
  width: 150px;
  height: 20px;
  background-image: url(../images/revelator_logo2_small.png);
  background-repeat: no-repeat;
  margin-top: 30px;
  z-index: 2;
}
@media (max-width: 992px) {
  #login-view .logo,
  #loginAsModal .logo,
  .signUp .logo {
    margin: 10px;
    background-size: 80px;
  }
}
#login-view .bottom-logo,
#loginAsModal .bottom-logo,
.signUp .bottom-logo {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 130px;
  height: 30px;
  background-image: url(../images/revelator_logo5.png);
  background-repeat: no-repeat;
  margin: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  #login-view .bottom-logo,
  #loginAsModal .bottom-logo,
  .signUp .bottom-logo {
    margin: 0;
    background-size: 80px;
    width: 95px;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  #login-view .bottom-logo,
  #loginAsModal .bottom-logo,
  .signUp .bottom-logo {
    margin: 0;
    background-size: 55px;
    width: 65px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .login-block .logo,
  .login-block-wide .logo {
    background-image: url(../images/soundrop.png);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .login-block,
  .login-block-wide,
  .loginas-dialog,
  .singUp-container {
    padding: 0 100px 51px;
    width: 700px;
  }
  .login-block .ui-input,
  .login-block-wide .ui-input,
  .loginas-dialog .ui-input,
  .singUp-container .ui-input {
    height: 41px;
  }
  .login-block .btn,
  .login-block-wide .btn,
  .loginas-dialog .btn,
  .singUp-container .btn {
    height: 41px;
  }
  .login-block .form-group,
  .login-block-wide .form-group,
  .loginas-dialog .form-group,
  .singUp-container .form-group {
    margin-bottom: 11px;
  }
  .login-block .form-group .form-control,
  .login-block-wide .form-group .form-control,
  .loginas-dialog .form-group .form-control,
  .singUp-container .form-group .form-control {
    height: 46px;
  }
  .login-block .login-footer,
  .login-block-wide .login-footer,
  .loginas-dialog .login-footer,
  .singUp-container .login-footer {
    height: 70px;
    padding: 12px 29px;
    margin: 30px -29px 0;
  }
  .login-block .login-footer .btn,
  .login-block-wide .login-footer .btn,
  .loginas-dialog .login-footer .btn,
  .singUp-container .login-footer .btn {
    height: 41px;
  }
  .login-block-wide {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 630px) {
  .login-block,
  .login-block-wide,
  .loginas-dialog,
  .singUp-container {
    width: auto;
  }
  .login-block .xxx-large,
  .login-block-wide .xxx-large,
  .loginas-dialog .xxx-large,
  .singUp-container .xxx-large {
    font-size: 30px;
  }
  .login-block .xx-large,
  .login-block-wide .xx-large,
  .loginas-dialog .xx-large,
  .singUp-container .xx-large {
    font-size: 22px;
  }
  .login-block .large,
  .login-block-wide .large,
  .loginas-dialog .large,
  .singUp-container .large,
  .login-block .title .large,
  .login-block-wide .title .large,
  .loginas-dialog .title .large,
  .singUp-container .title .large {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  #step_3 .xxx-large {
    font-size: 20px;
  }
  #step_3 .xx-large {
    font-size: 16px;
  }
  #step_3 .large,
  #step_3 .title .large {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .login-block,
  .login-block-wide,
  .loginas-dialog,
  .singUp-container {
    margin: auto;
    padding: 0 18px 27.5px;
    width: 90%;
  }
  .login-block .ui-input,
  .login-block-wide .ui-input,
  .loginas-dialog .ui-input,
  .singUp-container .ui-input {
    height: 41px;
  }
  .login-block .btn,
  .login-block-wide .btn,
  .loginas-dialog .btn,
  .singUp-container .btn {
    height: 41px;
    font-size: 16px;
    line-height: initial;
    font-weight: 400;
  }
  .login-block .btn-wide,
  .login-block-wide .btn-wide,
  .loginas-dialog .btn-wide,
  .singUp-container .btn-wide {
    width: 150px !important;
    min-width: 150px !important;
  }
  .login-block .form-group,
  .login-block-wide .form-group,
  .loginas-dialog .form-group,
  .singUp-container .form-group {
    margin-bottom: 10px;
  }
  .login-block .form-group .form-control,
  .login-block-wide .form-group .form-control,
  .loginas-dialog .form-group .form-control,
  .singUp-container .form-group .form-control {
    font-size: 16px;
    font-weight: 400;
    height: 41px;
  }
  .login-container {
    top: 10%;
  }
}
.loginas-header {
  padding-right: 35px;
  padding-left: 35px;
}
.login-font {
  font-family: 'Baloo Tammudu 2';
}
.login-bold {
  font-weight: 600;
}
.login-center {
  text-align: center !important;
}
.login-title {
  color: #ffffff;
  font-size: 60px;
}
@media (min-width: 1050px) {
  .login-title {
    width: auto;
  }
}
@media (max-width: 768px) {
  .login-title {
    font-size: 45px;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .login-title {
    font-size: 36px;
  }
}
.logo-font {
  font-family: Pipo;
}
.loginas-elemppal:hover .loginas-arrow {
  opacity: 1;
}
.loginas-arrow {
  background-image: url(../images/icons/arrows/arrow-right-white.png);
  height: 35px;
  width: 35px;
  float: right;
  margin-top: 22px;
  margin-right: 15px;
  opacity: 0;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s ease-in-out;
  /* transition pour Chrome et Safari */
  -moz-transition: opacity 0.5s ease-in-out;
  /* transition pour Firefox */
  -o-transition: opacity 0.5s ease-in-out;
  /* transition pour Opéra */
  transition: opacity 0.5s ease-in-out;
  /* on écrit cette ligne à la fin de façon à ce que ce soit elle qui soit prise en compte lorsque l'attribut transition sera pris en compte par tous les navigateurs */
  /*border: white 1px solid;*/
}
.loginas-elemppal {
  padding: 10px 0 0 14px;
  margin-top: 0;
  cursor: pointer;
  /* margin-right: 20px; */
  border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}
.loginas-elemppal:hover {
  /*background-color: rgba(255,255,255,0.4);*/
  color: white;
}
.loginas-elemppal .vertical-line {
  line-height: 50px;
}
.loginas-bodytitle {
  color: #a8a8a8;
  font-size: 22px;
  font-weight: 300;
}
.loginas-bodytitlewhite {
  color: white;
  font-size: 22px;
  font-weight: 300;
}
.loginas-bodytitle:hover {
  color: white;
}
.loginas-bodycontent {
  color: #cecece;
  padding-left: 13px;
  font-size: 14px;
}
.loginas-bodycontentwhite {
  color: white;
  padding-left: 13px;
  font-size: 14px;
}
#step_1,
#step_2,
#step_3,
#step_4 {
  display: none;
}
#step_1 {
  display: block;
}
.login-block .logo2,
login-block-wide .logo2,
.singUp-container .logo2 {
  background-image: url(../images/soundrop.png);
  margin: auto;
  padding: 50px;
}
.login-block .check-email,
login-block-wide .check-email {
  background-image: url(../images/login/button/icon-check-mail.png);
}
.login-block .has-error,
login-block-wide .has-error {
  background: rgba(254, 242, 239, 0.3);
  border: 1px solid #ff6460 !important;
}
.login-block input.has-error::-webkit-input-placeholder,
login-block-wide input.has-error::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ff6460;
}
.login-block input.has-error :-moz-placeholder,
login-block-wide input.has-error :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ff6460;
}
.login-block input.has-error ::-moz-placeholder,
login-block-wide input.has-error ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff6460;
}
.login-block input.has-error :-ms-input-placeholder,
login-block-wide input.has-error :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ff6460;
}
.login-block .title,
.login-block-wide .title {
  font-size: 30px;
  margin-bottom: 10px;
}
.login-block .sub-title,
.login-block-wide .sub-title {
  font-size: 16px;
  margin-bottom: 30px;
}
.login-block .sub-title.green,
.login-block-wide .sub-title.green {
  color: #23db8b;
}
.account-title:hover {
  text-decoration: underline;
}
.account-img {
  height: 130px;
  padding: 5px;
}
.account-img.active {
  border-radius: 90px;
  border: white solid 5px;
}
.account-img:hover {
  border-radius: 90px;
  border: white solid 5px;
}
#artist-content,
#label-content,
#enterprise-content {
  display: none;
  margin: 0 auto;
}
#artist-content {
  display: block;
}
.content-wraper {
  padding: 20px;
  width: 95%;
}
.content-wraper i {
  padding-top: 10px;
}
@media (max-width: 300px) {
  #invitation {
    font-size: 22px;
  }
}
#ad-img-mobile {
  overflow-y: hidden;
  max-height: 100%;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -ms-transition-property: all;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10000;
}
#ad-img-mobile .close {
  z-index: 10050;
  position: absolute;
  right: 0;
}
#ad-img-mobile img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#ad-img-mobile.closed {
  max-height: 0;
  position: relative;
}
#ad-img-mobile.closed img {
  position: relative;
}