﻿/* HOME PROJECTS V2 */

/*---------------------- MAIN PANEL -----------------*/
.S_Home_Projects_Main {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    background-color: transparent;
    -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_Projects_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_Projects_Clear {
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*---------------------- ITEM MAIN ------------------*/
.S_Home_Projects_Item_Main {
    position: relative;
    display: inline-block;
    width: 25.0%;
    height: auto;
    padding: 10px;
    vertical-align: top;
    -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 MAIN ------------------*/


/*----------------------- ITEM PIC ------------------*/
.S_Home_Projects_Item_Pic_Body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 5/4;
    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_Projects_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_Projects_Item_Pic_Main {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    z-index: 10;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transform: scale(1.2,1.2) translateX(-50%) translateY(-50%);
    -ms-transform: scale(1.2,1.2) translateX(-50%) translateY(-50%);
    -o-transform: scale(1.2,1.2) translateX(-50%) translateY(-50%);
    -webkit-transform: scale(1.2,1.2) translateX(-50%) translateY(-50%);
    transform: scale(1.2,1.2) translateX(-50%) translateY(-50%);
}

.S_Home_Projects_Item_Pic_File {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
/*----------------------- ITEM PIC ------------------*/


/*---------------------- ITEM TEXT ------------------*/
.S_Home_Projects_Item_Title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 10px 0px 5px 0px;
    border-bottom: solid 1px #E0E0E0;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 1.3em;
    text-align: right;
    text-decoration: none;
    direction: rtl;
    color: #000000;
    clear: both;
}

.S_Home_Projects_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: justify;
    text-decoration: none;
    direction: rtl;
    color: #858585;
    clear: both;
}
/*---------------------- ITEM TEXT ------------------*/


/*---------------------- ITEM LINK ------------------*/
.S_Home_Projects_Item_Link_Main {
    position: relative;
    display: table;
    width: 100%;
    height: 35px;
    padding-top: 20px;
}

.S_Home_Projects_Item_Link {
    position: relative;
    display: table;
    float: left;
    width: auto;
    height: auto;
    min-width: 150px;
    padding: 7px 15px 7px 15px;
    background-color: transparent;
    border: solid 1px #000000;
    border-radius: 5px;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
    color: #000000;
    direction: rtl;
    cursor: pointer;
    clear: both;
}

    .S_Home_Projects_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_Projects_Item_Main {
        padding: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:800px) {
    .S_Home_Projects_Item_Main {
        width: 50.0%;
        padding: 5px;
    }

    .S_Home_Projects_Item_Title {
        font-size: 1.1em;
    }

    .S_Home_Projects_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_Projects_Main {
        padding: 20px 10px 20px 10px;
    }

    .S_Home_Projects_Item_Link {
        padding: 3px 7px 3px 7px;
        margin-top: 4px;
    }
}
