.csr-more {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	text-align: left;
	background-color: #fff;
}

.csr-more.active {
	display: block;
}

.csr-more h4 {
	color: #979797;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; 
}

.csr-more form {
  max-width: none;
	margin: 30px 5px;
}

.csr-more form fieldset {
	position: relative;
}

.csr-more form span {
  display: table-cell;
	vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 20px;
}

.csr-more form img {
	width: 100%;
}

.csr-more form .actions {
	position: absolute;
	top: 0;
	background-color: rgba(255,255,255,0.6);
}

.csr-more form .btn-group {
  display: block;
  text-align: center;
	margin-top: 20px;
}

.csr-more form .submit-btn {
  display: inline-block;
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 2px;
  padding: 15px 60px;
  font-weight: 700;
}

/* ROUNDED TWO */
.roundedTwo  {
	display: table-cell;
	vertical-align: middle;
}

.roundedTwo input[type="checkbox"] {
	visibility: hidden;
}

.roundedTwo label {
	cursor: pointer;
	position: absolute;
	top: 15px;
  left: 0;
	width: 22px;
	height: 22px;
	margin: 0;
	border-radius: 50%;
	border: 2px solid #249aea;
}

.roundedTwo label i{
	position: absolute;
	top: 0;
  left: 0;
	color: #fff;
	font-size: 14px;
	padding: 2px;
}

.roundedTwo input[type=checkbox]:checked + label {
	background-color: #249aea;
}