
body {
	font-family:arial;
	font-size:12px;
	background: #e7e7e7 url(../images/blur.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;				
}

a {
	text-decoration:none;
	color: #3e8ed7;
}

a:hover {
	color: #61b7e6;
}	

.container {
	width:360px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-180px;
	margin-top:-220px;
}

.subscribe {
	display:block;
	width:100%;
	height:350px;
	position:relative;
	margin:0 auto;
	float:left;
	color:#333;
}

	.subscribe-wrapper {
		display:block;
		width:100%;
		height:100%;
	}

	.subscribe-form,
	.subscribe-success {
		width:100%;
		height:100%;
		position:absolute;
		display:block;		
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f4f4f4));			
		background: -webkit-linear-gradient(top, #f4f4f4, #fff);			
		background: -moz-linear-gradient(top, #f4f4f4, #fff);			
		background: -ms-linear-gradient(top, #f4f4f4, #fff);			
		background: -o-linear-gradient(top, #f4f4f4, #fff);										
		-webkit-box-shadow: 0 0 10px 3px rgba(100, 100, 100, 0.5);
		-moz-box-shadow: 0 0 10px 3px rgba(100, 100, 100, 0.5);
		-ms-box-shadow: 0 0 10px 3px rgba(100, 100, 100, 0.5);
		-o-box-shadow: : 0 0 10px 3px rgba(100, 100, 100, 0.5);
		box-shadow: 0 0 10px 3px rgba(100, 100, 100, 0.5);
		border-radius:10px;
		overflow:hidden;
	}
	
	.subscribe-success {
		display:none;
	}				
		.stripes {
			width:100%;
			height:8px;
			background: #fff url(../images/stripes.gif);		
		}		
		
		.stripes.top {
			-webkit-border-top-left-radius: 10px;
			-webkit-border-top-right-radius: 10px;
			-moz-border-radius-topleft: 10px;
			-moz-border-radius-topright: 10px;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;			
		}
		
		.stripes.bottom {
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
			-moz-border-radius-bottomright: 10px;
			-moz-border-radius-bottomleft: 10px;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;			
		}
		
		.subscribe-space {
			height:333px;
			background:#fff;
			padding:20px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
		}			
		
		.subscribe h4 {
			margin:0 0 15px 0;
			padding:0;
			font-size:22px;
			letter-spacing:-1px;
			text-align:center;
			line-height:10px;
		}
		
		.subscribe p {
			color:#aaa;
			padding:0;
			margin:0 0 10px 0;
			line-height:16px;
		}
		
		.subscribe hr {
		  margin: 0 0 10px 0;
		  border: 0;
		  border-top: 1px dotted #ccc;
		}			
		
		.subscribe label {
			font-weight:bold;
			display:block;
			margin-bottom:10px;
		}
		
		.subscribe input[type=text] {
			display:block;
			width:100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			border-radius:5px;
			padding:10px;
			border:1px solid #ddd;
			margin-bottom:20px;
			outline:0;
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#fff));			
			background: -webkit-linear-gradient(top, #fff, #f9f9f9);			
			background: -moz-linear-gradient(top, #fff, #f9f9f9);			
			background: -ms-linear-gradient(top, #fff, #f9f9f9);			
			background: -o-linear-gradient(top, #fff, #f9f9f9);		
			box-shadow:inset 0 0 2px 1px rgba(150, 150, 150, 0.1);	
		}
		
		.subscribe input[type=text].error {
			border:1px solid #d86e6d;
		}
		
		/*.subscribe button {
			display:block;
			width:100%;
			border-radius:5px;
			padding:10px;
			border: 1px solid #0e61a7;
			border-top: 1px solid #489ac0;
			color:#fff;
			font-weight:bold;
			font-size:14px;
			text-shadow:0 2px 0 rgba(100, 100, 100, 0.5);
			background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#61b7e6), to(#3e8ed7));			
			background: -webkit-linear-gradient(top, #61b7e6, #3e8ed7);			
			background: -moz-linear-gradient(top, ,#61b7e6 #3e8ed7);			
			background: -ms-linear-gradient(top, #61b7e6, #3e8ed7);			
			background: -o-linear-gradient(top, #61b7e6, #3e8ed7);	
			cursor: pointer;			
		}*/
		
.submit {
	background-color:#3bb3e0;
	cursor: pointer;
	width:320px;
	height:38px;
	position:relative;
	font-size:18px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.submit:before {
	background-color:#ccd0d5;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding:8px;
	left:-8px;
	top:-8px;
	z-index:-1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

.submit:active {
	top:1px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
}
	


/*
* CSS3 Vertical Flip
*/	
.subscribe.flip {
	-webkit-perspective:800px;		
	   -moz-perspective:800px;
	    -ms-perspective:800px;		   		
	     -o-perspective:800px;
		        perspective:800px;
}

	.subscribe.flip .subscribe-wrapper {
		-webkit-transition: -webkit-transform 1s;
		   -moz-transition: -moz-transform 1s;
		    -ms-transition: -moz-transform 1s;
		     -o-transition: -moz-transform 1s;
		        transition: -moz-transform 1s;
		-webkit-transform-style: preserve-3d;
		   -moz-transform-style: preserve-3d;			
		    -ms-transform-style: preserve-3d;			
		     -o-transform-style: preserve-3d;			
				  transform-style: preserve-3d;			
	}
	
	.subscribe.flip .subscribe-success {
		display:block;
		-webkit-transform: rotateX(-180deg);
		   -moz-transform: rotateX(-180deg);
		    -ms-transform: rotateX(-180deg);
		     -o-transform: rotateX(-180deg);
		        transform: rotateX(-180deg);			   			
	}
	
	.subscribe.flip .subscribe-form,
	.subscribe.flip .subscribe-success {
		-webkit-backface-visibility: hidden;
		   -moz-backface-visibility: hidden;
		    -ms-backface-visibility: hidden;
		     -o-backface-visibility: hidden;
		        backface-visibility: hidden;
	}
	
	.subscribe.flip .flipIt {
		-webkit-transform: rotateX(-180deg);
		   -moz-transform: rotateX(-180deg);			
		    -ms-transform: rotateX(-180deg);			
		     -o-transform: rotateX(-180deg);			
		        transform: rotateX(-180deg);			
	}

/* Header Style */
.vladmaxi-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.35);
	text-transform: uppercase;
	z-index: 9999;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	font-family: calibri;
	font-size: 13px;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;
}
@-webkit-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}

.vladmaxi-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	float: left;
}
.vladmaxi-top a:hover{
	text-decoration:underline;
}
.vladmaxi-top span.right{
	float: right;
}
.vladmaxi-top span.right a{
	float: left;
	display: block;
}
.vladmaxi-demos{
    text-align:center;
	display: block;
	line-height: 30px;
	padding: 20px 0px;
}
.vladmaxi-demos a{
    display: inline-block;
	margin: 0px 4px;
	padding: 0px 4px;
	color: #fff;
	line-height: 20px;	
	font-style: italic;
	font-size: 13px;
	border-radius: 3px;
	background: rgba(41,77,95,0.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.vladmaxi-demos a:hover{
	background: rgba(41,77,95,0.3);
}
.vladmaxi-demos a.current,
.vladmaxi-demos a.current:hover{
	background: rgba(41,77,95,0.3);
}