.file_upload_field, .file_upload_form input[type=submit] {
	visibility: hidden;
	width: 0;
	height: 0;
}
.file_upload_bttn {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color: transparent; ;   
	border: 0px dashed #999 ;
	display: table;
	height: 200px;
	border-radius: 100px;
	width: 200px;
	idth: calc(100% - 6px);
	margin: auto;
	margin-top: -25px;
	margin-bottom: 10px;
	background: #ddd;
	background-image:url("img/add_self_img.png");
    background-position: center center;
    background-repeat: no-repeat; 

    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}
	.file_upload_bttn:hover {	
		ackground: #eee;
		opacity: 1;
	    filter: alpha(opacity=100); /* For IE8 and earlier */	  
	}
.file_upload_bttn_preview{
	background-size: cover;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#testimonial1_placer{
	position: relative;
	top: -290px;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 979px) {

}
@media screen and (max-width: 859px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 479px) {

}