﻿/*----------------------------- WELCOME -----------*/
.SHome_Welcome
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    font-family: 'IRANSans';
    font-style: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.SHome_Welcome_R
{
    position: relative;
    display: block;
    float: right;
    width: 50%;
}
.SHome_Welcome_L
{
    position: relative;
    display: block;
    float: left;
    width: 50%;
}
.SHome_Welcome_Content
{
    position: relative;
    display: block;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.SHome_Welcome_Pic
{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    max-width: 460px;
}
.SHome_Welcome_Pic_File
{
    width: 100%;
    height: auto;
    z-index: 10;
}
.SHome_Welcome .STitle
{
    position: relative;
    float: right;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 2.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
    clear: both;
}
.SHome_Welcome .SText
{
    position: relative;
    float: right;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    max-width: 500px;
    font-size: 1.1em;
    text-align: right;
    color: #404040;
    line-height: 28px;
    direction: rtl;
    clear: both;
}
.SHome_Welcome .SKey_Main
{
    float: right;
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    clear: both;
}
.SHome_Welcome .SKey
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    padding: 8px 15px 8px 15px;
    background-color: #004696;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    direction: rtl;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.SHome_Welcome .SKey:hover
{
    background-color: #CCCCCC;
}
/*----------------------------- WELCOME -----------*/





/*----------------------------- BRANDS -----------*/
.SHome_Brand_Back
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
.SHome_Brand_1, .SHome_Brand_2
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #E0E0E0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'IRANSans';
    font-style: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.SHome_Brand_1
{
    /*background-color: #FFFAF0;*/
    background-color: #FFFFFF;
}
.SHome_Brand_2
{
    background-color: #FFFFFF;
}
.SHome_Brand_R
{
    position: relative;
    display: block;
    width: 50%;
}
.SHome_Brand_L
{
    position: relative;
    display: block;
    width: 50%;
}
.SHome_Brand_1 .SHome_Brand_R
{
    float: left;
}
.SHome_Brand_1 .SHome_Brand_L
{
    float: right;
}
.SHome_Brand_2 .SHome_Brand_R
{
    float: right;
}
.SHome_Brand_2 .SHome_Brand_L
{
    float: left;
}
.SHome_Brand_Content
{
    position: relative;
    display: block;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.SHome_Brand_Pic
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 460px;
}
.SHome_Brand_1 .SHome_Brand_Pic
{
    float: right;
}
.SHome_Brand_2 .SHome_Brand_Pic
{
    float: left;
}
.SHome_Brand_Pic_File
{
    width: 100%;
    height: auto;
    z-index: 10;
}
.SHome_Brand_Pic_Over
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border: solid 20px rgba(255,255,255,0.3);
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    z-index: 100;
}
.SHome_Brand_Title
{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 500px;
    margin-bottom: 10px;
    font-size: 2.0em;
    color: #000000;
    direction: rtl;
    clear: both;
}
.SHome_Brand_1 .SHome_Brand_Title
{
    float: left;
    text-align: right;
}
.SHome_Brand_2 .SHome_Brand_Title
{
    float: right;
    text-align: right;
}
.SHome_Brand_Title_Pic
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    margin-bottom: 5px;
    clear: both;
}
.SHome_Brand_1 .SHome_Brand_Title_Pic
{
    float: left;
}
.SHome_Brand_2 .SHome_Brand_Title_Pic
{
    float: right;
}
.SHome_Brand_Title_Pic_File
{
    width: 100%;
    height: auto;
    max-width: 300px;
}
.SHome_Brand_Text
{
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 500px;
    font-size: 1.1em;
    text-align: justify;
    color: #404040;
    line-height: 28px;
    direction: rtl;
    clear: both;
}
.SHome_Brand_1 .SHome_Brand_Text
{
    float: left;
}
.SHome_Brand_2 .SHome_Brand_Text
{
    float: right;
}
.SHome_Brand_Key_Main
{
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
    clear: both;
}
.SHome_Brand_1 .SHome_Brand_Key_Main
{
    float: left;
}
.SHome_Brand_2 .SHome_Brand_Key_Main
{
    float: right;
}
.SHome_Brand_Key
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    padding: 8px 15px 8px 15px;
    background-color: rgba(200,0,0,0.7);
    border: solid 1px #C80000;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    direction: rtl;
    cursor: pointer;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.SHome_Brand_1 .SHome_Brand_Key
{
    float: left;
}
.SHome_Brand_2 .SHome_Brand_Key
{
    float: left;
}
.SHome_Brand_Key:hover
{
    background-color: rgba(200,0,0,1.0);
    border: solid 1px #C80000;
    color: #FFFFFF;
}
/*----------------------------- BRANDS -----------*/





