/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	position:relative;
}

body{
	background:url('../img/tile_bg.jpg') repeat;
	min-height: 600px;
	padding: 10px 0 0;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	width: 0 auto;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#54a6de;
}

a:hover{
	text-decoration:underline;
}

section, footer{
	display: block;
}


/*----------------------------
	Main Section
-----------------------------*/


#main {
    width: 80%;
    position: relative;
    margin: 0 auto;
  
    padding: 20px 20px 0;
}


.progress {
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.progress.mini {
    height: 20px;
}

.well {
	border: none;
	font-size: 32px;
	padding: 10px;
	font-weight: bold;
}

/* jQuery Countdown styles 1.6.1. */

#counter {
   display: none;
}
#counter-default {
    margin: 20px auto;
}
#counter-default .inner {
    font-size: large;
    text-align: center;
	background-color: rgba(239, 255, 176, 0.3);
	margin: 15px 0;
	padding: 15px;
	border-top: 4px solid brown;
}
#counter-default .timer-number {
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: bold;
}
#counter-default  .timer-text {
	padding: 12px;
	font-size: 24px;
}

.title {
    margin:30px;
    text-align:center;
}
.well {
    background-color: #202020;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
}
legend {
    border-color: #333333;
}
.page-header {
    border-bottom: 1px solid #333333;
}

.contact {
    padding-top:20px;
    text-align:center;
    font-size:40px;
    font-weight:800;

}

@media (max-width: 767px) {
    body {padding-top: 10px;}
    #main {width:auto;}
}

#note{
	color: #666666;
	font-size: 12px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	width: 400px;
}

.countdownHolder{
	width:650px;
	margin:0 auto;
	font: 40px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 50%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 540px;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}
.offset{
	left:17%;
}

