@import url(https://fonts.googleapis.com/css?family=Lato:100, 300, 400, 700);
@font-face {
  font-family: "slide-login";
  src: url("fonts/slide-login/slide-login.eot?m5szh8");
  src: url("fonts/slide-login/slide-login.eot?#iefixm5szh8")
      format("embedded-opentype"),
    url("fonts/slide-login/slide-login.woff?m5szh8") format("woff"),
    url("fonts/slide-login/slide-login.ttf?m5szh8") format("truetype"),
    url("fonts/slide-login/slide-login.svg?m5szh8#slide-login") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Spinner */
.action-logout form img {
  display: none;
}

.action-logout.splogin-body {
  min-height: 96px;
}

.splogin .action-logout .spl-view-loading .loading-events {
  margin: 0;
  width: 100%;
  text-align: center;
  position: relative;
}

@font-face {
  font-family: "rhc-spinners";
  src: url("fonts/rhc-spinners/rhc-spinners.eot?4tz6wj");
  src: url("fonts/rhc-spinners/rhc-spinners.eot?#iefix4tz6wj")
      format("embedded-opentype"),
    url("fonts/rhc-spinners/rhc-spinners.woff?4tz6wj") format("woff"),
    url("fonts/rhc-spinners/rhc-spinners.ttf?4tz6wj") format("truetype"),
    url("fonts/rhc-spinners/rhc-spinners.svg?4tz6wj#rhc-spinners") format("svg");
  font-weight: normal;
  font-style: normal;
}

.splogin [class^="icon-xspinner-"],
.splogin [class*=" icon-xspinner-"] {
  font-family: "rhc-spinners";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.splogin .icon-xspinner-1:before {
  content: "\e000";
}
.splogin .icon-xspinner-2:before {
  content: "\e001";
}
.splogin .icon-xspinner-3:before {
  content: "\e002";
}
.splogin .icon-xspinner-4:before {
  content: "\e003";
}
.splogin .icon-xspinner-5:before {
  content: "\e004";
}
.splogin .icon-xspinner-6:before {
  content: "\e005";
}
.splogin .icon-xspinner-7:before {
  content: "\e006";
}
.splogin .icon-xspinner-8:before {
  content: "\e007";
}
.splogin .icon-xspinner-9:before {
  content: "\e008";
}
.splogin .icon-xspinner-10:before {
  content: "\e009";
}
.splogin .icon-xspinner-11:before {
  content: "\e010";
}
.splogin .icon-xspinner-12:before {
  content: "\e011";
}
.splogin .icon-xspinner-13:before {
  content: "\e012";
}
.splogin .icon-xspinner-14:before {
  content: "\e013";
}
.splogin .icon-xspinner-15:before {
  content: "\e014";
}
.splogin .icon-xspinner-16:before {
  content: "\e015";
}
.splogin .icon-xspinner-17:before {
  content: "\e016";
}
.splogin .icon-xspinner-18:before {
  content: "\e017";
}
.action-register .splogin-userinfo,
.action-register .splogin-button {
  float: left;
  width: 100%;
}
.splogin-userinfo > p {
  float: left;
  width: 100%;
}
@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

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

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

.xspinner {
  display: inline-block;
  font-size: 4em;
  height: 1em;
  width: 1em;
  line-height: 1;
  margin: 0.5em;
  -webkit-animation: anim-rotate 2s infinite linear;
  animation: anim-rotate 2s infinite linear;
  color: rgba(50, 50, 50, 0.7);
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  transform-origin: center;
}
.xspinner--steps {
  -webkit-animation: anim-rotate 1s infinite steps(8);
  animation: anim-rotate 1s infinite steps(8);
}
.xspinner--steps2 {
  -webkit-animation: anim-rotate 1s infinite steps(12);
  animation: anim-rotate 1s infinite steps(12);
}
.icon-xspinner-1 {
  -webkit-animation: anim-rotate 1s infinite steps(8);
  animation: anim-rotate 1s infinite steps(8);
}
.icon-xspinner-5 {
  -webkit-animation: anim-rotate 1s infinite steps(12);
  animation: anim-rotate 1s infinite steps(12);
}
.icon-xspinner-8 {
  -webkit-animation: anim-rotate 1s infinite steps(8);
  animation: anim-rotate 1s infinite steps(8);
}
.icon-xspinner-9 {
  -webkit-animation: anim-rotate 1s infinite steps(8);
  animation: anim-rotate 1s infinite steps(8);
}
.icon-xspinner-13 {
  -webkit-animation: anim-rotate 1s infinite steps(19);
  animation: anim-rotate 1s infinite steps(12);
  -webkit-transform-origin: 48% 56%;
  -moz-transform-origin: 48% 56%;
  transform-origin: 48% 56%;
}
.icon-xspinner-16 {
  -webkit-animation: anim-rotate 1s infinite steps(19);
  animation: anim-rotate 1s infinite steps(12);
  -webkit-transform-origin: 48% 56%;
  -moz-transform-origin: 48% 56%;
  transform-origin: 48% 56%;
}
.icon-xspinner-14,
.icon-xspinner-17 {
  -webkit-animation: anim-rotate-cc 1s infinite linear;
  animation: anim-rotate-cc 1s infinite linear;
  -webkit-transform-origin: 57% 50%;
  -moz-transform-origin: 57% 50%;
  transform-origin: 57% 50%;
}

.icon-xspinner-15 {
  -webkit-animation: anim-rotate-cc 3s infinite linear;
  animation: anim-rotate-cc 3s infinite linear;
  -webkit-transform-origin: 46% 51%;
  -moz-transform-origin: 46% 51%;
  transform-origin: 46% 51%;
}

.icon-xspinner-18 {
  -webkit-animation: anim-rotate-cc 2s infinite linear;
  animation: anim-rotate-cc 3s infinite linear;
  -webkit-transform-origin: 44% 50%;
  -moz-transform-origin: 44% 50%;
  transform-origin: 44% 50%;
}

/* submit form spinner */
.splogin .rh-loading label {
  display: none;
}

.splogin .rh-loading .btn-splogin-innter {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-flex;
  vertical-align: middle;
  text-align: center;
}

.splogin .btn-splogin-innter .xspinner {
  width: 0;
}

.splogin .btn-splogin .xspinner {
  font-size: 1.2em;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;

  margin: auto;
  position: relative;
}

.splogin .btn-splogin.rh-loading .xspinner {
  opacity: 1;
  width: auto;
}

.splogin .btn-splogin-innter label {
  margin: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 18px;
  line-height: 36px;
}

.splogin .btn-splogin label {
  opacity: 1;
}

.splogin .btn-splogin.rh-loading label {
  opacity: 1;
  display: none;
}
/*  end submit form spinner */

.splogin .xspinner {
  display: inline-block;
  font-size: 4em;
  height: 1em;
  width: 1em;
  line-height: 1;
  margin: 4%;
  -webkit-animation: anim-rotate 2s infinite linear;
  animation: anim-rotate 2s infinite linear;
  color: #ffffff;
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
  transform-origin: 49% 49%;
  text-shadow: none;
}
.splogin .xspinner--steps {
  -webkit-animation: anim-rotate 1s infinite steps(8);
  animation: anim-rotate 1s infinite steps(8);
}
.splogin .xspinner--steps2 {
  -webkit-animation: anim-rotate 1s infinite steps(12);
  animation: anim-rotate 1s infinite steps(12);
}
.splogin .icon-xspinner-1 {
  -webkit-animation: anim-rotate 1s infinite steps(8);
  animation: anim-rotate 1s infinite steps(8);
  transform-origin: 49% 49%;
}
.splogin .icon-xspinner-2 {
  transform-origin: 50% 49%;
}
.splogin .icon-xspinner-3 {
  transform-origin: 49% 49%;
}
.splogin .icon-xspinner-4 {
  transform-origin: 49% 49%;
}
.splogin .icon-xspinner-5 {
  -webkit-animation: anim-rotate 1s infinite steps(12);
  animation: anim-rotate 1s infinite steps(12);
  transform-origin: 49% 49%;
}
.splogin .icon-xspinner-6 {
  transform-origin: 49% 49%;
}
.splogin .icon-xspinner-7 {
  transform-origin: 49% 49%;
}
.splogin .icon-xspinner-8 {
  -webkit-animation: anim-rotate 1s infinite steps(8);
  animation: anim-rotate 1s infinite steps(8);
  transform-origin: 49% 49%;
}
.splogin .icon-xspinner-9 {
  -webkit-animation: anim-rotate 1s infinite steps(8);
  animation: anim-rotate 1s infinite steps(8);
}
.splogin .icon-xspinner-13 {
  -webkit-animation: anim-rotate 1s infinite steps(19);
  animation: anim-rotate 1s infinite steps(12);
  transform-origin: 49% 53%;
}
.splogin .icon-xspinner-14 {
  -webkit-animation: anim-rotate-cc 1s infinite linear;
  animation: anim-rotate-cc 1s infinite linear;
  transform-origin: 50% 49%;
}
.splogin .icon-xspinner-15 {
  -webkit-animation: anim-rotate-cc 2.5s infinite linear;
  animation: anim-rotate-cc 2.5s infinite linear;
  transform-origin: 44% 53%;
}
.splogin .icon-xspinner-16 {
  -webkit-animation: anim-rotate 1s infinite steps(19);
  animation: anim-rotate 1s infinite steps(12);
  transform-origin: 47% 53%;
}
.splogin .icon-xspinner-17 {
  -webkit-animation: anim-rotate-cc 1s infinite linear;
  animation: anim-rotate-cc 1s infinite linear;
  transform-origin: 50% 49%;
}
.splogin .icon-xspinner-18 {
  -webkit-animation: anim-rotate-cc 2s infinite linear;
  animation: anim-rotate-cc 2s infinite linear;
  transform-origin: 49% 49%;
}
/*end of Spinners */

/* General styles for all menus */
.splogin {
  position: fixed;
  font-family: "Lato", sans-serif;
  text-shadow: 0 0 0;
}

.splogin .spl-content {
  background: #dce8f2;
  height: 100%;
  width: 100%;
  float: left;
}
.splogin .spl_custom_links {
  float: left;
  width: 100%;
}
.splogin h3 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  padding: 10px;
  margin: 0;
  font-weight: 300;
  background: #5d95a8;
  position: relative;
  text-shadow: none;
}

.splogin a {
  display: block;
  color: #3399ff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.splogin a:hover {
  background: #258ecd;
  color: #fff;
}

.splogin a:active {
  background: #afdefa;
  color: #47a3da;
}

.splogin .splogin-body {
  padding: 0px;
}

.splogin form,
.login .splogin form {
  padding: 10px;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  opacity: 1;
  position: relative;
}

.splogin .splogin-body p {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.splogin label {
  font-weight: 300;
  font-family: "Lato";
  /*color:#ffffff;*/
  margin-left: 3px;
  margin-right: 5px;
  font-size: 16px;
  line-height: 32px;
  float: left;
}

.splogin-body .splogin-userinfo label {
  line-height: 200%;
}

.splogin .splogin-body label {
  line-height: 26px;
  float: left;
  margin: 0 10px 0 0;
}
.splogin .forgetmenot input[type="checkbox"] {
  width: auto;
  height: auto;
  -webkit-appearance: checkbox;
}
.splogin input.input,
.splogin input {
  border: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 1.467;
  padding: 8px 10px;
  -webkit-appearance: none;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear,
    background-color 0.25s linear;
  width: 209px;
  margin: 5px 0;
  height: 42px;
}
.description.indicator-hint {
  float: left;
}
label[for="pass1"] input.input {
  margin-right: 20px;
}

.splogin .forgetmenot input[type="checkbox"] {
  position: relative;
}

.splogin .forgetmenot label label[for="rememberme"] {
  float: left;
  margin: 5px 5px 0 0;
}

.splogin .btn-splogin.btn_p_protected {
  margin: 0 auto;
}

/* Alerts */
.splogin .alert {
  background-color: #ffffff;
  padding: 10px 2px;
  position: relative;
  top: -20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.splogin.splogin-vertical a.close {
  border: none;
  position: relative;
  top: -26px;
  left: 11px;
}
.splogin .alert-error {
  color: #cb1313;
}

body[class*="login-action-"].wp-login {
}

/* Start Maintenance Styles */
.splogin-maintanance.splogin-vertical {
  width: 250px;
}

.spl-maintanance-body {
  color: #fff;
  padding: 15px;
  font-weight: 300;
}

/****Horizontal****/
.splogin-maintanance.splogin-horizontal .spl-maintanance-body {
  margin-left: 15px;
  width: 50%;
  height: 150px;
  padding: 10px 0 0 0;
  display: inline-block;
}
.splogin-maintanance.splogin-horizontal .spl-maintanance-body p {
  margin: 0 0 3px;
}
.splogin-maintanance.splogin-horizontal .spl-countdown {
  height: 70px;
  width: auto;
}
.splogin-maintanance.splogin-horizontal .spl_custom_links {
  top: 0;
}

.splogin.splogin-horizontal .sco-btn-holder .sco-btn {
  width: auto;
}

.splogin.splogin-horizontal .sco-btn-holder button.sco_social_login {
  box-shadow: none;
  border: none;
  display: inline-block;
  width: 45px;
  padding: 0;
  border-radius: 50%;
}

@media screen and (max-width: 1330px) {
  .splogin-maintanance.splogin-horizontal h3 {
    width: 16%;
  }
}
@media screen and (max-width: 1175px) {
  .splogin-maintanance.splogin-horizontal h3 {
    width: 17%;
  }
}
@media screen and (max-width: 1059px) {
  .splogin-maintanance.splogin-horizontal h3 {
    width: 19%;
  }
}
@media screen and (max-width: 990px) {
  .splogin-maintanance.splogin-horizontal h3 {
    width: 22%;
  }
}
@media screen and (max-width: 860px) {
  .splogin-maintanance.splogin-horizontal h3 {
    width: 23%;
  }
}
@media screen and (max-width: 769px) {
  .splogin-maintanance.splogin-horizontal h3 {
    width: 100%;
  }
}

/* End Maintenance Styles */

/* Start Countdown Styles */
/* Copy this section to countdown.css for when slide login is not active */
.spl-modal .spl-countdown-holder * {
}

.spl-countdown div {
}

.spl-countdown-cont {
  position: relative;
  width: 100%;
  text-align: center;
}

.spl-modal .spl-countdown,
.spl-countdown {
  padding: 0;
  box-sizing: content-box;
}

.spl-countdown,
.spl-countdown-item-holder {
  position: relative;
  display: inline-block;
  width: 24%;
  text-align: center;
}

.spl-countdown-item {
  position: relative;
  display: inline-block;
  width: 25%;
}

.spl-countdown-item-label {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.spl-countdown-tpl {
  display: none;
  position: fixed;
  top: 2048;
  z-index: 0;
  background-color: #cecece;
  border: 0.3em solid #66cc66;
  line-height: 30px;
  color: #66cc66;
  font-family: Arial;
  font-weight: 300;
}
/* End Countdown Styles */

/* Orientation-dependent styles for the content of the menu */
/* Vertical Layout */
.splogin-vertical * {
  box-sizing: border-box;
}

.splogin-vertical label input#register-user_email {
  width: 100%;
}

.admin-bar .splogin-vertical {
  top: 32px;
}

.splogin-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 99999;
}

.splogin-vertical a {
  border-bottom: 1px solid #258ecd;
  padding: 18px;
}

.splogin-vertical a:first-child {
  border-top: 1px solid #258ecd;
}

.splogin-vertical .splogin-body {
  margin: 20px 0;
}

.splogin-vertical .spl_custom_links {
  background-color: #47a3da;
}

.splogin.splogin-vertical .password_protected_body input {
  display: block;
  margin: 40px auto;
}

.splogin.splogin-vertical .sco-btn-holder .sco-btn {
  width: auto;
}

.splogin.splogin-vertical .sco-btn-holder button.sco_social_login {
  box-shadow: none;
  border: none;
  display: inline-block;
  font-size: 19px;
  width: 100%;
  border-radius: 3px;
  padding: 6px 21px;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.splogin-vertical .sco-btn .sco_social_login [class^="icon-"],
.splogin-vertical .sco-btn .sco_social_login [class*="icon-"],
.splogin-vertical .sco-btn .icon-wp {
  font-size: 19px;
  top: 0px;
  padding: 3px;
}

/* Horizontal Layout */
.splogin.splogin-horizontal * {
  box-sizing: border-box;
}

.splogin-horizontal {
  width: 100%;
  height: 180px;
  left: 0;
  z-index: 99999;
  overflow: hidden;
}

.splogin-vertical .spl-content {
  height: 100%;
  overflow: auto;
}

.splogin-horizontal h3 {
  height: 100%;
  width: 14%;
  float: left;
}

.splogin-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}

.splogin-horizontal .spl-content {
  height: 180px;
}

.splogin.splogin-horizontal .splogin-body {
  float: left;
  width: 65%;
  height: 180px;
  padding: 0px;
  vertical-align: top;
  box-sizing: border-box;
}
.splogin.splogin-horizontal form {
  padding: 5px 15px;
}
.splogin.splogin-horizontal form#lostpasswordform {
  display: inline-block;
  padding: 10px 15px;
}
.splogin.splogin-horizontal .splogin-body p {
  margin: 0 0 4px;
  display: inline-block;
  vertical-align: top;
}
.splogin-horizontal .splogin-userinfo {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  width: 35%;
}

.splogin.splogin-horizontal .spl-g-recaptcha-holder {
  display: inline;
  width: 1px;
}

.splogin.splogin-horizontal .spl-single-holder {
  display: inline-block;
  width: 304px;
  vertical-align: top;
  margin: 50px 5px 0 1px;
}

.splogin.splogin-horizontal .splogin-body .splogin-userinfo p {
  display: block;
}
.splogin-horizontal .splogin-userinfo input.input {
  width: 100%;
}
.splogin-horizontal .sco-btn-holder {
  width: 18%;
  display: inline-block;
  margin: 0 0 0 4px;
  position: relative;
  top: 0;
  padding: 23px 0;
  z-index: 200;
}
.splogin-horizontal .splogin-group {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-left: 3%;
}
.splogin-horizontal .splogin-rememberme {
  display: block;
  padding: 31px 10px 0;
}
.splogin.splogin-horizontal p.forgetmenot {
  margin: 0;
  display: block;
  position: relative;
}
.splogin-horizontal .splogin-button {
  display: block;
  padding: 7px 0 0;
}
.splogin.splogin-horizontal .btn-splogin {
  margin: 0;
  width: 100%;
  height: 50px;
  position: relative;
}
.splogin.splogin-horizontal .spl_custom_links {
  width: auto;
  max-height: 150px;
  overflow: auto;
  position: relative;
  top: 10px;
  right: 15px;
  float: right;
  height: 100%;
}
.splogin-horizontal .spl_custom_links a {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 202px;
  min-width: 130px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 40px;
  background: transparent;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s,
    border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s,
    border-color 0.3s;
  text-align: center;
  line-height: 280%;
  margin: 10px 3px 0px;
  float: right;
}
.splogin-horizontal .spl_custom_links a:hover {
  color: #ffffff;
  background-color: #357ebd;
  border-color: #357ebd;
  box-shadow: none;
}
.splogin-horizontal p label[for="user_login"] {
  margin-top: 20px;
}

.splogin-horizontal .alert {
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  line-height: 120%;
}
.splogin-horizontal .action-lostpassword .splogin-userinfo {
  margin: 5% 0;
  width: 45%;
}
.splogin-horizontal .action-lostpassword .splogin-button {
  display: inline-block;
  margin: 8% 0 0 9px;
  width: 202px;
}
.splogin-horizontal .action-lostpassword input.button-primary.btn.btn-splogin {
  top: -52px;
  margin-left: 40%;
}
.splogin-horizontal .action-lostpassword input#spl_lostpassword {
  top: 0;
  margin: 0;
}
.splogin-horizontal .action-register .splogin-button {
  display: inline-block;
  margin: 4% 2%;
  width: 202px;
}
.splogin-horizontal .action-register input#spl_register {
  margin: 20px auto 0;
  height: 50px;
}

