/* 
Theme Name: Launcher
Theme URI: http://mythemeshop/themes/launcher
Description: Under construction and coming soon WordPress Theme.
Version: 1.1
Author: MyThemeShop
Author URI: http://mythemeshop.com

*/
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/league_gothic-webfont.eot');
	src: url('fonts/league_gothic-webfont.eot?#iefix') format('eot'),
		url('fonts/league_gothic-webfont.woff') format('woff'),
		url('fonts/league_gothic-webfont.ttf') format('truetype'),
		url('fonts/league_gothic-webfont.svg#webfonti0SWNkfZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

:focus {
	outline: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'LeagueGothicRegular', sans-serif;
	text-transform: uppercase;
	color: #5c5c5c;
	background-color: #fe6e31;
}

ol,ul {
	list-style: none;
	margin-left: 0;
}

#cntdwn ul {
	margin-left: 0;
	padding-left: 0;
}

#cntdwn ul li {
	width: 50px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.followus {
	font-size: 25px;
	color: #BBB;
	float: left;
	margin-left: 10px;
	vertical-align: middle;
}

.twitter {
	background: url('images/twitter.png') no-repeat;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 10px;
}

.facebook {
	background: url('images/facebook.png') no-repeat;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 10px;
}

.rss {
	background: url('images/rss.png') no-repeat;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 10px;
}

p {
	margin: 0;
}

.text {
	display: block;
	font-size: 40px;
	padding-top: 8px;
}

.countdown {
	display: block;
	position: absolute;
	margin-top: 3em;
}

#cntdwn b {
	font-size: 38px;
	font-weight: normal;
}

h1 a,#days,#hours,#minutes,#sec-number {
	color: #FE6514;
	text-decoration: none;
}

.timeDescription {
	font-family: sans-serif;
	font-size: 11px;
	color: #b1b1b1;
}

#cntdwn {
	position: relative;
}

.text-orange {
	color: #FE6514;
	text-decoration: none;
}

/*------------------------------------------------------------------------------*/
#f-page {
	height: 100%;
	width: 100%;
	background-color: #fff;
}

/*----------------------------------------------------------*/
#f-header {
	height: 80px;
	width: 100%;
}

#logo {
	display: block;
	width: 100%;
	height: 70px;
	background: url('images/logo-fhoster.png') no-repeat 8px 8px;
}

#social {
	position: absolute;
	top: 20px;
	right: 20px;
}
/*----------------------------------------------------------*/
#f-body {
	width: 100%;
	padding-top: 50px;
	background: url('images/launchpad.png') no-repeat 10px bottom;
}

#f-content {
	height: 400px;
	width: 900px;
	margin: auto;
}

.maintenance {
	background: url('images/maintenance.jpg') no-repeat right bottom;
}

.stop {
	background: url('images/stop.png') no-repeat right 60px;
}

#countdown-wrapper {
	height: 160px;
	width: 480px;
	overflow: hidden;
}

#f-countdown {
	width: 480px;
}

#f-comeback {
	position: relative;
	top: 0px;
	left: 190px;
	width: 280px;
}
.shake-wrapper{
	position: absolute;
	left: -250px;
	top: 170px;
}
/*----------------------------------------------------------*/
#f-footer {
	background-color: #fe6e31;
	height: 50px;
	width: 100%;
}

.copyright {
	float: right;
	color: #9E3400;
	padding: 5px;
	overflow: visible;
}

/*-----------------------------------------[ 900 ]-------------------------------------*/
/* @media screen and (max-width:900px) {
	#f-content{
		background-image: none;
	}
	#f-body{
		width:700px;
	}
} */
/*-----------------------------------------[ 750 ]-------------------------------------*/
@media screen and (max-width:750px) {
	#f-comeback {
		display: none;
	}
	#social {
		display: none;
	}
	#f-content {
		width: 480px;
		text-align: center;
	}
	.maintenance,.stop {
		background-image: none;
	}
	#logo {
		background: url('images/logo-fhoster.png') no-repeat center 8px;
	}
	#f-body {
		background: url('images/launchpad.png') no-repeat right bottom;
	}
}