#ouibounce-modal {
	z-index: 999;
}
#ouibounce-modal .modal {
	min-height: 415px;
	max-height: 415px;
}
#ouibounce-modal .modal-body {
	padding: 10px;
	font-size: initial;
}
.remodal-close {
	right: 0;
	height: 35px;
	margin: 0;
	padding: 0;
	-webkit-transition: color .2s;
	transition: color .2s;
	color: #c73947;
	outline: 0;
	background: #fff;
}
.remodal-close, .remodal-close::before {
	position: absolute;
	top: 0;
	display: block;
	width: 35px;
}
.remodal-close::before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;
	left: 0;
	content: "\00d7";
	text-align: center;
}
.modal {
	display: block;
}
#ouibounce-modal .modal {
	width: auto;
	border-radius: 0px;
}

.lt img {
	width: 250px
}
.rt {
	padding: 10px
}
.rt h2 {
	font-size: 28px;
	margin-top: 10px
}
.rt p {
	font-size: 16px;
	margin-bottom: 10px;
}
.custom-inputs .form-control, .custom-inputs .input-group-addon {
	border-radius: 0
}
.custom-inputs .form-control {
	height: 44px;
	border-left: 0
}
.custom-inputs .input-group-addon {
	border-right: 0;
	color: #c73947;
	background-color: #fff;
	padding: 3px 6px
}
.custom-inputs .form-control:focus, .custom-inputs .form-control:hover {
	border: transparent
}
.get-code, .remodal-cancel, .remodal-close, .remodal-confirm {
	overflow: visible;
	cursor: pointer;
	text-decoration: none;
	border: 0
}
.remodal-close {
	z-index: 999;
}
.get-code:focus, .get-code:hover {
	background: #66bb6a
}
.get-code {
	font: inherit;
	display: inline-block;
	min-width: auto;
	width: 100%;
	margin: 0;
	padding: 7px;
	-webkit-transition: background .2s;
	transition: background .2s;
	text-align: center;
	outline: 0;
	color: #fff;
	background: #81c784
}
.lt img {
	margin-top: 80px;
}
.rt .form-group {
	margin-bottom: 13px;
}
.rt h4 {
	text-align: center;
	margin: 0px 0px 15px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.rt h2, .rt p {
	color: #c73947!important;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 1024px) {
	.lt img {
		margin-top: 0px;
	}
	#ouibounce-modal .modal {
		min-height: 415px;
		max-height: 660px;
	}
}
@keyframes blink {
to {
	color: #c73947;
}
}

.my-element {
	color: rgba(199, 57, 71, 0.1);
	animation: blink 1s steps(2, start) infinite;
}
input#name.form-control:hover, input#name.form-control:focus {
	border: transparent;
}
.return {
	color: #c73947 !important;
	float: right;
	text-align: right;
}
.return:hover {
	color: #b1323f;
}
.white-popup {
	position: relative;
	background: #FFF;
	width: auto;
	max-width: 400px;
	margin: 0 auto;
	background: url('../images/popup/bg.png');
}
#ouibounce-modal form input[type=text] {
    width: 100%;
}
#ouibounce-modal .form-group label{
    text-align: left;
    color: black;
    float: left;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 3000px) {
	.white-popup {
		border: 2px solid #fff;
		background: url('../images/popup/bg.png');
		max-width: 400px;
	}
}