/*Portfolio v3
------------------------------------*/
.view {
   z-index:9;
   cursor: default;
   overflow: hidden;
   text-align: center;
   position: relative;
   box-shadow: 0 0 3px #ddd;
   padding: 3px;
   border: 2px solid #e67e22;
}
.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   border:2px solid #e67e22;
   padding: 3px 3px;
}

.img-responsive {
    width: 100%;
    height: 222px !important;
    max-height: 100%;
}
.view img {
   display: block;
   position: relative;
}
p {
   font-family: Arial, sans-serif;
   position: relative;
   color: #000;
   padding: 0px 20px 10px 10px;
   text-align: left;
}
a.info {
   color: #fff;
   padding: 10px 20px 10px 10px;
   text-decoration: none;
   display: inline-block;
   overflow:hidden;
}
a.info:hover {
    text-decoration: none;
}

a.info:hover h2 {
    color: #e67e22;
}

.portfolio-responsive h2 {
	margin-top:0 !important;
}

/*CSS3 Hover Effect*/
.view-tenth img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -o-transition: all 0.6s ease-in-out;
   -ms-transition: all 0.6s ease-in-out;
   transition: all 0.6s ease-in-out;
}
.view-tenth h2 {
   color: #333;
   margin: 20px 40px 0;
}
.view-tenth:hover img {
   -webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
   -o-transform: scale(1.3);
   -ms-transform: scale(1.3);
   transform: scale(1.3);
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
   .portfolio-4-columns h2 {
      font-size: 20px;
      margin-bottom: 0px;
   }

}