﻿.S_Temp_Alert {
    position: fixed;
    display: none;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    padding: 20px;
    background-color: #C80000;
    border: solid 1px #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    color: #FFFFFF;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 100000;
}
.S_Temp_Alert_Close_Btn {
    margin-left: 15px;
    color: #FFFFFF;
    font-family: 'Tahoma';
    font-size: 1.2em;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.S_Temp_Alert_Close_Btn:hover {
    color: #000000;
}





/*-------------------- SLIDE ---------------*/
.STour_Detail_Slide_Main
{
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 15%;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: solid 3px #0078FF;
}
/*-------------------- SLIDE ---------------*/



/*-------------------- TITLE ---------------*/
.STour_Detail_Title
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.STour_Detail_Title_Text_R, .STour_Detail_Title_Text_L
{   
    display: table;
    width: auto;
    height: auto;
    padding-bottom: 5px;
    text-align: right;
    color: #000000;
    direction: rtl;
    z-index: 10;
}
.STour_Detail_Title_Text_R
{
    position: relative;
    float: right;
    padding-left: 5px;
    padding-right: 10px;
    font-size: 1.2em;
    font-weight: 500;
}
.STour_Detail_Title_Text_L
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 1.0em;
    font-weight: normal;
    z-index: 10;
}
.STour_Detail_Title_Border, .STour_Detail_Title_Border_B, .STour_Detail_Title_Border_O, .STour_Detail_Title_Border_G
{
    position: absolute;
    display: block;
    width: 100%;    
    left: 0px;
    bottom: 0px;
}
.STour_Detail_Title .STour_Detail_Title_Border
{
    height: 1px;
    background-color: #E0E0E0;
    z-index: 1;
}
.STour_Detail_Title_Text_R .STour_Detail_Title_Border_B, .STour_Detail_Title_Text_L .STour_Detail_Title_Border_B, .STour_Detail_Title_Text_R .STour_Detail_Title_Border_O, .STour_Detail_Title_Text_L .STour_Detail_Title_Border_O, .STour_Detail_Title_Text_R .STour_Detail_Title_Border_G, .STour_Detail_Title_Text_L .STour_Detail_Title_Border_G
{
    height: 2px;
    z-index: 2;
}
.STour_Detail_Title_Text_R .STour_Detail_Title_Border_B, .STour_Detail_Title_Text_L .STour_Detail_Title_Border_B
{
    background-color: #0078FF;
}
.STour_Detail_Title_Text_R .STour_Detail_Title_Border_O, .STour_Detail_Title_Text_L .STour_Detail_Title_Border_O
{
    background-color: #FFAA00;
}
.STour_Detail_Title_Text_R .STour_Detail_Title_Border_G, .STour_Detail_Title_Text_L .STour_Detail_Title_Border_G
{
    background-color: #CCCCCC;
}
/*-------------------- TITLE ---------------*/



/*-------------------- DETAIL CENTER ---------------*/
.STour_Detail_Main
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.STour_Detail_Slice_L
{
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    background-color: #F5F5F5;
}
.STour_Detail_Slice_R
{
    position: relative;
    float: right;
    width: 75%;
    height: auto;
    background-color: #FFFFFF;
}
.STour_Detail_Content
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
}
.STour_Detail_Slice_L .STour_Detail_Content
{
    margin-left: 15px;
    margin-right: 15px;
}
.STour_Detail_Slice_R .STour_Detail_Content
{
    margin-left: 30px;
    margin-right: 10px;
}
/*-------------------- DETAIL CENTER ---------------*/



/*------------ DETAIL CENTER OTHER INFO ------------*/
.S_A_Main
{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    /*border-bottom: solid 1px #CCCCCC;*/
}
.S_A_Text_Main
{
    position: relative;
    float: none;
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 0px;
    clear: both;
}
.S_A_Text
{
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: justify;
    line-height: 25px;
    direction: rtl;
    clear: both;
}
.S_A_Image_R, .S_A_Image_L
{
    width: 350px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 3px;
}
.S_A_Image_R
{
    margin-left: 15px;
}
.S_A_Image_L
{
    margin-right: 15px;
}
.S_A_Image_N
{
    display: table;
    float: none;
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-bottom: 15px;
    display: none;
}
.S_A_Image_File
{
    width: 100%;
    height: auto;
    max-width: 400px;
}
.S_A_Image_Sch
{
    display: table;
    float: none;
    width: auto;
    height: auto;
    margin-top: 15px;
}
.S_A_Image_File_Sch
{
    width: 100%;
    height: auto;
    max-width: 1600px;
}
/*------------ DETAIL CENTER OTHER INFO ------------*/



/*-------------------- DETAIL OTHER ---------------*/
.STour_Detail_Other_L_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 350px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(255,255,255,0.5);
    border-bottom: solid 1px #E0E0E0;
    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;
}
.STour_Detail_Other_L_Main:hover
{
    background-color: rgba(255,255,255,1.0);
}
.STour_Detail_Other_L_Main .STours_Pic_Frame
{
    display: none;
}
.STour_Detail_Other_L_Main .STours_Title
{
    font-size: 1.0em;
}
/*-------------------- DETAIL OTHER ---------------*/



