﻿/* EVENTS LIST */

/*--------------------- LIST CENTER ----------------*/
.S_Events_List_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    padding-left: 20px;
    padding-right: 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;
}
.S_Events_List_Slice_L
{
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    padding: 20px 0px 20px 0px;
    background-color: #F5F5F5;
    -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_Events_List_Slice_R
{
    position: relative;
    float: right;
    width: 75%;
    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;
}
.S_Events_List_Content
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
}
.S_Events_List_Slice_L .S_Events_List_Content
{
    padding-left: 10px;
    padding-right: 10px;
}
.S_Events_List_Slice_R .S_Events_List_Content
{
    padding-left: 10px;
    padding-right: 10px;
}
/*--------------------- LIST CENTER ----------------*/


/*---------------------- LIST MAIN -----------------*/
.S_Events_Row
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #0078FF;
    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;
}
.S_Events_Row:hover
{
    background-color: #F0F0F0;
}
.S_Events_Date, .S_Events_Rutitr
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    padding-bottom: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    color: #999999;
    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_Events_Date
{
    float: left;
    margin-right: 10px;
    text-align: left;
}
.S_Events_Rutitr
{
    float: right;
    margin-left: 10px;
    text-align: right;
}
.S_Events_Date:after, .S_Events_Rutitr:before
{
    display: inline-block;
    vertical-align: middle;
    font-family: 'AtrinWebSign1';
    font-size: 1.3em;
    color: #0078FF; /*FF8C00;*/
    direction: rtl;
}
.S_Events_Date:after
{
    padding-right: 7px;
    content: '\E810';
    text-align: left;
}
.S_Events_Rutitr:before
{
    padding-left: 7px;
    content: '\E807';
    text-align: right;
}

.S_Events_Finish
{
    width: 100%;
    clear: both;
}

.S_Events_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 5px; 
    margin-bottom: 10px;
    border-bottom: solid 1px #E0E0E0;
    font-weight: normal;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
    clear: both;
}

.S_Events_Text_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.S_Events_Text, .S_Events_Text_NoPic
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 10px;
    padding-bottom: 5px; 
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: justify;
    line-height: 25px;
    color: #555555;
    direction: rtl;
    clear: both;
}
.S_Events_Text
{
    margin-right: 260px;
    min-height: 185px; 
}
.S_Events_Text_NoPic
{
    margin-right: 10px;
}
.S_Events_Text_More
{
    float: left;
    color: #5F9BC4;
    font-weight: 500;
    clear: both;
}
.S_Events_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_Events_Pic
{
    position: absolute;
    display: table;
    width: 250px;
    height: auto;
    right: 0px;
    top: 0px;
    z-index: 100;
}
.S_Events_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;
}
/*---------------------- LIST MAIN -----------------*/


/*---------------------- LIST OTHER ----------------*/
.S_Events_List_Other_L_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 10px;
    background-color: rgba(255,255,255,0.0);
    border-bottom: solid 1px #E0E0E0;
    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_Events_List_Other_L_Main:hover
{
    background-color: rgba(255,255,255,1.0);
}
.S_Events_List_Other_L_Sep
{
    display: none;
    width: 100%;
    clear: both;
}
.S_Events_List_Other_L_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 2px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 1.0em;
    text-align: right;
    color: #000000;
    direction: rtl;
}
.S_Events_List_Other_L_Date
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding-top: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    text-align: right;
    color: #A0A0A0;
    direction: rtl;
}
.S_Events_List_Other_L_Date:after
{
    padding-left: 5px;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    color: #555555;
    direction: rtl;
    content: '\E810';
}
.S_Events_List_Other_L_Key_More
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    padding: 3px 10px 3px 10px;
    background-color: #3CB4C3;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.85em;
    color: #FFFFFF;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
/*---------------------- LIST OTHER ----------------*/





@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Events_List_Slice_L, .S_Events_List_Slice_R
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Events_List_Slice_L .S_Events_List_Content
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .S_Events_List_Slice_L
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .S_Events_List_Slice_R .S_Events_List_Content
    {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }



    .S_Events_List_Other_L_Main
    {
        float: right;
        width: 50%;
        padding: 10px 10px 10px 10px;
        clear: none;
    }
    .S_Events_List_Other_L_Sep
    {
        display: block;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Events_Date, .S_Events_Rutitr
    {
        float: none;
        width: 100%;
        padding-bottom: 10px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: right;
        clear: both;
    }
    .S_Events_Text
    {
        margin-right: 160px;
        min-height: 115px;
    }
    .S_Events_Pic
    {
        width: 150px;
    }
}

@media screen and (min-width:0px) and (max-width:400px)
{
    .S_Events_Text
    {
        margin-right: 10px;
        min-height: 0px;
    }
    .S_Events_Pic
    {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        max-width: 250px;
        margin-bottom: 15px;
    }
}