﻿body {
  font-family: "Droid Arabic Kufi", "Roboto", sans-serif;
  color: #858585;
  font-size: 10px;
  position: relative;
  font-weight: 400;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%; 

}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/DroidKufi-Regular.woff) format("woff"), url(../fonts/DroidKufi-Regular.ttf) format("truetype"); }
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DroidKufi-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/DroidKufi-Bold.woff) format("woff"), url(../fonts/DroidKufi-Bold.ttf) format("truetype"); }

.btn {
  border: 0;
  text-decoration: none;
  line-height: 1;
  box-shadow: none;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  border-radius: 0;
  padding: 12px 20px; }
  .btn:focus, .btn:hover {
    background-color: #0dbda7;
    border-color: #0dbda7;
    color: #ffffff; }

.btn-default {
  background: white;
  color: #444242;
  border-color: #f5f4e7; }
  .btn-default:focus, .btn-default:hover {
    background: #f6b585;
    color: #444242; }

.btn-primary {
  background: #0dbda7;
  color: #FFF; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background: #f6b585 !important;
    color: #FFF !important; }

.btn-warning {
  background: #f8a82f;
  color: #858585; }
  .btn-warning:active, .btn-warning:focus, .btn-warning:hover {
    background: #fabd60;
    color: #858585; }

.btn-secondary {
  border: 0;
  background: #0dbda7;
  color: #FFF;
  border: 1px solid transparent; }
  .btn-secondary:hover {
    background-color: #fff;
    color: #0dbda7 !important;
    border-color: #e5e4d5; }

.btn-white {
  border: 0;
  background: #FFF;
  color: #858585; }
  .btn-white:hover {
    background-color: #858585;
    color: #FFF; }

.btn-square {
  background: #0dbda7;
  color: #FFF;
  line-height: 0.9;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 12px;
  min-height: 30px;
  min-width: auto;
  padding: 5px 13px;
  font-weight: 300; }
  .btn-square:focus, .btn-square:hover {
   
    background: #0dbda7;
    color: #FFF;
    border-color: #f7c39d; }