/*-------------------- DETAIL TEXT ---------------*/
.STour_Detail_Content_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 1.0em;
    text-align: right;
    color: #0078FF;
    direction: rtl;
    clear: both;
}
.STour_Detail_Content_Text_1, .STour_Detail_Content_Text_2
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
    clear: both;
}
.STour_Detail_Content_Text_1:before, .STour_Detail_Content_Text_2:before
{
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    font-family: 'AtrinReserveSign1';
    text-align: right;
    direction: ltr;
}
.STour_Detail_Content_Text_1:before
{
    font-size: 2.0em;
    color: #CCCCCC;
    content: '\E837';
}
.STour_Detail_Content_Text_2:before
{
    font-size: 1.6em;
    color: #FFAA00;
    content: '\E83B';
}
.STour_Detail_Border_Gray_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 15px 20px 15px;
    margin-top: 30px;
    background-color: #F0F0F0;
    border: solid 1px #E0E0E0;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: justify;
    color: #0078FF;
    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;
}
.STour_Detail_Content_Slice
{
    position: relative;
    display: block;
    float: right;
    width: 50%;
    height: auto;
}
.STour_Detail_Content_Slice_Finish
{
    width: 100%;
    clear: both;
}
.STour_Detail_Content_Key_Main
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    padding: 5px;
    margin: 5px;
    border: solid 1px #E0E0E0;
    border-radius: 3px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.STour_Detail_Content_Key_Title
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    min-width: 150px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #F0F0F0;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    color: #000000;
    direction: rtl;
}
.STour_Detail_Content_Key_Show, .STour_Detail_Content_Key_Download
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 6px;
    background-color: #F0F0F0;
    border-radius: 3px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    direction: rtl;
}
.STour_Detail_Content_Key_Show
{
    float: right;
    text-align: right;
    color: #00A550;
}
.STour_Detail_Content_Key_Download
{
    float: left;
    text-align: left;
    color: #0078FF;
}
.STour_Detail_Content_Key_Show:hover, .STour_Detail_Content_Key_Download:hover
{
    background-color: #E5E5E5;
}
.STour_Detail_Content_Key_Show:after, .STour_Detail_Content_Key_Download:after
{
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-family: 'AtrinReserveSign1';
    text-align: left;
    direction: ltr;
}
.STour_Detail_Content_Key_Show:after
{
    font-size: 1.3em;
    color: #00A550;
    content: '\E841';
}
.STour_Detail_Content_Key_Download:after
{
    font-size: 1.3em;
    color: #0078FF;
    content: '\E832';
}
.STour_Detail_Content_Key_Sep
{
    position: relative;
    display: table;
    float: left;
    width: 10px;
    height: 30px;
    margin-left: 10px;
    border-left: solid 1px #E0E0E0;
}
.STour_Detail_Content_Sep
{
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #E0E0E0;
}
/*-------------------- DETAIL TEXT ---------------*/





@media screen and (min-width:0px) and (max-width:1000px)
{
    .S_A_Image_R, .S_A_Image_L
    {
        display: none;
    }
    .S_A_Image_N
    {
        display: block;
    }
    .S_A_Text_Main
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .S_A_Text
    {
        float: none;
        width: 100%;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .STour_Detail_Slide_Main
    {
        padding-top: 30%;
        margin-bottom: 20px;
        border-bottom: solid 2px #0078FF;
    }
    
    .STour_Detail_Slice_L, .STour_Detail_Slice_R
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .STour_Detail_Slice_L .STour_Detail_Content
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .STour_Detail_Slice_L
    {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .STour_Detail_Slice_R .STour_Detail_Content
    {
        margin-left: 0px;
        margin-right: 0px;
    }

    .STour_Detail_Content_Key_Main
    {
        float: none;
        width: 100%;
        margin: 5px 0px 5px 0px;
        clear: both;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .STour_Detail_Slide_Main
    {
        padding-top: 40%;
        margin-bottom: 15px;
    }

    .STour_Detail_Title
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .STour_Detail_Title_Text_R
    {
        font-size: 1.1em;
    }
    .STour_Detail_Title_Text_L
    {
        font-size: 1.0em;
    }

    .STour_Detail_Main
    {
        margin-left: 10px;
        margin-right: 10px;
    }

    .S_A_Text
    {
        font-size: 0.9em;
    }

    .STour_Detail_Content_Slice
    {
        float: none;
        width: 100%;
        clear: both;
    }
}

@media screen and (min-width:0px) and (max-width:400px)
{
    .STour_Detail_Slide_Main
    {
        padding-top: 50%;
        margin-bottom: 15px;
    }
    .STour_Detail_Title_Text_R
    {
        clear: both;
    }
    .STour_Detail_Title_Text_L
    {
        position: relative;
        float: right;
        padding-left: 5px;
        padding-right: 10px;
        margin-top: 20px;
    }
    .STour_Detail_Title_Border
    {
        display: none;
    }
}