#section1 .container{
	max-width:600px;
	text-align:center;
}

.soft-background{
	margin-top:30px;
	background:#fafafa;
	padding:20px;
	margin-bottom:30px;
}

.img-holder{
	width:120px;
	height:120px;
	border-radius: 50%;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}

#img-upload{
	width: 120px;
	height:120px;
}

.img-text{
	position: absolute;
	width:100%;
	height:100%;
	color:#fff;
	background:rgba(40,40,40,0.7);
}

.img-text:hover{
	cursor: pointer;
}

.img-text i{
	font-size:30px;
	margin-top:24px;
}

.img-text p{
	text-transform: uppercase;
	font-family: GothamMedium,sans-serif;
	font-size:12px;	
	margin-top:8px;
	font-weight: 300;
}

.title{
	font-size:18px;
}
.btn-black{
	margin: 50px auto;
	float:none;
	text-align: center;
}

.btn-black a{
	padding:15px 30px;
}

.input-transparent:focus{
	box-shadow: none;

}



.input-transparent, .text-area-transparent{
	font-weight: 300;
	padding-left:0;
	width:100%;
	background:transparent;
	border:none;
	font-size:14px;
	margin-bottom:25px;
	font-family: GothamBook,sans-serif;
	border-radius: 0;
	box-shadow: none;
	resize:none;
}

.row-profile h5{
	font-family: GothamBook,sans-serif;
	font-weight: 700;
	color:#000;
	text-transform: uppercase;
}

.row-profile{
		border-bottom: 1px solid #f0f0f0;
		text-align: left;
		margin-bottom:10px;
}

.row-birthday hr{
	margin-top:-15px;
	z-index: 999;
	margin-bottom:10px;
	width:95%;
}

.list-item-transparent{
	font-weight: 300;
	background:transparent;
	border:none;
	border-radius: 0;
	box-shadow: none;
	color:#6f6f6f;
	font-family: GothamMedium, sans-serif;
	font-size: 15px;
	padding-left:0;
}

.list-item-transparent{
	 font-family: GothamBook,sans-serif;
	font-weight: 300;
	font-size:13px;
}

.input-transparent, .list-item-transparent{
	margin-bottom:10px;
	font-weight: 600;
}


.img-upload{
	
}

.img-upload:hover{
	cursor: pointer;
	opacity:0.7;
}

.slider{
	text-align: left;

}

.slider-number{
	font-size:30px;
	text-align: left;	
	color:#000;
	font-family: GothamMedium,sans-serif;	
	padding-bottom:20px;
	margin-bottom:30px;
	margin-bottom: 0;
}


.only-margin{
	opacity:0;
}
.hr-title{
	margin-top:0px;
	margin-bottom:30px;
}

.slider-number:hover{
	color:#000;
}

.pagination{
	float:right;
	margin-left:10px;
}


@media only screen and  (max-width: 767px) {
	.btn-black{
		margin:5px 0;
		border-radius: 0!important;
	}
}