#sendform fieldset{
 	border: none;
}

#sendform p{
	overflow: hidden;
	margin-top: 10px;
}

#sendform label{
	float: left;
	width: 150px;
}

#sendform input[type="text"],
#sendform input[type="tel"],
#sendform input[type="email"],
#sendform textarea
{
 	border: 1px solid #ccc;
 	height: 22px;
 	padding-left: 5px;
 	padding-right: 5px;
 	float: left;
 	width: 250px;
 }


#sendform textarea{
	height: 100px;
}

#sendform input.error{
	border: 1px solid red
}

#sendform label.error{
	display: none !important;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/

.col-md-4
{
height: 400px;
}