.splogin.splogin-horizontal .action-logout.splogin-body {
  width: 86%;
}

.splogin .btn-splogin-innter .icon-xspinner-15 {
  transform-origin: 43% 53%;
}

.splogin.splogin-horizontal .password_protected_body input {
  margin: 63px 10px 0 49px;
}

.splogin.splogin-horizontal .btn.btn_p_protected {
  display: inline-block;
}

/* Vertical menu that slides from the left or right */

.splogin-left {
  left: -250px;
}

.splogin-right {
  right: -250px;
}

.splogin-left.splogin-open {
  left: 0px;
}

.rhcss-editor-active .splogin-left.splogin-open {
  left: 300px;
}

.splogin-right.splogin-open {
  right: 0px;
}

/* Vertical Push Login */
.splogin.spl-body-splogin-push.spl-body-splogin-push-toleft {
  height: 100%;
  width: 250px;
}
.splogin.spl-body-splogin-push.spl-body-splogin-push-toright {
  height: 100%;
  width: 250px;
}

.splogin.spl-body-splogin-push .spl-countdown-item-label {
  font-size: 80%;
}

/* Horizontal menu that slides from the top or bottom */
.splogin-top {
  top: -100%;
}

.splogin-bottom {
  bottom: -100%;
}

.admin-bar .splogin-top.splogin-open {
  top: 32px;
}
.splogin-top.splogin-open {
  top: 0px;
}

