﻿.SLink
{
    text-decoration: none;
}
.SLink:hover
{
    text-decoration: underline;
}
/*****************************/
body
{
    margin: 0px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
input[type=text] {
    outline: none;
}
a
{
    text-decoration: none;
}
.S_A
{
    display: block;
    width: auto;
    height: auto;
}
h1, h2, h3
{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0px;
    display: inline;
}

.SSpan_Middle
{
    display: table-cell;
    width: inherit;
    height: inherit;
    text-align: center;
    vertical-align: middle;
}
.SSpan_Middle_Sign
{
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinReserveSign1';
    text-align: center;
    vertical-align: middle;
}
.S_Align_Middle
{
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}


/*-------------------- PAGE CONTENT ---------------*/
.MBContent
{
    position: relative;
    width: 100%;
    height: auto;
    color: #000000;
    background-color: #F0F0F0;
}
.Pages_MainBack
{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    color: #000000;
}
.Pages_MainBack_Contents
{
    position: relative;
    width: auto;
    height: auto;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 20px;
}
/*-------------------- PAGE CONTENT ---------------*/


/*-------------------- TITLE ---------------*/
.Pages_Title
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.Pages_Title_Text
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    clear: both;
}
.Pages_Title_Text_Item
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.7em;
    font-weight: 500;
    text-align: center;
    color: #005F5A;
    direction: rtl;
    z-index: 10;
}
.Pages_Title_Border_Back
{
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 50%;
}
.Pages_Title .Pages_Title_Border_Back
{
    background-color: #C8DCDC;
    z-index: 1;
}
.Pages_Title_Text .Pages_Title_Border_Back
{
    background-color: #F0F0F0;
    z-index: 2;
}
/*-------------------- TITLE ---------------*/


/*---------------------------- MASTER TOP MAIN -----------*/
.S_Master_Top
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    z-index: 1000;
    clear: both;
}
.S_Master_Top_Keys_Links_Main
{
    position: absolute;
    display: block;
    width: 100%;
    height: 110px;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
}
/*---------------------------- MASTER TOP MAIN -----------*/


/*---------------------------- MASTER TOP KEYS -----------*/
.S_Master_Top_Keys_Normal_Body
{
    position: absolute;
    display: block;
    width: 100%;
    height: 80px;
    left: 0px;
    bottom: 0px;
    z-index: 200;
}
.S_Master_Top_Keys_Normal
{
    position: relative;
    display: table;
    width: auto;
    height: 80px;
}
.S_Master_Top_Keys_App
{
    position: absolute;
    width: 100%;
    height: 50px;
    right: 0px;
    bottom: 0px;
    display: none;
    z-index: 900;
}
/*---------------------------- MASTER TOP KEYS -----------*/


/*---------------------------- MASTER TOP LOGO -----------*/
.S_Master_Top_Logo
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    top: 17px;
    left: 50px;
    z-index: 1000;
}
.S_Master_Top_LogoPic
{
    width: 141px;
    height: 77px;
    display: block;
}
.S_Master_Top_LogoPic_Mobile
{
    display: none;
}
/*---------------------------- MASTER TOP LOGO -----------*/


/*---------------------------- MASTER TOP LINKS -----------*/
.S_Master_Top_Links_Main
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    right: 50px;
    top: 20px;
    z-index: 300;
}
.S_Master_Top_Links_Item_R, .S_Master_Top_Links_Item_L
{
    position: relative;
    display: table;
    width: auto;
    height: 35px;
    padding: 0px 7px 0px 7px;
    border-radius: 4px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    direction: rtl;
    cursor: pointer;
}
.S_Master_Top_Links_Item_R
{
    float: right;
    background-color: rgba(0,0,0,0.0);
}
.S_Master_Top_Links_Item_L
{
    float: left;
    background-color: rgba(0,0,0,0.0);
}
.S_Master_Top_Links_Item_R:hover
{
    background-color: rgba(0,0,0,0.6);
}
.S_Master_Top_Links_Item_L:hover
{
    background-color: rgba(0,0,0,0.6);
}
.S_Master_Top_Links_Sep
{
    width: 100%;
    height: 7px;
    clear: both;
}
.S_Master_Top_Links_Sep_R, .S_Master_Top_Links_Sep_L
{
    position: relative;
    width: 2px;
    height: 14px;
    margin-top: 8px;
    margin-right: 2px;
    border-right: solid 1px #FFFFFF;
}
.S_Master_Top_Links_Sep_R
{
    display: none;
    float: right;
}
.S_Master_Top_Links_Sep_L
{
    display: block;
    float: left;
}
/*---------------------------- MASTER TOP LINKS -----------*/


