/*** WEB FONTS ***/
@font-face {
	font-family: 'PTSansRegular';
	src: url('fonts/PTS55F-webfont.eot');
	src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS55F-webfont.woff') format('woff'), url('fonts/PTS55F-webfont.ttf') format('truetype'), url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nevis';
	src: url('fonts/nevis-webfont.eot');
	src: url('fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nevis-webfont.woff') format('woff'), url('fonts/nevis-webfont.ttf') format('truetype'), url('fonts/nevis-webfont.svg#WebfontBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/**** MAIN CONTENT ****/
body {
	background: url(/images/greybg.jpg) no-repeat center center fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#wrapper {
	padding-top: 80px;
	width: 620px;
	vertical-align: middle;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 500px;
}

a {
	text-decoration: none;
}

h1 {
	font-family: Nevis, Arial, Helvetica, sans-serif;
	font-size: 72px;
	letter-spacing: 0px;
	color: rgba(255,255,255,1);
	width: 620px;
	height: 108px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	-webkit-text-shadow: 1px 2px 3px black, 0 0 0 black, 0px 2px 2px #A7A2A2;
	-moz-text-shadow: 1px 2px 3px black, 0 0 0 black, 0px 2px 2px #A7A2A2;
	-o-text-shadow: 1px 2px 3px black, 0 0 0 black, 0px 2px 2px #A7A2A2;
	-ms-text-shadow: 1px 2px 3px black, 0 0 0 black, 0px 2px 2px #A7A2A2;
	text-shadow: 1px 2px 3px black,0 0 0 black,0px 2px 2px #A7A2A2;

}

h2 {
	font-family: PTSansRegular, Arial, sans serif;
	font-size: 14px;
	color: rgba(255,255,255,1);
	text-align: center;
	width: 620px;
	float: right;
	letter-spacing: 0px;
	display: inline;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	-webkit-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	-moz-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	-o-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	-ms-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
}

h2 .important {
	background-color: rgba(51,51,51,.8);
	padding: 2px 4px 2px 4px;
	border-radius: 3px;
	margin-right: 3px;
}

/**** COUNTDOWN ****/
#countdown {
	font-family: Nevis;
	color: #333;
}

.numbers {
	font-size: 72px;
	font-weight: bold;
	color: rgba(0,0,0,0.7);
	-webkit-text-shadow: 1px 2px 3px #A7A2A2, 0 0 0 #000, 0px 2px 2px #A7A2A2;
	-moz-text-shadow: 1px 2px 3px #A7A2A2, 0 0 0 #000, 0px 2px 2px #A7A2A2;
	-o-text-shadow: 1px 2px 3px #A7A2A2, 0 0 0 #000, 0px 2px 2px #A7A2A2;
	-ms-text-shadow: 1px 2px 3px #A7A2A2, 0 0 0 #000, 0px 2px 2px #A7A2A2;
	text-shadow: 1px 2px 3px #A7A2A2, 0 0 0 #000, 0px 2px 2px #A7A2A2;
}

.days {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
}

.hours {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
}

.minutes {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
}

.seconds {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
}

.labels {
	font-size: 18px;
}

#timer_days_label {
	padding-left: 0px;
}

#timer_hours_label {
	padding-left: 0px;
}

#timer_mins_label {
	padding-left: 0px;
}

#timer_seconds_label {
	padding-left: 0px;
}

/**** EMAIL SUBSCRIPTION FORM  ****/
#subscribe {
	padding-bottom: 50px;
	position: absolute;
}

#email_wrap {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	display: block;
	clear: both;
}

.findout {
	font-family: Nevis, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
	-webkit-text-shadow: .5px 0px 1px rgba(252, 225, 225, 0.6);
	-moz-text-shadow: .5px 0px 1px rgba(252, 225, 225, 0.6);
	-o-text-shadow: .5px 0px 1px rgba(252, 225, 225, 0.6);
	-ms-text-shadow: .5px 0px 1px rgba(252, 225, 225, 0.6);
	text-shadow: .5px 0px 1px rgba(252, 225, 225, 0.6);
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
}

#emailsub {
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
	height: 27px;
	width: 220px;
	border-radius: 4px;
	color: rgba(102,102,102,1);
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2;
	border: 0;
	outline: none;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

#emailsub:focus {
	-webkit-box-shadow: 0px 0px 13px 0px rgba(180,176,176,0.5);
	-moz-box-shadow: 0px 0px 13px 0px rgba(180,176,176,0.5);
	-o-box-shadow: 0px 0px 13px 0px rgba(180,176,176,0.5);
	-ms-box-shadow: 0px 0px 13px 0px rgba(180,176,176,0.5);
	box-shadow: 0px 0px 13px 0px rgba(180,176,176,0.5);
}

