﻿/*------------------------- KEYS --------------------*/
.S_Intro_Key_Item
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding: 5px 10px 5px 10px;
    margin: 10px;
    border: solid 1px rgba(0,120,255,0.9);
    border-radius: 3px;
    font-weight: normal;
    font-size: 0.9em;
    color: #555555;
    direction: rtl;
    -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_Intro_Key_Item:hover
{
    border: solid 1px rgba(0,120,255,1.0);
    color: #000000;
}
.S_Intro_Key_Item_Sign
{
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    font-variant: normal;
    text-transform: none;
    color: rgba(0,120,255,1.0);
    padding-left: 5px;
}
/*------------------------- KEYS --------------------*/

.MBTopPicText_Hotels
{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    padding-top: 25px;
    padding-bottom: 50px;
    
    background: rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1.0), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,1.0), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,1.0), rgba(0,0,0,0.0));
    background: linear-gradient(to bottom, rgba(0,0,0,1.0), rgba(0,0,0,0.0));

    z-index: 110;
}
.MBTopPicText_Hotels .stext
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    font-family: 'IRANSans';
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
}
.MBTopPicText_Hotels .stitle
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    font-size: 2em;
    text-align: center;
    direction: rtl;
    clear: both;
    text-shadow: 2px 1px 2px rgba(0,0,0,0.8);
}
.MBTopPicText_Hotels .slocation
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 1em;
    text-align: right;
    direction: rtl;
    clear: both;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.MBTopPicText_Hotels .slocation:before
{
    font-family: 'AtrinSign';
    font-size: 1.0em;
    padding-left: 10px;
    content: 'U'
}










.S_Intro_Main
{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1400px;
}










.S_Intro_Body_Sep
{
    position: relative;
    width: 100%;
    height: 20px;
    margin-top: 20px;
    border-top: solid 1px #CCCCCC;
}










.S_Intro_R
{
    position: relative;
    float: right;
    width: 29%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.S_Intro_C
{
    position: relative;
    float: right;
    width: 42%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.S_Intro_L
{
    position: relative;
    float: left;
    width: 29%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}


.S_Intro_Text_Main
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.S_Intro_Text
{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: justify;
    line-height: 25px;
    direction: rtl;
    clear: both;
}
.S_Intro_Image
{
    width: 100%;
    height: auto;
    max-width: 400px;
}
.S_Intro_Link_Main
{
    position: relative;
    display: table;
    float: right;
    width: 160px;
    height: 30px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    text-align: right;
    direction: rtl;
}
.S_Intro_Link
{
    text-decoration: none;
    font-size: 0.9em;
    color: #547ABB;
}
.S_Intro_Link:hover
{
    text-decoration: underline;
}
.S_Intro_Link:before
{
    font-size: 1.3em;
    color: #547ABB;
    padding-left: 2px;
    content: '»';
}
.S_Intro_Link_Sep
{
    width: 100%;
    clear: both;
    display: none;
}


.S_Facility_Main
{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #F0F0F0;
}
.S_Facility_Items_Main
{
    position: relative;
    display: block;
    float: right;
    width: 25%;
    height: auto;
    background-color: rgba(255,255,255,0.0);
    cursor: pointer;

    -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.0,1.0);
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);

    -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_Facility_Items
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.S_Facility_Items_Pic
{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 40px;
    border-radius: 60px;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.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_Facility_Title
{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: black;
    font-size: 0.9em;
    direction: rtl;
}
.S_Facility_Sep
{
    position: relative;
    width: auto;
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    border-top: solid 1px #CCCCCC;
}
.S_Facility_Items_Main:hover
{
    background-color: rgba(255,255,255,0.5);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.S_Facility_Items_Main:hover .S_Facility_Items_Pic
{
    box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.3);
}








.S_Intro_Add_Main
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    margin-top: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    text-align: justify;
    line-height: 25px;
    color: #666666;
    direction: rtl;
}
.S_Intro_Add_Sign
{
    display: inline-block;
    padding-left: 7px;
    vertical-align: middle;
    font-family: 'AtrinReserveSign1';
    font-size: 1.6em;
    text-align: right;
    color: #547ABB;
    direction: rtl;
}
.S_Intro_Add_Text
{
    display: inline-block;    
    vertical-align: middle;    
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
}










.S_Intro_Gallery_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.S_Intro_Gallery_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#d_intro_gallery_desk
{
    display: block;
}
.S_Intro_Gallery_Items
{
    position: relative;
    float: right;
    width: 25%;
    height: 200px;
    cursor: pointer;
    background-color: #FFFFFF;
}
#d_intro_gallery_desk
{
    display: block;
}
.S_Intro_Gallery_Content
{
    position: absolute;
    width: auto;
    height: auto;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    overflow: hidden;
    z-index: 100;
}
.S_Intro_Gallery_Pic
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
    background-color: #323232;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -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.0,1.0);
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);

    -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_Intro_Gallery_Over
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(20,125,140,0.0);
    z-index: 20;

    -moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.S_Intro_Gallery_Over_Sign
{
    position: absolute;
    display: table-cell;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    filter: alpha(opacity=0);
    opacity: 0;
    font-family: 'AtrinReserveSign1';
    font-size: 1.5em;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    z-index: 30;

    -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.4,1.4);
    -ms-transform: scale(1.4,1.4);
    -o-transform: scale(1.4,1.4);
    -webkit-transform: scale(1.4,1.4);
    transform: scale(1.4,1.4);

    -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_Intro_Gallery_Items:hover .S_Intro_Gallery_Pic
{
    -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);
}
.S_Intro_Gallery_Items:hover .S_Intro_Gallery_Over
{
    background-color: rgba(20,125,140,0.5);
}
.S_Intro_Gallery_Items:hover .S_Intro_Gallery_Over_Sign
{
    filter: alpha(opacity=100);
    opacity: 1;

    -moz-transform: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
}

