.tucsso-loader {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.85);
	z-index:9999;
}
	@-webkit-keyframes bounce_circularG {
	0%{
	-webkit-transform:scale(1)}
	
	100%{
	-webkit-transform:scale(.3)}
	
	}
	
	@-moz-keyframes bounce_circularG {
	0%{
	-moz-transform:scale(1)}
	
	100%{
	-moz-transform:scale(.3)}
	
	}
	
	@-o-keyframes bounce_circularG {
	0%{
	-o-transform:scale(1)}
	
	100%{
	-o-transform:scale(.3)}
	
	}
	
	@-ms-keyframes bounce_circularG {
	0%{
	-ms-transform:scale(1)}
	
	100%{
	-ms-transform:scale(.3)}
	
	}
	.tucsso-loader-container {
		position:absolute;
		width:64px;
		height:64px;
		top:50%;
		left:50%;
		margin-top:-32px;
		margin-left:-32px;
	}
		.tucsso-loader-circle {
			position:absolute;
			background-color:#888888;
			width:15px;
			height:15px;
			-webkit-border-radius:10px;
			-moz-border-radius:10px;
			-webkit-animation-name:bounce_circularG;
			-webkit-animation-duration:1.04s;
			-webkit-animation-iteration-count:infinite;
			-webkit-animation-direction:linear;
			-moz-animation-name:bounce_circularG;
			-moz-animation-duration:1.04s;
			-moz-animation-iteration-count:infinite;
			-moz-animation-direction:linear;
			border-radius:10px;
			-o-animation-name:bounce_circularG;
			-o-animation-duration:1.04s;
			-o-animation-iteration-count:infinite;
			-o-animation-direction:linear;
			-ms-animation-name:bounce_circularG;
			-ms-animation-duration:1.04s;
			-ms-animation-iteration-count:infinite;
			-ms-animation-direction:linear;
		}
		#tucsso-loader-circle-1 {
			left:0;
			top:25px;
			-webkit-animation-delay:0.39s;
			-moz-animation-delay:0.39s;
			-o-animation-delay:0.39s;
			-ms-animation-delay:0.39s;
		}
		#tucsso-loader-circle-2 {
			left:7px;
			top:7px;
			-webkit-animation-delay:0.52s;
			-moz-animation-delay:0.52s;
			-o-animation-delay:0.52s;
			-ms-animation-delay:0.52s;
		}
		#tucsso-loader-circle-3 {
			top:0;
			left:25px;
			-webkit-animation-delay:0.65s;
			-moz-animation-delay:0.65s;
			-o-animation-delay:0.65s;
			-ms-animation-delay:0.65s;
		}
		#tucsso-loader-circle-4 {
			right:7px;
			top:7px;
			-webkit-animation-delay:0.78s;
			-moz-animation-delay:0.78s;
			-o-animation-delay:0.78s;
			-ms-animation-delay:0.78s;
		}
		#tucsso-loader-circle-5 {
			right:0;
			top:25px;
			-webkit-animation-delay:0.9099999999999999s;
			-moz-animation-delay:0.9099999999999999s;
			-o-animation-delay:0.9099999999999999s;
			-ms-animation-delay:0.9099999999999999s;
		}
		#tucsso-loader-circle-6 {
			right:7px;
			bottom:7px;
			-webkit-animation-delay:1.04s;
			-moz-animation-delay:1.04s;
			-o-animation-delay:1.04s;
			-ms-animation-delay:1.04s;
		}
		#tucsso-loader-circle-7 {
			left:25px;
			bottom:0;
			-webkit-animation-delay:1.1700000000000002s;
			-moz-animation-delay:1.1700000000000002s;
			-o-animation-delay:1.1700000000000002s;
			-ms-animation-delay:1.1700000000000002s;
		}
		#tucsso-loader-circle-8 {
			left:7px;
			bottom:7px;
			-webkit-animation-delay:1.3s;
			-moz-animation-delay:1.3s;
			-o-animation-delay:1.3s;
			-ms-animation-delay:1.3s;
		}


.tucsso-box-overlay {
	display:none;
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:499;
}

.tucsso-box-container {
	position:absolute;
	top:50%;
	left:50%;
	z-index:500;
	background-color:#fff;
	padding:30px;
}

.tucsso-box-container h2 {
	font-size:24px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:30px;
}

.tucsso-notifications {
  text-align: center;
  margin-bottom: 30px;
}

.tucsso-gateway {
	float:left;
	margin:0px 15px;
}

.tucsso-button {
	display:block;
	background-color:#000;
	color:#fff;
	padding:15px;
}

/* !----- Form Fields ----- */
.tucsso-errors {
	text-align:center;
	margin-bottom:30px;
	color: #ff0000;
}
.tucsso-form-row {
	margin-bottom:10px;
	text-align:center;
}

.tucsso-form-row a {
	color: #444;
}

.tucsso-form-row a:hover {
	color: #888;
}

.tucsso-form-text {
	border:1px solid #d7d7d7;
	color:#000;
	padding:0px 5px;
	line-height:20px;
	width:200px;
}
.tucsso-field-error {
	background-color:#f5c8c8;
	border:1px solid #c27e7e;
}
.tucsso-form-button {
	background-color:#000;
	color:#fff;
	border:0px;
	padding: 5px 14px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Arial;
	letter-spacing: 1px;
	margin: 12px;
}

.tucsso-form-button:hover {
	cursor: pointer;
}
.tucsso-form-bottom {
	margin-bottom:5px;
}

.tucsso-form-bottom p {
	margin-bottom:5px;
}

	
	
/* ----- CUSTOM THEME STYLES  ----- */

.tucsso-form-text {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
