﻿/*----------------------- CATALOG KEY --------------------*/
.Key_Cat_Main
{
    position: relative;
    display: table;
    width: auto;
    height: auto;

}
.Key_Cat_Sep1, .Key_Cat_Sep2
{
    display: none;
    width: 100%;
    clear: both;
}

.Key_Cat_FA, .Key_Cat_EN, .Key_Cat_RU, .Key_Cat_AR
{
    background-position: 5px center;
    background-repeat: no-repeat;
    float: left;
    width: 145px;
    height: 32px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px 0px 0px 33px;
    background-color: #006600;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: White;
    cursor: pointer;
    border-radius: 2px;
    -moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.Key_Cat_FA
{
    background-image: url('../../ImagesEN/Lang-FA.gif');
}
.Key_Cat_EN
{
    background-image: url('../../ImagesEN/Lang-EN.gif');
}
.Key_Cat_RU
{
    background-image: url('../../ImagesEN/Lang-RU.gif');
}
.Key_Cat_AR
{
    background-image: url('../../ImagesEN/Lang-AR.gif');
}
.Key_Cat_FA:hover, .Key_Cat_EN:hover, .Key_Cat_RU:hover, .Key_Cat_AR:hover
{
    background-color: #469600;
}

/*----------------------- CATALOG KEY --------------------*/



.SDetailTextFA
{
    width: auto;
    height: auto;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'HelveticaLt';
    font-size: 17px;
    text-align: right;
    line-height: 30px; 
    color: #000000;
}
.SDetailTextEN
{
    width: auto;
    height: auto;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'HelveticaLt';
    font-size: 17px;
    text-align: left;
    line-height: 30px; 
    color: #000000;
}
.SDetailSep
{
    background-image: url('../ImagesEN/Prd-Sep.png');
    background-repeat: repeat-x;
    background-position: center center;
    width: 100%;
    height: 30px;
    clear: both;
}
.STopKeysL
{
    position: relative;
    float: left;
    width: 35%;
    height: auto;
    text-align: center;
}
.STopKeysR
{
    position: relative;
    float: right;
    width: 65%;
    height: auto;
    text-align: center;
}

.SMainThumbs
{
    position: relative;
    width: 25%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
}
.SMainThumbsItem
{
    position: relative;
    width: 380px;
    height: 380px;
    background-color: White;
    border: solid 1px #E0E0E0;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    cursor: pointer;
    overflow: hidden;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.SMainThumbsItem:hover
{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
.SMainThumbsItem:hover .SMainThumbsItemPic
{
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.SMainThumbsItem:hover .SMainThumbsItemText_Main
{
    background-color: rgba(255,255,255,0.9);
}
.SMainThumbsItem:hover .SMainThumbsItem_Click
{
    top: 45%;
    filter: alpha(opacity=100);
    opacity: 1;
}
.SMainThumbsItemPic
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 10;
    
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    
    -moz-transform: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
    
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}

.SMainThumbsItemText_Main
{
    position: absolute;
    display: table;
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    height: auto;
    bottom: 0px;
    left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'HelveticaLt';
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #E60000;
    z-index: 20;
    -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;
}

.SMainThumbsItem_Click
{
    position: absolute;
    display: table;
    background-color: #E60000;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 40%;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.4);
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    text-align: center;
    color: white;
    z-index: 30;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.SMainThumbsItem_Click span
{
    display: table-cell;
    width: inherit;
    height: inherit;
    text-align: center;
    vertical-align: middle;
}












.S_A_Main
{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #CCCCCC;
}
.S_A_Group
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 7px 15px 7px 15px;
    background-color: #E60000;
    border-radius: 4px;
    text-align: left;
    font-weight: 500;
    font-size: 1.1em;
    color: white;
}
.S_A_Text_Main
{
    position: relative;
    float: none;
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 20px;
    clear: both;
}
.S_A_Text
{
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    text-align: justify;
    line-height: 25px;
    clear: both;
}
.S_A_Image_W
{
    width: 350px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
}
.S_A_Image_N
{
    display: table;
    float: none;
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-bottom: 15px;
    display: none;
}
.S_A_Image_File
{
    width: 100%;
    height: auto;
    max-width: 400px;
}
.S_A_Image_Sch
{
    display: table;
    float: none;
    width: auto;
    height: auto;
    margin-top: 15px;
}
.S_A_Image_File_Sch
{
    width: 100%;
    height: auto;
    max-width: 1600px;
}






@media screen and (min-width:0px) and (max-width:1400px)
{
    .SMainThumbs
    {
        width: 33.3%;
        text-align: center;
    }
}
@media screen and (min-width:0px) and (max-width:1300px)
{
    .SMainThumbs
    {
        width: 50%;
        text-align: center;
    }
}
@media screen and (min-width:0px) and (max-width:1000px)
{
    .Key_Cat_Sep1
    {
        display: block;
    }
}
@media screen and (min-width:0px) and (max-width:800px)
{
    .SMainThumbs
    {
        width: 100%;
        text-align: center;
    }
    .SMainThumbsItem
    {
        width: 100%;
        left: 0%;
        margin-right: 0px;
    }
}
@media screen and (min-width:0px) and (max-width:500px)
{
    .Key_Cat_Sep1
    {
        display: none;
    }
    .Key_Cat_Sep2
    {
        display: block;
    }
}
@media screen and (min-width:0px) and (max-width:400px)
{
    .SMainThumbsItem
    {
        height: 300px;
    }
}
@media screen and (min-width:0px) and (max-width:300px)
{
    .SMainThumbsItem
    {
        height: 250px;
    }
}
@media screen and (min-width:0px) and (max-width:800px)
{
    .SDetailTextFA
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .SDetailTextEN
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .STopKeysL
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .STopKeysR
    {
        float: none;
        width: 100%;
        clear: both;
        margin-top: 15px;
    }
}









@media screen and (min-width:0px) and (max-width:1000px)
{
    .S_A_Image_W
    {
        display: none;
    }
    .S_A_Image_N
    {
        display: block;
    }
    .S_A_Text_Main
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .S_A_Text
    {
        float: none;
        width: 100%;
    }
}
@media screen and (min-width:0px) and (max-width:600px)
{
    .S_A_Text
    {
        font-size: 14px;
    }
}