﻿/* CONTENT GROUP V1 */

/*---------------------- MAIN PANEL -----------------*/
.S_Content_Group_Main
{
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    max-width: 1500px;
    direction: rtl;
    -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_Content_Group_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*-------------------- ITEM CUR MAIN ----------------*/
.S_Content_Group_Item_Main, .S_Content_Group_Item_Main_Sel
{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 5px 10px 5px 10px;
    margin: 15px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 600;
    font-size: 1.0em;
    color: #000000;
    text-align: center;
    text-decoration: none;
    direction: rtl;
    cursor: pointer;
}
.S_Content_Group_Item_Over
{
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
}
.S_Content_Group_Item_Main .S_Content_Group_Item_Over
{
    background-color: rgba(0,0,0,0.0);
    -moz-transition: all 0.3s cubic-bezier(0.350, 0.000, 0.650, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.350, 0.000, 0.650, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.350, 0.000, 0.650, 1.000);
	-webkit-transition: all 0.3s cubic-bezier(0.350, 0.000, 0.650, 1.000);
	transition: all 0.3s cubic-bezier(0.350, 0.000, 0.650, 1.000);
}
.S_Content_Group_Item_Main:hover .S_Content_Group_Item_Over
{
    background-color: rgba(0,0,0,0.3);
}
.S_Content_Group_Item_Main_Sel .S_Content_Group_Item_Over
{
    background-color: rgba(0,0,0,1.0);
}
/*-------------------- ITEM CUR MAIN ----------------*/





@media screen and (min-width:0px) and (max-width:1000px)
{
    
}

@media screen and (min-width:0px) and (max-width:700px)
{
    
}

@media screen and (min-width:0px) and (max-width:400px)
{
    
}
