/*10/06/2015 Joe */

.gcoupon {
	position: relative;
	font-size: 14px;
	font-family: Arial;
	color: #333;
	margin: 100px 0;
}

.gcoupon__image {
	position: absolute;
	right: 0;
	bottom: 60px;
	width: 320px;
	height: 210px;
	background: url('../img/gcoupon-image.jpg') center center no-repeat;
}
	
.gcoupon:first-child {
	margin-top: 0;
}

.gcoupon:last-child {
	margin-bottom: 0;
}
	
.gcoupon p {
	font-size: 14px;
	font-family: Arial;
	color: #333;
}
	
.gcoupon__title {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin: 37px 0 0;
}
	
.gcoupon__title:first-child {
	margin-top: 0;
}
	
.gcoupon__summary {
	margin: 37px 0 0;
}
	
.gcoupon__summary:first-child {
	margin-top: 0;
}

.gcoupon__form {  
	width: 240px;
	margin: 35px 0 0 60px;
}

.gcoupon__form-item {  
	margin: 20px 0 0;
}
	
.gcoupon__form-item:first-child {
	margin-top: 0;
}

.gcoupon__form input[type='text'] {  
  font-size: 16px;
	font-family: Arial;
	border: 1px solid #e5e4e2;
	color: #333;
	padding: 23px 16px 11px;
	width: 100%;
}

.gcoupon__form input[type='text']::-webkit-input-placeholder {
  color: #a2a1a1;
	opacity: 1;
}

.gcoupon__form input[type='text']:-moz-placeholder {
  color: #a2a1a1;
	opacity: 1;
}

.gcoupon__form input[type='text']::-moz-placeholder {
  color: #a2a1a1;
	opacity: 1;
}

.gcoupon__form input[type='text']:-ms-input-placeholder {  
  color: #a2a1a1;
	opacity: 1;
}

.gcoupon__form-actions {  
	margin: 34px 0 0;
}
	
.gcoupon__form-actions:first-child {
	margin-top: 0;
}

.btn-gcoupon {
	background: #139bd7;
	border: 1px solid #028ac4;
	border-radius: 5px;
	padding: 18px 30px 13px;
	color: #fff;
  font-family: "Omnes", Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
	min-width: 240px;
	outline: none;
}


@media (max-width: 767px) {
	

		.gcoupon {
			margin-top: 70px;
			margin-bottom: 70px;
		}

		.gcoupon__image {
			position: static;
			margin: 30px auto 0;
			width: 100%;
			background-size: contain;
		}

		.gcoupon__image:first-child {
			margin-top: 0;
		}

		.gcoupon__form {
			margin-left: 0px;
			margin-right: auto;
			margin-top: 50px;
		}
	
}


@media (max-width: 420px) {
	
		.gcoupon__title {
			font-size: 18px;
		}
	
		.gcoupon__image {
			height: 150px;
		}
		
		.gcoupon__form {  
			width: 430px;
			margin: 0px 0 0 30px;
		}
		.gcoupon__form-actions {
			margin: 10px 0 15px 0;
		}

	
}