@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/BebasNeue-webfont.woff') format('woff'),
url('fonts/BebasNeue-webfont.ttf') format('truetype'),
url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
ul.bng {
	list-style-type: circle;
	text-align:left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
ul.bng li {
	padding:0px 0px 10px 0px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #23548c;
	/*background-image:url(../images-codrops/bg-body-repeat-x.jpg);*/
	/*background-repeat:repeat-x;*/
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #23548c;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #ffd697;
	background: #6d0019;
}

p.bng{
	text-align:left;
	margin:0px 0px 10px 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
ul.bng{
	text-align:left;
	margin:0px 0px 0px 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
h4 {
	line-height: 1.6em;
	font-size:1.5em;
	margin: 0px 0px 10px 0px;
	color:fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

h5 {
	line-height: 1.4em;
	font-size:1.4em;
	text-align:left;
	margin: 0px 0px 5px 0px;
	color:fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

h6 {
	line-height: 1.2em;
	font-size:1.2em;
	text-align:left;
	margin: 0px 0px 5px 0px;
	color:fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.CSSTableWrapper {
	margin:0px;padding:0px;
	width:100%;
	/*box-shadow: 10px 10px 5px #888888;*/
	border:1px solid;
	border-color: rgba(255,255,255,0.8);
	border-width:1px 1px 1px 1px;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	/*box-shadow: 10px 10px 5px #888888;*/
	/*border:1px solid;
	border-color: rgba(255,255,255,0.2);
	border-width:1px 1px 1px 1px;*/
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator td:nth-child(odd){ 
    background-color:rgba(162,205,253,0.5); 
	border:1px solid;
	border-color: rgba(255,255,255,0.2);
	border-width:0px 1px 1px 0px;

}
.CSSTableGenerator td:nth-child(even)    { 
    background-color:rgba(194,222,252,0.5); 
	vertical-align:middle;
	border:1px solid;
	border-color: rgba(255,255,255,0.2);
	border-width:0px 1px 1px 1px;
	}
.CSSTableGenerator td{
	text-align:left;
	padding:1px 1px 1px 1px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
/*.CSSTableGenerator tr:first-child td{*/
	/*background:-o-linear-gradient(bottom, #6b9ed7 5%, #6b9ed7 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6b9ed7), color-stop(1, #6b9ed7) );
	background:-moz-linear-gradient( center top, #6b9ed7 5%, #6b9ed7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b9ed7", endColorstr="#6b9ed7");	background: -o-linear-gradient(top,#6b9ed7,6b9ed7);*/

	/*background-color:rgba(107,158,215, 0.5);
	border-color: rgba(107,158,215, 0.5);
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}*/
td.bng{
	/*background:-o-linear-gradient(bottom, #6b9ed7 5%, #6b9ed7 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6b9ed7), color-stop(1, #6b9ed7) );
	background:-moz-linear-gradient( center top, #6b9ed7 5%, #6b9ed7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b9ed7", endColorstr="#6b9ed7");	background: -o-linear-gradient(top,#6b9ed7,6b9ed7);*/

	/*background-color:rgba(107,158,215, 0.7);
	border-color: rgba(107,158,215, 0.9);
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;*/
	text-align:right;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	/*background:-o-linear-gradient(bottom, #6b9ed7 5%, #6b9ed7 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6b9ed7), color-stop(1, #6b9ed7) );
	background:-moz-linear-gradient( center top, #6b9ed7 5%, #6b9ed7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b9ed7", endColorstr="#6b9ed7");	background: -o-linear-gradient(top,#6b9ed7,6b9ed7);*/

	background-color:#rgba(107,158,215, 0.8);
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
	
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.CSSTableBGcenter {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	border:1px solid rgba(255,255,255,.50);
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}
.CSSTableBGcenter table{
	width:100%;
	height:100%;
	margin:0px;padding:10px;
}
.CSSTableBGcenter tr:last-child td:last-child {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
}
.CSSTableBGcenter table tr:first-child td:first-child {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}
.CSSTableBGcenter table tr:first-child td:last-child {
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
}
.CSSTableBGcenter tr:last-child td:first-child{
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
}
.CSSTableBGcenter tr:hover td{
	
}
.CSSTableBGcenter tr:nth-child(odd){ background-color:rgba(255,255,255,.15); }
.CSSTableBGcenter tr:nth-child(even)    { background-color:rgba(255,255,255,.15); }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	/*border:1px solid rgba(255,255,255,0.5);*/
	border:0px;
	/*border-width:0px 1px 1px 0px;*/
	text-align:center;
	padding:7px 4px 7px 4px;
   color:#23548c;

	/*font-size:10px;
	font-family:Arial;
	font-weight:normal;*/
}
.CSSTableBGcenter tr:last-child td{
	/*border-width:0px 1px 0px 0px;*/
	border-width:0px;
}
.CSSTableBGcenter tr td:last-child{
	/*border-width:0px 0px 1px 0px;*/
		border-width:0px;

}
.CSSTableBGcenter tr:last-child td:last-child{
	/*border-width:0px 0px 0px 0px;*/
		border-width:0px;

}
.CSSTableBGcenter tr:first-child td{
		/*background:-o-linear-gradient(bottom, #ff70b1 5%, #ff70b1 50%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff70b1), color-stop(1, #ff70b1) );
	background:-moz-linear-gradient( center top, #ff70b1 5%, #ff70b1 50% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff70b1", endColorstr="#ff70b1");	background: -o-linear-gradient(top,#ff70b1,ff70b1);*/

	/*background-color:rgba(000,000,000,.15);*/
	/*border:0px solid rgba(255,255,255,0.5);*/
	border:0px;
	text-align:center;
	/*border-width:0px 0px 1px 1px;*/
	border-width:0px;
}
.CSSTableBGcenter tr:first-child:hover td{
	/*background:-o-linear-gradient(bottom, #ff70b1 5%, #ff70b1 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff70b1), color-stop(1, #ff70b1) );
	background:-moz-linear-gradient( center top, #ff70b1 5%, #ff70b1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff70b1", endColorstr="#ff70b1");	background: -o-linear-gradient(top,#ff70b1,ff70b1);*/

	/*background-color:rgba(000,000,000,.15);*/
}
.CSSTableBGcenter tr:first-child td:first-child{
	/*border-width:0px 0px 1px 0px;*/
	border-width:0px;
}
.CSSTableBGcenter tr:first-child td:last-child{
	/*border-width:0px 0px 1px 1px;*/
	border-width:0px;
}

input {
	width:80%;
    padding: 5px;
	margin: 1px 0px 6px 0px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px #444;
    -moz-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 3px #444;
    border: 1px solid rgba(255,255,255,.80);
	background-color: rgba(255,255,255,.50);
		color:#23548c;

}

textarea {
	width:80%;
    padding: 5px;
	margin: 1px 0px 0px 0px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px #444;
    -moz-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 3px #444;
    border: 1px solid rgba(255,255,255,.80);
	background-color: rgba(255,255,255,.50);
		color:#23548c;

}

input[type="text"]:hover, textarea:hover {
    border: 1px solid rgba(255,255,255,.80);
}
.buttonbg {
    border: 1px solid rgba(255,255,255,.80);
	background-color: rgba(255,255,255,.95);
	padding:6px;
	width:40%;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	color:fff;
	text-align:center;
	vertical-align:central;
	margin:10px;
}
input[type="submit"] {
	width:30%;
    padding: 5px;
	margin:10px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px #444;
    -moz-box-shadow: 0 0 5px #444;
    box-shadow: 0 0 3px #444;
	background-color: rgba(107,158,215,.80);
    border: 1px solid rgba(255,255,255,.80);
	color:#ffe1b2;
}
input[type="submit"]:hover {
    border: 1px solid rgba(255,255,255,.80);
	color:#fff;
}

/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}