﻿/* MAPS OVER V1 */

/*----------------------- MAP PANEL -----------------*/
.S_Maps_Over_Main
{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
    z-index: 900000;
    moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
	transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);

    -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(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
}
.S_Maps_Over_Clear
{
    width: 100%;
    clear: both;
}
.S_Maps_Over_Body
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 30px;
    right: 30px;
    top: 40px;
    bottom: 30px;
    background-color: rgba(255,255,255,1.0);
    z-index: 10;
}
.S_Maps_Over_Content
{
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: 10;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------------------- MAP PANEL -----------------*/

/*------------------------- KEYS --------------------*/
.S_Maps_Over_Key_Close_Main
{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 15px;
    top: 15px;
    background-color: rgba(255,255,255,1.0);
    box-shadow: 1px 1px 2px 3px rgba(0,0,0,0.5);
    border-radius: 20px;
    cursor: pointer;
    z-index: 30;
}
.S_Maps_Over_Key_Close
{
    position: relative;
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    color: #787878;
}
.S_Maps_Over_Key_Close_Main:hover .S_Maps_Over_Key_Close
{
    color: #000000;
}

.S_Maps_Over_Key_Direction_Main
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    left: 15px;
    top: 15px;
    background-color: rgba(255,255,255,1.0);
    box-shadow: 1px 1px 2px 3px rgba(0,0,0,0.5);
    border-radius: 20px;
    z-index: 20;
}
.S_Maps_Over_Key_Direction_Item
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border: solid 1px rgba(0,120,255,0.9);
    border-radius: 15px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    font-size: 0.85em;
    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_Maps_Over_Key_Direction_Item:hover
{
    border: solid 1px rgba(0,120,255,1.0);
    color: #000000;
}
.S_Maps_Over_Key_Direction_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 --------------------*/





@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Maps_Over_Body
    {
        left: 20px;
        right: 20px;
        top: 30px;
        bottom: 20px;
    }
    .S_Maps_Over_Content
    {
        left: 5px;
        right: 5px;
        top: 5px;
        bottom: 5px;
    }
    .S_Maps_Over_Key_Close_Main
    {
        width: 30px;
        height: 30px;
        right: 10px;
        top: 10px;
        border-radius: 15px;
    }
    .S_Maps_Over_Key_Direction_Main
    {
        left: 10px;
        top: 10px;
        border-radius: 20px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    
}
