﻿/*------------------------ TOURS -------------*/
.STours_Body
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 30px;
    max-width: 1600px;
    font-family: 'IRANSans';
    font-style: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.STours_Slice
{
    position: relative;
    display: block;
    float: right;
    width: 25.0%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(245,245,245,0.0);
    cursor: pointer;
}
.STours_Slice:hover
{
    background-color: rgba(245,245,245,1.0);
}
.STours_Sep_Finish_6, .STours_Sep_Finish_4, .STours_Sep_Finish_2
{
    width: 100%;
    clear: both;
}
.STours_Sep_Finish_6, .STours_Sep_Finish_2
{
    display: none;
}
.STours_Content
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 10;
}
.STours_Pic
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 70%;
}
.STours_Pic_Main
{
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 1;
}
.STours_Pic_File_Old
{
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    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: 2;

    -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(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    
    -moz-transition: all 4.0s cubic-bezier(0.300, 0.500, 0.400, 1.000);
	-ms-transition: all 4.0s cubic-bezier(0.300, 0.500, 0.400, 1.000);
	-o-transition: all 4.0s cubic-bezier(0.300, 0.500, 0.400, 1.000);
	-webkit-transition: all 4.0s cubic-bezier(0.300, 0.500, 0.400, 1.000);
	transition: all 4.0s cubic-bezier(0.300, 0.500, 0.400, 1.000);
}
.STours_Pic_File
{
    position: absolute;
    width: auto;
    height: auto;
    max-height: 100%;
    left: 50%;
    top: 50%;
    z-index: 2;

    -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: translateX(-50%) translateY(-50%) scale(1.1,1.1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1,1.1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.1,1.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1,1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1,1.1);
    
    -moz-transition: all 4.0s cubic-bezier(0.300, 0.500, 0.400, 1.000);
	-ms-transition: all 4.0s cubic-bezier(0.300, 0.500, 0.400, 1.000);
	-o-transition: all 4.0s cubic-bezier(0.300, 0.500, 0.400, 1.000);
	-webkit-transition: all 4.0s cubic-bezier(0.300, 0.500, 0.400, 1.000);
	transition: all 4.0s cubic-bezier(0.300, 0.500, 0.400, 1.000);
}
.STours_Slice:hover .STours_Pic_File
{
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0,1.0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0,1.0);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0,1.0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0,1.0);
    transform: translateX(-50%) translateY(-50%) scale(1.0,1.0);
}
.STours_Pic_Frame
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    background-color: rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.5);
    z-index: 3;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.STours_Slice:hover .STours_Pic_Frame
{
    background-color: rgba(0,0,0,0.1);
}
.STours_Pic_Over
{
    position: absolute;
    display: table;
    width: 100%;
    height: auto;
    left: 0px;
    top: 50%;
    font-weight: 500;
    font-size: 1.4em;
    text-align: center;
    direction: rtl;
    color: #FFFFFF;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 4;

    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);

    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.STours_Slice:hover .STours_Pic_Over
{
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.STours_Title
{
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
    direction: rtl;
    color: #000000;
    clear: both;
}
.STours_Title_Sep
{
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    max-width: 80px;
    margin-top: 3px;
    margin-bottom: 20px;
    background-color: #00AABC;
    clear: both;
}
.STours_Items_Body
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 140px;
}
.STours_Items_Main
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
    clear: both;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.STours_Items_1, .STours_Items_2, .STours_Items_3, .STours_Items_4, .STours_Items_5, .STours_Items_6, .STours_Items_7, .STours_Items_8
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 23px;
    font-size: 0.9em;
    font-weight: normal;
    text-align: right;
    color: #555555;
    direction: rtl;
    clear: both;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
    .STours_Items_1:before, .STours_Items_2:before, .STours_Items_3:before, .STours_Items_4:before, .STours_Items_5:before, .STours_Items_6:before, .STours_Items_7:before, .STours_Items_8:before {
        display: inline-block;
        padding-left: 7px;
        vertical-align: middle;
        font-family: 'AtrinReserveSign1';
        font-size: 1.6em;
        text-align: right;
        color: #FFAA00;
        direction: rtl;
    }
