﻿@font-face {
    font-family: SimplerPro-Regular;
    src: url(../fonts/SimplerPro-Regular.ttf);
}

@font-face {
    font-family: SimplerPro-Bold;
    src: url(../fonts/SimplerPro-Bold.ttf);
}

@font-face {
    font-family: SimplerPro-Light;
    src: url(../fonts/SimplerPro-Light.ttf);
}

@font-face {
    font-family: SimplerPro-Black;
    src: url(../fonts/SimplerPro-Black.ttf);
}

html {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font: 14px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background: #FFF;
    width: 100%;
    min-height: 100%;
    color: #444444;
}

a {
    color: #466087;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

form,
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.center {
    max-width: 96%;
    width: 100%;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.img-center {
    margin: 0 auto;
}

/* Page One */
.pageOne:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url('../Images/PageOneBG.jpg') no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: initial;
}
.containerPageOne {
    width: 85%;
    margin: 0 auto;
}
.PageOneTitle {
    font-family: SimplerPro-Bold;
    /*font-size: 62px;*/
    color: #18264f;
    direction: rtl;
    line-height: 105%;
    margin: 3% 0;
    font-size: 40px;
}
.PageOneImgBox {
    width: 100%;
    margin-bottom: 0.5%;
}
.PageOneImgBox img {
    width: 100%;
    margin: 0 auto;
}
/* End Page One */

/* Gett */
.gett:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url('../Images/GettBG.jpg') no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: initial;
}
.GettCommentFotter {
    position: absolute;
    z-index: 999;
    bottom: 1%;
    right: 23%;
    font-family: SimplerPro-Regular;
    color: #051b3f;
    direction: rtl;
}
    .GettCommentFotter a {
        text-decoration: underline;
        font-family: SimplerPro-Regular;
        color: #051b3f;
    }
.containerGett {
    width: 85%;
    margin: 0 auto;
}

.GettTitle {
    font-family: SimplerPro-Bold;
    color: #18264f;
    direction: rtl;
    line-height: 105%;
    margin: 3% 0;
}
.GettDealRightImgBox {
    width: 48%;
    float: right;
}
.GettDealLeftImgBox {
    width: 48%;
    float: left;
}
    .GettDealRightImgBox img,
    .GettDealLeftImgBox img {
        width: 100%;
        margin: 0 auto 0.8%;
    }
/* End Gett */

/* Bitemojo */
.bitemojo:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url('../Images/BitemojoBG.jpg') no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: initial;
}
.BitemojoCommentFotter {
    position: absolute;
    z-index: 999;
    bottom: 1%;
    right: 33%;
    font-family: SimplerPro-Regular;
    font-size: 30px;
    color: #051b3f;
    direction: rtl;
}
    .BitemojoCommentFotter a {
        text-decoration: underline;
        font-family: SimplerPro-Regular;
        color: #051b3f;
    }
.containerbitemojo {
    width: 85%;
    margin: 0 auto;
}
.containerbitemojoSub {
    width: 95%;
    margin: 0 auto;
}
.BitemojoTitle {
    font-family: SimplerPro-Bold;
    color: #18264f;
    direction: rtl;
    line-height: 105%;
    margin: 3% 0 1%;
}
.BitemojoSubTitle {
    font-family: SimplerPro-Regular;
    color: #18264f;
    direction: rtl;
    line-height: 105%;
    margin: 1% 0 2%;
}
.BitemojoImgBox {
    width: 100%;
    margin-bottom: 0.5%;
}
    .BitemojoImgBox img {
        width: 100%;
        margin: 0 auto;
    }
/* End Bitemojo */