#Iframe-BG {
background : url('../../IMG/BckBG-4.png');
}

p.URL-Style {
position: fixed;
line-height: 45px;
margin-left: 270px;
margin-top: 30px;
text-align: center;
}
p.URL-Style a{
font-family: 'Eng2' , 'IranSans-Light';
color: #db1c84;
text-decoration: none;
text-align: center;
}


.portfolio-items {
 width: 1000px;
 height: 500px;
 white-space: nowrap;
 position: relative
 overflow-x: scroll;
 overflow-y: hidden;
 *overflow: hidden;
 background : url('../../IMG/BckBG-4.png');
 padding: 0px 0px 0px 0px;
 margin: 0 auto;
}

.portfolio-items > li {
  display: inline-block;
}


.item {
  width: 300px;
  margin: 30px 20px 0px 20px;
  padding: 5px;
  border-radius: 2px;
  background-color: white;
  font-size: 14px;
  opacity: 0;
  position: relative;
  top: -300px;
  box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.5s ease, opacity 2s ease,  top 1s ease;
  -o-transition: all 0.5s ease, opacity 2s ease,  top 1s ease;
  transition: all 0.5s ease, opacity 2s ease,  top 1s ease;
}

#first-left:hover {
  padding: 5px;
  transition: all 0.5s ease-in-out;
  transform: scale(1.66) translateX(100px) translateY(50px);
  -webkit-transform: scale(1.66) translateX(100px) translateY(50px);
  -ms-transform: scale(1.66) translateX(100px) translateY(50px);
  -o-transform: scale(1.66) translateX(100px) translateY(50px);
  z-index: 6;
}

#first-right:hover {
  padding: 5px;
  transition: all 0.5s ease-in-out;
  transform: scale(1.66) translateX(-100px) translateY(50px);
  -webkit-transform: scale(1.66) translateX(-100px) translateY(50px);
  -ms-transform: scale(1.66) translateX(-100px) translateY(50px);
  -o-transform: scale(1.66) translateX(-100px) translateY(50px);
   z-index: 6;
}

.item:hover {
  padding: 5px;
  transition: all 0.5s ease-in-out;
  transform: scale(2)  translateY(50px);
  -webkit-transform: scale(2)  translateY(50px);
  -ms-transform: scale(2)  translateY(50px);
  -o-transform: scale(2)  translateY(50px);
   z-index: 6;
}


.falldown {
  top: 0;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

.view {
  overflow: hidden;
  width: 100%;
  height: 220px;
  position: relative;
}

.view img {
  width: 300px;
  height: 220px;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: absolute;
}





@keyframes slideOut {
  0% {
    left: -100%;
    opacity: 0
  }

  95% {
    left: 0;
    opacity: 0.2
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@keyframes show {
  to {
    opacity: 1
  }
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  cursor: pointer
}

::-webkit-scrollbar-track {
  background-color: #ddd;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #C4290D
}

@-webkit-keyframes slideOut {
  0% {
    left: -100%;
    opacity: 0
  }

  95% {
    left: 0;
    opacity: 0.2
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@-o-keyframes slideOut {
  0% {
    left: -100%;
    opacity: 0
  }

  95% {
    left: 0;
    opacity: 0.2
  }

  100% {
    opacity: 1;
    left: 0
  }
}

@-webkit-keyframes show {
  to {
    opacity: 1
  }
}

@-o-keyframes show {
  to {
    opacity: 1
  }
}