﻿/* HOME FAQ V1 */

/*-------------------- FAQ QUESTIONS --------*/
.S_Home_Faq_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    -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_Home_Faq_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    background-color: #3CB4C3;
    -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_Home_Faq_Slice
{
    position: relative;
    display: block;
    float: right;
    width: 50%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    -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_Home_Faq_Row
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    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);
}

.S_Home_Faq_Title, .S_Home_Faq_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: #FFFFFF;
    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);
}
.S_Home_Faq_Title
{
    background-color: rgba(255,255,255,0.0);
}
.S_Home_Faq_Title_O
{
    background-color: rgba(255,255,255,0.1);
}
.S_Home_Faq_Title:hover
{
    background-color: rgba(255,255,255,0.1);
}
.S_Home_Faq_Title:after, .S_Home_Faq_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: #E0E0E0;
    direction: rtl;
}
.S_Home_Faq_Title:after
{
    content: '\E80D';
}
.S_Home_Faq_Title_O:after
{
    content: '\E80E';
}
.S_Home_Faq_Title:hover:after
{
    color: #F0F0F0;
}
/*-------------------- FAQ QUESTIONS --------*/



/*--------------------- FAQ DETAIL ----------*/
.S_Home_Faq_Text_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #E5EFF6;
    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);
}
.S_Home_Faq_Text, .S_Home_Faq_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: #000000;
    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;
}
.S_Home_Faq_Text
{
    padding: 15px 260px 15px 15px;
    min-height: 185px;
}
.S_Home_Faq_Text_NoPic
{
    padding: 15px 15px 15px 15px;
}
.S_Home_Faq_Text_More
{
    color: #3CB4C3;
    font-weight: 500;
}
.S_Home_Faq_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';
}
.S_Home_Faq_Pic
{
    position: absolute;
    display: table;
    width: 250px;
    height: auto;
    right: 0px;
    top: 0px;
    z-index: 100;
}
.S_Home_Faq_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)
{
    .S_Home_Faq_Text
    {
        padding: 15px 160px 15px 15px;
        min-height: 115px;
    }
    .S_Home_Faq_Pic
    {
        width: 150px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Home_Faq_Slice
    {
        float: none;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .S_Home_Faq_Text
    {
        padding: 10px 10px 10px 10px;
        min-height: 0px;
    }
    .S_Home_Faq_Pic
    {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        max-width: 250px;
        margin-bottom: 15px;
    }
}
