﻿/* HOME BLOGS V2 */

/*---------------------- MAIN PANEL -----------------*/
.S_Home_Blogs_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    background-color: rgba(255,255,255,1.0);
    -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: 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_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%;
    background-color: transparent;
    -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;
    border-radius: 15px;
    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 5px 0px;
    border-bottom: solid 1px rgba(235,0,140,1.0);
    font-family: 'Peyda';
    font-style: normal;
    font-weight: 500;
    font-size: 1.3em;
    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: 'Peyda';
    font-style: normal;
    font-weight: 500;
    font-size: 0.9em;
    text-align: justify;
    text-decoration: none;
    direction: rtl;
    color: rgba(0,0,0,0.7);
    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: rgba(255,255,255,0.2);
    border: solid 1px #000000;
    border-radius: 5px;
    font-family: 'Peyda';
    font-style: normal;
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
    color: #000000;
    direction: rtl;
    cursor: pointer;
    clear: both;
}
.S_Home_Blogs_Item_Link:hover {
    background-color: rgba(255,255,255,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_Title
    {
        font-size: 1.1em;
    }
    .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_Link
    {
        padding: 3px 7px 3px 7px;
        margin-top: 4px;
    }
}