﻿@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);
 

#tri-d-wrapper {
  position: absolute;
   height: 100%;
  width: 100%;
  z-index:3;
}

#img-wrapper {
  width: 350px;
  margin: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -131px;
  -webkit-transform: rotateX(30deg) scale(.65);
  transform: rotateX(30deg) scale(.65);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
 }

#img-wrapper:hover {
  -webkit-transform: rotateX(0deg) scale(1);
  transform: rotateX(0deg) scale(1);
  box-shadow: none;
}

#img-wrapper .imga  {
  width: 100%;
  margin: 0;
  position: relative;
  display: block;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

#img-wrapper:hover .imga {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

#img-wrapper:hover figcaption {
  background: rgba(0, 0, 0, .75);
}

#img-wrapper:hover figcaption h3 {
  opacity: 1;
  padding-left: 20px;
  -webkit-transition: .3s all ease .3s;
  transition: .3s all ease .3s;
}

#img-wrapper:hover figcaption .bottom-detail {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#img-wrapper:hover figcaption .bottom-detail p {
  opacity: 1;
  top: 0;
  -webkit-transition: .3s all ease .5s;
  transition: .3s all ease .5s;
}

#img-wrapper:hover figcaption .bottom-detail .social-icons li a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s all ease .5s;
  transition: .3s all ease .5s;
}

#img-wrapper:hover figcaption .bottom-detail .social-icons li a.fa-twitter {
  color: #50ABF1;
  -webkit-transition: .3s all ease .7s;
  transition: .3s all ease .7s;
}

#img-wrapper:hover figcaption .bottom-detail .social-icons li a.fa-facebook {
  color: #3B599A;
}

#img-wrapper:hover figcaption .bottom-detail .social-icons li a.fa-instagram {
  color: #d5913d;
  -webkit-transition: .3s all ease .6s;
  transition: .3s all ease .6s;
}

#img-wrapper:hover figcaption .bottom-detail .social-icons li a.fa-behance {
  color: 1769ff;
  -webkit-transition: .3s all ease .8s;
  transition: .3s all ease .8s;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

figcaption h3 {
  margin: 0;
  color: white;
  font-size: 22px;
  line-height: 70px;
  opacity: 0;
  padding-left: 0;
  padding-right: 20px;
  font-weight: 300;
}

figcaption .bottom-detail {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 70px;
  background: white;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .3s all ease .1s;
  transition: .3s all ease .1s;
}

.bottom-detail p {
  font-size: 17px;
  opacity: 0;
  top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align:justify;
  color: rgb(0, 0, 0);
  font-weight: 300;
  line-height: 2;
}

.bottom-detail .social-icons {
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.social-icons li {
  display: inline-block;
  margin: 0;
}

.social-icons li a   {
  font-size: 22px;
  text-decoration: none;
  padding: 22px 15px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.fa-twitter {
  color: #50ABF1;
}

.fa-facebook {
  color: #3B599A;
}

.fa-dribbble {
  color: #EC4989;
}

.fa-behance {
  color: #1769ff;
}

.sosi{
    width:30px;
      

    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.sosi:hover {
    
     -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
}

.copyright {
  position: fixed;
  right: 15px;
  bottom: 15px;
  font-family: "Roboto";
}

.copyright span {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.75);
  margin-right: 10px;
  font-weight: 300;
}

.copyright span a {
  font-weight: 400;
  text-decoration: none;
  color: #ea4c89;
}
.imagedr{
    width:355px;border-radius:25px
}
 