﻿.SHome_Welcome
{
    background-image: url('ImagesFA/Main_Welcome.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    height: auto;
    min-height: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 10px;
    font-family: 'Mitra';
    font-size: 24px;
    color: #666666;
    text-align: center;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,1);*/
    line-height: 40px;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    
}
.SHome_Welcome span
{
    font-size: 60px;
}
.SHome_Welcome_Text
{
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 30px;
}






.SHome_Categories
{
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}
.SHome_Categories_Items
{
    position: relative;
    float: left;
    width: 33.3%;
    height: auto;
    min-height: 150px;
    cursor: pointer;

    -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);
}
.SHome_Categories_ItemsSub
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.SHome_Categories_ItemsPic
{
    width: 100%;
    height: auto;
}
.SHome_Categories_ItemsOver_White
{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 5px;
    left: 0px;
    padding: 20px 0 20px 0;
    background-color: rgba(255,255,255,0.5);
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-align: right;
    direction: rtl;
    -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);
}
.SHome_Categories_ItemsOver_Black
{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 5px;
    left: 0px;
    padding: 20px 0 20px 0;
    background-color: rgba(0,0,0,0.5);
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-align: right;
    direction: rtl;
    -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);
}
.SHome_Categories_ItemsOver_Gold
{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 5px;
    left: 0px;
    padding: 20px 0 20px 0;
    background-color: rgba(185,140,90,0.5);
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    color: white;
    text-align: right;
    direction: rtl;
    -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);
}

.SHome_Categories_Items:hover
{
    -moz-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.SHome_Categories_Items:hover .SHome_Categories_ItemsOver_White
{
    background-color: rgba(255,255,255,0.8);
}
.SHome_Categories_Items:hover .SHome_Categories_ItemsOver_Black
{
    background-color: rgba(0,0,0,0.8);
}
.SHome_Categories_Items:hover .SHome_Categories_ItemsOver_Gold
{
    background-color: rgba(185,140,90,0.8);
}
.SHome_Categories_Items:hover .SHome_Categories_text_click
{
    margin-top: 20px;
}

.SHome_Categories_text_main
{
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 36px;
    clear: both;
}
.SHome_Categories_text_click
{
    background-repeat: no-repeat;
    background-position: 3% center;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    min-height: 25px;
    font-size: 16px;
    text-transform: uppercase;
    clear: both;
    -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);
}


.SHome_Categories_ItemsOver_White .SHome_Categories_text_main
{
    color: black;
}
.SHome_Categories_ItemsOver_White .SHome_Categories_text_click
{
    /*background-image: url('ImagesFA/Sign-ReadMore1.png');*/
    color: #4D4D4D;
}

.SHome_Categories_ItemsOver_Black .SHome_Categories_text_main
{
    color: white;
}
.SHome_Categories_ItemsOver_Black .SHome_Categories_text_click
{
    /*background-image: url('ImagesFA/Sign-ReadMore2.png');*/
    color: white;
}

.SHome_Categories_ItemsOver_Gold .SHome_Categories_text_main
{
    color: white;
}
.SHome_Categories_ItemsOver_Gold .SHome_Categories_text_click
{
    /*background-image: url('ImagesFA/Sign-ReadMore2.png');*/
    color: white;
}

#item_scr_11,#item_scr_21,#item_scr_31,#item_scr_41
{
    display: block;
}
#item_scr_12,#item_scr_22,#item_scr_32,#item_scr_42
{
    display: none;
}












.SHome_Center_L
{
    position: relative;
    float: left;
    width: 28%;
    height: auto;
    padding-right: 1.5%;
    border-right: solid 1px #CCCCCC;
}
.SHome_Center_R
{
    position: relative;
    float: right;
    width: 69%;
    height: auto;
}














.S_HomeNews_Main
{
    position: relative;
    width: 100%;
    height: 270px;
    -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);
}
.S_HomeNews_Main_Hid
{
    position: absolute;
    width: 100%;
    height: 270px;
    overflow: hidden;
    z-index: 1000;
}
.S_HomeNews_MainBody
{
    position: absolute;
    display: block;
    width: 100%;
    height: 270px;
    top: 0px;
    left: -100%;
    padding-bottom: 20px;
    background-color: rgba(255,255,255,0.7);
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.S_HomeNews_Pic
{
    position: absolute;
    width: 400px;
    height: 270px;
    right: 0px;
    top: 0px;
    background-color: white;
}
.S_HomeNews_Pic_File
{
    width: 100%;
    height: auto;
    max-width: 400px;
    max-height: 270px
}
.S_HomeNews_Detail
{
    position: absolute;
    width: auto;
    height: 270px;
    left: 0px;
    right: 403px;
    top: 0px;
    background-color: #F0F0F0;
}
.S_HomeNews_Detail_Date
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 0 10px 20px;
    background-color: #999999;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: white;
    text-align: left;
    direction: rtl;
    clear: both;
}

