﻿/* HOME BLOGS V2 */

/*---------------------- MAIN PANEL -----------------*/
.S_Home_Blogs_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    background-color: #F0F0F0;
    -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_Blogs_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 1500px;
    -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_Blogs_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*---------------------- ITEM MAIN ------------------*/
.S_Home_Blogs_Item_Main
{
    position: relative;
    display: block;
    float: right;
    width: 25.0%;
    height: auto;
    padding: 15px;
    -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_Blogs_Item_Sep_4, .S_Home_Blogs_Item_Sep_3, .S_Home_Blogs_Item_Sep_2, .S_Home_Blogs_Item_Sep_1
{
    width: 100%;
    clear: both;
}
.S_Home_Blogs_Item_Sep_4
{
    display: block;
}
.S_Home_Blogs_Item_Sep_3, .S_Home_Blogs_Item_Sep_2, .S_Home_Blogs_Item_Sep_1
{
    display: none;
}
/*---------------------- ITEM MAIN ------------------*/


/*----------------------- ITEM PIC ------------------*/
.S_Home_Blogs_Item_Pic_Body
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100.0%;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.S_Home_Blogs_Item_Pic_Contents
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #E0E0E0;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
}
.S_Home_Blogs_Item_Pic_Main
{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 10;

    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.S_Home_Blogs_Item_Pic_File
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
/*----------------------- ITEM PIC ------------------*/


/*---------------------- ITEM TEXT ------------------*/
.S_Home_Blogs_Item_Title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0px 0px 0px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4em;
    text-align: right;
    text-decoration: none;
    direction: rtl;
    color: #000000;
    clear: both;
}
.S_Home_Blogs_Item_Desc_Summary
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0px 0px 0px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    text-decoration: none;
    direction: rtl;
    color: #000000;
    clear: both;
}
/*---------------------- ITEM TEXT ------------------*/


/*---------------------- ITEM LINK ------------------*/
.S_Home_Blogs_Item_Link_Main
{
    position: relative;
    display: table;
    width: 100%;
    height: 35px;
    padding-top: 20px;
}
.S_Home_Blogs_Item_Link
{
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    min-width: 70px;
    padding: 7px 15px 7px 15px;
    background-color: #3CB4C3;
    border-radius: 50px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: bold;
    font-size: 0.85em;
    text-align: center;
    color: #FFFFFF;
    direction: rtl;
    cursor: pointer;
    clear: both;
}
.S_Home_Blogs_Item_Link:hover
{
    /*
    background-color: #1964B9;
    box-shadow: 0px 0px 0px 2px rgba(25,100,185,0.5);
    */
}
/*---------------------- ITEM LINK ------------------*/





@media screen and (min-width:0px) and (max-width:1100px)
{
    .S_Home_Blogs_Item_Main
    {
        padding: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:800px)
{
    .S_Home_Blogs_Item_Main
    {
        width: 50.0%;
        padding: 5px;
    }
    .S_Home_Blogs_Item_Sep_2
    {
        display: block;
    }
    .S_Home_Blogs_Item_Sep_4, .S_Home_Blogs_Item_Sep_3, .S_Home_Blogs_Item_Sep_1
    {
        display: none;
    }
    .S_Home_Blogs_Item_Link
    {
        min-width: 70px;
        padding: 3px 7px 3px 7px;
        margin-top: 4px;
    }
}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Home_Blogs_Main
    {
        padding: 20px 10px 20px 10px;
    }
    
    .S_Home_Blogs_Item_Pic_Contents
    {
        border-radius: 10px;
    }
    .S_Home_Blogs_Item_Link
    {
        padding: 3px 7px 3px 7px;
        margin-top: 4px;
    }
}