﻿.STravel_Info_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.STravel_Info_Item_Main
{
    position: relative;
    display: block;
    float: right;
    width: 25.0%;
    height: auto;
}
.STravel_Info_Item
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 90%;
    background-color: #FFFFFF;
    cursor: pointer;
}
.STravel_Info_Item_Pic
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    overflow: hidden;
    z-index: 10;
}
.STravel_Info_Item_Pic_File
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 10;

    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    
    -moz-transform: scale(07.,0.7);
    -ms-transform: scale(0.7,0.7);
    -o-transform: scale(0.7,0.7);
    -webkit-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);

    -moz-transition: all 5.0s cubic-bezier(0.300, 0.000, 0.300, 1.000);
	-ms-transition: all 5.0s cubic-bezier(0.300, 0.000, 0.300, 1.000);
	-o-transition: all 5.0s cubic-bezier(0.300, 0.000, 0.300, 1.000);
	-webkit-transition: all 5.0s cubic-bezier(0.300, 0.000, 0.300, 1.000);
	transition: all 5.0s cubic-bezier(0.300, 0.000, 0.300, 1.000);
}
.STravel_Info_Item_Pic_Title_Main
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background-color: transparent;
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.0) , rgba(255,255,255,0.0) , rgba(255,255,255,0.0));
    background: -o-linear-gradient(top, rgba(255,255,255,0.0) , rgba(255,255,255,0.0) , rgba(255,255,255,0.0));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.0) , rgba(255,255,255,0.0) , rgba(255,255,255,0.0));
    background: linear-gradient(to top, rgba(255,255,255,0.0) , rgba(255,255,255,0.0) , rgba(255,255,255,0.0));

    z-index: 20;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.STravel_Info_Item_Pic_Title
{
    position: absolute;
    display: table;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 5%;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    vertical-align: middle;
    color: #3C78C8;
    direction: rtl;
    z-index: 10;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.STravel_Info_Item_Pic:hover .STravel_Info_Item_Pic_File
{
    -moz-transform: scale(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
}
.STravel_Info_Item_Pic:hover .STravel_Info_Item_Pic_Title_Main
{
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,1.0) , rgba(255,255,255,0.7) , rgba(255,255,255,0.0));
    background: -o-linear-gradient(top, rgba(255,255,255,1.0) , rgba(255,255,255,0.7) , rgba(255,255,255,0.0));
    background: -moz-linear-gradient(top, rgba(255,255,255,1.0) , rgba(255,255,255,0.7) , rgba(255,255,255,0.0));
    background: linear-gradient(to top, rgba(255,255,255,1.0) , rgba(255,255,255,0.7) , rgba(255,255,255,0.0));
}
.STravel_Info_Item_Pic:hover .STravel_Info_Item_Pic_Title
{
    color: #004696;
    bottom: 15%;
}










@media screen and (min-width:0px) and (max-width:1000px)
{
    .STravel_Info_Main
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .STravel_Info_Item_Pic
    {
        left: 3px;
        right: 3px;
        top: 3px;
        bottom: 3px;
    }
    .STravel_Info_Item_Pic_Title
    {
        font-size: 1.2em;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .STravel_Info_Main
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .STravel_Info_Item_Main
    {
        width: 50%;
    }
}


@media screen and (min-width:0px) and (max-width:600px)
{
    .STravel_Info_Item_Pic
    {
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
    }
    .STravel_Info_Item_Pic_Title
    {
        font-size: 1.1em;
    }
}
