.call1_wrap {
	padding: 25px 0px 25px 0;
	position: relative;
	background-size: cover;
	float: left;
	width: 100%;
}

.pull_r {
  float: right;
}


.call1 {
	font-size: 44px;
	color: #ffffff;
	font-weight: 300;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0px;
	line-height: normal;
	text-transform: none;
	text-shadow: none;
	text-decoration: none;
	font-style: normal;
	margin-top: 0;
}

.call1_p {
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0px;
	line-height: normal;
	text-transform: none;
	text-shadow: none;
	text-decoration: none;
	font-style: normal;
}

.call1_button {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0px;
	line-height: 1.42857143;
	text-transform: none;
	text-shadow: none;
	text-decoration: none;
	font-style: normal;
	padding: 19px 20px;
	/*background: #FFD600;*/
	border-radius: 5px;
	border: 1px solid #000000;
	transition: all .3s ease;
	/*white-space: nowrap;*/
	margin-top: 0px;
	margin: 15px auto;
	display: block;
	width: 100%;
	vertical-align: baseline;
	text-align: center;
	box-shadow: 0px 0px 2px #000000;
}

.call1_button2 {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0px;
	line-height: 1.42857143;
	text-transform: none;
	text-shadow: none;
	text-decoration: none;
	font-style: normal;
	padding: 19px 20px;
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #000000;
	transition: all .3s ease;
	/*white-space: nowrap;*/
	margin-top: 0px;
	margin: 15px auto;
	display: block;
	width: 100%;
	vertical-align: baseline;
	text-align: center;
	box-shadow: 0px 0px 2px #000000;
}

a.call1_button {
	text-decoration: none;
	text-transform: none;
	text-transform: uppercase;
}


a.call1_button2 {
	text-decoration: none;
	text-transform: none;
	text-transform: uppercase;
}


.call1_button:hover {
	color: #fff;
	background: #FFD600;
	box-shadow: 0px 0px 10px #ffffff;
	border: 1px solid #FFD600;
}

.call1_button2:hover {
	color: #fff;
	background: #FFD600;
	box-shadow: 0px 0px 10px #ffffff;
	border: 1px solid #FFD600;
}


