﻿* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
    outline: none;
    vertical-align: text-top;
}


body {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 1%, #dfe0df 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#dfe0df)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 1%,#dfe0df 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 1%,#dfe0df 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 1%,#dfe0df 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 1%,#dfe0df 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfe0df',GradientType=0 ); /* IE6-9 */
    direction: rtl;
    border-top: #f6dd42 solid 5px;
    border-bottom: #f6dd42 solid 5px;
}

img {
    border: none;
}

h1, h2, p {
    font-family: 'GESSTwoMediumRegular';
}

h3 {
    margin: 10px 0;
    color: #000;
    font-size: 18px;
}

.wrapper {
    max-width: 1000px;
    margin: 100px auto;
    overflow: hidden;
}

.rtcol {
    float: right;
    width: 50%;
}

    .rtcol h1 {
        margin-top: 10px;
        margin-right: 30px;
        font-size: 22px;
        color: #797979;
    }

    .rtcol p {
        margin-top: 20px;
        font-size: 15px;
        color: #727272;
        text-align: justify;
        margin-right: 30px;
        margin-left: 30px;
        max-width: 340px;
    }

.ltcol {
    position: relative;
    width: 50%;
    float: left;
}

.frow {
}

.pics {
    margin-right: 33px;
    display: inline-block;
    padding-top: 12px;
}

.mpics {
    margin-bottom: -15px;
    background: url(../images/picsha.png) no-repeat bottom right;
    padding-right: 35px;
}

.footer {
}

.social {
    display: inline-block;
    vertical-align: bottom;
}

    .social a {
    }

        .social a:hover img {
            opacity: 0.5;
            transition: 0.5s;
        }


.ltcol h1 {
    font-size: 14px;
    color: #8A8484;
    margin-right: 38px;
    display: inline-block;
    border-left: solid 2px #757575;
    width: 140px;
    padding-left: 0px;
    vertical-align: text-bottom;
}

.ltcol p {
    margin-top: 10px;
    margin-left: 111px;
    text-align: left;
    color: #9C9C9C;
    font-size: 13px;
}
.download {
    display: inline-block;
    position: relative;
    margin-right:20px;
}
    .download img {
        cursor:pointer;
    }
    .download ul {
    position: absolute;
    z-index:1000;
    top: 44px;
    list-style:none;
    display:none;
    right: 8px;
    font-family: 'GESSlight';
    font-size: 13px;
    border-radius: 5px;
    background: #b8ce77;
    width: 100px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.24), -4px -4px 11px rgba(0, 0, 0, 0.23) inset;
}
    .download ul li {
    }
    .download ul li:first-child{
    position: absolute;
    top: -17px;
    right: 37px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    text-indent: -1000px;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #b8ce77;
}
    .download ul li a {
    display: block;
    margin: 5px 4px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(118, 151, 19, 0.63);
    padding-bottom: 3px;
    box-shadow: 0px 1px 0px 0px rgba(215, 247, 119, 0.53);
}
        .download ul li a:hover {
            color: #E8FFA5;
        }
    .download ul li:last-child a {
    border: none;
    box-shadow: none;
    padding-bottom: 0;
}

@media screen and (max-width: 900px) {
    body {
        min-width:300px;
    }
    .ltcol {
        float: none;
        width: auto;
    }
    .frow {
        text-align:center;
    }
    .pics {
        margin:0;
    }
    .frow > img {
    display:block;
    margin:auto;
     max-width:100%;
    }
    .rtcol {
        float: none;
        width: auto;
        text-align: center;
        margin-bottom:80px;
    }
        .rtcol img {
            max-width:100%;
        }
        .rtcol h1 {
            margin:10px;
        }
        .rtcol p {
            max-width: initial;
        }
}
@media screen and (max-width: 500px) {
    .mpics {
        padding-right:1%;
    }
}