﻿@font-face {
  font-family: 'Mitra';
  src: url('../../Fonts/BMitra.eot?#') format('eot'),
       url('../../Fonts/BMitra.woff') format('woff'),
       url('../../Fonts/BMitra.ttf') format('truetype');
}
@font-face {
  font-family: 'nazanin';
  src: url('../Fonts/BNazanin.eot?#') format('eot'),
       url('../Fonts/BNazanin.woff') format('woff'),
       url('../Fonts/BNazanin.ttf') format('truetype');
}
@font-face {
  font-family: 'Yekan';
  src: url('../../Fonts/BYekan.eot?#') format('eot'),
       url('../../Fonts/BYekan.woff') format('woff'),
       url('../../Fonts/BYekan.ttf') format('truetype');
}
@font-face {
  font-family: 'HelveticaLt';
  src: url('../../Fonts/helveticaneueltstd-lt-webfont.eot?#') format('eot'),
       url('../../Fonts/helveticaneueltstd-lt-webfont.woff') format('woff'),
       url('../../Fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype');
}


.STitleCollection
{
    width: 100%;
    padding-bottom: 25px;
    font-family: 'nazanin';
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #00AFA5;
    direction: rtl;
}



.SPRDThumbs
{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
}
.SPRDThumbsItem
{
    position: relative;
    width: 230px;
    height: 360px;
    background-color: White;
    color: Black;
    text-align: center;
    box-shadow: 0px 15px 20px -10px #707070;
    cursor: pointer;
}
.SPRDThumbsItemContent
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.SPRDThumbsItemPic
{
    width: 220px;
    height: 290px;
    margin-left: 5px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    border: solid 1px #E6E6E6;
}
.SPRDThumbsItemProdText
{
    float: left;
    width: 185px;
    height: 50px;
    padding-top: 10px;
    margin-top: 5px;
    font-family: 'nazanin';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    direction: rtl;
    -moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.SPRDThumbsItemProdOrder
{
    float: right;
    width: 45px;
    height: 50px;
    padding-top: 10px;
    text-align: left;
    margin-top: 5px;
    text-align: left;
}

.SPRDThumbsItemClick1
{
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: #000000;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s easev;
	transition: all 0.3s ease-in-out;
    z-index: 10;
}
.SPRDThumbsItemClick2
{
    position: absolute;
    background-color: #000000;
    width: 70px;
    height: 47px;
    left: 50%;
    top: 37%;
    margin-left: -35px;
    margin-top: -35px;
    padding-top: 23px;
    font-family: 'Yekan';
    font-size: 15px;
    font-weight: bold;
    color: White;
    text-align: center;
    direction: rtl;
    filter: alpha(opacity=0);
    opacity: 0;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    -moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 11;
}

.SPRDThumbsItem:hover .SPRDThumbsItemClick1
{
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.SPRDThumbsItem:hover .SPRDThumbsItemClick2
{
    top: 40%;
    filter: alpha(opacity=100);
    opacity: 1;
}
.SPRDThumbsItem:hover .SPRDThumbsItemProdText
{
    color: #00AFA5;
}




@media screen and (min-width:0px) and (max-width:1200px)
{
    .SPRDThumbs
    {
        width: 33%;
    }
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    .SPRDThumbs
    {
        width: 50%;
    }
}

