/*-------------------------------------------------*/
/* =  Reset
/*-------------------------------------------------*/
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;
}

input, select, textarea {
	outline: none;
}

/*-------------------------------------------------*/
/* =  General Style
/*-------------------------------------------------*/
body {
 font-family: arial;
 font-size: 12px;
 color: #9e9e9e;
}

#pattern {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: url(../img/blackdot.gif) repeat;
	z-index: 1;
}

/*-------------------------------------------------*
/* =  Background Slider
/*-------------------------------------------------*/
#slideshow {
    position:relative;
    height:350px;
    z-index:-1;
}
 
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow img.last-active {
    z-index:9;
}
 
#slideshow img {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
 
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
 
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}
 
@media screen and (max-width: 1024px){
    img.bg {
	    left: 50%;
	    margin-left: -512px;
	}
}


/*-------------------------------------------------*/
/* =  Underconstruction Style
/*-------------------------------------------------*/
#container	{
	position: absolute;
	left: 50%;
	top: 10%;
	width: 718px;
	margin-left: -359px;
	overflow: hidden;
	z-index: 999;
}

#corners {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 28px;
}

#corners #left-corner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 31px;
	height: 28px;
	background: url(../img/left-corner.png) no-repeat;
}

#corners #middle-corner {
	position: absolute;
	top: 0px;
	right: 31px;
	left: 31px;
	height: 28px;
	background: url(../img/middle-corner.png) repeat;
}

#corners #right-corner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 31px;
	height: 28px;
	background: url(../img/right-corner.png) no-repeat;
}


#left-border, #right-border {
	position: absolute;
	top: 28px;
	bottom: 0px;
	width: 8px;
}

#left-border {
	left: 0px;
	background: url(../img/border.png) repeat;
}

#right-border {
	right: 0px;
	background: url(../img/border.png) repeat;
}

#bottom-border {
    position: absolute;
    left: 8px;
    background: url(../img/border.png) repeat;
    right: 8px;
    height: 8px;
    bottom: 0px;
}

#content-container {
	background: url(../img/content-bg.png) repeat;
	width: 702px;
	margin: 28px auto 0px auto;
	overflow: hidden;
}

#logo {
	text-align: center;
	padding-top: 25px;
}

#logo a {
	display: inline-block;
}

h1.title {
    font-family: 'Times New Roman';
    font-size: 24px;
    text-align: center;
    color: #656565;
    text-transform: uppercase;
    padding: 40px 0px;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#content {
	overflow: hidden;
}

#countdown-container {
	clear: both;
	width: 634px;
	margin: auto;
	padding-bottom: 34px;
	visibility: hidden;
}

.countdown_row {
	display: inline-block;
	overflow: hidden;
}

span.countdown_section:first-child {
	margin-left: 0px;
}

span.countdown_section {
	font-family: arial;
	font-size: 12px;
	float: left;
	text-align: center;
	color: #9e9e9e;
	width: 145px;
	height: 145px;
	line-height: 30px;
	margin-left: 18px;
	background: url(../img/counter-bg.png) no-repeat center center;
	text-transform: lowercase;
	position: relative;
}

.countdown_amount {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	height: 78px;
	line-height: 132px;
	color: #619d21;
	float: left;
	width: 145px;
}

#footer {
	background: url(../img/footer-bg.png) repeat;
	width: 652px;
	margin: auto;
	overflow: hidden;
	padding: 25px;
	position: relative;
	margin-bottom: 8px;
}

#social-icons {
    float: left;
    overflow: hidden;
    padding: 11px 0px;
    margin-left: 8px;
}

#social-icons li {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

#subscribe {
    width: 340px;
    float: right;
    margin-right: 12px;
}

#subscribe input[type="text"] {
    width: 240px;
    border: none;
    height: 30px;
    padding: 4px 10px;
    background: #f3f3f3;          
    float: left;
    font-family: 'Georgia';
    font-style: italic;
    color: #9e9e9e;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

#subscribe .error {
	color: #d30000 !important;
}

#subscribe .success {
	color: #619d21 !important;
}

#subscribe input[type="submit"] {
    width: 80px;
    float: left;
    background: #619d21;
    border: none;
    color: #fdfdfd;
    height: 38px;
    text-align: center;
    font-size: 13px;

    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#contact {
    float: right;
    color: #464646;
    font-family: 'Trebuchet MS';
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    display: none;
}

/*-------------------------------------------------*/
/* =  Tablet
/*-------------------------------------------------*/
@media screen and (min-width : 438px) and (max-width : 725px) {
	#container	{
		width: 450px;
		margin-left: -225px;
	}

	#content-container {
		width: 434px;
	}

	#logo {
		padding-top: 15px;
	}

	#logo img {
	    width: 100px;
	}

	h1.title {
	    font-size: 18px;
	    padding: 23px 0px;
	}

	#countdown-container {
		width: 434px;
		padding-bottom: 24px;
		text-align: center;

	}

	span.countdown_section {
		font-size: 10px;
		width: 86px;
		height: 86px;
		line-height: 4px;
		margin-left: 11px;
		background: url(../img/counter-bg-480.png) no-repeat center center;
	}

	.countdown_amount {
		font-size: 23px;
		height: 55px;
		line-height: 80px;
		width: 100%;
	}

	#footer {
		width: 404px;
		padding: 20px 15px;
	}

	#social-icons {
	    padding: 6px 0px;
	    margin-left: 16px;
	}

	#subscribe {
	    width: 224px;
	    margin-right: 16px;
	}

	#subscribe input[type="text"] {
	    width: 143px;
	    height: 20px;
	    font-size: 10px;
	}

	#subscribe input[type="submit"] {
	    width: 61px;
	    height: 28px;
	    font-size: 11px;
	    line-height: 28px;
	}

	#contact {
	    font-size: 11px;
	}
}

/*-------------------------------------------------*/
/* =  Smartphones
/*-------------------------------------------------*/
@media screen and (max-width: 437px) {
	#container	{
		width: 310px;
		margin-left: -155px;
	}

	#content-container {
		width: 294px;
	}

	#logo {
		padding-top: 10px;
	}

	#logo img {
	    width: 70px;
	}

	h1.title {
	    font-size: 14px;
	    padding: 20px 0px;
	}

	#countdown-container {
		width: 294px;
		padding-bottom: 18px;
		text-align: center;
		position: relative;
	}

	span.countdown_section {
		font-size: 8px;
		width: 54px;
		height: 54px;
		line-height: 4px;
		margin-left: 11px;
		background: url(../img/counter-bg-320.png) no-repeat center center;
	}

	.countdown_amount {
		font-size: 14px;
		height: 34px;
		line-height: 50px;
		width: 100%;
	}

	#footer {
		width: 264px;
		padding: 13px 15px;
	}

	#social-icons {
	    padding: 6px 0px;
	    margin: 0px auto 8px auto;
	    width: 115px;
	
	    float: none;
}

	#subscribe {
	    width: 224px;
	    clear: both;
	    margin: auto;
	    overflow: hidden;
	
	    float: none;
}

	#subscribe input[type="text"] {
	    width: 143px;
	    height: 20px;
	    font-size: 10px;
	}

	#subscribe input[type="submit"] {
	    width: 61px;
	    height: 28px;
	    font-size: 11px;
	    line-height: 28px;
	}

	#contact {
	    font-size: 11px;
	}
}