﻿/*------------------------ HOTELS LIST -------------*/
.S_Hotels_List_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;
}
.S_Hotels_List_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;
}
.S_Hotels_List_Slice:hover
{
    background-color: rgba(245,245,245,1.0);
}
.S_Hotels_List_Sep_Finish_6, .S_Hotels_List_Sep_Finish_4, .S_Hotels_List_Sep_Finish_2
{
    width: 100%;
    clear: both;
}
.S_Hotels_List_Sep_Finish_6, .S_Hotels_List_Sep_Finish_2
{
    display: none;
}
.S_Hotels_List_Content
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 10;
}
.S_Hotels_List_Pic
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 70%;
}
.S_Hotels_List_Pic_Main
{
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
    z-index: 1;
}
.S_Hotels_List_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);
}
.S_Hotels_List_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);
}
.S_Hotels_List_Slice:hover .S_Hotels_List_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);
}
.S_Hotels_List_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);
}
.S_Hotels_List_Slice:hover .S_Hotels_List_Pic_Frame
{
    background-color: rgba(0,0,0,0.1);
}
.S_Hotels_List_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);
}
.S_Hotels_List_Slice:hover .S_Hotels_List_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%);
}
.S_Hotels_List_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;
}
.S_Hotels_List_Title_Sep
{
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    max-width: 80px;
    margin-top: 3px;
    margin-bottom: 20px;
    background-color: #00AABC;
    clear: both;
}
.S_Hotels_List_Items_Body
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 140px;
}
.S_Hotels_List_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;
}
.S_Hotels_List_Items_0, .S_Hotels_List_Items_1, .S_Hotels_List_Items_2, .S_Hotels_List_Items_3, .S_Hotels_List_Items_4
{
    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;
}
.S_Hotels_List_Items_1:before, .S_Hotels_List_Items_2:before, .S_Hotels_List_Items_3:before, .S_Hotels_List_Items_4:before
{
    display: inline-block;
    padding-left: 7px;
    vertical-align: middle;
    font-family: 'AtrinReserveSign1';
    font-size: 1.6em;
    text-align: right;
    color: #FFAA00;
    direction: rtl;
}
.S_Hotels_List_Items_1:before
{
    content: '\E81A';
}
.S_Hotels_List_Items_2:before
{
    content: '\E80B';
}
.S_Hotels_List_Items_3:before
{
    content: '\E801';
}
.S_Hotels_List_Items_4:before
{
    content: '\E85F';
}
.S_Hotels_List_MoreKey_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: 25px;
    margin-top: 10px;
    clear: both;
}
.S_Hotels_List_MoreKey_Panel
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.S_Hotels_List_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);
}
.S_Hotels_List_Slice:hover .S_Hotels_List_MoreKey
{
    top: 0px;
}
.S_Hotels_List_Finish
{
    width: 100%;
    clear: both;
}
.S_Hotels_List_Key
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.S_Hotels_List_HotOffer_Main, .S_Hotels_List_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%;
}
.S_Hotels_List_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);
}
.S_Hotels_List_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);
}
/*------------------------ HOTELS LIST -------------*/





@media screen and (min-width:0px) and (max-width:1400px)
{
    .S_Hotels_List_Slice
    {
        width: 25.0%;
    }
    .S_Hotels_List_Sep_Finish_4
    {
        display: block;
    }
    .S_Hotels_List_Sep_Finish_6, .S_Hotels_List_Sep_Finish_2
    {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:1000px)
{
    .S_Hotels_List_Title
    {
        font-size: 1.1em;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Hotels_List_Body
    {
        margin-left: 15px;
        margin-right: 15px;
    }
    .S_Hotels_List_Content
    {
        margin-left: 5px;
        margin-right: 5px;
    }
    .S_Hotels_List_Title
    {
        font-size: 1.0em;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Hotels_List_Slice
    {
        width: 50.0%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .S_Hotels_List_Sep_Finish_2
    {
        display: block;
    }
    .S_Hotels_List_Sep_Finish_6, .S_Hotels_List_Sep_Finish_4
    {
        display: none;
    }
    .S_Hotels_List_Body
    {
        margin-left: 5px;
        margin-right: 5px;
    }
    .S_Hotels_List_Content
    {
        margin-left: 15px;
        margin-right: 15px;
    }
    .S_Hotels_List_Title
    {
        margin-top: 10px;
    }
    .S_Hotels_List_MoreKey
    {
        top: 0px;
    }
}

@media screen and (min-width:0px) and (max-width:500px)
{
    .S_Hotels_List_Body
    {
        margin-left: 15px;
        margin-right: 15px;
    }
    .S_Hotels_List_Content
    {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media screen and (min-width:0px) and (max-width:400px)
{
    .S_Hotels_List_Slice
    {
        width: 100.0%;
        clear: both;
    }
    .S_Hotels_List_Sep_Finish_6, .S_Hotels_List_Sep_Finish_4, .S_Hotels_List_Sep_Finish_2
    {
        display: none;
    }
    .S_Hotels_List_Body
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .S_Hotels_List_Content
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .S_Hotels_List_Items_Body
    {
        min-height: 0px;
    }
    .S_Hotels_List_Title
    {
        font-size: 1.1em;
    }
    .S_Hotels_List_Text
    {
        min-height: 0px;
    }
}