/*---------------------------- MASTER TOP SOCIALS AND LANGS -----------*/
.S_Master_Top_Social_Lang
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    left: 50px;
    top: 115px;
    z-index: 100;
}
.S_Master_Top_Social_Lang .SSocial_Main
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
}
.S_Master_Top_Social_Lang .SSocial_Items
{
    float: left;
    width: 25px;
    height: 25px;
    padding: 2px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: rgba(0,0,0,0.0);
    border-radius: 15px;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.S_Master_Top_Social_Lang .SSocial_Items:hover
{
    background-color: rgba(0,0,0,0.6);
}


/*---------------------------- MASTER TOP SOCIALS AND LANGS -----------*/



/*---------------------------TOP RESERVE-----------------*/
.S_Master_Top_Reserve_Back
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 11;
}
.S_Master_Top_Reserve_Content_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('ImagesFA/Main_Resbar_Back.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*---------------------------TOP RESERVE-----------------*/





/*---------------------------TOP SLIDE-----------------*/
.S_Master_Top_Slide_Back
{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 160px;
    background-color: #323232;
    z-index: 10;
}


.S_Other_Top_Slide_Main
{
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    text-align: left;
    z-index: 1000;
}
.S_Other_Top_Slide_Main_Border
{
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,0.5);
    z-index: 110;
}
.S_Other_Top_Slide
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 100;
}

.MainBackPic
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 100;
    -moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.MainBackPic_LR_New
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    -webkit-perspective-origin: 50%, 50%;
    -moz-perspective-origin: 50%, 50%;
    -o-perspective-origin: 50%, 50%;
    -ms-perspective-origin: 50%, 50%;
    perspective-origin: 50%, 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -moz-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.MainBackPic_LR_Old
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    -webkit-perspective-origin: 50%, 50%;
    -moz-perspective-origin: 50%, 50%;
    -o-perspective-origin: 50%, 50%;
    -ms-perspective-origin: 50%, 50%;
    perspective-origin: 50%, 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -moz-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.7s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}

.MBTopPicSel_Th1, .MBTopPicSel_Th2
{
    float: left;
    width: auto;
    height: auto;
    cursor: pointer;
}

.MBTopPicSel_Th_Circle
{
    width: 12px;
    height: 12px;
    margin: 8px;
    border-radius: 6px;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.MBTopPicSel_Th1 .MBTopPicSel_Th_Circle
{
    background-color: #CCCCCC;
}
.MBTopPicSel_Th1:hover .MBTopPicSel_Th_Circle
{
    background-color: #FFFFFF;
}
.MBTopPicSel_Th2 .MBTopPicSel_Th_Circle
{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.3);
}
/*---------------------------TOP SLIDE-----------------*/










