﻿/* HOME ICONS */

/*---------------------- MAIN PANEL -----------------*/
.S_Home_Icons_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    clear: both;
}
.S_Home_Icons_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    clear: both;
}
.S_Home_Icons_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*---------------------- ITEM MAIN ------------------*/
.S_Home_Icons_Item_Main
{
    position: relative;
    display: block;
    float: right;
    width: 33.3333%;
    height: auto;
    padding: 10px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Home_Icons_Item_Sep_4, .S_Home_Icons_Item_Sep_3, .S_Home_Icons_Item_Sep_2, .S_Home_Icons_Item_Sep_1
{
    width: 100%;
    clear: both;
}
.S_Home_Icons_Item_Sep_3
{
    display: block;
}
.S_Home_Icons_Item_Sep_4, .S_Home_Icons_Item_Sep_2, .S_Home_Icons_Item_Sep_1
{
    display: none;
}
/*---------------------- ITEM MAIN ------------------*/


/*----------------------- ITEM PIC ------------------*/
.S_Home_Icons_Item_Pic_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
    clear: both;
}
.S_Home_Icons_Item_Pic_File
{
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    max-height: 200px;
}
/*----------------------- ITEM PIC ------------------*/


/*---------------------- ITEM TEXT ------------------*/
.S_Home_Icons_Item_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0px 0px 0px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    text-decoration: none;
    direction: rtl;
    color: #000000;
    clear: both;
}
.S_Home_Icons_Item_Desc_Summary
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0px 0px 0px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
    direction: rtl;
    color: #000000;
    clear: both;
}
/*---------------------- ITEM TEXT ------------------*/





@media screen and (min-width:0px) and (max-width:1400px)
{
    .S_Home_Icons_Item_Main
    {
        width: 33.3333%;
        padding: 20px;
    }
    .S_Home_Icons_Item_Sep_3
    {
        display: block;
    }
    .S_Home_Icons_Item_Sep_4, .S_Home_Icons_Item_Sep_2, .S_Home_Icons_Item_Sep_1
    {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:900px)
{
    /*
    .S_Home_Icons_Item_Main
    {
        width: 50.0%;
    }
    .S_Home_Icons_Item_Sep_2
    {
        display: block;
    }
    .S_Home_Icons_Item_Sep_4, .S_Home_Icons_Item_Sep_3, .S_Home_Icons_Item_Sep_1
    {
        display: none;
    }
    */
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Home_Icons_Main
    {
        padding: 20px 10px 20px 10px;
    }
    .S_Home_Icons_Item_Main
    {
        float: none;
        width: 100.0%;
        padding: 20px 0px 20px 0px;
        clear: both;
    }
    .S_Home_Icons_Item_Sep_1
    {
        display: block;
    }
    .S_Home_Icons_Item_Sep_4, .S_Home_Icons_Item_Sep_3, .S_Home_Icons_Item_Sep_2
    {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:500px)
{
    .S_Home_Icons_Item_Title
    {
        font-size: 1.2em;
    }
    .S_Home_Icons_Item_Desc_Summary
    {
        font-size: 0.85em;
    }
}