/* ------------------------------------------ */
/*         General & Basic Styles
/* ------------------------------------------ */

body,html
{
    width: 100%;
    height:100%;
    font-family: "Tajawal-Regular";
}
body {
    padding-top: 40px;
}

h1,h2,h3,h4,h5,h6
{
    margin-top:0;
    margin-bottom:0
}

ul
{
    margin-bottom:0;
    padding-right:0;
    list-style:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

p
{
    margin-bottom:0
}

a
{
    text-decoration:none!important;
    outline:none;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}

a:hover, a:active, a:focus {
    outline: 0;
}

.center-block
{
    float:none
}

.background-cover
{
    -webkit-background-size:cover!important;
    -moz-background-size:cover!important;
    -o-background-size:cover!important;
    background-size:cover!important;
}

input,
textarea,
button,
select
{
    outline:none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}


/* ------------------------------------------ */
/*         Header
/* ------------------------------------------ */

header {
    font-family: "Tajawal-Bold";
    text-align: center;
    font-size: 20px;
    color: #009dd1;
    margin-bottom: 50px;
}
header .Logo {
    width: 300px;
    display: block;
    margin: auto;
}
header .Logo img {
    max-width: 100%;
}
/* ------------------------------------------ */
/*         Content
/* ------------------------------------------ */
/*.Content input {
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    border-radius: 4px;
    border: 1px solid #009dd1;
    color: #000;
    background: #f8f8f8;
}*/
/* ------------------------------------------ */
/*         Footer
/* ------------------------------------------ */
.Footer {
    background-color: #f8f8f8 !important;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.Footer {
    direction: ltr;
}
.Footer li i {
    margin-right: 5px;
}