  .portfolio_description{
        position: relative;
        overflow: hidden;
        height: auto;
    }
    .portfolio_description .share_are{
        position: relative;
        height: 420px;
        background: #F2F2F2;
		margin-top:-5px;
    }
    .portfolio_description .ball{
        position: relative;
        background: rgba(255,255,255, 0.6);
        width: 90px;
        height: 90px;
        font-size: 25px;
        color: #3F3F46;
        text-transform: uppercase;
        border-radius: 156px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        margin-top: -103px;
    }
         .portfolio_description .ball .facebook{
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 50%;
            background: #3A589B;
            background-image: url("images/ico_facebook.png");
            background-repeat: no-repeat;
            background-position: center;
         }
         .portfolio_description .ball .twitter{
            position: absolute;
            top: 0px;
            right: 0px;
            height: 100%;
            width: 50%;
            background: #00C3F8;
            background-image: url("images/ico_twitter.png");
            background-repeat: no-repeat;
            background-position: center;
         }
    .portfolio_description  .see_down{
        position: relative;
        margin: 20px 0px;
        left: 6px;
    }
    .portfolio_description .text1{
        color: #3F3F46;
        font-size: 70px;
    }
    .portfolio_description .text2{
        color: #3F3F46;
        font-size: 17px;
    }
    .portfolio_description .email{
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 90px;
        background: #FFF;
        color: #3F4047;
        font-size: 25px;
        max-width: 485px;
        width: 100%;
        margin: 0 auto 10px;
    }
    .portfolio_description .email a{
        letter-spacing: 8px !important;
    }
	.portfolio_description .email a:hover{
		background-color:#e5e5e5;
	}
    .portfolio_description .email_string:hover{
        text-decoration: underline;   
    }
    /* Responsive */
        .less_1100 .portfolio_description .ball .facebook{
            top: 0px !important;
        }
		 .less_1100 .portfolio_template_2{
			margin-top:40px !important;
        }
        .less_1100 .portfolio_description .ball .twitter{
            top: 0px !important;
        }
        .less_780 .portfolio_description .text1{
            font-size: 36px;
        }
        .less_780 .portfolio_description .text2{
            font-size: 16px;
        }
        .less_780 .portfolio_description .email{
            font-size: 25px;
        }
        .less_600  .portfolio_description .share_are{
            height: 546px;
        }
        .less_600 .portfolio_description .text1{
            font-size: 26px;
        }
        .less_600 .portfolio_description .text2{
            font-size: 12px;
        }
        .less_600 .portfolio_description .email{
            font-size: 12px;
            margin: 0 auto 20px;
        }
        .less_600 .portfolio_description .ball{
            transform: scale(0.8);
        }