.subbutton {
	background: url(./images/send.png);
	background-repeat: no-repeat;
	position: relative;
	display: inline;
	z-index: 1;
	bottom: 0px;
	vertical-align: middle;
	padding-bottom: 4px;
	border-style: none;
	width: 110px;
	height: 35px;
	border: none;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-top: 0px;
	font-family: Nevis, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	-webkit-text-shadow: .5px 0px 1px rgba(252, 225, 225, 0.6);
	-moz-text-shadow: .5px 0px 1px rgba(252, 225, 225, 0.6);
	-o-text-shadow: .5px 0px 1px rgba(252, 225, 225, 0.6);
	-ms-text-shadow: .5px 0px 1px rgba(252, 225, 225, 0.6);
	text-shadow: .5px 0px 1px rgba(252, 225, 225, 0.6);
}

.subbutton:hover {
	color: #fff;
}

.subbutton:active {
	background-image: url(./images/send_click.png);
	padding-top: 3px;
}

/*** SHARE WIDGETS ***/
.share {
	padding-top: 0px;
	padding-left: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}

.fb,.twit,.gplus {
	float: left;
	width: 103px;
	overflow: hidden;
}

.gplus {
	padding-left: 20px;
}

/**** SUBSCRIPTION FORM VALIDATION ****/
.subError {
	font-family: PTSansRegular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	margin-top: 3px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
}

.errorSubEmail {
	font-family: PTSansRegular, Arial, Helvetica, sans-serif;
	color: #CCC;
}

.subProgress {
	font-family: PTSansRegular, Arial, Helvetica, sans-serif;
	color: #CCC;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

img {
	vertical-align: middle;
}

#formprogress {
	font-family: PTSansRegular;
	padding-left: 30px;
	vertical-align: middle;
}

#formSubProgress {
	font-family: PTSansRegular;
	padding-left: 100px;
	vertical-align: middle;
}

/**** CONTACT FORM VALIDATION ****/
.contactForm .formError {
	font-family: PTSansRegular;
	font-size: 13px;
	letter-spacing: 1px;
	position: absolute;
	padding-bottom: 10px;
	display: block;
}

.contactForm .formProgress {
	font-family: PTSansRegular;
	display: inline;
	margin-left: 20px;
}

#errorMessage {
	margin-left: 0px;
	margin-bottom: 30px;
	display: block;
	position: absolute;
}

.complete {
	display: inline;
	width: 200px;
}

/**** PULL DOWN CONTENT ****/
#container {
	width: 710px;
	margin-right: auto;
	margin-left: -355px;
	position: absolute;
	left: 50%;
}

#pull_down_content {
	height: auto;
	position: absolute;
	top: -370px; /* Increase to move header further off page */
background-color: rgba(0,0,0,0.9);
	border-radius: 0 0 9px 9px;
	z-index: 99999;
	margin-right: auto;
	margin-left: auto;
	width: 710px;
	color: rgba(255,255,255,1);
}

#bottom_image {
	position: absolute;
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	top: 42px;
	padding-left: 5px;
}

.more {
	font-family: PTSansRegular;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	position: relative;
	padding-top: 30px;
	cursor: pointer;
	padding-bottom: 10px;
	-webkit-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	-moz-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	-o-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	-ms-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
}

.more img {
	bottom: 12px;
	position: absolute;
	right: 122px;
}

.about {
	padding-top: 20px;
	padding-left: 20px;
	width: 370px;
	color: rgba(255,255,255,1);
	float: left;
}

p {
	font-family: PTSansRegular, Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,.8);
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 0px;
}

p a {
	color: #ccc;
	text-decoration: underline;
}

p a:hover {
	color: #fff;
}

.contact {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
	color: rgba(255,255,255,1);
	width: 300px;
	display: inherit;
	float: right;
}

.dropdown_heading {
	font-family: Nevis, PTSansRegular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgba(255,255,255,1);
	text-align: left;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 10px;
	font-weight: 500;
	-webkit-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	-moz-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	-o-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	-ms-text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
	text-shadow: .5px 0px 1px rgba(252, 225, 225, 1);
}

.dropdown_heading img {
	vertical-align: text-top;
	margin-bottom: 3px;
	padding-left: 10px;
}