/*--------------------- SOSIALS BOTTOM --------------------*/
.SCInstagram, .SCFacebook, .SCTwitter, .SCLinkedIn, .SCGoogle, .SCAparat, .SCTelegram, .SCTamasha
{
    background-image: url('ImagesFA/SocialSign_v2.png');
    background-repeat: no-repeat;
    -webkit-background-size: 280px 70px;
    -moz-background-size: 280px 70px;
    -o-background-size: 280px 70px;
    background-size: 280px 70px;
    cursor: pointer;
}
.SCInstagram
{
    background-position: 0px -35px;
}
.SCInstagram:hover
{
    background-position: 0px -35px;
}
.SCFacebook
{
    background-position: -35px -35px;
}
.SCFacebook:hover
{
    background-position: -35px -35px;
}
.SCTwitter
{
    background-position: -70px -35px;
}
.SCTwitter:hover
{
    background-position: -70px -35px;
}
.SCLinkedIn
{
    background-position: -105px -35px;
}
.SCLinkedIn:hover
{
    background-position: -105px -35px;
}
.SCGoogle
{
    background-position: -140px -35px;
}
.SCGoogle:hover
{
    background-position: -140px -35px;
}
.SCAparat
{
    background-position: -175px -35px;
}
.SCAparat:hover
{
    background-position: -175px -35px;
}
.SCTelegram
{
    background-position: -210px -35px;
}
.SCTelegram:hover
{
    background-position: -210px -35px;
}
.SCTamasha
{
    background-position: -245px -35px;
}
.SCTamasha:hover
{
    background-position: -245px -35px;
}
/*--------------------- SOSIALS BOTTOM --------------------*/



/*--------------------- SOSIALS TOP --------------------*/
.SCInstagramT, .SCFacebookT, .SCTwitterT, .SCLinkedInT, .SCGoogleT, .SCAparatT, .SCTelegramT, .SCTamashaT
{
    background-image: url('ImagesFA/SocialSignT_v2.png');
    background-repeat: no-repeat;
    -webkit-background-size: 200px 50px;
    -moz-background-size: 200px 50px;
    -o-background-size: 200px 50px;
    background-size: 200px 50px;
    cursor: pointer;
}
.SCInstagramT
{
    background-position: 0px 0px;
    
}
.SCInstagramT:hover
{
    background-position: 0px -25px;
}
.SCFacebookT
{
    background-position: -25px 0px;
}
.SCFacebookT:hover
{
    background-position: -25px -25px;
}
.SCTwitterT
{
    background-position: -50px 0px;
}
.SCTwitterT:hover
{
    background-position: -50px -25px;
}
.SCLinkedInT
{
    background-position: -75px 0px;
}
.SCLinkedInT:hover
{
    background-position: -75px -25px;
}
.SCGoogleT
{
    background-position: -100px 0px;
}
.SCGoogleT:hover
{
    background-position: -100px -25px;
}
.SCAparatT
{
    background-position: -125px 0px;
}
.SCAparatT:hover
{
    background-position: -125px -25px;
}
.SCTelegramT
{
    background-position: -150px 0px;
}
.SCTelegramT:hover
{   
    background-position: -150px -25px;
}
.SCTamashaT
{
    background-position: -175px 0px;
}
.SCTamashaT:hover
{
    background-position: -175px -25px;
}
/*--------------------- SOSIALS TOP --------------------*/



/*------------------------------ MASTER BOTTOM ---------*/
.MainBottom
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #1E1E1E;
    border-top: solid 5px #CCCCCC;
}
.MainBottom_Socials
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
.MainBottom_Socials_Main
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    clear: both;
}
.MainBottom_Socials_Items
{
    background-color: rgba(255,255,255,0.0);
    float: left;
    width: 35px;
    height: 35px;
    padding: 3px;
    border-radius: 21px;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.MainBottom_Socials_Items:hover
{
    background-color: rgba(255,255,255,0.15);
}

.MainBottom_Items
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.MainBottom_CR
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0,0,0,0.2);
    border-top: solid 1px rgba(255,255,255,0.5);
}
.MainBottom_CR_Item
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    font-family: 'HelveticaLt';
    font-size: 1.0em;
    text-align: center;
    color: #FFFFFF;
}

