#input-file-upload1 {
  display: none;
}
#input-file-upload2 {
  display: none;
}
#input-file-upload3 {
  display: none;
}
.upload-image, .server-responseupload1, .server-responseupload2, .server-responseupload3 {
  text-align: center;
  padding: 0px;
  margin-top: 0px;
  display: none;
}
#server-response {
  text-align: center;
  margin-top: 0px;
  font-family: Arial;
  font-size: 13px;
}
#server-responseupload1, #server-responseupload2, #server-responseupload3 {
}
.error {
  color: #F00;
}
.success {
  color: #07B300;
}
.success img {
    max-width: 100%;
    height: auto;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.modal-dialog { max-width: 90%!important; }
.row-portfolio {
	margin-left: -5px;
	margin-right: -5px;
}
.portfolio-item {
	width: 20%;
	padding: 0px 5px 10px;
}
.portfolio-item-sm {
	width: 20%;
}
.portfolio-wrapper {
	position: relative;
	overflow: hidden;
}
.portfolio-wrapper img {
	width: 100%;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.portfolio-caption {
	padding: 25px;
	-webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	position: absolute;
	width: 100%;
	z-index: 2;
	opacity: 0;
}
.portfolio-caption .portfolio-title {
	font-size: 15px;
	margin: 0;
	color: #fff;
}
.portfolio-caption .portfolio-subtitle {
	font-size: 13px;
	color: #fff;
	opacity: 0.7;
}
.portfolio-overlay {
	position: absolute;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(34, 34, 34, 0.9) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(34, 34, 34, 0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#292929', GradientType=0);
	opacity: 0;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.portfolio-link {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 3;
}
.portfolio-item:hover .portfolio-wrapper img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.portfolio-item:hover .portfolio-overlay {
	opacity: 1;
}
.portfolio-item:hover .portfolio-caption {
	opacity: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.portfolio-item-sm:hover .portfolio-wrapper img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.portfolio-item-sm:hover .portfolio-overlay {
	opacity: 1;
}
.portfolio-item-sm:hover .portfolio-caption {
	opacity: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
@media (max-width: 568px) {
.portfolio-item {
	width: 100%;
}
.portfolio-item-sm {
	width: 100%;
}
}