﻿/*---------------------- TOP SLIDE ----------------------*/
.SHotel_Info_Top_Slide_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 50px;
    background-color: #535353;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.SHotel_Info_Top_Slide_Sep
{
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,0.7);
    z-index: 10;
}
.SHotel_Info_Top_Slide_Text
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 50px 30px 50px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(0,0,0,0.0), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0), rgba(0,0,0,0.0));
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.0), rgba(0,0,0,0.0));
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #FFFFFF;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SHotel_Info_Top_Slide_Text_Title
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    font-size: 2.5em;
    text-align: right;
    direction: rtl;
    clear: both;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.8);
}
.SHotel_Info_Top_Slide_Text_Location
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    font-size: 1.3em;
    text-align: right;
    direction: rtl;
    clear: both;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.SHotel_Info_Top_Slide_Text_Location:before
{
    font-family: 'AtrinWebSign1';
    font-size: 1.0em;
    padding-left: 10px;
    content: '\E816'
}
/*---------------------- TOP SLIDE ----------------------*/



/*------------------------TOP RESERVEBAR-----------------*/
.SHotel_Info_Top_ReserveBar_Main
{
    position: absolute;
    display: table;
    width: 400px;
    height: auto;
    left: 50px;
    top: 20px;
    z-index: 2000;
}
.SHotel_Info_Top_ReserveKey_Main
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    left: 50px;
    top: 50px;
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
}
/*------------------------TOP RESERVEBAR-----------------*/



/*------------------- HOTEL INFO KEYS -------------------*/
.SHotel_Info_InfoKeys_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 20px 40px 20px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SHotel_Info_InfoKeys_Item, .SHotel_Info_InfoKeys_Item_Active
{
    position: relative;
    display: block;
    float: right;
    width: 20%;
    height: 35px;
    padding: 0px 10px 0px 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    direction: rtl;
    cursor: pointer;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SHotel_Info_InfoKeys_Item
{
    color: #999999;
}
.SHotel_Info_InfoKeys_Item_Active
{
    color: #0078FF;
}
.SHotel_Info_InfoKeys_Item:hover
{
    color: #0078FF;
}
.SHotel_Info_InfoKeys_Item_Over
{
    position: absolute;
    display: block;
    width: auto;
    height: 1px;
    left: 1px;
    right: 1px;
    bottom: 0px;
    z-index: 10;
}
.SHotel_Info_InfoKeys_Item .SHotel_Info_InfoKeys_Item_Over
{
    background-color: #E0E0E0;
}
.SHotel_Info_InfoKeys_Item:hover .SHotel_Info_InfoKeys_Item_Over
{
    background-color: #CCCCCC;
}
.SHotel_Info_InfoKeys_Item_Active .SHotel_Info_InfoKeys_Item_Over
{
    background-color: #0078FF;
}
/*------------------- HOTEL INFO KEYS -------------------*/



/*-------------------- CONTENT INFO ---------------------*/
.SHotel_Specs_T_Main
{
    position: relative;
    width: 100%;
    height: auto;
}
.SHotel_Specs_T_Content
{
    position: relative;
    width: auto;
    height: auto;
}
.SHotel_Specs_T_Menu
{
    position: relative;
    width: 260px;
    height: auto;
}
.SHotel_Specs_T_Menu_Top
{
    position: relative;
    display: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.SHotel_Specs_D_Content
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.SHotel_Specs_D_Menu, .SHotel_Specs_D_Menu_Top
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.SHotel_Specs_D_Menu
{
    box-shadow: -4px 0px 8px 0px rgba(0,0,0,0.1);
}
.SHotel_Specs_D_Menu_Top
{
    margin-left: 0px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
}
.SHotel_Specs_D_Menu_Items, .SHotel_Specs_D_Menu_Items_Sel
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px 10px 10px;
    background-color: transparent;
    background-image: url('ImagesFA/Sign-ReadMore1.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-background-size: 10px 16px;
    -moz-background-size: 10px 16px;
    -o-background-size: 10px 16px;
    background-size: 10px 16px;
    border-bottom: solid 1px #CCCCCC;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    text-align: right;
    color: #000000;
    direction: rtl;
    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;
}
.SHotel_Specs_D_Menu_Items:hover
{
    background-color: #FFFFFF;
    background-position: 5px center;
}

.SHotel_Specs_D_Menu_Items_Sel
{
    background-color: #004696;
    background-image: url('ImagesFA/Sign-ReadMore.png');
    font-weight: 500;
    color: #FFFFFF;
    cursor: default;
}
/*-------------------- CONTENT INFO ---------------------*/



@media screen and (min-width:0px) and (max-width:800px)
{
    .SHotel_Info_Top_Slide_Text
    {
        padding: 20px 20px 20px 20px;
    }
    .SHotel_Info_Top_Slide_Text_Title
    {
        font-size: 1.8em;
    }
    .SHotel_Info_Top_Slide_Text_Location
    {
        font-size: 1.0em;
    }



    .SHotel_Info_Top_ReserveBar_Main
    {
        display: none;
    }



    .SHotel_Specs_T_Menu
    {
        width: 180px;
    }
    .SHotel_Specs_D_Menu
    {
        margin-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .SHotel_Specs_D_Menu_Items, .SHotel_Specs_D_Menu_Items_Sel
    {
        margin-left: 5px;
        margin-right: 5px;
        padding: 7px 7px 7px 7px;
        background-position: 7px center;
        -webkit-background-size: 8px 12px;
        -moz-background-size: 8px 12px;
        -o-background-size: 8px 12px;
        background-size: 8px 12px;
        font-size: 0.9em;
    }
    .SHotel_Specs_D_Menu_Items:hover
    {
        background-position: 3px center;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .SHotel_Specs_T_Content
    {
        width: 100%;
    }
    .SHotel_Specs_T_Menu
    {
        display: none;
    }
    .SHotel_Specs_T_Menu_Top
    {
        display: block;
    }
}