.MainBottom_Slices_Main
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 35px;
    margin-right: 35px;
}
.MainBottom_Slices
{
    position: relative;
    display: table;
    float: right;
    width: 33.333%;
    height: auto;
}
.MainBottom_Slices_Sep
{
    position: relative;
    display: none;
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #CCCCCC;
    clear: both;
}
.MainBottom_Slices_Items
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
}
.MainBottom_Icons_Main
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    margin-top: 20px;
}
.MainBottom_Icons_Items
{
    position: relative;
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    padding: 5px;
    text-align: center;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.MainBottom_Icons_Pic
{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.MainBottom_Keys_Main
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    margin-top: 20px;
}
.MainBottom_Items_R, .MainBottom_Items_C, .MainBottom_Items_L
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 350px;
}
.MainBottom_Items_R
{
    float: right;
}
.MainBottom_Items_L
{
    float: left;
}
.MainBottom_Title
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 2px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    color: rgba(255,255,255,0.5);
    text-align: right;
    direction: rtl;
}



.MainBottom_Detail
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    color: #FFFFFF;
    text-align: right;
    direction: rtl;
}
.MainBottom_Detail .SText
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-weight: normal;
    font-size: 1.0em;
    color: #FFFFFF;
    text-align: justify;
    line-height: 25px;
}
.MainBottom_Detail .SKey
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    margin-top: 10px;
    clear: both;
}
.MainBottom_Detail .SLink_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.MainBottom_Detail .SLink, .MainBottom_Detail .SLinkB
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 3px 5px 3px 5px;
    margin-top: 3px;
    background-color: rgba(255,255,255,0.0);
    border-radius: 3px;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #FFFFFF;
    text-decoration: none;
    clear: both;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.MainBottom_Detail .SLinkB
{
    font-weight: 500;
    font-size: 1.0em;
}
.MainBottom_Detail .SLink:hover, .MainBottom_Detail .SLinkB:hover
{
    background-color: rgba(255,255,255,0.1);
}
.MainBottom_Detail .SLinkTitle
{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-weight: 500;
    font-size: 1.0em;
    text-align: right;
    color: rgba(255,255,255,0.5);
    clear: both;
}



.MainBottom_Detail .SContact_Sign
{
    position: absolute;
    display: table;
    right: 0px;
    top: 0px;
    width: auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
}
.MainBottom_Detail .SContact_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 30px;
    clear: both;
}
.MainBottom_Detail .SContact_FA, .MainBottom_Detail .SContact_EN
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 0px;
    margin-right: 30px;
    text-align: right;
    color: #FFFFFF;
}
.MainBottom_Detail .SContact_FA
{
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    direction: rtl;
}
.MainBottom_Detail .SContact_EN
{
    font-family: HelveticaLt;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    direction: ltr;
}
.MainBottom_Detail .SContact_Sep
{
    position: relative;
    width: 100%;
    height: 10px;
    clear: both;
}


.MainBottomCP
{
    width: 100%;
    height: 65px;
    background-color: #1A1A1A;
    border-top: solid 1px #C2C2C2;
}
.MainBottomCPL
{
    position: absolute;
    width: auto;
    height: 43px;
    padding-top: 12px;
    left: 50px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: left;
}
.MainBottomCPR
{
    position: absolute;
    width: auto;
    height: 38px;
    padding-top: 17px;
    right: 50px;
    font-family: 'IRANSans';
    font-size: 1.0em;
    text-align: right;
    color: #CCCCCC;
    direction: rtl;
}
/*------------------------------ MASTER BOTTOM ---------*/