/*------------------------ GALLERY -------------*/
.SHome_Gallery_Back
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
}
.SHome_Gallery_Item_1, .SHome_Gallery_Item_2
{
    position: relative;
    display: block;
    float: left;
    width: 25.0%;
    height: auto;
}

.SHome_Gallery_Items_Shape
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
}
.SHome_Gallery_Items_Body
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 100;
    cursor: pointer;
}
.SHome_Gallery_Items_Body .SPic
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10;
}
.SHome_Gallery_Items_Body .SOver
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.0);
    z-index: 100;
    -moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.SHome_Gallery_Items_Body:hover .SOver
{
    background-color: rgba(0,0,0,0.35);
}
.SHome_Gallery_Items_Body .SOverSign
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url('../ImagesFA/Sign-Plus.png');
    background-position: center center;
    background-repeat: no-repeat;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 110;
    -moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;

    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.SHome_Gallery_Items_Body:hover .SOverSign
{
    filter: alpha(opacity=100);
    opacity: 1;
}
/*------------------------ GALLERY -------------*/




@media screen and (min-width:0px) and (max-width:800px)
{
    .SHome_Welcome_R
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .SHome_Welcome_L
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .SHome_Welcome_Content
    {
        margin-left: 20px;
        margin-right: 20px;
    }
    .SHome_Welcome_Pic
    {
        float: none;
        max-width: 360px;
        clear: both;
    }
    .SHome_Welcome .STitle
    {
        margin-top: 20px;
        float: none;
        max-width: none;
        text-align: center;
    }
    .SHome_Welcome .SText
    {
        float: none;
        font-size: 1.0em;
        text-align: justify;
    }
    .SHome_Welcome .SKey_Main
    {
        float: none;
        width: auto;
        max-width: none;
    }
    .SHome_Welcome .SKey
    {
        float: none;
    }
    


    .SHome_Brand_R
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .SHome_Brand_L
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .SHome_Brand_1 .SHome_Brand_R, .SHome_Brand_2 .SHome_Brand_R
    {
        float: none;
    }
    .SHome_Brand_1 .SHome_Brand_L, .SHome_Brand_2 .SHome_Brand_L
    {
        float: none;
    }
    .SHome_Brand_Content
    {
        margin-left: 20px;
        margin-right: 20px;
    }
    .SHome_Brand_Pic
    {
        float: none;
        max-width: 360px;
        clear: both;
    }
    .SHome_Brand_1 .SHome_Brand_Pic, .SHome_Brand_2 .SHome_Brand_Pic
    {
        float: none;
    }
    .SHome_Brand_Pic_Over
    {
        border: solid 15px rgba(255,255,255,0.3);
    }
    .SHome_Brand_Title
    {
        margin-top: 20px;
        float: none;
        max-width: none;
        text-align: center;
    }
    .SHome_Brand_1 .SHome_Brand_Title, .SHome_Brand_2 .SHome_Brand_Title
    {
        float: none;
        text-align: center;
    }
    .SHome_Brand_Text
    {
        float: none;
        font-size: 1.0em;
        text-align: justify;
    }
    .SHome_Brand_1 .SHome_Brand_Text, .SHome_Brand_2 .SHome_Brand_Text
    {
        float: none;
    }
    .SHome_Brand_Key_Main
    {
        float: none;
        width: auto;
        max-width: none;
    }
    .SHome_Brand_1 .SHome_Brand_Key_Main, .SHome_Brand_2 .SHome_Brand_Key_Main
    {
        float: none;
    }
    .SHome_Brand_Key
    {
        float: none;
    }
    .SHome_Brand_1 .SHome_Brand_Key, .SHome_Brand_2 .SHome_Brand_Key
    {
        float: none;
    }



    .SHome_Gallery_Item_1
    {
        width: 33.332%;
    }
    .SHome_Gallery_Item_2
    {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .SHome_Gallery_Item_1
    {
        width: 50.0%;
    }
}

@media screen and (min-width:0px) and (max-width:400px)
{
    .SHome_Brand_Pic_Over
    {
        border: solid 10px rgba(255,255,255,0.3);
    }
}