﻿/********************************************************************
	TOONJUICE CSS STYLESHEET
*********************************************************************/
body {
	background-image: url(../../../toonjuice/images/patterns/overlay-white.png);
	background-color: #7E9714;
	-webkit-font-smoothing: antialiased; /* Macintosh safari font fix */
	color: white;
}

/********************************************************************
	Typography, etc
*********************************************************************/

#logo,
#countdown, 
#social,
#subscribe,
#land-footer p {text-align: center; vertical-align:bottom;}

#logo h1 {      /* Text Logo */
	margin-top: -30px;
	margin-bottom: -120px;
	vertical-align:bottom;

	font-family: 'Fredoka One', cursive;
	font-size: 60px;
	font-weight: 200;

	text-shadow: 3px 3px rgba(79, 90, 3, .7),
	0 0 3px rgba(0,0,0,.5);

}

#land-page h2,   /* About Us, Last tweets, Gallery */
#logo p,         /* Our website is coming soon */
#subscribe p,    /* "Small things..."*/
#land-footer p,  /* "2013 Company name..." */
#loader p,       /* Loading... */
#sb-submit,      /* Notify Me */
#sb-email {
	font-family: 'Boogaloo', cursive;
}

#logo p {        /* Our website is coming soon */
	margin-top: -5px;
	font-size: 25px;

	text-shadow: 2px 2px rgba(62, 71, 3, .7),
	0 0 2px rgba(0,0,0,.6);
		
}

#subscribe p,    /* "Small things..." */
#land-footer p { /* "Company name..." */
	font-size: 25px;
	
	text-shadow: 2px 2px rgba(0,0,0,.4),
	0 0 2px rgba(0,0,0,.6);		
	
}

#countdown {     /* Countdown digits */
	font: 80px 'Fascinate', cursive;
	font-weight: 400;

	text-shadow: 3px 3px rgba(62, 71, 3, .6),
	0 0 3px rgba(0,0,0,.5);
}

#land-page h2 {  /* About Us, Last tweets, Gallery */
	font-size: 35px;
	font-weight: 200;
	text-shadow: 2px 2px rgba(0,0,0,.4),
	0 0 2px rgba(0,0,0,.6);	

}

#land-page,      /* Regular text */
.tweet_text a {  /* Twitter links */
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color: white;
	
}	

#sb-submit,       /* Notify Me */
#sb-email {
	font-size: 17px;
	font-weight: 200; /* force it */
	-webkit-font-smoothing: antialiased;
	color: white;
}

#sb-email {color: #54aed7}	

.tweet_time a {    /* Twitter timestamp */ 
	margin-left: 5px;
	margin-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	float: right;

	background-color: rgba(0,0,0,.2);
	color: white;
	
	font-size: 12px;
	
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2 ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in; 	
}

.tweet_time a:hover {
	background-color: #54AED7;
	text-decoration: none;
}

/********************************************************************
	loader 
*********************************************************************/
#loader p {
    position: absolute;
    
    top: 50%;
    left: 50%;

    margin-left: -65px; 
    margin-top: -15px;
    
    width: 130px;
    height: 30px;    
	
	font-size: 30px;
}

/********************************************************************
	Main Header
*********************************************************************/
#welcome {
	position: absolute;

	width: 100%;
	height: 420px;
	
	top: 0;
	z-index: 900;
}

#logo img {
	padding: 0;
	margin-top: 35px;
}

/********************************************************************
	Animated Header
*********************************************************************/
#land-intro {margin: 0; padding: 0;}

#stage-wrap  {
	position: relative;
	width: 100%;
	padding-top: 420px;
}

#stage {
	top: 0;
	left: 0;
	z-index: 100;
	background: transparent url(../../../toonjuice/images/header/sky.png) 0 0 repeat-x;
}

.stage {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 420px;
	top: 0;
	left: 0;
}

/********************************************************************
	Animated Header Layers
*********************************************************************/
#clouds {
	background: transparent url(../../../toonjuice/images/header/clouds.png) 220px 10px repeat-x;
}
#mountains {
	background: transparent url(../../../toonjuice/images/header/mountains.png) -100px 43px repeat-x;
}
#hills2 {
	background: transparent url(../../../toonjuice/images/header/hills2.png) 100px 169px repeat-x;
}
#hills1 {
	background: transparent url(../../../toonjuice/images/header/hills1.png) 600px 124px repeat-x;
}

/********************************************************************
	Panning control 
*********************************************************************/ 
.direction {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 900;
}

.xleft {left:0;top:0;}
.xright {right:0;top:0;}

/********************************************************************
	Social buttons
*********************************************************************/
#social {
	position: absolute;
	width: 100%;
	top: 320px;
	z-index: 999;
}

#social a {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
	
#social img {
	width: 70px;
	max-width: 70px; /* hello ie8 */
	height: 70px;
	overflow: hidden;
	z-index: 999;
	

	-webkit-border-radius: 150px;	
	-moz-border-radius: 150px;
	-ms-border-radius: 150px;
    -o-border-radius: 150px;
	border-radius: 150px;

	border-style: none;

	box-shadow: 4px 1px 0 rgba(0,0,0,.4),
	0 0 3px rgba(0,0,0,.5);
	background-color: #7e9714;
		
	
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in; 	
}

