.animate {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.wrap {
	position: relative;
}

/* FORM */
.ipstar-form {
	margin: 20px 0!important;
	position: relative;
	width: 100%!important;
}

.ipstar-form .field-group {
	margin-bottom: 20px;	
}

.is-block {
	display: block
}

.ipstar-modal {
	align-items: center; 
	background: rgba(256, 256, 256, 0.5);
	display: none;
	height: 100%;
	justify-content: center;
	position: absolute;
		top: 0;
	width: 100%;
}

.is-flex,
.ipstar-modal.active {
	display: flex!important;
}

.ipstar-animate-load {
	height: 100px;
	width: 100px;
	-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.ipstar-button {
	border: 0;
	font-weight: bold;
	margin: 10px auto;
	padding: 10px 30px;
	text-transform: uppercase;
}

.ipstar-button:hover,
.message {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.30);
}

.ipstar-label {
	font-size: 0.875rem;
	font-weight: bold;
}

.ipstar-input {
	border: 1px solid #dbdbdb;
	padding: 10px;
	width: 100%;
}

.ipstar-form .notification {
	color: red;
}

/* MESSAGE */
.message {
	background: #fff;
	display: none;
	margin-left: 30%;
	padding: 10px;
	position: absolute;
	width: 40%;
}

.message.active {
	display: block;
}

.message.error {
	background: red;
	color: #fff;
}

.message .actions {
	text-align: right;
}

.message .actions span {
	cursor: pointer;
	padding: 5px 8px;
}

.message #ipstar-message {
	text-align: center;
}

.payway-credit-card-iframe {
	height: 310px;
}

/* ADMIN */

@media screen and (min-width: 511px) {
	.payway-credit-card-iframe {
		height: 226px;
	}
}