.splogin-bottom.splogin-open {
  bottom: 0px;
}

/* Push classes applied to the body */

.splogin-push {
  overflow-x: hidden;
  left: 0;
}

/*.splogin-push-toright {
	left: 240px;
}

.splogin-push-toleft {
	left: -250px;
}*/

/* Transitions */

.splogin,
.splogin-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/**/
/* alert messages */
.splogin .spl-alert a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
}

.splogin .spl-alert a:hover {
  background: #258ecd;
}

.splogin .spl-alert a:active {
  background: #afdefa;
  color: #47a3da;
}

.spl-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.spl-alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.spl-alert-error {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}

.splogin .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

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

.splogin .close:hover,
.splogin .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* form buttons */
.splogin .btn {
  float: none;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 202px;
  height: 46px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: transparent;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s,
    border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s,
    border-color 0.3s;
  position: relative;
  clear: both;
}

.splogin .btn:focus,
.splogin .btn:active:focus,
.splogin .btn.active:focus {
  outline: none;
  outline-offset: initial;
}
.splogin .btn:hover,
.splogin .btn:focus {
  color: #333333;
  text-decoration: none;
}
.splogin .btn:active,
.splogin .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.splogin .btn.disabled,
.splogin .btn[disabled],
.splogin fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.splogin .btn-splogin {
  color: #000;
  background-color: transparent;
  border-color: #000;
  box-shadow: none;
  margin: 34px 0 20px;
  text-transform: initial;
}

.splogin #spl_register.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #357ebd;
  border-color: #357ebd;
  box-shadow: none;
  background-image: none;
}

/* Vertical Login Btn */
.splogin.splogin-vertical .btn-splogin {
  width: 96%;
  height: 50px;
}

.splogin .btn-splogin:hover,
.splogin .btn-splogin:focus,
.splogin .btn-splogin:active,
.splogin .btn-splogin.active {
  color: #ffffff;
  background-color: #357ebd;
  border-color: #357ebd;
  box-shadow: none;
  background-image: none;
}

.splogin input.btn-splogin.btn[type="button"]:hover,
.splogin input.btn-splogin.btn[type="button"].hover,
.splogin input.btn-splogin.btn[type="button"]:active,
.splogin input.btn-splogin.btn[type="button"].active,
.splogin .btn-splogin.btn:active,
.splogin .btn-splogin.btn.active {
  background-image: none;
}
.splogin .btn-splogin.disabled {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-splogin-innter > label {
  color: #000;
  text-shadow: initial;
}
/* password metter */
.splogin .pass-strength-meter {
  background-color: #000;
  border-color: #ddd;
  color: #fff;
  font-weight: 600;
  margin: 12px 0 6px;
  padding: 6px 5px;
  text-align: center;
  width: 200px;
}
.splogin .pass-strength-meter.mismatch,
.splogin .pass-strength-meter.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
}
.splogin .pass-strength-meter.good {
  background-color: #000;
  border-color: #fc0;
}
.splogin .pass-strength-meter.short {
  background-color: #ffa0a0;
  border-color: #f04040;
}
.splogin .pass-strength-meter.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
}

/* field showing in admin */
.wp-admin #register-user_email {
  max-width: 99%;
}

/* wp-login.php */
.spl-slide-login #login {
  display: none;
}

