﻿@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');
}


.SCOLThumbs
{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
}
.SCOLThumbsItem
{
    position: relative;
    width: 350px;
    height: 270px;
    background-color: White;
    color: Black;
    text-align: center;
    box-shadow: 0px 10px 20px -8px #707070;
    cursor: pointer;
}
.SCOLThumbsItemContent
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.SCOLThumbsItemPic
{
    width: 340px;
    height: 200px;
    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;
}
.SCOLThumbsItemText1
{
    width: 100%;
    height: 20px;
    margin-top: 5px;
    font-family: 'nazanin';
    font-size: 18px;
    text-align: center;
    color: #00AFA5;
    direction: rtl;
}
.SCOLThumbsItemText2
{
    width: 100%;
    height: 40px;
    font-family: 'nazanin';
    font-size: 24px;
    text-align: center;
    color: #999999;
    direction: rtl;
}

.SCOLThumbsItemClick1
{
    position: absolute;
    width: 100%;
    height: 212px;
    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;
}
.SCOLThumbsItemClick2
{
    position: absolute;
    background-color: #000000;
    width: 70px;
    height: 47px;
    left: 50%;
    top: 35%;
    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;
}

.SCOLThumbsItem:hover .SCOLThumbsItemClick1
{
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.SCOLThumbsItem:hover .SCOLThumbsItemClick2
{
    top: 40%;
    filter: alpha(opacity=100);
    opacity: 1;
}
.SCOLThumbsItem:hover .SCOLThumbsItemText1
{
    background-color: #000000;
}
.SCOLThumbsItem:hover .SCOLThumbsItemText2
{
    background-color: #000000;
    color: #FFFFFF;
}




@media screen and (min-width:0px) and (max-width:1590px)
{
    .SCOLThumbs
    {
        width: 33%;
    }
}

@media screen and (min-width:0px) and (max-width:1230px)
{
    .SCOLThumbs
    {
        width: 50%;
    }
}

@media screen and (min-width:0px) and (max-width:860px)
{
    .SCOLThumbs
    {
        width: 100%;
    }
}
