/*
    Document   : Wazer Temp Home
    Author     : Ahmed ZBEDA
    Ui : Ahmed Aljazzar
    Company    : Wazer LLC
*/


html {
    background: #000 url(../img/wazer-bg.jpg) no-repeat 0 0;
    background-size: 100%;
    margin : 0;
    padding: 0;
    font-family: GSTM;
    font-size: 13pt;
    text-shadow: 1px 1px 1px #fff;
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
}

@font-face {
    font-family: GSTM;
    src: url('gest.otf');
}

#wrapper-top {
    width: 100%;
    height: 40%;
    min-height: 240px;
}

#wrapper-bottom {
    width: 100%;
    height: 60%;
    position: relative;
    background: url(../img/footer-grad.png) repeat-x center bottom;
}

#logo img {
    margin-top: 7%;
    width: 683px;
    max-width: 90%;
}

#logo {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

#footer-grad {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 221px;
}

#footer-grad-mar {
    max-width: 354px;
    margin: 0 auto;
}

#aya {
    position: absolute;
    top: -50px;
    right: 0px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
    font-size: 12pt;
    width: 100%;
    text-align: center;
}

.outer-card {
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: -100px;
    overflow: hidden;
}

.card {
    max-width: 500px;
    min-height: 278px;
    background: #2c2c2c url(../img/pop.jpg) no-repeat left bottom;
    border: 1px solid #5a5a5a;
    box-shadow: 0px 0px 30px #111;
    margin: 0 auto;
    display: none;
}

.xclose {
    color: #fff;
    float: left;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 10px;
    text-shadow: 1px 1px 0 #000;
}

.card-inner-wrap {
    padding: 30px;
    padding-bottom: 30px;
    color: #777;
    font-family: tahoma;
    font-size: 9pt;
    line-height: 200%;
    text-shadow: none;
    direction: ltr;
    text-align: right;
}

.card-inner-wrap p {
    margin: 10px 10px 0 0;
}

.card-inner-wrap h3 {
    font-family: GSTM;
    font-size: 17pt;
    color: #fff;
    font-weight: normal;
    margin: 0;
    margin-bottom: 5px;
}

.card-inner-wrap a {
    color: #eee;
    letter-spacing: 2px;
    text-decoration: none;
}

.card-inner-wrap a:hover {
    color: #999;
    text-decoration: underline;
}

.inf-card {
    float: right;
    width: 50%;
    margin-bottom: 20px;
}

.about-p {
    text-align: justify;
    margin-top: 30px !important;
    direction: rtl;
    font-family: GSTM;
    font-size: 13pt;
    line-height: 200%;
}



#home-form {
    padding: 4px 4px;
    position: relative;
    max-width: 354px;
    height: 42px;
    background: #fff;
    border-radius: 10px;
    margin: 0 10px;
    margin-bottom: 30px;
}

#email {
    float: right;
    border: none;
    height: 40px;
    width: 60%;
    padding-right: 5%;
    font-family: tahoma;
    font-size: 10pt;
    color: #999;
}

.error {
    color: #d00800;
}

#subscribe {
    float: left;
    width: 30%;
    background: #000;
    border-radius: 10px;
    height: 40px;
    border: none;
    color: #fff;
    font-family: GSTM;
    font-size: 14pt;
}

#home-icons {
    margin: 0 auto;
    max-width: 180px;
}

#home-icons a {
    display: block;
    text-indent: -9999px;
    margin: 0 10px;
    float: right;
    width: 22px;
    height: 21px;
}

.i1 { background: url(../img/wazer-icons.png) 24px 0; }
.i2 { background: url(../img/wazer-icons.png) 44px 0; }
.i3 { background: url(../img/wazer-icons.png) 63px 0; }
.i4 { background: url(../img/wazer-icons.png) 83px 0; }

.i1:hover { background: url(../img/wazer-icons.png) 24px 21px; }
.i2:hover { background: url(../img/wazer-icons.png) 44px 21px; }
.i3:hover { background: url(../img/wazer-icons.png) 63px 21px; }
.i4:hover { background: url(../img/wazer-icons.png) 83px 21px; }

.socialholder {
    width: 110px;
    height: 50px;
    margin: 0 auto;
    margin-top: 75px;
}

.facebook {
    width: 50px;
    height: 50px;
    float: right;
    display: block;
    margin-left: 10px;
    text-indent: -9999px;
    background: url(../img/social.png) 0 0 no-repeat;
}

.twitter {
    width: 50px;
    height: 50px;
    float: right;
    display: block;
    text-indent: -9999px;
    background: url(../img/social.png) -50px 0 no-repeat;
}

.facebook:hover { 	background: url(../img/social.png) 0px -50px no-repeat; }
.twitter:hover { 	background: url(../img/social.png) -50px -50px no-repeat; }

@media screen and (max-width: 550px) {

    #logo img {
        max-width: 100%;
    }

    #footer-grad {
        height: 150px;
    }

    #wrapper-top {
        height: 100px;
    }

    #wrapper-bottom {
        height: 50%;
        position: relative;
        background: none;
    }

    .outer-card {
        top: -200px;
    }

    .card {
        margin: 0 10px;
    }


}