
/* --------------------- */
/* FONTS */
/* --------------------- */

/* Tamkeen */

/*Tamkeener 1 By Eisa.otf*/
/*Tamkeener 2 By Eisa Bold.otf*/
/*Tamkeener 2 By Eisa Roman.otf*/
/*Tamkeener 2 By Eisa Light.otf*/
/*Tamkeener 2 By Eisa Black.otf*/
/*Tamkeener 3 By Eisa.otf*/
/*Tamkeener 3 By Eisa Medium.otf*/
/*Tamkeener 4 By Eisa.otf*/
/*Tamkeener 5 By Eisa Bold.otf*/
/*Tamkeener 6 By Eisa.otf*/

@font-face {
  font-family: 'Tamkeener';
  src: url("../fonts/tamkeener/Tamkeener 2 By Eisa Light.otf") format("opentype");
  font-weight: 200;
}

@font-face {
  font-family: 'Tamkeener';
  src: url("../fonts/tamkeener/Tamkeener 2 By Eisa Roman.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: 'Tamkeener';
  src: url("../fonts/tamkeener/Tamkeener 2 By Eisa Black.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: 'Tamkeener';
  src: url("../fonts/tamkeener/Tamkeener 2 By Eisa Bold.otf") format("opentype");
  font-weight: bold;
}

/* --------------------- */
/* SETUP */
/* --------------------- */

body {
  background-size: cover;
  background: no-repeat fixed;
  background-origin: border-box;
  font-size: 16px;
  background-size: auto 100%;
}

body.english {
  direction: ltr;
}

body.arabic {
  direction: rtl;
}

* {
  outline: none;
}

.logo {
  display: block;
}

/* ----------------------- */
/* BUTTONS */
/* ----------------------- */

.btn:link,
.btn:visited,
.btn {
  display: inline-block;
  font-weight: 300;
  text-decoration: none;
  border-radius: .25rem;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  padding: .5rem .75rem;
  vertical-align: center;
  font-weight: normal;
}

.btn-full:link,
.btn-full:visited,
.btn-full {
  display: block;
  width: 100%;
  color: #A2A1A1;

}

.btn-ghost:link,
.btn-ghost:visited,
.btn-ghost {
  background-color: transparent;
  border: 1px solid #a2a1a1;
  color: #a2a1a1;
  width: 100%;
}

.btn-full:hover,
.btn-full:active {
  border: 1px solid #858484;
  background-color: #858484;
}

.btn-lang {
  max-width: 100px;
  max-height: 100px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}


/* --------------------------- */
/* Utilities */
/* --------------------------- */

.text-arabic {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-english {
  text-align: left !important;
}

.full-width {
  width: 100% !important;
}

.underlined {
  text-decoration: underline !important;
}

/* ---------------------------- */
/* LOGIN FORM */
/* ---------------------------- */

.form-login {
  margin: auto;
}

.wrap-login-input {
  position: relative;
  border-bottom: 2px solid rgba(196, 194, 194, 0.25);
  font-size: 110%;
  margin-top: 30px !important;
}

.login-input {
  line-height: 1.2;
  display: block;
  height: 45px;
  background: transparent;
  padding: 0 8px;
  border: 0;
  color: #252525;
}


.focus-login-input {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-login-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.focus-login-input::after {
  font-size: 15px;
  line-height: 1.2;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login-input:focus + .focus-login-input::after {
  top: -15px;
}

.login-input:focus + .focus-login-input::before {
  width: 100%;
}

.has-val.login-input + .focus-login-input::after {
  top: -15px;
}

.has-val.login-input + .focus-login-input::before {
  width: 100%;
}

/* ---------------------------- */
/* Messages */
/* ---------------------------- */

.sticky-msg {
  position: fixed;
  border-top: 0;
  color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  padding: 12px 8px;
  text-align: center !important;
  font-weight: 300;
}

.sticky-msg.sticky-error {
  background-color: #DA444C;
  border: 2px solid #DA444C;
  border-top: 0;
  color: #fff;
  font-weight: 500;
}

.sticky-msg.sticky-success {
  background-color: #5cb85c;
  border: 1px solid #4C974C;
}

.sticky-msg.sticky-warning {
  background-color: #F9C80E;
  border: 1px solid #E3B60D;
  color: #886E08;
}

/* ---------------------------- */
/* LINK */
/* ---------------------------- */


/* ---------------------------- */
/* LOGIN PAGE */
/* ---------------------------- */

.social {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.social span {
  font-size: 0.9rem;
}

.social span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 20px;
}

.social.social-arabic span:before {
  right: 67%;
}

.social.social-arabic span:after {
  left: 67%;
}

.social.social-english span:before {
  right: 59%;
}

.social.social-english span:after {
  left: 59%;
}

.social span:before,
.social span:after {
  content: '';
  display: block;
  width: 500px;
  position: absolute;
  top: 0.9em;
  border-top: 1px solid #A2A1A1;
}

a#kc-current-locale-link {
  display: block;
  cursor: pointer;
  color: #B1282D;
  font-size: 80%;
  font-weight: normal;
}

#locale-list {
  display: none;
  position: absolute;
  background: #ddd;
  width: 80%;
  padding: 0 !important;
  text-align: center  ;
}

.locale-list-item {
  list-style: none;
  display: block;
  width: 100%;
  cursor: pointer;
}

.locale-list-item  a {
  cursor: pointer;
  display: block;
  width: 100%;

}

.locale-list-item  a,
.locale-list-item  a:visited,
.locale-list-item  a:hover,
.locale-list-item  a:active,
.locale-list-item  a:link {
  text-decoration: none;
  color: #A2A1A1;
}

.locale-list-item:hover {
  background: #A2A1A1;
  color: #fff
}

.locale-list-item a:hover {
  color: #fff
}