/*------------------------------ BOX ---------*/
.SPanelRound
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    padding: 25px 15px 30px 15px;
    background-color: #F5F5F5;
    border: solid 4px #E5E5E5;
    border-radius: 4px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SPanelRound_Error, .SPanelRound_Message
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 10px;
    padding: 7px;
    background-color: #FFFFFF;
    border-radius: 20px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
}
.SPanelRound_Error
{
    color: #C80000;
}
.SPanelRound_Message
{
    color: #00B400;
}
.SPanelRound_Keys_Sep
{
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    margin-top: 15px;
    border-top: solid 1px #0078FF;
    clear: both;
}
.STextRound
{
    height: 30px;
    padding-left: 5%;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 4px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: left;
    vertical-align: middle;
    color: #000000;
}
.STextRound:focus
{
    border: solid 1px #0078FF;
}
.STextRound_RTL
{
    height: 30px;
    padding-right: 5%;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    border-radius: 4px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    vertical-align: middle;
    color: #000000;
    direction: rtl;
}
.STextRound_RTL:focus
{
    border: solid 1px #0078FF;
}
.SDropRound
{
    height: 33px;
    padding-left: 5%;
    text-align: left;
    vertical-align: middle;
    color: Black;
    font-family: 'IRANSans';
    font-size: 14px;
    background-color: White;
    border: solid 1px #CCCCCC;
    border-radius: 6px;
}
.SDropRound_RTL
{
    height: 33px;
    padding-right: 5%;
    text-align: right;
    vertical-align: middle;
    color: Black;
    font-family: 'IRANSans';
    font-size: 14px;
    background-color: White;
    border: solid 1px #CCCCCC;
    border-radius: 6px;
    direction: rtl;
}
.SCheckRound
{
    width: auto;
    height: auto;
    padding: 5px 7px 5px 7px;
    text-align: right;
    vertical-align: middle;
    color: Black;
    font-family: 'HelveticaLt';
    font-style: normal;
    font-size: 14px;
    background-color: White;
    border-radius: 6px;
}
.SCheckRound_RTL
{
    width: auto;
    height: auto;
    padding: 5px 7px 5px 7px;
    text-align: right;
    vertical-align: middle;
    color: Black;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background-color: White;
    border-radius: 6px;
    direction: rtl;
}

input[type=text], input[type=password], input[type=textarea], input[type=checkbox], input[type=radio], input[type=submit], select, textarea
{
    outline:none;
}
/*------------------------------ BOX ---------*/





/*------------------------------ GALLERY ---------*/
.SGallery_Main
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 300000;
    -moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.SGallery_Back
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 10;
}
.SGallery_Front
{
    position: absolute;
    width: auto;
    height: auto;
    left: 10px;
    right: 10px;
    top: 40px;
    bottom: 10px;
    background-color: transparent;
    border-radius: 5px;
    z-index: 100;
}
.SGallery_Close
{
    position: fixed;
    background-image: url('ImagesFA/Key-Close2.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 40px;
    right: 5px;
    top: 0px;
    cursor: pointer;
    z-index: 200;
}
.SGallery_Download
{
    position: fixed;
    background-image: url('ImagesFA/Sign-Download.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 40px;
    left: 5px;
    top: 0px;
    cursor: pointer;
    z-index: 210;
}

.SGallery_Key_Back
{
    position: absolute;
    background-image: url('ImagesFA/Gallery-Keys.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-color: rgba(255,255,255,0.0);
    width: 40px;
    height: 100%;
    left: 0px;
    top: 0px;
    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;
}
.SGallery_Key_Back:hover
{
    background-color: rgba(255,255,255,0.2);
}
.SGallery_Key_Next
{
    position: absolute;
    background-image: url('ImagesFA/Gallery-Keys.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: rgba(255,255,255,0.0);
    width: 40px;
    height: 100%;
    right: 0px;
    top: 0px;
    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;
}
.SGallery_Key_Next:hover
{
    background-color: rgba(255,255,255,0.2);
}
.SGallery_Center
{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: auto;
    height: auto;
    left: 40px;
    right: 40px;
    top: 10px;
    bottom: 10px;
}
.SGallery_Title
{
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 0px;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    padding: 15px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 30px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.0em;
    text-align: center;
    color: #000000;
    direction: rtl;
}
/*------------------------------ GALLERY ---------*/