﻿/* MASTER TOP V1 */

/*---------------------------- MASTER TOP MAIN -----------*/
.S_Master_Top {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
    background-color: rgba(130,130,130,1.0);
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: normal;
    z-index: 10000;
    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;
}
.S_Master_Top_Keybar, .S_Master_Top_Keybar_Other {
    display: block;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 100;
    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;
}
.S_Master_Top_Keybar {
    position: absolute;
}

.S_Master_Top_Keybar_Other {
    position: relative;
    background-color: rgba(50,50,50,1.0);
}
.S_Master_Top_Clear
{
    display: block;
    width: 100%;
    clear: both;
}
/*---------------------------- MASTER TOP MAIN -----------*/


/*----------------------- MASTER TOP KEYS SECONDARY ------*/
.S_Master_Top_Keys_Secondary_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0px 5px 0px;
    font-size: 0.95em;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 30;
}
.S_Master_Top_Keys_Secondary_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------------------- MASTER TOP KEYS SECONDARY ------*/


/*----------------------- MASTER TOP LOGO LINK MAIN ------*/
.S_Master_Top_Logo_Link_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 20;
}
/*----------------------- MASTER TOP LOGO LINK MAIN ------*/


/*---------------------------- MASTER TOP LOGO -----------*/
.S_Master_Top_Logo_Main {
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    top: 10px;
    left: 50%;
    -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-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
}
.S_Master_Top_Logo_Body {
    position: relative;
    display: table;
    float: none;
    width: auto;
    height: auto;
    padding: 0px;
    -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_Master_Top_Logo_Pic {
    display: block;
    width: auto;
    height: 90px;
}
.S_Master_Top_Logo_Pic_Mobile {
    display: none;
    width: auto;
    height: 90px;
}
/*---------------------------- MASTER TOP LOGO -----------*/


/*--------------------------- MASTER TOP LINKS -----------*/
.S_Master_Top_Links_Main {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 10px;
    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;
    z-index: 10;
}
.S_Master_Top_Link_Body {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding: 0px 50px 0px 50px;
    -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_Master_Top_Link_Item_L, .S_Master_Top_Link_Item_R {
    position: relative;
    display: table;
    width: auto;
    height: auto;
}
.S_Master_Top_Link_Item_L {
    float: left;
}
.S_Master_Top_Link_Item_R {
    float: right;
}
.S_Master_Top_Link_Item {
    position: relative;
    display: table;
    width: auto;
    height: 30px;
    padding: 0px 10px 0px 10px;
    background-color: rgba(0,0,0,0.0);
    border-radius: 0px;
    cursor: pointer;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.S_Master_Top_Link_Item:hover {
    background-color: rgba(0,0,0,0.5);
}
.S_Master_Top_Link_Item_Text_FA, .S_Master_Top_Link_Item_Text_EN {
    position: relative;
    display: table-cell;
    width: auto;
    height: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #FFFFFF;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.S_Master_Top_Link_Item_Text_FA
{
    font-family: 'Marcellus';
}
.S_Master_Top_Link_Item_Text_EN
{
    font-family: 'Marcellus';
}
.S_Master_Top_Link_Item_Text_FA a, .S_Master_Top_Link_Item_Text_EN a {
    color: #FFFFFF;
    text-decoration: none;
}
.S_Master_Top_Link_Item_Sign_FA, .S_Master_Top_Link_Item_Sign_EN {
    position: relative;
    display: table-cell;
    width: auto;
    height: inherit;
    padding-right: 5px;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.6em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #E0E0E0;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.S_Master_Top_Link_Item:hover .S_Master_Top_Link_Item_Text_FA, .S_Master_Top_Link_Item:hover .S_Master_Top_Link_Item_Text_EN, .S_Master_Top_Link_Item:hover .S_Master_Top_Link_Item_Text_FA a, .S_Master_Top_Link_Item:hover .S_Master_Top_Link_Item_Text_EN a, .S_Master_Top_Link_Item:hover .S_Master_Top_Link_Item_Sign_FA, .S_Master_Top_Link_Item:hover .S_Master_Top_Link_Item_Sign_EN {
    color: #FFFFFF;
}
/*--------------------------- MASTER TOP LINKS -----------*/


/*--------------------------- MASTER TOP LANGS -----------*/
.S_Master_Top_Lang_Menu_Main
{
    position: relative;
    display: block;
    width: 100px;
    height: 30px;
}
.S_Master_Top_Lang_Menu_Body {
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    background-color: rgba(0,0,0,0.0);
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 3px;
    overflow: hidden;
    z-index: 100;
    -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.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.S_Master_Top_Lang_Item_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.0);
    padding: 0px 3px 0px 3px;
    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;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.S_Master_Top_Lang_Item_Main:hover {
    background-color: rgba(255,255,255,0.06);
}
.S_Master_Top_Lang_Item
{
    position: relative;
    display: table;
    width: auto;
    height: 30px;
}

.S_Master_Top_Lang_Item_Text_FA, .S_Master_Top_Lang_Item_Text_EN {
    position: relative;
    display: table-cell;
    width: auto;
    height: 30px;
    padding-left: 3px;
    padding-right: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    color: #FFFFFF;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.S_Master_Top_Lang_Item_Text_FA
{
    font-family: 'IRANSans';
}
.S_Master_Top_Lang_Item_Text_EN
{
    font-family: 'Marcellus';
}
.S_Master_Top_Lang_Item_Text_FA a, .S_Master_Top_Lang_Item_Text_EN a {
    color: #FFFFFF;
    text-decoration: none;
}
.S_Master_Top_Lang_Item_Sign_FA, .S_Master_Top_Lang_Item_Sign_EN, .S_Master_Top_Lang_Item_Arrow, .S_Master_Top_Lang_Item_Arrow_Sel
{
    position: relative;
    display: table-cell;
    width: auto;
    height: 30px;
    padding-left: 3px;
    padding-right: 3px;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
	-webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.S_Master_Top_Lang_Item_Sign_FA {
    font-size: 1.6em;
    color: rgba(200,200,200,1.0);
}
.S_Master_Top_Lang_Item_Sign_EN {
    font-size: 1.6em;
    color: rgba(200,200,200,1.0);
}
.S_Master_Top_Lang_Item_Arrow, .S_Master_Top_Lang_Item_Arrow_Sel
{
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
}
.S_Master_Top_Lang_Item_Arrow {
    color: rgba(160,160,160,0.0);
}

.S_Master_Top_Lang_Item_Arrow_Sel {
    color: rgba(160,160,160,1.0);
}

.S_Master_Top_Lang_Item_Main:hover .S_Master_Top_Lang_Item_Text_FA, .S_Master_Top_Lang_Item_Main:hover .S_Master_Top_Lang_Item_Text_EN, .S_Master_Top_Lang_Item_Main:hover .S_Master_Top_Lang_Item_Text_FA a, .S_Master_Top_Lang_Item_Main:hover .S_Master_Top_Lang_Item_Text_EN a, .S_Master_Top_Lang_Item_Main:hover .S_Master_Top_Lang_Item_Sign_FA, .S_Master_Top_Lang_Item_Main:hover .S_Master_Top_Lang_Item_Sign_EN {
    color: rgba(255,255,255,1.0);
}

.S_Master_Top_Lang_Item_Main:hover .S_Master_Top_Lang_Item_Arrow {
    color: rgba(160,160,160,1.0);
}
/*--------------------------- MASTER TOP LANGS -----------*/


/*------------------------ MASTER TOP KEYS PRIMARY -------*/
.S_Master_Top_Keys_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}
.S_Master_Top_Keys_Body_Desktop {
    position: relative;
    display: table;
    width: auto;
    height: 40px;
    border-bottom: solid 1px rgba(255,255,255,1.0);
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}
.S_Master_Top_Keys_Body_App {
    float: left;
    width: 70px;
    height: 50px;
    display: none;
}
/*---------------------------- MASTER TOP KEYS -----------*/

/*---------------------------- MASTER TOP SEPS -----------*/
.S_Master_Top_Link_Sep {
    width: 100%;
    clear: both;
}

.S_Master_Top_Keys_Sep_Before {
    display: block;
    width: 100%;
    clear: both;
}
/*---------------------------- MASTER TOP SEPS -----------*/





@media screen and (min-width:0px) and (max-width:1300px)
{
    S_Master_Top_Link_Body {
        padding: 0px 20px 0px 20px;
    }

    .S_Master_Top_Keys_Secondary_Body .S_Master_Top_Link_Body {
        padding: 0px 20px 0px 20px;
    }
}

@media screen and (min-width:0px) and (max-width:1200px) {
    .S_Master_Top_Logo_Pic {
        display: none;
    }

    .S_Master_Top_Logo_Pic_Mobile {
        display: block;
    }
}

@media screen and (min-width:0px) and (max-width:1000px) {
    .S_Master_Top_Keys_Main {
        position: relative;
        display: block;
        width: 100%;
    }

    .S_Master_Top_Keys_Body_Desktop {
        display: none;
    }

    .S_Master_Top_Keys_Body_App {
        display: block;
    }
}

@media screen and (min-width:0px) and (max-width:800px) {
    .S_Master_Top_Links_Main {
        padding-top: 5px;
    }
}

@media screen and (min-width:0px) and (max-width:800px) {
    .S_Master_Top_Logo_Link_Main {
        min-height: 90px;
    }

    .S_Master_Top_Keybar {
        position: relative;
        background-color: rgba(50,50,50,1.0);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .S_Master_Top_Logo_Pic_Mobile {
        height: 80px;
    }

    .S_Master_Top_Link_Body {
        float: none;
        width: 100%;
        padding: 0px 10px 0px 10px;
        clear: both;
    }

    .S_Master_Top_Keys_Secondary_Body .S_Master_Top_Link_Body {
        padding: 0px 10px 0px 10px;
    }

    .S_Master_Top_Link_Sep {
        display: none;
    }
}

@media screen and (min-width:0px) and (max-width:600px) {
    .S_Master_Top_Logo_Link_Main {
        min-height: 70px;
    }

    .S_Master_Top_Logo_Pic_Mobile {
        height: 60px;
    }

    .S_Master_Top_Logo_Main {
        top: 50px;
        left: unset;
        right: 10px;
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}