/*--Reset Styles--*/
@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--!Reset Styles--*/
/*------------Constant Classes------------*/
.clearIt 
{
    clear: both;
    display: block;
}
/*--| NEW clearIt |--*/
.clearfix:after
{
    content: "";
    display: table;
    clear: both;
}
.boldIt 
{
    font-weight: bold;
}
.block 
{
    margin: 0px;
    padding: 0px;
    display: block;
}
.strikeIt 
{
    text-decoration: line-through;
}
.italIt 
{
    font-style: italic;
}
/*--------------!Constant Classes--------------*/
/*--Primary Styles--*/
html,body{
		height: 100%;
	}
body
{
    margin: 0%;
    padding: 0% 0% 0% 0%;
    width: 100%;
    font-family: Arial, Helvetica, san-serif;
}
div.kount-reveal{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
}
div.outer-shell{
	width: 100%;
	height: 100%;
	display: table;
	background-image: url(../img/outer-bg.png);
	background-repeat: repeat;
}
div.outer-shell div.inner-shell{
	display: table-cell;
	text-align: center;
	vertical-align: middle;	
}
div.kount-shad {
	padding: 0%;
	width: 50%;
	max-width: 600px;
	background-color: #feee86;
	border: 4px dashed #f1b93a;
	display: inline-block;
}
div.main-cont {
	margin: 0% auto;
	padding: 4%;
	width: 92%;
	font-family: Arial, Helvetica, san-serif;
	min-height: 100px;
}
div.txt-shell {
	margin: 0%;
	padding: 0% 0% 0% 25%;
	width: 75%;
	background-image: url(../img/lock-big.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	background-size: 20%;
}
div.txt-shell p {
	margin: 0%;
	padding: 0% 0% 10px 0%;
	width: 100%;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	text-align: left;
}

/* saf 3+, chrome 1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    
}
@media only screen and (max-width: 768px) {
	div.kount-shad {
		width: 90%;
		max-width: 90%;
	}
}
@media only screen and (max-width: 420px) {
	div.txt-shell {
		margin: 0%;
		padding: 30% 0% 0% 0%;
		width: 100%;
		background-image: url(../img/lock-big.png);
		background-repeat: no-repeat;
		background-position: center 0px;
		background-size: 30%;
	}
}
