@charset "utf-8";
body {
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	background: url(../images/noise-bg.jpg) repeat #f5f5f5;
}
.jumbotron {
	position: relative;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.4),0 0 30px rgba(0,0,0,.075);
	background: #63358C url(../images/subtle-bg.jpg) no-repeat;
	height: 548px;
	background-size: 100% 100%;
	overflow: hidden;
}
#layout2 .jumbotron, #layout2 .jumbotron {
	min-height: 548px;
	height: auto;
}
.masthead {
	margin-bottom: 0;
	color: #fff;
}
.masthead h1 {
	font-size: 50px;
	line-height: 1;
	letter-spacing: -2px;
}
.masthead p {
	font-size: 40px;
	font-weight: 200;
	line-height: 1.25;
}
.jumbotron .container {
	padding-top: 50px;
}
.mockup {
	background: url(../images/iphone-mockup.png) top center no-repeat;
	height: 450px;
	margin-top: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mockup:hover {
	margin-top: -20px;
}
.shadow {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -240px;
}
.subscribe {
	text-align: center;
	padding-top: 50px;
}
.subscribe h2 {
	font-size: 38px;
	font-weight: 600;
	color: #0e0d0d;
	line-height: 1;
	letter-spacing: -2px;
}
.subscribe h4 {
	font-size: 24px;
	font-weight: 400;
	color: #0e0d0d;
	line-height: 1.75;
}
.subscribe .input-xxlarge {
	height: 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 24px;
	font-weight: 400;
	line-height: 50px;
	padding: 4px 10px;
	margin: 15px 0;
	margin-right: 15px;
}
.subscribe .btn-warning {
	color: #F5F5F5;
	font-size: 24px;
	font-weight: 600;
	background-color: #63358C;*;
	background-color: #63358C;
	background-repeat: repeat-x;
	border-color: #9450d0 #9450d0 #9450d0 #9450d0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-image: linear-gradient(to bottom,#9450d0,#63358C);
}
.subscribe button.btn.btn-large {
	padding: 19px 40px;
}
.footer {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
}
.footer.footertext {
	color: #919191;
	font-size: 12px;
	font-weight: 300;
}
.socialicons a.icons {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-right: 15px;
	background: url(../images/social-icons.png) no-repeat;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.socialicons a.icons.facebook {
	background-position: 0 0;
}
.socialicons a.icons.facebook:hover {
	background-position: 0 -33px;
}
.socialicons a.icons.twitter {
	background-position: -33px 0;
}
.socialicons a.icons.twitter:hover {
	background-position: -33px -33px;
}
.socialicons a.icons.linkedin {
	background-position: -66px 0;
}
.socialicons a.icons.linkedin:hover {
	background-position: -66px -33px;
}
.Wrapcountdown {
	margin-top: 50px;
}
.Wrapcountdown p {
	font-size: 22px;
}
ul#countdown, ul#countdown li {
	list-style: none;
}
ul#countdown li {
	display: inline-block;
	width: 104px;
	margin-top: 1em;
	text-align: center;
}
ul#countdown li span {
	font-size: 3em;
	font-weight: bold;
	color: #FFF;
	height: 108px;
	line-height: 1.0;
	position: relative;
}
ul#countdown li p.timeRefDays, ul#countdown li p.timeRefHours, ul#countdown li p.timeRefMinutes, ul#countdown li p.timeRefSeconds {
	margin-top: 1em;
	color: #FFF;
	text-transform: uppercase;
	font-size: .875em;
}
.jumbotron .subscribe {
	padding-top: 35px;
}
.masthead #ticker, .masthead .query {
	font: 120% Georgia,"Times New Roman",Times,serif;
	color: #FFF;
	text-align: center;
}
.masthead #ticker p {
	font-size: 120%;
}
@media (max-width: 767px) {
.jumbotron {
	padding: 20px 20px;
	margin-top: -20px;
	margin-right: -20px;
	margin-left: -20px;
}
}
@media (max-width: 480px) {
.mockup {
	background-size: 100%;
}
}