#social a:hover img{
	box-shadow: 4px 1px 0 #54aed7,
	0 0 3px #54aed7;
	background-color: #54aed7;
}

/********************************************************************
	NotifyMe Section 
*********************************************************************/
#subscribe {
	padding: 18px;
}

#subscribe p {
	margin-top: 5px;
	margin-bottom: 5px;
}	

#sb-email {
	padding: 6px 9px;
	width: 380px;
	height: 23px;
	
	background: white;
	border-style: none;
	
	box-shadow: 0 0 2px rgba(0,0,0,.5);	

	-webkit-border-radius: 50px 3px 3px 50px;	
	-moz-border-radius: 50px 3px 3px 50px;
	-ms-border-radius: 50px 3px 3px 50px;
    -o-border-radius: 50px 3px 3px 50px;
	border-radius: 50px 3px 3px 50px;
	
}

#sb-submit {
	width: 160px;
	height: 35px;
	background: #54aed7;
	margin: 0 0 0 10px;
	padding: 0;
	
	cursor: pointer;

	-webkit-border-radius: 3px 50px 50px 3px;	
	-moz-border-radius: 3px 50px 50px 3px;
	-ms-border-radius: 3px 50px 50px 3px;
    -o-border-radius: 3px 50px 50px 3px;
	border-radius: 3px 50px 50px 3px;	

	border-style: none;
	
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2 ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in; 	

	text-shadow: 1px 1px rgba(0,0,0,.4),
	0 0 2px rgba(0,0,0,.6);	

	box-shadow: 0 0 2px rgba(0,0,0,.5);	

}

#sb-submit:hover {
	background: #b5db09;
}

/********************************************************************
	Main Content Section 
*********************************************************************/
#land-page {
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #95b008;
	background-image: url(../../..toonjuice/images/patterns/dots.png);
}

#subscribe,
#land-footer {
	background-color: #7f9612;
	background-image: url(../../..toonjuice/images/patterns/overlay-white.png);
	border-top: 4px solid white;
	border-bottom: 4px solid white;
}

/********************************************************************
	Responsive
*********************************************************************/
@media (max-width: 767px) {
	#sb-email {
		width: 50%;
		margin: 0;
	}
	#sb-submit {
		width: 40%;
		margin: 0;
	}
	#land-page {
		padding-left: 10px;
		padding-right: 10px;
	}
	#subscribe {
		border-bottom: none;
	}
	#land-page, #lasttweets, #gallery {
		border-top: 5px solid white;		
	}
	#social {
		top: 220px; /*top: 170px;*/
	}	
	#social a {
		padding: 1.4% 2%;
	}	
}

@media (max-width: 360px) {
	#logo h1 {
		
	}
	#sb-email {
		width: 100%;
		margin: 0;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 20px;
		
		-webkit-border-radius: 50px;	
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
    	-o-border-radius: 50px;
		border-radius: 50px;	
	}
	#sb-submit {
		width: 100%;
		margin: 0;
		
		-webkit-border-radius: 50px;	
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
    	-o-border-radius: 50px;
		border-radius: 50px;	
	}	
	#social {
		top: 220px;
	}	
}	

/********************************************************************
	Last Tweets
*********************************************************************/
.tweet_list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y: hidden;
}

.tweet_list li {
	padding-bottom: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	list-style: none
}

.tweet_list .tweet_avatar {
	padding-right: 10px;
	float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

/********************************************************************
	Thumbnails
*********************************************************************/
.thumbnails {
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style: none;
}

.thumbnails li a{
	padding: 0;
}

.thumbnails li {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	height:20%
	margin: 2%;
	
	border: 4px solid white;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    
	box-shadow: 4px 2px 0 rgba(0,0,0,.4),
	0 0 3px rgba(0,0,0,.5);
	   
	
	-webkit-border-radius: 2px;	
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
    -o-border-radius: 2px;
	border-radius: 2px;	
	
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in; 	
}

.thumbnails img {
	display: block;
	width: 100%;
}

.thumbnails li:hover {
	box-shadow: 4px 2px 0 #54aed7,
	0 0 3px rgba(0,0,0,.5);	
}

/********************************************************************
	Countdown User Style
*********************************************************************/
#countdown {
	position: absolute;
	top: 135px;
	left: 0;
	right: 0;
    margin-left: auto;
    margin-right: auto;
	z-index: 995;    
}

#counttype {
	position: absolute;
	top: 240px;		
	left: 0;
	right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 995;
}

#counttype p {
	display: inline-block;
	width: 140px;
}
#counttype span {
	display: inline-block;
	width: 0;
}
/********************************************************************
	Countdown Internal classes
*********************************************************************/
.position {
	display: inline-block;
	height: 180px;
	width: 50px;
	overflow: hidden;
	position: relative;
}

.digit {
	position: absolute;
	display: block;
	width: 20px;
	text-align: center;
	color: #fff;
}

.countdownSep {
	display: inline-block;
	width: 40px;
}

/* Please do not remove the following empty class */
.static {}