#email {
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.6);
	height: 27px;
	width: 237px;
	border-radius: 2px;
	color: rgba(102,102,102,1);
	padding-left: 7px;
	z-index: 2;
	padding-right: 6px;
	margin-bottom: 2px;
	font-size: 14px;
	color: rgba(102,102,102,1);
	border: 0;
	outline: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#email:focus {
	-webkit-box-shadow: 0px 0px 13px 0px rgba(180,176,176,0.6);
	box-shadow: 0px 0px 13px 0px rgba(180,176,176,0.6);
}

#message {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: rgba(102,102,102,1);

	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.6);
	border-radius: 2px;
	color: rgba(102,102,102,1);
	padding-left: 0px;
	padding-right: 40px;
	z-index: 2;
	border: 0;
	outline: none;
	font-size: 14px;
	margin-top: 30px;
	padding-top: 10px;
	margin-bottom: 2px;
	padding-left: 10px;
	height: 150px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

#message:focus {
	-webkit-box-shadow: 0px 0px 13px 0px rgba(180,176,176,0.6);
	box-shadow: 0px 0px 13px 0px rgba(180,176,176,0.6);
}

.submit {
	background: rgba(102,102,102,1);
	border: solid rgba(102,102,102,1) 1px;
	width: 60px;
	height: 26px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 30px;
	cursor: pointer;
	border-radius: 5px;
}

.submit:hover {
	background: #999;
}

/****  SOCIAL LINKS  ****/
#social {
	margin-top: 15px;
	display: block;
	position: relative;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#social li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 30px;
}

#social li,#social a {
	height: 31px;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul#social li.dribbble a {
	background: url('./images/social_icons.png') no-repeat -4px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.dribbble a:hover {
	background: url('images/social_icons.png') no-repeat -4px -44px;
	width: 30px;
	height: 31px;
}

ul#social li.twitter a {
	background: url('./images/social_icons.png') no-repeat -40px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.twitter a:hover {
	background: url('images/social_icons.png') no-repeat -40px -44px;
	width: 30px;
	height: 31px;
}

ul#social li.facebook a {
	background: url('./images/social_icons.png') no-repeat -76px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.facebook a:hover {
	background: url('./images/social_icons.png') no-repeat -76px -44px;
	width: 30px;
	height: 31px;
}

ul#social li.googleplus a {
	background: url('images/social_icons.png') no-repeat -113px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.googleplus a:hover {
	background: url('images/social_icons.png') no-repeat -113px -44px;
	width: 30px;
	height: 31px;
}

ul#social li.linkedin a {
	background: url('images/social_icons.png') no-repeat -150px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.linkedin a:hover {
	background: url('images/social_icons.png') no-repeat -150px -44px;
	width: 30px;
	height: 31px;
}

ul#social li.tumblr a {
	background: url('images/social_icons.png') no-repeat -186px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.tumblr a:hover {
	background: url('images/social_icons.png') no-repeat -186px -44px;
	width: 30px;
	height: 31px;
}

ul#social li.forrst a {
	background: url('images/social_icons.png') no-repeat -222px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.forrst a:hover {
	background: url('images/social_icons.png') no-repeat -222px -44px;
	width: 30px;
	height: 31px;
}

ul#social li.vimeo a {
	background: url('images/social_icons.png') no-repeat -260px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.vimeo a:hover {
	background: url('images/social_icons.png') no-repeat -260px -44px;
	width: 30px;
	height: 31px;
}

ul#social li.blogger a {
	background: url('images/social_icons.png') no-repeat -300px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.blogger a:hover {
	background: url('images/social_icons.png') no-repeat -300px -44px;
	width: 30px;
	height: 31px;
}

ul#social li.wordpress a {
	background: url('images/social_icons.png') no-repeat -337px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.wordpress a:hover {
	background: url('images/social_icons.png') no-repeat -337px -44px;
	width: 30px;
	height: 31px;
}

ul#social li.youtube a {
	background: url('images/social_icons.png') no-repeat -373px -4px;
	width: 30px;
	height: 31px;
}

ul#social li.youtube a:hover {
	background: url('images/social_icons.png') no-repeat -373px -44px;
	width: 30px;
	height: 31px;
}

/**** LATEST TWEET ****/
#latest_tweet {
	display: inline;
}

#latest_tweet_icon {
	display: inline;
	position: absolute;
	margin-top: 70px;
}

#tweet {
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	color: rgb(204,204,204);
	font-family: PTSansRegular;
	padding-left: 0px;
	text-align: center;
	width: 500px;
	margin-top: 70px;
}

#tweet a {
	color: white;
	text-decoration: none;
}

#tweet a:hover {
	text-decoration: underline;
}
