﻿/* FAQ V2 */

/*---------------------- TOP KEYS -----------*/
.SFaq_Keys_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 800px;
    margin-bottom: 20px;
}
.SFaq_Keys_Slice
{
    position: relative;
    display: block;
    float: right;
    width: 50%;
    height: auto;
    padding: 20px;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.SFaq_Keys_Item, .SFaq_Keys_Item_Sel
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    direction: rtl;
}
.SFaq_Keys_Item
{
    background-color: #E0E0E0;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.07);
    color: #000000;
    cursor: pointer;
}
.SFaq_Keys_Item:hover
{
    background-color: #F0F0F0;
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.05);
}
.SFaq_Keys_Item_Sel
{
    background-color: #0078FF;
    box-shadow: 0px 0px 0px 3px rgba(60,180,195,0.1);
    color: #FFFFFF;
}
/*---------------------- TOP KEYS -----------*/



/*------------------- FAQ GROUP LIST --------*/
.SFaq_Groups_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.SFaq_Groups_Items
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.SFaq_Groups_Items_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding-right: 20px;
    background-color: #FAFAFA;
    background: -webkit-linear-gradient(top, rgba(250,250,250,1.0) , rgba(220,220,220,1.0));
    background: -o-linear-gradient(bottom, rgba(250,250,250,1.0) , rgba(220,220,220,1.0));
    background: -moz-linear-gradient(bottom, rgba(250,250,250,1.0) , rgba(220,220,220,1.0));
    background: linear-gradient(to bottom, rgba(250,250,250,1.0) , rgba(220,220,220,1.0));
    border-bottom: solid 1px #0078FF;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 1.1em;
    text-align: right;
    color: #787878;
    direction: rtl;
    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;
}
.SFaq_Groups_Items_Arrow
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    left: 25px;
    top: 50%;
    font-family: 'AtrinWebSign1';
    font-size: 1.4em;
    text-align: center;
    color: #0078FF;
    
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.SFaq_Groups_Items_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: 0px;
    background-color: #FFFFFF;
    overflow: hidden;
    -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.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.700, 0.000, 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.700, 0.000, 0.300, 1.000);

}
.SFaq_Groups_Items_Text
{
    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;
}
/*------------------- FAQ GROUP LIST --------*/



/*-------------------- FAQ QUESTIONS --------*/
.SFaq_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.SFaq_Row
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: rgba(250,250,250,1.0);
    border-bottom: solid 1px #CCCCCC;
    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.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.700, 0.000, 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.700, 0.000, 0.300, 1.000);
}
.SFaq_Date
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 5px 3px 5px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.8em;
    text-align: right;
    color: #888888;
    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;
}
.SFaq_Date:before
{
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.8em;
    text-align: right;
    color: #CCCCCC;
    direction: rtl;
    content: '\E810';
}
.SFaq_Title, .SFaq_Title_O
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 15px 15px 15px;
    font-weight: 500;
    font-size: 0.9em;
    text-align: right;
    color: #3CB4C3;
    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;
    -moz-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.700, 0.000, 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.700, 0.000, 0.300, 1.000);
}
.SFaq_Title
{
    background-color: rgba(60,180,195,0.0);
}
.SFaq_Title_O
{
    background-color: rgba(60,180,195,0.1);
}
.SFaq_Title:hover
{
    background-color: rgba(60,180,195,1.0);
    color: #FFFFFF;
}
.SFaq_Title_O:hover
{
    background-color: rgba(60,180,195,0.3);
}
.SFaq_Title:after, .SFaq_Title_O:after
{
    display: inline-block;
    float: left;
    padding-right: 7px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.3em;
    text-align: right;
    color: #787878;
    direction: rtl;
}
.SFaq_Title:after
{
    content: '\E80D';
}
.SFaq_Title_O:after
{
    content: '\E80E';
}
.SFaq_Title:hover:after
{
    color: #F0F0F0;
}
/*-------------------- FAQ QUESTIONS --------*/



/*--------------------- FAQ DETAIL ----------*/
.SFaq_Text_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    overflow: hidden;
    -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.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.700, 0.000, 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.700, 0.000, 0.300, 1.000);
}
.SFaq_Text, .SFaq_Text_NoPic
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    text-align: justify;
    color: #555555;
    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;
}
.SFaq_Text
{
    padding: 15px 260px 15px 15px;
    min-height: 185px;
}
.SFaq_Text_NoPic
{
    padding: 15px 15px 15px 15px;
}
.SFaq_Text_More
{
    color: #3CB4C3;
    font-weight: 500;
}
.SFaq_Text_More:after
{
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.3em;
    text-align: right;
    direction: rtl;
    content: '\E809';
}
.SFaq_Pic
{
    position: absolute;
    display: table;
    width: 250px;
    height: auto;
    right: 0px;
    top: 0px;
    z-index: 100;
}
.SFaq_Pic_File
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 70%;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*--------------------- FAQ DETAIL ----------*/





@media screen and (min-width:0px) and (max-width:800px)
{
    .SFaq_Text
    {
        padding: 15px 160px 15px 15px;
        min-height: 115px;
    }
    .SFaq_Pic
    {
        width: 150px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .SFaq_Text
    {
        padding: 10px 10px 10px 10px;
        min-height: 0px;
    }
    .SFaq_Pic
    {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        max-width: 250px;
        margin-bottom: 15px;
    }
}
