﻿/* HOME EVENTS Middle V1 */

/*---------------------- MAIN PANEL -----------------*/
.S_Home_Events_Mid_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 0px 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_Events_Mid_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_Events_Mid_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*---------------------- ITEM MAIN ------------------*/
.S_Home_Events_Mid_Item_Main {
    position: relative;
    display: block;
    float: right;
    width: 50%;
    height: auto;
    padding: 10px 10px 10px 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_Events_Mid_Item_Title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #004696;
    border-radius: 15px;
    font-family: 'IRANSans';
    font-weight: 500;
    font-size: 1.0em;
    text-align: center;
    color: #FFFFFF;
    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_Home_Events_Mid_Item_Body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 5px;
    background-color: #E5E5E5;
    border-radius: 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_Events_Mid_Item {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    background-color: rgba(0,0,0,0.0);
    border-radius: 5px;
    cursor: pointer;
    clear: both;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -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_Events_Mid_Item:hover {
    background-color: rgba(0,0,0,0.1);
}
/*---------------------- ITEM MAIN ------------------*/


/*----------------------- ITEM PIC ------------------*/
.S_Home_Events_Mid_Item_Pic {
    position: absolute;
    display: block;
    right: 5px;
    top: 15px;
    width: 90px;
    height: 60px;
    border-radius: 0px;
    background-color: rgba(255,255,255,1.0);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 100;
}
/*----------------------- ITEM PIC ------------------*/


/*---------------------- ITEM TEXT ------------------*/
.S_Home_Events_Mid_Item_Text {
    position: absolute;
    display: block;
    left: 5px;
    right: 100px;
    top: 15px;
    width: auto;
    height: 60px;
    overflow: hidden;
    font-family: 'IRANSans';
    font-size: 0.9em;
    text-align: right;
    direction: rtl;
    z-index: 110;
}
    .S_Home_Events_Mid_Item_Text .SDate {
        color: rgba(0,70,150,1.0);
        font-weight: normal;
        font-size: 0.9em;
        text-align: right;
        direction: rtl;
    }
    .S_Home_Events_Mid_Item_Text .STitle {
        color: rgba(0,0,0,1.0);
        font-weight: 500;
        font-size: 1.0em;
        text-align: right;
        direction: rtl;
    }
/*---------------------- ITEM TEXT ------------------*/


/*---------------------- ITEM KEY -------------------*/
.S_Home_Events_Mid_Key_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 5px 10px 5px;
}
.S_Home_Events_Mid_Key {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    font-family: 'IRANSans';
    font-weight: 500;
    font-size: 1.0em;
    text-align: center;
    color: #004696;
    text-decoration: none;
    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;
}
/*---------------------- ITEM KEY -------------------*/





@media screen and (min-width:0px) and (max-width:900px) {

    .S_Home_Events_Mid_Item_Main {
        float: none;
        width: 100%;
        clear: both;
    }

    .S_Home_Events_Mid_Item {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        min-height: 90px;
    }

    .S_Home_Events_Mid_Item_Text {
        position: relative;
        display: block;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        height: auto;
        padding: 15px 105px 15px 10px;
        overflow: visible;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

}

@media screen and (min-width:0px) and (max-width:600px)
{
    .S_Home_Events_Mid_Main
    {
        padding: 20px 10px 20px 10px;
    }

}