﻿@font-face {
  font-family: 'Mitra';
  src: url('../Fonts/BMitra.eot?#') format('eot'),
       url('../Fonts/BMitra.woff') format('woff'),
       url('../Fonts/BMitra.ttf') format('truetype');
}


.SMainThumbsItem
{
    position: absolute;
    width: 290px;
    height: auto;
    border: solid 1px #D7D7D7;
    padding: 10px;
    background-color: White;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -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 ease-in-out;
	transition: all 0.3s ease-in-out;
}
.SMainThumbsItem:hover
{
    position: absolute;
    width: 290px;
    height: auto;
    border: solid 1px #D7D7D7;
    padding: 10px;
    background-color: White;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.SMainThumbsItemText
{
    width: 100%;
    height: 40px;
    background-color: Transparent;
    padding-top: 15px;
    text-align: center;
    font-size: 24px;
    font-family: 'Mitra';
    color: #666666;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.SMainThumbsItemTextSm
{
    width: 100%;
    height: 20px;
    background-color: Transparent;
    padding-top: 7px;
    text-align: center;
    font-size: 24px;
    font-family: 'Mitra';
    color: #666666;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.SMainThumbsItemPic
{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: 150px;
    text-align: left;
    -moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.SMainThumbsItem:hover .SMainThumbsItemText
{
    color: #0050B4;
}
.SMainThumbsItem:hover .SMainThumbsItemTextSm
{
    color: #0050B4;
}
.SMainThumbsItem:hover .SMainThumbsItemPic
{
    -webkit-background-size: 110%;
    -moz-background-size: 110%;
    -o-background-size: 110%;
    background-size: 110%;
}


#divhometop
{
    width: 100%;
    height: 560px;
    text-align: left;
}


@media screen and (min-width:0px) and (max-width:960px)
{
    #divhometop
    {
        height: 620px;
    }
}

@media screen and (min-width:0px) and (max-width:1500px)
{
    /*.SMainThumbs
    {
        width: 33%;
    }*/
}

@media screen and (min-width:0px) and (max-width:1150px)
{
    /*.SMainThumbs
    {
        width: 50%;
    }*/
}

@media screen and (min-width:0px) and (max-width:800px)
{
    /*.SMainThumbs
    {
        width: 100%;
    }*/
}