﻿.SHotels_Group_Main
{
    position: relative;
    float: right;
    width: 20%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.SHotels_Group
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.SHotels_Group_SepH
{
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0px;
    right: 0px;
    border-right: solid 1px #CCCCCC;
}
.SHotels_Group_SepV
{
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 20px;
    border-top: solid 1px #CCCCCC;
    clear: both;
}
.SHotels_Title
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #F0F0F0;
    font-size: 1.2em;
    font-weight: 500;
    color: #147D8C;
    direction: rtl;
    text-align: right;
}
/*
.SHotels_Title:after
{
    font-family: 'AtrinReserveSign1';
    font-size: 1.1em;
    color: #E6B450;
    text-align: left;
    padding-right: 5px;
    content: 'w';
}
*/

.SHotels_Items
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: rgba(250,250,250,0.0);
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: normal;
    color: #000000;
    direction: rtl;
    text-align: right;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.SHotels_Items:before
{
    font-family: 'AtrinReserveSign1';
    font-size: 1.7em;
    color: #5F9BC4;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    content: '\E860';
    -moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.SHotels_Items:hover
{
    background-color: rgba(250,250,250,1.0);
}
.SHotels_Items:hover:before
{
    padding-left: 10px;
}

#d_h_sepv1, #d_h_sepv2, #d_h_sepv3, #d_h_sepv4
{
    display: none;
}
#d_h_seph1
{
    display: block;
}
@media screen and (min-width:0px) and (max-width:1000px)
{
    .SHotels_Group_Main
    {
        width: 33.33%;
    }
    #d_h_sepv3
    {
        display: block;
    }
    #d_h_seph1
    {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:500px)
{
    .SHotels_Group_Main
    {
        float: none;
        width: 100%;
    }
    .SHotels_Group_SepH
    {
        display: none;
    }
    #d_h_sepv1, #d_h_sepv2, #d_h_sepv4
    {
        display: block;
    }
}