.STours_Items_1:before
{
    content: '\E834';
}
.STours_Items_2:before
{
    content: '\E835';
}
.STours_Items_3:before
{
    content: '\E836';
}
.STours_Items_4:before
{
    content: '\E837';
}
.STours_Items_5:before
{
    content: '\E838';
}
.STours_Items_6:before
{
    content: '\E85B';
}
.STours_Items_7:before
{
    content: '\E839';
}
.STours_Items_8:before
{
    content: '\E83A';
}
.STours_MoreKey_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: 25px;
    margin-top: 10px;
    clear: both;
}
.STours_MoreKey_Panel
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.STours_MoreKey
{
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 22px;
    background-color: #00AABC;
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
    color: #FFFFFF;
    direction: rtl;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.STours_Slice:hover .STours_MoreKey
{
    top: 0px;
}
.STours_Finish
{
    width: 100%;
    clear: both;
}
.STours_Key
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.STours_HotOffer_Main, .STours_LastSec_Main
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    min-width: 90px;
    padding: 5px 10px 5px 10px;
    border: solid 2px #FFFFFF;
    font-weight: 500;
    font-size: 1.0em;
    text-align: center;
    color: #FFFFFF;
    direction: rtl;
    z-index: 100;

    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.STours_HotOffer_Main
{
    left: 5px;
    top: 15px;
    background: #C80000;
    background: -webkit-linear-gradient(top, rgba(255,60,50,0.8) , rgba(170,0,0,0.8));
    background: -o-linear-gradient(bottom, rgba(255,60,50,0.8), rgba(170,0,0,0.8));
    background: -moz-linear-gradient(bottom, rgba(255,60,50,0.8), rgba(170,0,0,0.8));
    background: linear-gradient(to bottom, rgba(255,60,50,0.8) , rgba(170,0,0,0.8));
    box-shadow: 0px 0px 0px 3px rgba(200,0,0,0.3);

    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.STours_LastSec_Main
{
    right: 5px;
    top: 70px;
    background: #00B41E;

    background: -webkit-linear-gradient(top, rgba(50,210,50,0.8) , rgba(0,150,25,0.8));
    background: -o-linear-gradient(bottom, rgba(50,210,50,0.8), rgba(0,150,25,0.8));
    background: -moz-linear-gradient(bottom, rgba(50,210,50,0.8), rgba(0,150,25,0.8));
    background: linear-gradient(to bottom, rgba(50,210,50,0.8) , rgba(0,150,25,0.8));
    box-shadow: 0px 0px 0px 3px rgba(0,180,30,0.3);

    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
/*------------------------ TOURS -------------*/





@media screen and (min-width:0px) and (max-width:1400px)
{
    .STours_Slice
    {
        width: 25.0%;
    }
    .STours_Sep_Finish_4
    {
        display: block;
    }
    .STours_Sep_Finish_6, .STours_Sep_Finish_2
    {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    .STours_Title
    {
        font-size: 1.1em;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .STours_Body
    {
        margin-left: 15px;
        margin-right: 15px;
    }
    .STours_Content
    {
        margin-left: 5px;
        margin-right: 5px;
    }
    .STours_Title
    {
        font-size: 1.0em;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .STours_Slice
    {
        width: 50.0%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .STours_Sep_Finish_2
    {
        display: block;
    }
    .STours_Sep_Finish_6, .STours_Sep_Finish_4
    {
        display: none;
    }
    .STours_Body
    {
        margin-left: 5px;
        margin-right: 5px;
    }
    .STours_Content
    {
        margin-left: 15px;
        margin-right: 15px;
    }
    .STours_Title
    {
        margin-top: 10px;
    }
    .STours_MoreKey
    {
        top: 0px;
    }
}

@media screen and (min-width:0px) and (max-width:500px)
{
    .STours_Body
    {
        margin-left: 15px;
        margin-right: 15px;
    }
    .STours_Content
    {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (min-width:0px) and (max-width:400px)
{
    .STours_Slice
    {
        width: 100.0%;
        clear: both;
    }
    .STours_Sep_Finish_6, .STours_Sep_Finish_4, .STours_Sep_Finish_2
    {
        display: none;
    }
    .STours_Body
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .STours_Content
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .STours_Items_Body
    {
        min-height: 0px;
    }
    .STours_Title
    {
        font-size: 1.1em;
    }
    .STours_Text
    {
        min-height: 0px;
    }
}