.S_HomeNews_Detail_Title
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    color: #999999;
    text-align: justify;
    direction: rtl;
    clear: both;
}
.S_HomeNews_Detail_Text
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    color: #000000;
    text-align: justify;
    direction: rtl;
    clear: both;
}
.S_HomeNews_Detail_Key
{
    position: absolute;
    width: auto;
    height: auto;
    right: 20px;
    bottom: 10px;
    z-index: 100;
    clear: both;
}
.S_HomeNews_SelMain
{
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.7);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.S_HomeNews_SelBody
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    clear: both;
}
.S_HomeNews_SelItems
{
    background-image: url('ImagesFA/MainNewsSelSings.png');
    background-repeat: no-repeat;
    background-position: center top;
    float: left;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.S_HomeNews_SelItems:hover
{
    background-position: center center;
}
.S_HomeNews_SelItems_Sel
{
    background-image: url('ImagesFA/MainNewsSelSings.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    float: left;
    width: 34px;
    height: 34px;
    cursor: pointer;
}












@media screen and (min-width:0px) and (max-width:800px)
{
    .SHome_Welcome_Text
    {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 18px;
    }
    .SHome_Welcome
    {
        font-size: 20px;
    }
    .SHome_Welcome span
    {
        font-size: 36px;
    }

    .SHome_Brands
    {
        margin-left: 20px;
        margin-right: 20px;
    }
    .SHome_Brands_Items
    {
        width: 50%;
    }
}



@media screen and (min-width:0px) and (max-width:1000px)
{
    .SHome_Categories_text_main
    {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 20px;
    }
    .SHome_Categories_text_click
    {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
    }
    .SHome_Center_L
    {
        position: relative;
        float: none;
        width: 100%;
        padding-right: 0%;
        border-right: none;
        margin-bottom: 30px;
    }
    .SHome_Center_R
    {
        position: relative;
        float: none;
        width: 100%;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .SHome_Categories_Items
    {
        width: 50%;
    }
    #item_scr_11,#item_scr_21,#item_scr_31,#item_scr_41
    {
        display: none;
    }
    #item_scr_12,#item_scr_22,#item_scr_32,#item_scr_42
    {
        display: block;
    }
}

@media screen and (min-width:0px) and (max-width:500px)
{
    .SHome_Categories_Items
    {
        width: 100%;
    }
}







@media screen and (min-width:0px) and (max-width:800px)
{
    .S_HomeNews_Main
    {
        height: 550px;
    }
    .S_HomeNews_Main_Hid
    {
        height: 550px;
    }
    .S_HomeNews_MainBody
    {
        height: 550px;
    }
    .S_HomeNews_Pic
    {
        height: 270px;
    }
    .S_HomeNews_Detail
    {
        height: 270px;
    }
    



    .S_HomeNews_Pic {
        position: relative;
        width: 100%;
        right: initial;
        top: initial;
        margin-bottom: 10px;
        border: none;
        clear: both;
    }
        
    .S_HomeNews_Detail {
        position: relative;
        width: 100%;
        left: initial;
        right: initial;
        top: initial;
        clear: both;
    }

    .S_HomeNews_Detail_Date
    {
        text-align: center;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_HomeNews_Detail_Date
    {
        font-size: 13px;
    }

    .S_HomeNews_Detail_Title
    {
        font-size: 18px;
    }
    .S_HomeNews_Detail_Text
    {
        font-size: 13px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_HomeNews_Main
    {
        height: 450px;
    }

    .S_HomeNews_Main_Hid
    {
        height: 450px;
    }

    .S_HomeNews_MainBody
    {
        height: 450px;
    }

    .S_HomeNews_Pic
    {
        height: 170px;
    }
    .S_HomeNews_Pic_File
    {
        width: auto;
        max-height: 170px
    }
}