.spl-bg-layer1,
.spl-bg-layer2,
.spl-bg-layer3 {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.spl-bg-layer1 {
  display: block;
  position: fixed; /* makes the div go into a position that�s absolute to the browser viewing area */
  left: 0%; /* makes the div span all the way across the viewing area */
  top: 0%; /* makes the div span all the way across the viewing area */
  background-color: black;
  width: 100%;
  height: 100%;
}

.spl-open .spl-bg-layer1,
.spl-open .spl-bg-layer2,
.spl-open .spl-bg-layer3 {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.spl-open .spl-bg-layer1 {
  z-index: 99998;
}

.spl-open .spl-bg-layer2,
.spl-open .spl-bg-layer3 {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

/* Start Styles for Social Login Shortcode */

.splogin .sco-btn {
  display: inline-block;
  margin: 0 5px 5px 0;
  font-family: "Lato";
  width: auto;
}

.splogin .sco-wp,
.sco_social_login {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.077;
  border-radius: 4px;
  border: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  display: inline-block;
  background-color: #1abc9c;
  color: #fff;
}

.splogin .sco_social_login span {
}

.splogin button.sco_social_login {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0;
}

.splogin .sco-btn {
  width: 50px;
}

/* Social Icons */
.splogin .sco-wp {
  color: #ffffff;
  background-color: #1abc9c;
  background: #1abc9c;
}

.splogin .sco-wp:hover,
.splogin .sco-wp:focus,
.splogin .sco-wp:active {
  background-color: #ffffff;
  background: #ffffff;
}

.splogin .sco-wp:hover,
.splogin .sco-wp:focus,
.splogin .sco-wp:active,
.splogin .sco_social_login:hover,
.splogin .sco_social_login:focus,
.splogin .sco_social_login:active {
  background-image: none;
  color: #fff;
  outline: transparent;
}
.splogin .sco-pinterest {
  color: #ffffff;
  background-color: #cb2028;
  background: #cb2028;
}
.splogin .sco-pinterest:hover,
.splogin .sco-pinterest:focus,
.splogin .sco-pinterest:active {
  background-color: #ffffff;
  background: #ffffff;
}

.splogin .sco-linkedin {
  color: #ffffff;
  background-color: #0072b5;
  background: #0072b5;
}

.splogin .sco-linkedin:hover,
.splogin .sco-linkedin:focus,
.splogin .sco-linkedin:active {
  background-color: #ffffff;
  background: #ffffff;
}

.splogin .sco-stumbleupon {
  color: #ffffff;
  background-color: #ed4a13;
  background: #ed4a13;
}
.splogin .sco-stumbleupon:hover,
.splogin .sco-stumbleupon:focus,
.splogin .sco-stumbleupon:active {
  background-color: #ffffff;
  background: #ffffff;
}

.splogin .sco-googleplus {
  color: #ffffff;
  background-color: #c0392b;
  background: #c0392b;
}
.splogin .sco-googleplus:hover,
.splogin .sco-googleplus:focus,
.splogin .sco-googleplus:active {
  background-color: #ffffff;
  background: #ffffff;
}

.splogin .sco-facebook {
  color: #ffffff;
  background-color: #2f4b93;
  background: #2f4b93;
}
.splogin .sco-facebook:hover,
.splogin .sco-facebook:focus,
.splogin .sco-facebook:active {
  background-color: #ffffff;
  background: #ffffff;
}

.splogin .sco-twitter {
  color: #ffffff;
  background-color: #00bdef;
  background: #00bdef;
}

.splogin .sco-twitter:hover,
.splogin .sco-twitter:focus,
.splogin .sco-twitter:active {
  background-color: #ffffff;
  background: #ffffff;
}

.splogin .sco-microsoft {
  color: #ffffff;
  background-color: #2c3e50;
  background: #2c3e50;
}

.splogin .sco-microsoft:hover,
.splogin .sco-microsoft:focus,
.splogin .sco-microsoft:active {
  background-color: #ffffff;
  background: #ffffff;
}

.splogin .sco_social_login > [class^="icon-"] {
  font-family: "slide-login";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.splogin .sco_social_login:hover [class^="icon-"] {
  color: #ffffff;
}

.splogin .sco_social_login > [class^="icon-"] {
  font-size: 21px;
  margin: 0;
}

.splogin .sco-btn-holder .icon-facebook:before {
  content: "\e600";
}
.splogin .sco-btn-holder .icon-twitter:before {
  content: "\e604";
}
.splogin .sco-btn-holder .icon-skype:before {
  content: "\e607";
}
.splogin .sco-btn-holder .icon-linkedin:before {
  content: "\e603";
}
.splogin .sco-btn-holder .icon-googleplus:before {
  content: "\e602";
}
.splogin .sco-btn-holder .icon-microsoft:before {
  content: "\e605";
}
.splogin .sco-btn-holder .icon-wordpress:before {
  content: "\e606";
}
.splogin .sco-btn-holder .icon-flickr:before {
  content: "\e601";
}

/* End Styles for Social Login Shortcode */

/* Vertical Social Login */
.splogin-vertical .sco-btn {
  margin: 0 0 5px 6px;
}

.splogin-vertical .sco_social_login {
  width: 100%;
}

/* Modal */
.spl-modal * {
  box-sizing: border-box;
}

.spl-modal .spl_custom_links a {
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.spl-modal .spl_custom_links a:first-child {
  border-top: 1px solid #fff;
}

.spl-modal .rh-checkbox.checkbox-4-2 + label {
  width: auto;
  height: auto;
}

.splogin.spl-modal .password_protected_body {
  padding: 30px 0;
}

.splogin.spl-modal .password_protected_body input {
  margin: 0px auto 22px;
  display: block;
}

/* Modal Social Login */
.splogin.spl-modal .sco-btn-holder {
  width: 47%;
  position: absolute;
  top: 62px;
  right: 0px;
}

.splogin.spl-modal .sco-btn {
  display: block;
  width: auto;
}

.splogin.spl-modal button.sco_social_login {
  width: auto;
  height: auto;
  border-radius: 4px;
  padding: 9px 20px;
  margin: 0px auto 5px;
  font-size: 19px;
  font-family: "Lato";
  font-weight: 300;
  text-transform: initial;
  min-width: 210px;
  border: none;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.splogin.spl-modal button.sco_social_login:hover {
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.splogin.spl-modal .sco_social_login > [class^="icon-"] {
  font-size: 19px;
  top: 0px;
  padding: 3px;
}

.splogin.spl-modal .sco_social_login span {
  display: inline-block;
}

/* Social Buttons on modal */
.splogin.spl-modal .sco_social_login:hover > [class^="icon-"],
.splogin.spl-modal .sco_social_login:focus > [class^="icon-"],
.splogin.spl-modal .sco_social_login:active > [class^="icon-"] {
  color: #ffffff;
}

.splogin.spl-modal .sco-facebook:hover,
.splogin .sco-facebook:focus,
.splogin .sco-facebook:active {
  background-color: #596fa9;
  background: #596fa9;
}

.splogin.spl-modal .sco-twitter:hover,
.splogin.spl-modal .sco-twitter:focus,
.splogin.spl-modal .sco-twitter:active {
  background-color: #33caf2;
  background: #33caf2;
}

.splogin.spl-modal .sco-microsoft:hover,
.splogin.spl-modal .sco-microsoft:focus,
.splogin.spl-modal .sco-microsoft:active {
  background-color: #415b76;
  background: #415b76;
}

.splogin.spl-modal .sco-googleplus:hover,
.splogin.spl-modal .sco-googleplus:focus,
.splogin.spl-modal .sco-googleplus:active {
  background-color: #e74c3c;
  background: #e74c3c;
}

.splogin.spl-modal .sco-stumbleupon:hover,
.splogin.spl-modal .sco-stumbleupon:focus,
.splogin.spl-modal .sco-stumbleupon:active {
  background-color: #f16e42;
  background: #f16e42;
}

.splogin.spl-modal .sco-linkedin:hover,
.splogin.spl-modal .sco-linkedin:focus,
.splogin.spl-modal .sco-linkedin:active {
  background-color: #338ec4;
  background: #338ec4;
}

.splogin.spl-modal .sco-pinterest:hover,
.splogin.spl-modal .sco-pinterest:focus,
.splogin.spl-modal .sco-pinterest:active {
  background-color: #d54d53;
  background: #d54d53;
}

.splogin.spl-modal .sco_social_login:hover,
.splogin.spl-modal .sco_social_login:focus,
.splogin.spl-modal .sco_social_login:active {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

@media (max-device-width: 769px) {
  .splogin-vertical {
    overflow: auto;
  }
}
@media screen and (max-width: 480px) {
  .splogin .sco-btn {
    width: 50px;
  }

  .splogin.spl-modal .sco-btn-holder {
    width: 100%;
    position: relative;
    top: 0px;
    right: initial;
  }

  .splogin.spl-modal .sco-btn {
    display: inline-block;
    width: auto;
    margin: 0 5px 0 0;
  }

  .splogin.spl-modal button.sco_social_login {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    font-size: 22px;
    min-width: initial;
  }

  .splogin.spl-modal .sco_social_login > [class^="icon-"] {
    font-size: 25px;
    top: 2px;
    padding: 0;
  }

  .splogin.spl-modal .sco_social_login span {
    display: none;
  }

  .splogin.spl-modal .sco_social_login:hover [class^="icon-"] {
    color: #47a3da;
  }

  .splogin.spl-modal .sco-facebook:hover,
  .splogin .sco-facebook:focus,
  .splogin .sco-facebook:active {
    background-color: #ffffff;
    background: #ffffff;
  }

  .splogin.spl-modal .sco-twitter:hover,
  .splogin.spl-modal .sco-twitter:focus,
  .splogin.spl-modal .sco-twitter:active {
    background-color: #ffffff;
    background: #ffffff;
  }

  .splogin.spl-modal .sco-microsoft:hover,
  .splogin.spl-modal .sco-microsoft:focus,
  .splogin.spl-modal .sco-microsoft:active {
    background-color: #ffffff;
    background: #ffffff;
  }

  .splogin.spl-modal .sco-googleplus:hover,
  .splogin.spl-modal .sco-googleplus:focus,
  .splogin.spl-modal .sco-googleplus:active {
    background-color: #ffffff;
    background: #ffffff;
  }

  .splogin.spl-modal .sco-stumbleupon:hover,
  .splogin.spl-modal .sco-stumbleupon:focus,
  .splogin.spl-modal .sco-stumbleupon:active {
    background-color: #ffffff;
    background: #ffffff;
  }

  .splogin.spl-modal .sco-linkedin:hover,
  .splogin.spl-modal .sco-linkedin:focus,
  .splogin.spl-modal .sco-linkedin:active {
    background-color: #ffffff;
    background: #ffffff;
  }

  .splogin.spl-modal .sco-pinterest:hover,
  .splogin.spl-modal .sco-pinterest:focus,
  .splogin.spl-modal .sco-pinterest:active {
    background-color: #ffffff;
    background: #ffffff;
  }
}

/* close icon both */
.spl-icon {
  float: right;
  cursor: pointer;
}

.spl-icon-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 14px;
}

.spl-icon-close:before {
  font-family: "slide-login";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.spl-icon-close:before {
  content: "\e262";
}

.wp-login .spl-icon-close {
  display: none;
}

/* modal START */

#spl_register {
  margin: 10px 0;
}

.spl-modal {
  position: absolute; /* originally fixed was causing no scrollbar to show. */

  top: 50%;
  left: 50%;
  width: 62%;
  height: auto;
  z-index: 99999;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.spl-modal.splogin-open {
  visibility: visible;
}

/* modal effects */
/* Effect 1: Fade in and scale up */
.spl-modal.spl-modal-effect-1 .spl-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spl-modal.spl-modal-effect-1.splogin-open .spl-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
.spl-modal.spl-modal-effect-2 .spl-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.spl-modal.spl-modal-effect-2.splogin-open .spl-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
.spl-modal.spl-modal-effect-3 .spl-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spl-modal.spl-modal-effect-3.splogin-open .spl-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 4: Newspaper */
.spl-modal.spl-modal-effect-4 .spl-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.spl-modal.spl-modal-effect-4 .spl-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.spl-modal.spl-modal-effect-4.splogin-open .spl-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 5: fall */
.spl-modal.spl-modal-effect-5 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.spl-modal.spl-modal-effect-5 .spl-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.spl-modal.spl-modal-effect-5.splogin-open .spl-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/* Effect 6: side fall */
.spl-modal.spl-modal-effect-6 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.spl-modal.spl-modal-effect-6 .spl-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.spl-modal.spl-modal-effect-6.splogin-open .spl-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* Effect 7:  slide and stick to top */
.spl-modal.spl-modal-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.spl-modal.spl-modal-effect-7 .spl-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.spl-modal.spl-modal-effect-7.splogin-open .spl-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.spl-modal.spl-modal-effect-8 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.spl-modal.spl-modal-effect-8 .spl-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.spl-modal.spl-modal-effect-8.splogin-open .spl-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* Effect 9: 3D flip vertical */
.spl-modal.spl-modal-effect-9 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.spl-modal.spl-modal-effect-9 .spl-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.spl-modal.spl-modal-effect-9.splogin-open .spl-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 10: 3D sign */
.spl-modal.spl-modal-effect-10 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.spl-modal.spl-modal-effect-10 .spl-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spl-modal.spl-modal-effect-10.splogin-open .spl-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 11: Super scaled */
.spl-modal.spl-modal-effect-11 .spl-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spl-modal.spl-modal-effect-11.splogin-open .spl-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 12:  Just me */
.spl-modal.spl-modal-effect-12 .spl-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spl-modal.spl-modal-effect-12 .spl-content {
  /*background: #47a3da;*/ /*this is overwritting css editor */
}

.spl-modal.spl-modal-effect-12.splogin-open .spl-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 13: 3D slit */
.spl-modal.spl-modal-effect-13 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.spl-modal.spl-modal-effect-13 .spl-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.spl-modal.spl-modal-effect-13.splogin-open .spl-content {
  -webkit-animation: splslit 0.7s forwards ease-out;
  -moz-animation: splslit 0.7s forwards ease-out;
  animation: splslit 0.7s forwards ease-out;
}

@-webkit-keyframes splslit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes splslit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes splslit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

/* Effect 14:  3D Rotate from bottom */
.spl-modal.spl-modal-effect-14 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.spl-modal.spl-modal-effect-14 .spl-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.spl-modal.spl-modal-effect-14.splogin-open .spl-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.spl-modal.spl-modal-effect-15 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.spl-modal.spl-modal-effect-15 .spl-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spl-modal.spl-modal-effect-15.splogin-open .spl-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

/* modal END */

/* custom shorgcode */
.spl-custom-body {
  padding: 10px;
  min-height: 50px;
}
/* custom shortcode END*/

/* */
.spl_hide {
  display: none;
}
/**/
/* Dynamic Login and Logout buttons */
.rhlogin.rhl-float-right {
  float: right;
}

.rhlogin.rhl-float-left {
  float: left;
}

.rhlogin a.btn {
  display: initial;
  padding: 6px 12px;
  border: 2px solid #1abc9c;
  border-radius: 40px;
  background: transparent;
  color: #1abc9c;
  text-align: center;
  letter-spacing: 1px;
  font-family: "lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s,
    border-width 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s,
    border-color 0.3s;
}

.rhlogin a.btn:hover {
  border: 2px solid #1abc9c;
  background: #1abc9c;
  color: #fff;
}

.rhlogin a.btn.btn-primary {
  border: 2px solid #1abc9c;
  background: transparent;
  color: #1abc9c;
}

.rhlogin a.btn.btn-primary:hover {
  border: 2px solid #1abc9c;
  background: #1abc9c;
  color: #fff;
}

.rhlogin a.btn.btn-info {
  border: 2px solid #3498db;
  background: transparent;
  color: #3498db;
}

.rhlogin a.btn.btn-info:hover {
  border: 2px solid #3498db;
  background: #3498db;
  color: #fff;
}

.rhlogin a.btn.btn-success {
  border: 2px solid #2ecc71;
  background: transparent;
  color: #2ecc71;
}

.rhlogin a.btn.btn-success:hover {
  border: 2px solid #2ecc71;
  background: #2ecc71;
  color: #fff;
}

.rhlogin a.btn.btn-warning {
  border: 2px solid #f1c40f;
  background: transparent;
  color: #f1c40f;
}

.rhlogin a.btn.btn-warning:hover {
  border: 2px solid #f1c40f;
  background: #f1c40f;
  color: #fff;
}

.rhlogin a.btn.btn-danger {
  border: 2px solid #e74c3c;
  background: transparent;
  color: #e74c3c;
}

.rhlogin a.btn.btn-danger:hover {
  border: 2px solid #e74c3c;
  background: #e74c3c;
  color: #fff;
}

.rhlogin a.btn.btn-link {
  border: none;
  background: transparent;
  color: inherit;
}

.rhlogin a.btn.btn-link:hover {
  border: none;
  background: transparent;
  color: inherit;
}

.rhlogin a.btn.btn-inverse {
  border: 2px solid #1abc9c;
  background: #1abc9c;
  color: #fff;
}

.rhlogin a.btn.btn-inverse:hover {
  border: 2px solid #1abc9c;
  background: transparent;
  color: #1abc9c;
}

.rhlogin a.btn.btn-mini {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
}

.rhlogin a.btn.btn-small {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
}

.rhlogin a.btn.btn-large {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
}

.rhlogin.rhl-float-left a.btn,
.rhlogin.rhl-float-right a.btn {
  display: block;
}

.rhlogin.rhl-center {
  width: auto;
  text-align: center;
}

.rhlogin.rhl-center a.btn {
  display: initial;
  text-decoration: none;
}

.rhlogin.rhl-inline {
  width: auto;
  display: inline-block;
}

.rhlogin.rhl-inline a.btn {
  display: inline-block;
}

.rhlogin.rhl-right a.btn,
.rhlogin.rhl-left a.btn {
  display: inline-block;
}

/* end Dynamic Login and Logout buttons */

@media screen and (max-width: 1316px) {
  .splogin.splogin-horizontal .spl_custom_links {
    width: 21%;
  }
}

@media screen and (max-width: 1279px) {
  .splogin.splogin-horizontal .splogin-body {
    width: 64%;
  }
  .splogin-horizontal .sco-btn-holder {
    width: 14%;
  }
  .splogin-group .splogin-rememberme p > label {
    line-height: 100%;
  }
  .spl-modal .splogin-group .splogin-rememberme p > label {
    line-height: 32px;
  }
  .splogin-horizontal .splogin-button p {
    display: none;
  }
  .splogin-horizontal .splogin-button button.btn-splogin {
    margin-top: -10px;
  }

  .splogin.splogin-horizontal .forgetmenot label label[for="rememberme"] {
    margin: 0;
  }
}

@media screen and (max-width: 1260px) {
  .splogin.splogin-horizontal {
    height: 170px;
  }
  .splogin.splogin-horizontal form {
    padding: 2px;
  }
  .splogin-horizontal .spl-content {
    height: 170px;
  }
  .splogin-horizontal .sco-btn-holder {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1245px) {
  .splogin-horizontal h3.action-register.action-section,
  .splogin-horizontal h3.action-lostpassword.action-section {
    width: 16%;
  }
  .splogin.splogin-horizontal .action-register.splogin-body {
    width: 39%;
  }
  .splogin-horizontal .action-register .splogin-userinfo {
    width: 45%;
  }
  .splogin-horizontal .action-register .splogin-button {
    width: 39%;
  }
  .splogin.splogin-horizontal .action-register .btn-splogin {
    margin-top: 11px;
  }
  .splogin.splogin-horizontal .action-lostpassword.splogin-body {
    width: 48%;
  }
}

@media screen and (max-width: 1129px) {
  .splogin.splogin-horizontal .splogin-body {
    width: 66%;
  }

  .splogin.splogin-horizontal .spl_custom_links {
    width: 17%;
  }

  .splogin-horizontal .spl_custom_links a {
    width: 98%;
  }
}

@media screen and (max-width: 1107px) {
  .splogin-horizontal h3.action-register.action-section {
    width: 20%;
  }

  .splogin.splogin-horizontal .action-lostpassword.splogin-body {
    width: 45%;
  }
  .splogin.splogin-horizontal form#lostpasswordform {
    width: 100%;
  }
  .splogin-horizontal .action-lostpassword .splogin-userinfo {
    width: 35%;
  }
  .splogin-horizontal .action-lostpassword .splogin-button {
    width: 45%;
  }
  .splogin.splogin-horizontal .action-lostpassword + .spl_custom_links {
    width: 25%;
  }
}

@media screen and (max-width: 1073px) {
  .splogin.splogin-horizontal .splogin-body {
    width: 66%;
  }
  .splogin.splogin-horizontal .spl_custom_links {
    width: 19%;
  }

  .splogin-horizontal .spl_custom_links a {
    margin: 0 0 5px;
    min-width: 140px;
    padding: 0;
    max-height: 46px;
  }
}

@media screen and (max-width: 1041px) {
  .splogin.splogin-horizontal .spl_custom_links {
    width: 20%;
  }

  .splogin-horizontal .spl_custom_links a {
    margin: 0 auto 3px;
    min-width: 99%;
  }

  .splogin-horizontal .splogin-userinfo {
  }

  .splogin-horizontal .splogin-group {
  }
  .splogin-group .splogin-rememberme p > label {
    line-height: 100%;
  }
  .splogin-group .splogin-rememberme p > label > label {
    left: 0;
  }
  .splogin-horizontal .sco-btn-holder {
    width: 15%;
  }
}

@media screen and (max-width: 979px) {
  .splogin.splogin-horizontal .splogin-body {
    display: inline-block;
  }
  .splogin.splogin-horizontal form {
    width: 100%;
  }
  .splogin-horizontal .splogin-userinfo {
    padding: 7px;
  }
  .splogin-horizontal .sco-btn-holder {
    width: auto;
    max-width: 100px;
    padding: 20px 0;
    margin: 0 auto;
  }
  .splogin-horizontal .splogin-group {
  }
  .splogin.splogin-horizontal .spl_custom_links {
    width: 19%;
    right: 0;
    margin: 0 5px 0 0;
    display: inline-block;
  }
}

@media screen and (max-width: 918px) {
  .splogin-horizontal .splogin-userinfo {
  }
}

@media screen and (max-width: 899px) {
  .splogin-horizontal .splogin-group {
    width: 53%;
  }
  .splogin.splogin-horizontal .spl-single-holder {
    margin: 50px 0px 0 1px;
  }
}

@media screen and (max-width: 885px) {
  .splogin-horizontal .spl_custom_links a {
    line-height: 100%;
    padding: 13px 0;
    max-height: 55px;
  }
}

@media screen and (max-width: 879px) {
  .splogin-horizontal .splogin-button {
    padding: 0;
  }
  .splogin-horizontal .spl_custom_links a {
    padding: 10px 0;
  }
}

@media screen and (max-width: 875px) {
  .splogin-horizontal .splogin-userinfo {
    width: 40%;
  }
  .splogin-horizontal h3.action-register.action-section {
    width: 30%;
  }
  .splogin.splogin-horizontal .action-register + .spl_custom_links {
    width: 30%;
  }
  .splogin-horizontal h3.action-lostpassword.action-section {
    width: 20%;
  }
}

@media screen and (max-width: 804px) {
  .splogin.splogin-horizontal.splogin-top {
    top: -100%;
  }
  .splogin.splogin-horizontal.splogin-bottom {
    bottom: -100%;
  }
  .splogin.splogin-horizontal.splogin-open {
    width: 90%;
    height: auto;
    max-height: 100%;
    top: 50%;
    bottom: initial;
    left: 50%;
    border: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .splogin-horizontal .spl-content {
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
  }
  .splogin-horizontal h3 {
    width: 100%;
    float: none;
  }
  .splogin.splogin-horizontal .splogin-body {
    width: 100%;
    float: none;
    height: auto;
    max-width: none;
  }
  .splogin-horizontal .splogin-userinfo {
    width: 100%;
    padding: 15px;
    max-width: none;
  }
  .splogin.splogin-horizontal .splogin-body .splogin-userinfo p {
    width: 100%;
    max-width: 250px;
  }
  .splogin-horizontal .sco-btn-holder {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    max-width: none;
  }
  .splogin-horizontal .sco-btn-holder .sco-btn {
    margin: 0 4px 4px 0;
    width: auto;
  }
  .splogin-horizontal .splogin-group {
    width: 100%;
    display: block;
    padding: 15px;
  }
  .splogin-horizontal .splogin-rememberme {
    padding: 10px 0 0;
  }
  .splogin .forgetmenot label label[for="rememberme"] {
    display: inline-block;
    margin: 0;
  }
  .splogin.splogin-horizontal .spl_custom_links {
    width: 100%;
    background-color: #47a3da;
    float: none;
    height: auto;
    max-height: 100%;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    display: block;
  }

  .splogin-horizontal .spl_custom_links a {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #258ecd;
    font-size: 17px;
    padding: 13px 0;
  }
  .splogin-horizontal .spl_custom_links a:first-child {
    border-top: 1px solid #258ecd;
  }
  .splogin-horizontal h3.action-register.action-section {
    width: 100%;
  }
  .splogin.splogin-horizontal .action-register.splogin-body {
    width: 100%;
  }
  .splogin-horizontal .action-register .splogin-userinfo {
    width: 100%;
  }
  .splogin-horizontal .action-register .splogin-button {
    width: 100%;
    margin: 0 15px 20px;
  }
  .splogin.splogin-horizontal .action-register + .spl_custom_links {
    width: 100%;
  }
  .splogin-horizontal h3.action-lostpassword.action-section {
    width: 100%;
    float: none;
  }
  .splogin.splogin-horizontal .action-lostpassword.splogin-body {
    width: 100%;
  }
  .splogin-horizontal .action-lostpassword .splogin-userinfo {
    width: 100%;
    display: block;
    margin: 0;
  }
  .splogin-horizontal .action-lostpassword .splogin-button {
    width: 100%;
    margin: 0 0 20px;
    display: block;
    padding: 0 15px;
  }
  .splogin.splogin-horizontal .action-lostpassword + .spl_custom_links {
    width: 100%;
    display: block;
    float: none;
  }
  .splogin.splogin-horizontal .spl-single-holder {
    margin: 0 0 0 17px;
  }
  .splogin-horizontal label[for="splga_google_authenticator_code"] {
    padding-left: 18px;
  }
  .splogin-horizontal label[for="splga_google_authenticator_code"] input {
    margin-left: 18px;
  }
}

@media screen and (max-width: 769px) {
  .splogin.splogin-horizontal.splogin-top {
    top: -100%;
  }
  .splogin.splogin-horizontal.splogin-bottom {
    bottom: -100%;
  }
  .splogin.splogin-horizontal.splogin-open {
    width: 90%;
    height: auto;
    max-height: 100%;
    top: 50%;
    bottom: initial;
    left: 50%;
    border: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .splogin-horizontal .spl-content {
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
  }
  .splogin-horizontal h3 {
    width: 100%;
    float: none;
  }
  .splogin.splogin-horizontal .splogin-body {
    width: 100%;
    float: none;
    height: auto;
    max-width: none;
  }
  .splogin-horizontal .splogin-userinfo {
    width: 100%;
    padding: 15px;
    max-width: none;
  }
  .splogin.splogin-horizontal .splogin-body .splogin-userinfo p {
    width: 100%;
    max-width: 250px;
  }
  .splogin-horizontal .sco-btn-holder {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    max-width: none;
  }
  .splogin-horizontal .sco-btn-holder .sco-btn {
    margin: 0 4px 4px 0;
    width: auto;
  }
  .splogin-horizontal .splogin-group {
    width: 100%;
    display: block;
    padding: 15px;
  }
  .splogin-horizontal .splogin-rememberme {
    padding: 10px 0 0;
  }
  .splogin .forgetmenot label label[for="rememberme"] {
    display: inline-block;
    margin: 0;
  }
  .splogin.splogin-horizontal .spl_custom_links {
    width: 100%;
    background-color: #47a3da;
    float: none;
    height: auto;
    max-height: 100%;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    display: block;
  }

  .splogin-horizontal .spl_custom_links a {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #258ecd;
    font-size: 17px;
    padding: 13px 0;
  }
  .splogin-horizontal .spl_custom_links a:first-child {
    border-top: 1px solid #258ecd;
  }
  .splogin-horizontal h3.action-register.action-section {
    width: 100%;
  }
  .splogin.splogin-horizontal .action-register.splogin-body {
    width: 100%;
  }
  .splogin-horizontal .action-register .splogin-userinfo {
    width: 100%;
  }
  .splogin-horizontal .action-register .splogin-button {
    width: 100%;
    margin: 0 15px 20px;
  }
  .splogin.splogin-horizontal .action-register + .spl_custom_links {
    width: 100%;
  }
  .splogin-horizontal h3.action-lostpassword.action-section {
    width: 100%;
    float: none;
  }
  .splogin.splogin-horizontal .action-lostpassword.splogin-body {
    width: 100%;
  }
  .splogin-horizontal .action-lostpassword .splogin-userinfo {
    width: 100%;
    display: block;
    margin: 0;
  }
  .splogin-horizontal .action-lostpassword .splogin-button {
    width: 100%;
    margin: 0 0 20px;
    display: block;
    padding: 0 15px;
  }
  .splogin.splogin-horizontal .action-lostpassword + .spl_custom_links {
    width: 100%;
    display: block;
    float: none;
  }

  .spl-modal {
    width: 90%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
  }

  .splogin-maintanance.splogin-horizontal .spl-maintanance-body {
    width: auto;
  }
  .splogin-maintanance.splogin-horizontal .spl-countdown {
    height: auto;
  }

  .splogin.splogin-horizontal .password_protected_body input {
    margin: 10% 4%;
  }
}

@media screen and (max-width: 480px) {
  .splogin-vertical .splogin-body {
    margin: 0;
    background: #47a3da;
    display: block;
    padding: 0 0 20px;
  }

  .splogin.splogin-horizontal .action-lostpassword.splogin-body {
    width: 100%;
    margin: 15px 0;
  }

  .splogin-vertical .splogin-button button.btn-splogin {
    height: 50px;
  }

  .splogin.splogin-open.splogin-horizontal,
  .splogin.splogin-open.splogin-vertical {
    width: 100%;
    height: auto;
    max-height: 100%;
    top: 50%;
    left: 50%;
    overflow-y: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .splogin-horizontal .spl-content,
  .splogin-vertical .spl-content {
    height: auto;
    max-height: 100%;
  }
  .splogin-horizontal h3,
  .splogin-vertical h3,
  .splogin-horizontal h3.action-lostpassword.action-section,
  .splogin-horizontal h3.action-register.action-section {
    width: 100%;
    height: 80px;
    float: none;
    display: block;
  }
  .splogin.splogin-horizontal .splogin-body,
  .splogin.splogin-vertical .splogin-body,
  .splogin.splogin-horizontal .action-register.splogin-body {
    height: auto;
    width: 100%;
    display: block;
    float: none;
    padding: 0;
  }
  .splogin.splogin-horizontal form,
  .splogin.splogin-vertical form {
    display: block;
    padding: 20px;
  }
  .splogin-horizontal .splogin-userinfo {
    width: 100%;
  }
  .splogin.splogin-horizontal .splogin-body p,
  .splogin.splogin-vertical .splogin-body p {
    display: block;
  }
  .splogin-horizontal .splogin-group,
  .splogin-vertical .splogin-group {
    display: block;
    width: 100%;
  }
  .splogin-horizontal .splogin-rememberme,
  .splogin-vertical .splogin-rememberme {
    padding: 0;
  }
  .splogin-horizontal .splogin-button,
  .splogin-vertical .splogin-button {
    padding: 0;
  }
  .splogin.splogin-horizontal p.forgetmenot,
  .splogin.splogin-vertical p.forgetmenot {
    top: 0;
    margin: 10px 0 20px;
  }
  .splogin-horizontal .sco-btn-holder,
  .splogin-vertical .sco-btn-holder {
    display: block;
    width: 100%;
    margin: 20px 0 10px;
    padding: 0;
  }
  .splogin.splogin-horizontal .btn-splogin,
  .splogin.splogin-vertical .btn-splogin {
    top: 0;
    margin: 10px auto 0;
    width: 100%;
  }
  .splogin.splogin-horizontal .spl_custom_links,
  .splogin.splogin-vertical .spl_custom_links,
  .splogin.splogin-horizontal .action-lostpassword + .spl_custom_links,
  .splogin.splogin-horizontal .action-register + .spl_custom_links {
    width: 100%;
    max-height: none;
    float: none;
    display: block;
    background-color: #47a3da;
    top: 0;
  }
  .splogin-horizontal .spl_custom_links a,
  .splogin-vertical .spl_custom_links a {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #258ecd;
    font-size: 17px;
    padding: 15px;
  }
  .splogin-horizontal .spl_custom_links a:first-child,
  .splogin-vertical .spl_custom_links a:first-child {
    border-top: 1px solid #258ecd;
  }
  .splogin-horizontal .alert,
  .splogin-vertical .alert {
    top: -16px;
    width: 100%;
    padding: 15px;
    font-size: 12px;
    line-height: 120%;
  }
  .splogin.splogin-horizontal form#lostpasswordform,
  .splogin.splogin-vertical form#lostpasswordform {
    position: relative;
    top: -20px;
  }
  .splogin.splogin-horizontal #lostpasswordform input#spl_lostpassword,
  .splogin.splogin-vertical #lostpasswordform input#spl_lostpassword {
    top: 0;
    margin: 20px 0 0;
    width: 80%;
  }
  .splogin-horizontal .action-register .splogin-userinfo {
    width: 100%;
    display: block;
  }
  .splogin-vertical label input#register-user_email {
    max-width: 209px;
  }
  .splogin-horizontal .action-register .splogin-button {
    display: block;
    width: 100%;
  }
  .splogin.splogin-horizontal .action-register input#spl_register,
  .splogin.splogin-vertical .action-register input#spl_register {
    height: 50px;
    margin: 0;
  }
  .splogin-maintanance.spl-modal .spl_custom_links a {
    border-bottom: 1px solid #258ecd;
    padding: 15px;
    margin: 0;
  }
  .splogin-maintanance.spl-modal .spl_custom_links a:first-child {
    border-top: 1px solid #258ecd;
  }
  .splogin.spl-modal,
  .splogin.splogin-maintanance.splogin-countdown {
    width: 100%;
  }

  .spl-maintanance-body .spl-countdown {
    width: 25%;
    margin: 0;
    padding: 0;
    position: relative;
    left: -2.5%;
    display: inline-block;
  }
  .spl-countdown .spl-countdown-item-label {
    font-size: 130%;
  }
  .password_protected_body {
    padding: 10px 0;
  }
  .splogin.splogin-horizontal .password_protected_body input {
    margin: 10px auto 20px;
    display: block;
  }
  .splogin.splogin-horizontal .btn.btn_p_protected {
    display: block;
    margin: 0 auto 10px;
  }
  .splogin.splogin-horizontal .spl-single-holder {
    margin: 0 0 0 16px;
  }
  .splogin.splogin-horizontal .spl_custom_links {
    width: 100%;
  }
}

/* Example media queries */

@media screen and (max-width: 55.1875em) {
  .splogin-horizontal {
    font-size: 75%;
    height: 110px;
  }

  .splogin-top {
    top: -100%;
  }

  .splogin-bottom {
    bottom: -100%;
  }
}

@media screen and (max-height: 26.375em) {
  .splogin-vertical {
    font-size: 90%;
    width: 240px;
    overflow: auto;
  }

  .splogin-left,
  .splogin-push-toleft {
    left: -300px;
  }

  .splogin-right {
    right: -300px;
  }

  .splogin-push-toright {
    left: 190px;
  }

  .splogin.splogin-maintanance .spl-maintanance-body {
    padding: 15px 0;
  }
  .splogin.splogin-maintanance .spl-maintanance-body p {
    padding: 0 15px;
  }
}

@media screen and (max-device-width: 480px) and (orientation: landscape) {
  .splogin-left,
  .splogin-push-toleft {
    left: -250px;
  }

  .splogin-right {
    right: -250px;
  }
}

@media screen and (max-width: 480px) and (orientation: landscape) {
  .spl-modal.splogin-open {
    overflow-y: auto;
    max-height: 100%;
  }
}

/* options */
#position_logout {
  margin-bottom: 30px;
}
/* end options */

/* fix, core login adds a white background to the login form.*/
body.spl-open.login.wp-core-ui form {
  background-color: transparent;
  float: left;
}

/*editor */
.rhcss-editor-active .ns-box.ns-bar {
  left: 300px;
  right: 0;
  width: auto;
}

.rhcss-editor-active .splogin-horizontal {
  left: 300px;
  right: 0;
  width: auto;
}

.splogin:not(.splogin-open) .spl-g-recaptcha-holder,
.splogin:not(.splogin-open) .spl-single-holder {
  display: none;
}

/* Social Connect */

@font-face {
  font-family: "social-icons";
  src: url("fonts/social-icons/social-icons.eot?ht4scm");
  src: url("fonts/social-icons/social-icons.eot?ht4scm#iefix")
      format("embedded-opentype"),
    url("fonts/social-icons/social-icons.ttf?ht4scm") format("truetype"),
    url("fonts/social-icons/social-icons.woff?ht4scm") format("woff"),
    url("fonts/social-icons/social-icons.svg?ht4scm#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.sco-btn .sco_social_login [class^="icon-"],
.sco-btn .sco_social_login [class*="icon-"],
.sco-btn .icon-wp {
  font-family: "social-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
  font-size: 25px;
}

.sco-btn .icon-wp:before {
  content: "\e607";
}
.sco-btn .sco_social_login .icon-facebook:before {
  content: "\e600";
}
.sco-btn .sco_social_login .icon-youtube:before {
  content: "\e608";
}
.sco-btn .sco_social_login .icon-vimeo:before {
  content: "\e60c";
}
.sco-btn .sco_social_login .icon-twitter:before {
  content: "\e605";
}
.sco-btn .sco_social_login .icon-stumbleupon:before {
  content: "\e60b";
}
.sco-btn .sco_social_login .icon-spotify:before {
  content: "\e044";
}
.sco-btn .sco_social_login .icon-skype:before {
  content: "\e604";
}
.sco-btn .sco_social_login .icon-pinterest:before {
  content: "\e046";
}
.sco-btn .sco_social_login .icon-myspace:before {
  content: "\e048";
}
.sco-btn .sco_social_login .icon-linkedin:before {
  content: "\e603";
}
.sco-btn .sco_social_login .icon-googleplus:before {
  content: "\e602";
}
.sco-btn .sco_social_login .icon-flickr:before {
  content: "\e601";
}
.sco-btn .sco_social_login .icon-behance:before {
  content: "\e609";
}
.sco-btn .sco_social_login .icon-microsoft:before {
  content: "\e606";
}
.sco-btn .sco_social_login .icon-vk:before {
  content: "\e90c";
}
.sco-btn .sco_social_login .icon-instagram:before {
  content: "\e90b";
}
.sco-btn .sco_social_login .icon-yahoo:before {
  content: "\e90a";
}
.sco-btn .sco_social_login .icon-dropbox:before {
  content: "\e909";
}
.sco-btn .sco_social_login .icon-tumblr:before {
  content: "\e908";
}
.sco-btn .sco_social_login .icon-vimeo:before {
  content: "\e907";
}
.sco-btn .sco_social_login .icon-reddit:before {
  content: "\e906";
}
.sco-btn .sco_social_login .icon-yandex:before {
  content: "\e905";
}
.sco-btn .sco_social_login .icon-github:before {
  content: "\e904";
}
.sco-btn .sco_social_login .icon-amazon:before {
  content: "\e903";
}
.sco-btn .sco_social_login .icon-disqus:before {
  content: "\e902";
}
.sco-btn .sco_social_login .icon-envato:before {
  content: "\e900";
}
.sco-btn .sco_social_login .icon-flickr:before {
  content: "\e90d";
}
.sco-btn .sco_social_login .icon-bitbucket:before {
  content: "\e901";
}
.sco-btn .sco_social_login .icon-mailru:before {
  content: "\e90e";
}
.sco-btn .sco_social_login .icon-dribbble:before {
  content: "\e910";
}
.sco-btn .sco_social_login .icon-baidu:before {
  content: "\e912";
}
.sco-btn .sco_social_login .icon-naver:before {
  content: "\e911";
}

.sco-btn .sco_social_login,
.sco-btn .sco-wp {
  font-family: "Lato";
  font-weight: 300;
}

.sco-btn {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.sco-btn .sco-wp,
.sco-btn .sco_social_login {
  padding: 13px 20px;
  font-size: 22px;
  text-transform: initial;
  line-height: 1.227;
  border-radius: 6px;
  border: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  display: inline-block;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.sco-btn .sco_social_login:active,
.sco-btn .sco-wp:active,
.sco-btn .sco_social_login:hover,
.sco-btn .sco-wp:hover {
  outline: -webkit-focus-ring-color none;
  box-shadow: none;
}
.sco-btn .sco-wp {
  color: #ffffff;
  background-color: #21759b;
  background: #21759b;
}

.sco-btn .sco-wp:hover,
.sco-btn .sco-wp:focus,
.sco-btn .sco-wp:active {
  background-color: #d54e21;
  background: #d54e21;
}

.sco-wp:hover,
.sco-wp:focus,
.sco-wp:active,
.sco_social_login:hover,
.sco_social_login:focus,
.sco_social_login:active {
  background-image: none;
  color: #fff;
  outline: -webkit-focus-ring-color auto 0px;
  box-shadow: 0 0 0 transparent;
}

.sco_social_login.sco-pinterest {
  color: #ffffff;
  background-color: #cb2028;
  background: #cb2028;
}
.sco_social_login.sco-pinterest:hover,
.sco_social_login.sco-pinterest:focus,
.sco_social_login.sco-pinterest:active {
  background-color: #d54d53;
  background: #d54d53;
}

.sco_social_login.sco-linkedin {
  color: #ffffff;
  background-color: #0072b5;
  background: #0072b5;
}

.sco_social_login.sco-linkedin:hover,
.sco_social_login.sco-linkedin:focus,
.sco_social_login.sco-linkedin:active {
  background-color: #338ec4;
  background: #338ec4;
}

.sco_social_login.sco-stumbleupon {
  color: #ffffff;
  background-color: #ed4a13;
  background: #ed4a13;
}
.sco_social_login.sco-stumbleupon:hover,
.sco_social_login.sco-stumbleupon:focus,
.sco_social_login.sco-stumbleupon:active {
  background-color: #f16e42;
  background: #f16e42;
}

.sco_social_login.sco-googleplus {
  color: #ffffff;
  background-color: #c0392b;
  background: #c0392b;
}
.sco_social_login.sco-googleplus:hover,
.sco_social_login.sco-googleplus:focus,
.sco_social_login.sco-googleplus:active {
  background-color: #e74c3c;
  background: #e74c3c;
}

.sco_social_login.sco-facebook {
  color: #ffffff;
  background-color: #2f4b93;
  background: #2f4b93;
}
.sco_social_login.sco-facebook:hover,
.sco_social_login.sco-facebook:focus,
.sco_social_login.sco-facebook:active {
  background-color: #596fa9;
  background: #596fa9;
}

.sco_social_login.sco-twitter {
  color: #ffffff;
  background-color: #00bdef;
  background: #00bdef;
}

.sco_social_login.sco-twitter:hover,
.sco_social_login.sco-twitter:focus,
.sco_social_login.sco-twitter:active {
  background-color: #33caf2;
  background: #33caf2;
}

.sco_social_login.sco-microsoft {
  color: #ffffff;
  background-color: #2c3e50;
  background: #2c3e50;
}

.sco_social_login.sco-microsoft:hover,
.sco_social_login.sco-microsoft:focus,
.sco_social_login.sco-microsoft:active {
  background-color: #415b76;
  background: #415b76;
}

.sco_social_login.sco-vk {
  color: #ffffff;
  background-color: #45668e;
  background: #45668e;
}

.sco_social_login.sco-vk:hover,
.sco_social_login.sco-vk:focus,
.sco_social_login.sco-vk:active {
  background-color: #537aa9;
  background: #537aa9;
}

.sco_social_login.sco-instagram {
  color: #ffffff;
  background-color: #125688;
  background: #125688;
}

.sco_social_login.sco-instagram:hover,
.sco_social_login.sco-instagram:focus,
.sco_social_login.sco-instagram:active {
  background-color: #0d3c5f;
  background: #0d3c5f;
}

.sco_social_login.sco-yahoo {
  color: #ffffff;
  background-color: #6e329d;
  background: #6e329d;
}

.sco_social_login.sco-yahoo:hover,
.sco_social_login.sco-yahoo:focus,
.sco_social_login.sco-yahoo:active {
  background-color: #550a76;
  background: #550a76;
}

.sco_social_login.sco-dropbox {
  color: #ffffff;
  background-color: #007ee5;
  background: #007ee5;
}

.sco_social_login.sco-dropbox:hover,
.sco_social_login.sco-dropbox:focus,
.sco_social_login.sco-dropbox:active {
  background-color: #0062b2;
  background: #0062b2;
}

.sco_social_login.sco-tumblr {
  color: #ffffff;
  background-color: #32506d;
  background: #32506d;
}

.sco_social_login.sco-tumblr:hover,
.sco_social_login.sco-tumblr:focus,
.sco_social_login.sco-tumblr:active {
  background-color: #273f56;
  background: #273f56;
}

.sco_social_login.sco-vimeo {
  color: #ffffff;
  background-color: #aad450;
  background: #aad450;
}

.sco_social_login.sco-vimeo:hover,
.sco_social_login.sco-vimeo:focus,
.sco_social_login.sco-vimeo:active {
  background-color: #9dcd35;
  background: #9dcd35;
}

.sco_social_login.sco-reddit {
  color: #ffffff;
  background-color: #ff4500;
  background: #ff4500;
}

.sco_social_login.sco-reddit:hover,
.sco_social_login.sco-reddit:focus,
.sco_social_login.sco-reddit:active {
  background-color: #dd3c00;
  background: #dd3c00;
}

.sco_social_login.sco-yandex {
  color: #ffffff;
  background-color: #ffcc00;
  background: #ffcc00;
}

.sco_social_login.sco-yandex:hover,
.sco_social_login.sco-yandex:focus,
.sco_social_login.sco-yandex:active {
  background-color: #eebe00;
  background: #eebe00;
}

.sco_social_login.sco-github {
  color: #ffffff;
  background-color: #6cc644;
  background: #6cc644;
}

.sco_social_login.sco-github:hover,
.sco_social_login.sco-github:focus,
.sco_social_login.sco-github:active {
  background-color: #5cb236;
  background: #5cb236;
}

.sco_social_login.sco-amazon {
  color: #ffffff;
  background-color: #ff9900;
  background: #ff9900;
}

.sco_social_login.sco-amazon:hover,
.sco_social_login.sco-amazon:focus,
.sco_social_login.sco-amazon:active {
  background-color: #ee8f00;
  background: #ee8f00;
}

.sco_social_login.sco-disqus {
  color: #ffffff;
  background-color: #2e9fff;
  background: #2e9fff;
}

.sco_social_login.sco-disqus:hover,
.sco_social_login.sco-disqus:focus,
.sco_social_login.sco-disqus:active {
  background-color: #0087fa;
  background: #0087fa;
}

.sco_social_login.sco-envato {
  color: #ffffff;
  background-color: #82b541;
  background: #82b541;
}

.sco_social_login.sco-envato:hover,
.sco_social_login.sco-envato:focus,
.sco_social_login.sco-envato:active {
  background-color: #709c38;
  background: #709c38;
}

.sco_social_login.sco-flickr {
  color: #ffffff;
  background-color: #ff0084;
  background: #ff0084;
}

.sco_social_login.sco-flickr:hover,
.sco_social_login.sco-flickr:focus,
.sco_social_login.sco-flickr:active {
  background-color: #0063dc;
  background: #0063dc;
}

.sco_social_login.sco-bitbucket {
  color: #ffffff;
  background-color: #205081;
  background: #205081;
}

.sco_social_login.sco-bitbucket:hover,
.sco_social_login.sco-bitbucket:focus,
.sco_social_login.sco-bitbucket:active {
  background-color: #193f66;
  background: #193f66;
}

.sco_social_login.sco-mailru {
  color: #ffffff;
  background-color: #168de2;
  background: #168de2;
}

.sco_social_login.sco-mailru:hover,
.sco_social_login.sco-mailru:focus,
.sco_social_login.sco-mailru:active {
  background-color: #ffa930;
  background: #ffa930;
}

.sco_social_login.sco-dribbble {
  color: #ffffff;
  background-color: #ea4c89;
  background: #ea4c89;
}

.sco_social_login.sco-dribbble:hover,
.sco_social_login.sco-dribbble:focus,
.sco_social_login.sco-dribbble:active {
  background-color: #7bbb5e;
  background: #7bbb5e;
}

.sco_social_login.sco-baidu {
  color: #ffffff;
  background-color: #de0f17;
  background: #de0f17;
}

.sco_social_login.sco-baidu:hover,
.sco_social_login.sco-baidu:focus,
.sco_social_login.sco-baidu:active {
  background-color: #2529d8;
  background: #2529d8;
}

.sco_social_login.sco-naver {
  color: #ffffff;
  background-color: #23b300;
  background: #23b300;
}

.sco_social_login.sco-naver:hover,
.sco_social_login.sco-naver:focus,
.sco_social_login.sco-naver:active {
  background-color: #2ad500;
  background: #2ad500;
}

/* end Social Connect */

/* WP Default WP 4.3 New Password */
.splogin.wp43plus label[for="pass1"] input[type="password"] {
  display: none;
}

.splogin.wp43plus input#spl_pass1[type="password"] {
  display: none;
}

.splogin.wp43plus input#spl_pass2[type="password"] {
  display: none;
}

.splogin.wp43plus[data-action="rp"] #pass1-text {
  display: block;
}

.splogin.wp43plus label[for="pass1"] input[type="text"]#pass1-text {
  display: block;
}

.splogin .splogin-body label[for="pass2"] {
  display: none;
}
a.splogin-trigger {
  color: #000;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
@media print {
  .splogin {
    display: none;
  }
}
