﻿.SPRD_Group_Description_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1300px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(250,250,250,1.0);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    line-height: 25px;
    color: #000000;
    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;
}

.SPRD_Group_Thumbs
{
    position: relative;
    float: right;
    width: 33.333%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;

    -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);
}
.SPRD_Group_Thumbs_Sep3, .SPRD_Group_Thumbs_Sep2, .SPRD_Group_Thumbs_Sep1
{
    width: 100%;
    clear: both;
}
.SPRD_Group_Thumbs_Sep3
{
    display: block;
}
.SPRD_Group_Thumbs_Sep2, .SPRD_Group_Thumbs_Sep1
{
    display: none;
}
.SPRD_Group_Thumbs_Item
{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 350px;
    padding: 20px;
    margin: 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    cursor: pointer;
    
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);

    -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);
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SPRD_Group_Thumbs:hover .SPRD_Group_Thumbs_Item
{
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.SPRD_Group_Thumbs_Item_Pic
{
    position: relative;
    display: block;
    width: auto;
    height: 60px;
}

.SPRD_Group_Thumbs_Item_Title
{
    position: relative;
    display: table-cell;
    width: 100%;
    height: 60px;
    font-family: 'IRANSans';
    font-weight: 500;
    font-size: 1.1em;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    direction: rtl;
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    .SPRD_Group_Thumbs
    {
        width: 50%;
    }
    .SPRD_Group_Thumbs_Sep2
    {
        display: block;
    }
    .SPRD_Group_Thumbs_Sep3, .SPRD_Group_Thumbs_Sep1
    {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:550px)
{
    .SPRD_Group_Thumbs
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .SPRD_Group_Thumbs_Sep1
    {
        display: block;
    }
    .SPRD_Group_Thumbs_Sep3, .SPRD_Group_Thumbs_Sep2
    {
        display: none;
    }
}