﻿@media(max-width:980px) {

    .Office {
        margin: 5px auto 20px auto !important;
        width: 100% !important;
    }
}

@media(max-width:500px) {

    .tbContactUs {
        margin: -5% auto 0px auto !important;
    }
}

#ContactUSBody {
    display: table;
    width: 100%;
    min-width: 200px;
    height: auto;
    /*border: 1px solid red;*/
}

#GoogleMap_Place {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    /*border: 1px solid blue;*/
}

#Google_Map {
    position: absolute;
    width: 100%;
    height: 400px;
}

.ContactType {
    margin-top: -3px;
}

.tbContactUs {
    position: relative;
    margin: -5% auto 0px 20%;
    padding: 11px 3px;
    border-radius: 0px;
    background-color: #f5f5f5;
    border: 1px solid #bcbcbc;
    background-image: url("../Pictures/ContactUSPicture/Letter_Header.png"),url("../Pictures/ContactUSPicture/Letter_Header.png");
    background-position: top center,bottom center;
    background-repeat: no-repeat,no-repeat;
    background-size: contain,contain;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
}

.divContactUs {
    position: relative;
    margin: auto;
    direction: rtl;
}

#btnSend {
    width: 100%;
    display: block;
    position: relative;
    margin: auto;
    text-align: center;
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
    background: -moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: -ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
    background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
    background-color: #77d42a;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #268a16;
    cursor: pointer;
    color: #000000;
    font-family: Tahoma;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #aade7c;
}

    #btnSend:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
        background: -moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: -ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
        background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
        background-color: #5cb811;
    }

    #btnSend:active {
        position: relative;
        top: 1px;
    }

.DisabledClass {
    pointer-events: none !important;
    opacity: 0.5;
    cursor: not-allowed;
}

.Thanks, label {
    color: Black;
    font-family: Tahoma;
    font-size: 14px;
}

.Star {
    font-family: Tahoma;
    color: #c40202;
}

input, textarea, select {
    font-family: Tahoma;
    font-size: 13px;
    margin-top: 2px;
    text-align: right;
}

.ClsLeftToRight {
    direction: ltr;
}


#txtEmail, #txtName, #txtTel {
    width: 248px;
}

#imgWaiting {
    position: relative;
    display: block;
    margin: 0px auto 0px auto;
    padding: 0px;
    visibility: hidden;
}

.Thanks {
    position: relative;
    margin: auto;
    top: 2px;
    color: #054b00;
    visibility: hidden;
}


.Office {
    position: relative;
    display: block;
    margin: -20% 20px 20px auto;
    width: 50%;
    float: right;
    height: auto;
    padding: 10px;
    direction: rtl;
    text-align: right;
    vertical-align: middle;
    font-family: Tahoma;
    font-size: 14px;
    color: black;
}

#Office b {
    display: inline-block;
    margin-bottom: 5px;
}

#OfficeTel {
    position: relative;
    top: 10px;
}

.FloatHomeLink {
    position: absolute;
    width: 0px;
    height: 0px;
    left: -50px;
}

.divTitle {
    position: relative;
    margin: auto;
    width: 50%;
    min-width: 520px;
    height: auto;
    border-bottom: 1px solid #d6d6d6;
    padding: 0px;
    padding-bottom: 15px;
    direction: rtl;
}

.AboutUsTitle {
    font-family: Tahoma;
    font-size: 1.5em;
}
