﻿.S_A_Rows
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: solid 1px #E0E0E0;
}

.S_A_Image_Main
{
    position: relative;
    float: right;
    width: 25%;
    height: auto;
}
.S_A_Image
{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 2px #147D8C;
    overflow: hidden;
    cursor: pointer;
}
.S_A_Image_File
{
    width: 100%;
    height: auto;
    z-index: 10;
}
.S_A_Image_Click
{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 45%;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 50px;
    background-color: #000000;
    box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.5);
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    color: #FFFFFF;
    z-index: 1000;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.S_A_Image_Click_Sign
{
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinReserveSign1';
    font-size: 3.2em;
    text-align: center;
    vertical-align: middle;
}
.S_A_Image:hover .S_A_Image_Click
{
    filter: alpha(opacity=100);
    opacity: 1;
    top: 50%;
}

.S_A_Text
{
    position: relative;
    float: left;
    width: 73%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: justify;
    color: #000000;
    direction: rtl;
}
.S_A_Text_Title
{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.1em;
    color: #147D8C;
    clear: left;
}
.S_A_Text_Sabk
{
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.1em;
    color: #E6B450;
    clear: left;
}
.S_A_Text_Sabk span
{
    font-weight: 500;
}

.S_A_Gallery
{
    background-image: url('../../../ImagesFA/Sign-Gallery.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #E6B450;
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    color: White;
    direction: rtl;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.S_A_Gallery:hover
{
    background-position: 90px center;
    width: 120px;
}
.S_A_Gallery_Text
{
    position: relative;
    width: 80px;
    height: 30px;
    padding-top: 10px;
    margin-right: 40px;
}



@media screen and (min-width:0px) and (max-width:1200px)
{
    .S_A_Image_Click
    {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        border-radius: 30px;
    }
}


@media screen and (min-width:0px) and (max-width:1000px)
{
    .S_A_Image_Main
    {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        clear: both;
    }
    .S_A_Image_Click
    {
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
        border-radius: 40px;
    }
    .S_A_Text
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_A_Gallery
    {
        float: none;
        clear: both;
    }
}
@media screen and (min-width:0px) and (max-width:600px)
{
    .S_A_Text
    {
        font-size: 1.0em;
    }
    .S_A_Image_Click
    {
        width: 70px;
        height: 70px;
        margin-left: -35px;
        margin-top: -35px;
        border-radius: 35px;
    }
    .S_A_Image_Click_Sign
    {
        font-size: 2.6em;
    }
}
@media screen and (min-width:0px) and (max-width:400px)
{
    .S_A_Image_Click
    {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
        border-radius: 25px;
    }
}