﻿/* 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;
    text-align: center;
    vertical-align: top;
    -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: inline-block;
    width: 20.0%;
    height: auto;
    padding: 10px;
    vertical-align: top;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*---------------------- 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;
    -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;
    filter: grayscale(100%) brightness(110%);
}
.S_Home_Icons_Item_Main:hover .S_Home_Icons_Item_Pic_File {
    filter: grayscale(0%) brightness(100%)
}
/*----------------------- ITEM PIC ------------------*/


/*---------------------- ITEM TEXT ------------------*/
.S_Home_Icons_Item_Title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0px 15px 0px;
    font-family: 'Pelak';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    text-decoration: none;
    direction: rtl;
    color: #000000;
    clear: both;
    -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_Title:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    max-width: 120px;
    left: 50%;
    bottom: 0px;
    content: '';
    background-color: rgba(50,160,175,1.0);
    z-index: 100;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.S_Home_Icons_Item_Desc_Summary {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0px 0px 0px;
    font-family: 'Pelak';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
    direction: rtl;
    color: #000000;
    clear: both;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*---------------------- ITEM TEXT ------------------*/





@media screen and (min-width:0px) and (max-width:1000px) {
    .S_Home_Icons_Item_Main {
        width: 33.333%;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Home_Icons_Item_Main
    {
        width: 50.0%;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Home_Icons_Main
    {
        padding: 20px 10px 20px 10px;
    }
}

@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;
    }
}