.S_Intro_Gallery_Last_Over
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(20,125,140,0.8);
    z-index: 20;
}
.S_Intro_Gallery_Last_Over_Text
{
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.1);
    border-radius: 40px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.0em;
    text-align: center;
    vertical-align: middle;
    color: #147D8C;
    direction: rtl;
    z-index: 30;
}





/***************************** SOSIALS */
.S_Intro_Social_Main
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #E0E0E0;
}
.S_Intro_Instagram, .S_Intro_Facebook, .S_Intro_Twitter, .S_Intro_LinkedIn, .S_Intro_Google, .S_Intro_Aparat, .S_Intro_Telegram
{
    float: right;
    width: 35px;
    height: 35px;
    margin-left: 5px;
    background-repeat: no-repeat;
    -webkit-background-size: 245px 70px;
    -moz-background-size: 245px 70px;
    -o-background-size: 245px 70px;
    background-size: 245px 70px;
}

.S_Intro_Instagram
{
    background-image: url('../../ImagesFA/SocialSign.png');
    background-position: 0px 0px;
    cursor: pointer;
}
.S_Intro_Instagram:hover
{
    background-position: 0px -35px;
}
.S_Intro_Facebook
{
    background-image: url('../../ImagesFA/SocialSign.png');
    background-position: -35px 0px;
    cursor: pointer;
}
.S_Intro_Facebook:hover
{
    background-position: -35px -35px;
}
.S_Intro_Twitter
{
    background-image: url('../../ImagesFA/SocialSign.png');
    background-position: -70px 0px;
    cursor: pointer;
}
.S_Intro_Twitter:hover
{
    background-position: -70px -35px;
}
.S_Intro_LinkedIn
{
    background-image: url('../../ImagesFA/SocialSign.png');
    background-position: -105px 0px;
    cursor: pointer;
}
.S_Intro_LinkedIn:hover
{
    background-position: -105px -35px;
}
.S_Intro_Google
{
    background-image: url('../../ImagesFA/SocialSign.png');
    background-position: -140px 0px;
    cursor: pointer;
}
.S_Intro_Google:hover
{
    background-position: -140px -35px;
}
.S_Intro_Aparat
{
    background-image: url('../../ImagesFA/SocialSign.png');
    background-position: -175px 0px;
    cursor: pointer;
}
.S_Intro_Aparat:hover
{
    background-position: -175px -35px;
}
.S_Intro_Telegram
{
    background-image: url('../../ImagesFA/SocialSign.png');
    background-position: -210px 0px;
    cursor: pointer;
}
.S_Intro_Telegram:hover
{
    background-position: -210px -35px;
}
/*****************************/






























@media screen and (min-width:0px) and (max-width:900px)
{
    .MBTopPicText_Hotels
    {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .MBTopPicText_Hotels .stext
    {
        font-size: 18px;
    }    
}
@media screen and (min-width:0px) and (max-width:600px)
{
    .MBTopPicText_Hotels
    {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .MBTopPicText_Hotels .stext
    {
        font-size: 15px;
    }
}
@media screen and (min-width:0px) and (max-width:400px)
{
    .MBTopPicText_Hotels .stext {
        font-size: 13px;
    }
}











@media screen and (min-width:0px) and (max-width:1000px)
{
    .S_Intro_R
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Intro_C
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Intro_L
    {
        float: none;
        width: 100%;
        clear: both;
    }
}
@media screen and (min-width:0px) and (max-width:1000px)
{
    .S_Intro_Link_Main
    {
        float: right;
        width: 50%;
    }
}
@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Intro_Gallery_Items
    {
        width: 50%;
        height: 160px;
    }
    .S_Intro_Gallery_Content
    {
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Intro_R
    {
        display: none;
    }
    .S_Intro_Link_Main
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Intro_Link_Sep
    {
        display: block;
    }
    .S_Intro_Add_Main
    {
        font-size: 0.9em;
    }
}

@media screen and (min-width:0px) and (max-width:400px)
{
    .S_Intro_Gallery_Items
    {
        float: none;
        width: 100%;
        height: 140px;
        clear: both;
    }
    .S_Intro_Gallery_Content
    {
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
    }
    #d_intro_gallery_desk
    {
        display: none;
    }
}