﻿.SContact_Main
{
    position: relative;
    width: 100%;
    height: auto;
}
.SContact_Main_R
{
    position: relative;
    float: right;
    width: 49%;
    height: auto;
}
.SContact_Main_L
{
    position: relative;
    float: left;
    width: 49%;
    height: auto;
}
.SContact_GMap
{
    position: relative;
    width: 100%;
    height: 300px;
}
.SContact_Sign
{
    position: relative;
    float: right;
    width: 20px;
    height: auto;
    margin-left: 10px;
    text-align: right;
}
.SContact_Text_FA, .SContact_Text_EN, .SContact_Title
{
    position: relative;
    display: table;
    float: right;
    width: 300px;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #5F5F5F;
}
.SContact_Text_FA
{
    direction: rtl;
}
.SContact_Text_EN
{
    direction: ltr;
}
.SContact_Text_EN a
{
    color: #E60000;
    text-decoration: none;
}
.SContact_Title
{
    font-weight: 500;
    font-size: 1.1em;
    color: #147D8C;
    direction: rtl;
}

.SContact_Item_Sep
{
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    margin-top: 10px;
    clear: both;
    border-top: solid 1px #F0F0F0;
}
.SContact_Sep
{
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 30px;
    clear: both;
    border-top: solid 1px #CCCCCC;
}


@media screen and (min-width:0px) and (max-width:800px)
{
    .SContact_Text, .SContact_Title
    {
        width: 250px;
    }
}
@media screen and (min-width:0px) and (max-width:700px)
{
    .SContact_Text, .SContact_Title
    {
        width: 200px;
    }
}
@media screen and (min-width:0px) and (max-width:600px)
{
    .SContact_Main_R
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .SContact_Main_L
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .SContact_Text, .SContact_Title
    {
        width: 400px;
    }
}
@media screen and (min-width:0px) and (max-width:500px)
{
    .SContact_Text, .SContact_Title
    {
        width: 300px;
    }
    .SContact_Sign
    {
        margin-left: 4px;
    }
}
@media screen and (min-width:0px) and (max-width:400px)
{
    .SContact_Text, .SContact_Title
    {
        width: 200px;
    }
    .SContact_GMap
    {
        height: 200px;
    }
}