/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
	Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.deo-social-login-form {
  overflow: hidden;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .deo-social-login-form::after {
    content: "";
    display: table;
    clear: both; }
  .deo-social-login-form.dropdown {
    color: inherit; }
  .deo-social-login-form .deo-form {
    width: 100%;
    max-height: inherit;
    padding-left: 15px;
    padding-right: 15px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 768px) {
      .deo-social-login-form .deo-form {
        float: left; }
        .rtl .deo-social-login-form .deo-form {
          float: right; } }
    @media (min-width: 768px) {
      .deo-social-login-form .deo-form.deo-register-form, .deo-social-login-form .deo-form.deo-login-form {
        width: 50%; } }
    .deo-social-login-form .deo-form.next, .deo-social-login-form .deo-form.prev {
      top: 0;
      position: absolute; }
    .deo-social-login-form .deo-form.next {
      right: 0;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%); }
    .deo-social-login-form .deo-form.prev {
      left: 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .deo-social-login-form .deo-form.active {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
  .deo-social-login-form .login-title, .deo-social-login-form .register-title, .deo-social-login-form .reset-password-title {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px; }
  .deo-social-login-form .form-buttons {
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center; }
    @media (min-width: 576px) {
      .deo-social-login-form .form-buttons {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        text-align: left;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse; }
        .rtl .deo-social-login-form .form-buttons {
          text-align: right; } }
    .deo-social-login-form .form-buttons .btn {
      font-weight: 500;
      margin-top: 5px;
      margin-bottom: 5px;
      display: inline-block;
      border-radius: 0px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 575px) {
        .deo-social-login-form .form-buttons .btn {
          width: 100%;
          margin: 10px 0px 20px; } }
  .deo-social-login-form .form-group-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .deo-social-login-form .form-content .form-group-checkbox.validate-error {
    color: #c80000; }
    .deo-social-login-form .form-content .form-group-checkbox.validate-error .custom-checkbox input[type="checkbox"] + span {
      border-color: #c80000; }
  .deo-social-login-form .form-content .form-group-checkbox .custom-checkbox {
    color: inherit; }
    .deo-social-login-form .form-content .form-group-checkbox .custom-checkbox input[type="checkbox"] + span {
      margin: 2px 8px 1px 0px; }
      .rtl .deo-social-login-form .form-content .form-group-checkbox .custom-checkbox input[type="checkbox"] + span {
        margin: 2px 0px 1px 8px; }
  .deo-social-login-form .form-content .form-group-checkbox .link-term {
    color: inherit;
    text-decoration: underline; }
    .deo-social-login-form .form-content .form-group-checkbox .link-term:hover {
      color: #1bbc9b; }
  .deo-social-login-form .form-content .form-group-checkbox .form-control-label {
    font-size: 13px;
    cursor: pointer; }
  .deo-social-login-form .form-content .form-control-label {
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit;
    text-align: left; }
    .rtl .deo-social-login-form .form-content .form-control-label {
      text-align: right; }
  .deo-social-login-form .call-reset-action {
    text-align: right; }
    .rtl .deo-social-login-form .call-reset-action {
      text-align: left; }
  .deo-social-login-form .form-actions .call-login-action, .deo-social-login-form .form-actions .call-reset-action, .deo-social-login-form .form-actions .call-register-action {
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .deo-social-login-form .deo-form-only-both-form {
    width: 100%;
    display: none;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .deo-social-login-form .deo-form-only-both-form {
        float: left; }
        .rtl .deo-social-login-form .deo-form-only-both-form {
          float: right; } }
  .deo-social-login-form .form-group-input.validate-error {
    position: relative; }
    .deo-social-login-form .form-group-input.validate-error:after {
      content: "\ea5f";
      position: absolute;
      top: 50%;
      z-index: 10;
      color: #c80000;
      font-size: 10px;
      font-family: "deo-custom-icons";
      right: 8px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .rtl .deo-social-login-form .form-group-input.validate-error:after {
        left: 8px;
        right: auto; }
    .deo-social-login-form .form-group-input.validate-error:before {
      content: attr(data-validate);
      position: absolute;
      max-width: 70%;
      top: 50%;
      z-index: 9;
      color: #c80000;
      font-size: 10px;
      background-color: #fff;
      border: 1px solid #c80000;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      right: 3px;
      border-radius: 2px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 2px 25px 2px 10px; }
      .rtl .deo-social-login-form .form-group-input.validate-error:before {
        left: 3px;
        right: auto; }
      .rtl .deo-social-login-form .form-group-input.validate-error:before {
        padding: 2px 10px 2px 25px; }
    .deo-social-login-form .form-group-input.validate-error:hover:before {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
  .deo-social-login-form .form-message {
    display: none;
    margin: 0; }
    .deo-social-login-form .form-message label {
      text-align: left; }
      .rtl .deo-social-login-form .form-message label {
        text-align: right; }
  .deo-social-login-form .only-both-form {
    display: none; }
  @media (min-width: 768px) {
    .both-form .deo-social-login-form .deo-form-only-both-form {
      display: block; }
    .both-form .deo-social-login-form .deo-form.deo-login-form {
      left: 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .both-form .deo-social-login-form .deo-form.deo-register-form {
      right: 0;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%); }
    .both-form .deo-social-login-form .deo-form.deo-reset-password-form {
      left: 0;
      right: 0;
      bottom: 0;
      top: auto;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%); }
    .both-form .deo-social-login-form .deo-form.active.deo-login-form {
      position: static;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
      .both-form .deo-social-login-form .deo-form.active.deo-login-form + .deo-register-form {
        position: static;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
    .both-form .deo-social-login-form .deo-form.active.deo-reset-password-form {
      position: static;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      transform: translateY(0%); }
      .both-form .deo-social-login-form .deo-form.active.deo-reset-password-form + .deo-form-only-both-form {
        display: none; }
    .both-form .deo-social-login-form .form-actions {
      display: none; }
    .both-form .deo-social-login-form .only-both-form {
      display: block; }
    .both-form .deo-social-login-form .deo-reset-password-form {
      width: 100%; }
    .both-form .deo-social-login-form .deo-register-form, .both-form .deo-social-login-form .deo-login-form {
      width: 50%; } }
@media (min-width: 768px) and (min-width: 576px) {
  .only-one .deo-social-login-form .deo-form {
    width: 100%; } }

.deo-social-login-form-wrapper {
  position: relative; }
  @media (min-width: 480px) {
    .deo-social-login-form-wrapper {
      padding: 20px 20px; } }
  .deo-social-login-form-wrapper .proccess-login {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    text-align: center;
    background: #FFFFFF;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .deo-social-login-form-wrapper .proccess-login .login-proccess-icon {
      display: block;
      width: 40px;
      height: 40px;
      border: 4px solid #000000;
      border-top-color: rgba(0, 0, 0, 0.3);
      border-radius: 100%;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-animation: cssload-spin 1s infinite steps(8);
      -moz-animation: cssload-spin 1s infinite steps(8);
      animation: cssload-spin 1s infinite steps(8);
      -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
      -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
      -o-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
      -ms-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
      box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2); }
    .deo-social-login-form-wrapper .proccess-login .login-text-process {
      font-size: 18px;
      margin-top: 30px; }
    .deo-social-login-form-wrapper .proccess-login .cancel-form-social-login {
      display: none;
      margin-top: 20px;
      text-decoration: underline; }
  .deo-social-login-form-wrapper.proccessing .proccess-login {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
  .deo-social-login-form-wrapper.success .proccess-login {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
    .deo-social-login-form-wrapper.success .proccess-login .login-proccess-icon {
      height: 20px;
      border-radius: 0;
      border-top-color: transparent;
      border-right-color: transparent;
      -webkit-transform: rotateZ(-45deg);
      -moz-transform: rotateZ(-45deg);
      -ms-transform: rotateZ(-45deg);
      -o-transform: rotateZ(-45deg);
      transform: rotateZ(-45deg);
      -webkit-animation: none;
      -moz-animation: none;
      animation: none; }
    .deo-social-login-form-wrapper.success .proccess-login .cancel-form-social-login {
      display: block; }

.deo-social-login-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .deo-social-login-mask.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.deo-social-login-sidebar {
  z-index: 9999;
  position: fixed;
  padding: 0 15px;
  visibility: hidden;
  display: none;
  margin: auto;
  padding: 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .deo-social-login-sidebar .sidebar-container {
    width: 100%;
    margin: auto; }
    @media (min-width: 480px) {
      .deo-social-login-sidebar .sidebar-container {
        width: 450px; } }
  .deo-social-login-sidebar.both-form .sidebar-container {
    width: 100%; }
    @media (min-width: 768px) {
      .deo-social-login-sidebar.both-form .sidebar-container {
        width: 700px; } }
  .deo-social-login-sidebar .sidebar-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    background: #FFFFFF; }
  .deo-social-login-sidebar .sidebar-header {
    padding: 15px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    background: #f1f1f1; }
    .deo-social-login-sidebar .sidebar-header::after {
      content: "";
      display: table;
      clear: both; }
    .deo-social-login-sidebar .sidebar-header .sidebar-close {
      z-index: 9;
      margin: 0px;
      padding: 0px;
      display: block;
      border: none;
      cursor: pointer;
      z-index: 99;
      outline: 0;
      background: transparent;
      float: right;
      opacity: 1;
      filter: alpha(opacity=100);
      border-radius: 0px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .rtl .deo-social-login-sidebar .sidebar-header .sidebar-close {
        float: left; }
      .deo-social-login-sidebar .sidebar-header .sidebar-close:before {
        content: '\ea11';
        font-size: 14px;
        font-family: "deo-custom-icons"; }
      .deo-social-login-sidebar .sidebar-header .sidebar-close:hover, .deo-social-login-sidebar .sidebar-header .sidebar-close:focus {
        color: #000000; }
  .deo-social-login-sidebar .sidebar-header {
    margin-bottom: 20px; }
  .deo-social-login-sidebar.slidebar_left, .deo-social-login-sidebar.slidebar_right {
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0px; }
    .deo-social-login-sidebar.slidebar_left .sidebar-wrapper, .deo-social-login-sidebar.slidebar_right .sidebar-wrapper {
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto; }
    .deo-social-login-sidebar.slidebar_left.active, .deo-social-login-sidebar.slidebar_right.active {
      visibility: visible;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .rtl .deo-social-login-sidebar.slidebar_left.active, .rtl .deo-social-login-sidebar.slidebar_right.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
  .deo-social-login-sidebar.slidebar_left {
    right: auto;
    left: 0px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
    .rtl .deo-social-login-sidebar.slidebar_left {
      right: 0px;
      left: auto; }
    .rtl .deo-social-login-sidebar.slidebar_left {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%); }
    .deo-social-login-sidebar.slidebar_left.active {
      -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.17);
      -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.17);
      -o-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.17);
      -ms-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.17);
      box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.17); }
  .deo-social-login-sidebar.slidebar_right {
    right: 0px;
    left: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
    .rtl .deo-social-login-sidebar.slidebar_right {
      right: auto;
      left: 0px; }
    .rtl .deo-social-login-sidebar.slidebar_right {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .deo-social-login-sidebar.slidebar_right.active {
      -moz-box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.17);
      -webkit-box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.17);
      -o-box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.17);
      -ms-box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.17);
      box-shadow: -5px 5px 5px 0 rgba(0, 0, 0, 0.17); }
  .deo-social-login-sidebar.slidebar_top, .deo-social-login-sidebar.slidebar_bottom {
    left: 0px;
    right: 0px;
    display: block;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden; }
    .deo-social-login-sidebar.slidebar_top.active, .deo-social-login-sidebar.slidebar_bottom.active {
      visibility: visible;
      -webkit-transform: translate(0%);
      -moz-transform: translate(0%);
      -ms-transform: translate(0%);
      -o-transform: translate(0%);
      transform: translate(0%); }
  .deo-social-login-sidebar.slidebar_top {
    top: 0px;
    -webkit-transform: translate(0%, -100%);
    -moz-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
    -o-transform: translate(0%, -100%);
    transform: translate(0%, -100%); }
  .deo-social-login-sidebar.slidebar_bottom {
    bottom: 0px;
    -webkit-transform: translate(0%, 100%);
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    transform: translate(0%, 100%); }

.deo-social-login-modal .modal-header {
  background: #f1f1f1; }
.deo-social-login-modal .modal-content {
  overflow: hidden; }
@media (min-width: 576px) {
  .deo-social-login-modal .modal-dialog {
    max-width: 500px; } }
@media (max-width: 480px) {
  .deo-social-login-modal .modal-dialog {
    width: auto;
    margin: 20px 10px; } }
@media (min-width: 768px) {
  .deo-social-login-modal.both-form .modal-dialog {
    max-width: 700px; } }
@media (min-width: 992px) {
  .deo-social-login-modal.both-form .modal-dialog {
    max-width: 900px; } }
.deo-social-login-modal .modal-content {
  border-radius: 0;
  border: none; }
.deo-social-login-modal .modal-header {
  position: relative;
  margin-bottom: 0px;
  border-bottom: none; }
  .deo-social-login-modal .modal-header .close span {
    display: block;
    border: none;
    cursor: pointer;
    outline: 0;
    margin: 0px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .deo-social-login-modal .modal-header .close span:before {
      content: '\ea11';
      font-family: "deo-custom-icons"; }
    .deo-social-login-modal .modal-header .close span span {
      display: none; }
.deo-social-login-modal .modal-footer {
  display: none; }

.deo-social-login-links {
  text-align: center; }
  .deo-social-login-links .deo-social-login-title {
    font-size: 16px;
    font-weight: normal;
    text-transform: none; }
  .deo-social-login-links .social-login-btn {
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (min-width: 576px) {
      .deo-social-login-links .social-login-btn {
        min-width: 120px; } }
    .deo-social-login-links .social-login-btn span {
      position: relative;
      padding-left: 5px; }
      .rtl .deo-social-login-links .social-login-btn span {
        padding-right: 5px;
        padding-left: inherit; }
      @media (max-width: 575px) {
        .deo-social-login-links .social-login-btn span {
          display: none; } }
    .deo-social-login-links .social-login-btn i {
      text-align: center; }
    .deo-social-login-links .social-login-btn.facebook {
      background: #314a92; }
      .deo-social-login-links .social-login-btn.facebook:hover {
        background: #16316b; }
      .deo-social-login-links .social-login-btn.facebook i:before {
        content: "\e9e7";
        font-family: "deo-custom-icons"; }
    .deo-social-login-links .social-login-btn.google {
      background: #f1210b; }
      .deo-social-login-links .social-login-btn.google:hover {
        background: #b11c16; }
      .deo-social-login-links .social-login-btn.google i:before {
        content: "\e9bf";
        font-family: "deo-custom-icons"; }
    .deo-social-login-links .social-login-btn.twitter {
      background: #1DA1F2; }
      .deo-social-login-links .social-login-btn.twitter:hover {
        background: #1e77af; }
      .deo-social-login-links .social-login-btn.twitter i:before {
        content: "\e9e9";
        font-family: "deo-custom-icons"; }

.deo-social-line-spacing {
  margin: 25px 0px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase; }
  .deo-social-line-spacing span {
    padding: 0 8px;
    position: relative; }
    .deo-social-line-spacing span:before, .deo-social-line-spacing span:after {
      content: '';
      top: 50%;
      height: 1px;
      width: 150px;
      margin-top: -1px;
      display: block;
      position: absolute;
      background: #eaeaea; }
    .deo-social-line-spacing span:before {
      left: 100%;
      right: auto; }
    .deo-social-line-spacing span:after {
      left: auto;
      right: 100%; }

.deo-message-social-modal .modal-dialog {
  margin: 250px auto; }
.deo-message-social-modal .modal-content {
  border-radius: 0; }
.deo-message-social-modal .content {
  margin: 100px 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .deo-message-social-modal .content h5 {
    font-size: 20px; }
.deo-message-social-modal .deo-social-icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  margin-bottom: 15px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50%; }
  .deo-message-social-modal .deo-social-icon:before {
    display: none;
    content: "\ea62";
    font-size: 25px;
    font-family: "deo-custom-icons"; }
.deo-message-social-modal .text-modal {
  display: none; }
.deo-message-social-modal.error-email .error-email {
  display: block; }
.deo-message-social-modal.error-email .deo-social-icon {
  color: #c80000;
  border-color: #c80000; }
  .deo-message-social-modal.error-email .deo-social-icon:before {
    display: block; }
.deo-message-social-modal.error-login .error-login {
  display: block; }
.deo-message-social-modal.error-login .deo-social-icon {
  color: #c80000;
  border-color: #c80000; }
  .deo-message-social-modal.error-login .deo-social-icon:before {
    display: block; }
.deo-message-social-modal.success .deo-social-icon {
  color: #18925a;
  border-color: #18925a; }
  .deo-message-social-modal.success .deo-social-icon:before {
    content: "\ea5e";
    display: block; }
.deo-message-social-modal.success .success {
  display: block; }
.deo-message-social-modal.loading .deo-social-icon {
  border-color: #000000;
  border-top-color: rgba(0, 0, 0, 0.3);
  -webkit-animation: cssload-spin 1s infinite steps(8);
  -moz-animation: cssload-spin 1s infinite steps(8);
  animation: cssload-spin 1s infinite steps(8); }
.deo-message-social-modal.loading .loading {
  display: block; }

/* login form */
.DeoSocialLogin.popup-over:not(.logged) .dropdown-menu {
  width: 300px; }
  @media (min-width: 576px) {
    .DeoSocialLogin.popup-over:not(.logged) .dropdown-menu {
      width: 450px; } }
.DeoSocialLogin.deo-social-login-builder.js-dropdown {
  float: right; }
  .rtl .DeoSocialLogin.deo-social-login-builder.js-dropdown {
    float: left; }
  .DeoSocialLogin.deo-social-login-builder.js-dropdown .popup-title:after {
    display: none; }
  .DeoSocialLogin.deo-social-login-builder.js-dropdown .dropdown-menu {
    padding: 15px;
    margin: auto;
    border-radius: 0px;
    right: 0px;
    left: auto;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24); }
    .rtl .DeoSocialLogin.deo-social-login-builder.js-dropdown .dropdown-menu {
      right: auto;
      left: 0px; }

.page-authentication #content .deo-social-login + hr, body#checkout #content .deo-social-login + hr {
  border: none; }
.page-authentication #content .deo-social-login .social-login-btn, body#checkout #content .deo-social-login .social-login-btn {
  width: auto;
  display: inline-block;
  vertical-align: middle; }

/*# sourceMappingURL=social-login.css.map */
