﻿.SDecoraticePicFile
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.SDecoraticePicOver
{
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,0.5);
    z-index: 10;
}

.STitle_Brand_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.STitle_Brand_Title
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
}
.STitle_Brand_Pic
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    max-width: 200px;
}
.STitle_Brand_Pic_File
{
    width: 100%;
    height: auto;
}

.SPRD_Detail_Thumbs
{
    position: relative;
    display: block;
    float: right;
    width: 25%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
    -moz-transition: opacity 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
	-ms-transition: opacity 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
	-o-transition: opacity 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
	-webkit-transition: opacity 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0s;
}
.SPRD_Detail_Thumbs_Item
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 10px;
    padding: 7px;
    box-shadow: 0px 0px 0px 1px rgba(100,100,100,0.2);
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
}
.SPRD_Detail_Thumbs_Item:hover
{
    box-shadow: 0px 0px 0px 1px rgba(100,100,100,0.5);
}

.SPRD_Detail_Thumbs_Item_Pic
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 90%;
    margin-bottom: 5px;
    border: solid 1px #F0F0F0;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    cursor: pointer;
    overflow: hidden;
    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_Detail_Thumbs_Item_Pic_Over
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(255,255,255,0.0);
    z-index: 10;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
}
.SPRD_Detail_Thumbs_Item_Pic_Over_Text
{
    position: absolute;
    display: table;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 40%;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.3);
    border-radius: 40px;
    font-family: 'IRANSans';
    font-weight: 500;
    font-size: 0.85em;
    color: #000000;
    text-align: center;
    direction: rtl;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 20;
    
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    -moz-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
	transition: all 0.6s cubic-bezier(0.000, 0.750, 0.100, 1.000);
}
.SPRD_Detail_Thumbs_Item_Pic:hover .SPRD_Detail_Thumbs_Item_Pic_Over
{
    background-color: rgba(255,255,255,0.4);
}
.SPRD_Detail_Thumbs_Item_Pic:hover .SPRD_Detail_Thumbs_Item_Pic_Over_Text
{
    top: 50%;
    filter: alpha(opacity=100);
    opacity: 1;
}
.SPRD_Detail_Thumbs_Item_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0078FF;
    border-radius: 2px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #FFFFFF;
    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_Detail_Thumbs_Item_Sep
{
    width: 100%;
    height: 6px;
    border-bottom: solid 1px #E0E0E0;
    margin-bottom: 6px;
}
.SPRD_Detail_Thumbs_Item_MoreInfo
{
    position: relative;
    width: auto;
    height: 24px;
    margin-left: 10px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-background-size: 9px 14px;
    -moz-background-size: 9px 14px;
    -o-background-size: 9px 14px;
    background-size: 9px 14px;
}



@media screen and (min-width:0px) and (max-width:1400px)
{
    .SPRD_Detail_Thumbs
    {
        width: 25%;
    }
}

@media screen and (min-width:0px) and (max-width:1150px)
{
    .SPRD_Detail_Thumbs
    {
        width: 33.33%;
    }
}

@media screen and (min-width:0px) and (max-width:900px)
{
    .SPRD_Detail_Thumbs
    {
        width: 50%;
    }
}

@media screen and (min-width:0px) and (max-width:550px)
{
    .SPRD_Detail_Thumbs
    {
        width: 100%;
    }
}