﻿/* BLOGS LIST */

/*--------------------- LIST CENTER ----------------*/
.S_Blogs_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_Blogs_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_Blogs_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_Blogs_List_Content
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
}
.S_Blogs_List_Slice_L .S_Blogs_List_Content
{
    padding-left: 10px;
    padding-right: 10px;
}
.S_Blogs_List_Slice_R .S_Blogs_List_Content
{
    padding-left: 10px;
    padding-right: 10px;
}
/*--------------------- LIST CENTER ----------------*/


/*---------------------- LIST MAIN -----------------*/
.S_Blogs_List_Items_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.S_Blogs_List_Items
{
    position: relative;
    display: block;
    float: right;
    width: 33.333%;
    height: auto;
    padding: 10px 10px 20px 10px; 
    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_Blogs_List_Items_Sep1, .S_Blogs_List_Items_Sep2, .S_Blogs_List_Items_Sep3
{
    width: 100%;
    clear: both;
}
.S_Blogs_List_Items_Sep3
{
    display: block;
}
.S_Blogs_List_Items_Sep1, .S_Blogs_List_Items_Sep2
{
    display: none;
}
.S_Blogs_List_Pic_Main
{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    clear: both;
}
.S_Blogs_List_Pic_Body
{
    position: absolute;
    width: auto;
    height: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #FFFFFF;
    overflow: hidden;
    z-index: 100;
}
.S_Blogs_List_Pic
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.S_Blogs_List_Pic_Over
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(255,255,255,0.0);
    z-index: 20;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.S_Blogs_List_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 10px 0px 5px 0px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    text-align: right;
    direction: rtl;
    color: #000000;
    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_Blogs_List_Items:hover .S_Blogs_List_Pic_Over
{
    background-color: rgba(255,255,255,0.3);
}
.S_Blogs_List_Date
{
    position: relative;
    display: table;
    float: right;
    width: auto;
    height: auto;
    padding-bottom: 10px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    text-align: right;
    color: #A0A0A0;
    direction: rtl;
}
.S_Blogs_List_Date:after
{
    padding-left: 5px;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    color: #555555;
    direction: rtl;
    content: '\E810';
}
.S_Blogs_List_Key_More
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    min-width: 80px;
    padding: 3px 10px 3px 10px;
    background-color: #3CB4C3;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    color: #FFFFFF;
    text-align: center;
    direction: rtl;
    cursor: pointer;
}
.S_Blogs_List_Items_Finish
{
    width: 100%;
    clear: both;
}
/*---------------------- LIST MAIN -----------------*/


/*---------------------- LIST OTHER ----------------*/
.S_Blogs_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_Blogs_List_Other_L_Main:hover
{
    background-color: rgba(255,255,255,1.0);
}
.S_Blogs_List_Other_L_Sep
{
    display: none;
    width: 100%;
    clear: both;
}
.S_Blogs_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_Blogs_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_Blogs_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_Blogs_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:1400px)
{
    .S_Blogs_List_Items
    {
        width: 50.0%;
        padding: 10px 10px 20px 10px; 
    }
    .S_Blogs_List_Items_Sep2
    {
        display: block;
    }
    .S_Blogs_List_Items_Sep1, .S_Blogs_List_Items_Sep3
    {
        display: none;
    }
    .S_Blogs_List_Title
    {
        font-size: 0.9em;
    }
    .S_Blogs_List_Date
    {
        font-size: 0.9em;
    }
    .S_Blogs_List_Date:after
    {
        font-size: 1.5em;
    }
    .S_Blogs_List_Key_More
    {
        font-size: 0.9em;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Blogs_List_Slice_L, .S_Blogs_List_Slice_R
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Blogs_List_Slice_L .S_Blogs_List_Content
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .S_Blogs_List_Slice_L
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .S_Blogs_List_Slice_R .S_Blogs_List_Content
    {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }



    .S_Blogs_List_Other_L_Main
    {
        float: right;
        width: 50%;
        padding: 10px 10px 10px 10px;
        clear: none;
    }
    .S_Blogs_List_Other_L_Sep
    {
        display: block;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Blogs_List_Items
    {
        float: none;
        width: 100%;
        clear: both;
    }
    .S_Blogs_List_Items_Sep1
    {
        display: block;
    }
    .S_Blogs_List_Items_Sep2, .S_Blogs_List_Items_Sep3
    {
        display: none;
    }
    .S_Blogs_List_Pic_Body
    {
        left: 2px;
        right: 2px;
        top: 2px;
        bottom: 2px;
    }
    .S_Blogs_List_Title
    {
        min-height: 60px;
        padding: 5px 10px 5px 10px;
    }
}

@media screen and (min-width:0px) and (max-width:400px)
{
    .S_Blogs_List_Pic_Body
    {
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
    }
    .S_Blogs_List_Title
    {
        padding: 5px 5px 5px 5px;
    }
}