@font-face {

font-family: 'Gotham';

src: url('http://flocktag.com/css/font/GothamRnd-Light.otf') format('woff');

font-weight: normal;

font-style: normal;

}
	
html,body{
	height:100%;
	width:100%;
	position:relative;
	display:block;
	margin:0;
	padding:0;
	overflow-x:hidden;
	background-color:#F1F1F2;
	font-family:'Gotham';
}

#video-wrapper{
	height:100%;
	width:100%;
	background-color:transparent;
	position:absolute;
	top:0;
	display:none;
	z-index:100000;
	
}

#video-wrapper-exit{
	color:white;
	z-index:2;
	position:absolute;
	top:2em;
	right:2em;
	font-family:'Gotham';
	cursor:pointer;
}
#video-vimeo{
	z-index:2;
	position:relative;
	display:block;
	margin:0 auto;
	top:25%;
}

#video-wrapper-opacity{
	height:100%;
	width:100%;
	background-color:#84dae7;
	position:absolute;
	top:0;
	display:block;
	z-index:100000;
	background-image:url('http://flocktag.com/css/assets/sky.png');
	z-index:1;
}

/* NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV NAV */

#nav{
	width:90%;
	background-color:transparent;
	position:fixed;
	float:right;
	margin-top:2em;
	font-size:20px;
	font-family:'Gotham';
	color:white;
	left:5%;
	font-weight:100;
	padding-bottom:0.5em;
	z-index:100000000;
	
}

#nav-background{
	background-color:transparent;
	width:100%;
	position:fixed;
	height:4.5em;
	left:0;
	top:0;
	z-index:1;
}

#nav-inner-wrapper{
	
}

#logo{
	background: url('http://flocktag.com/css/assets/logo.png') no-repeat center;
	background-size:140px;
	height:1.5em;
	width:7.25em;
	position:relative;
	display:block;
	float:left;
	left:0em;
}

#nav-links{
	height:4em;
	width:20em;
	position:relative;
	float:right;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition:  all ease-in-out;
    transition:  all ease-in-out;
	z-index:100000000;
}

#nav-stripes{
	height:2em;
	width:2em;
	position:relative;
	display:none;
	background: url('http://flocktag.com/css/assets/stripes.png') no-repeat center; 
	background-size:35px;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition:  all ease-in-out;
    transition:  all ease-in-out;
	z-index:100000000;
	
}

#nav-stripes-blue{
	height:2em;
	width:2em;
	position:relative;
	display:none;
	background: url('http://flocktag.com/css/assets/stripes-blue.png') no-repeat center; 
	background-size:35px;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition:  all ease-in-out;
    transition:  all ease-in-out;
	z-index:100000000;
	
}

a#business{
	float:right;
	margin-right:1em;
	font-family:'Gotham';
	color:white;
	text-decoration:none;
	padding:0.35em 1em;
	font-size:17px;
	font-weight:700;
	letter-spacing:-0.25px;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition:  all ease-in-out;
    transition:  all ease-in-out;
}


a#login{
	float:right;
	color:white;
	text-decoration:none;
	background-color:#1276AB;
	padding:0.35em 1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:17px;
	font-weight:700;
	letter-spacing:-0.25px;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition:  all ease-in-out;
    transition:  all ease-in-out;
}

a#login:hover{
	background-color:#126387;
}
#howitworks{
	float:right;
	color:white;
	text-decoration:none;
	cursor:pointer;
	padding:0.35em 1em;
	font-size:17px;
	font-weight:700;
	letter-spacing:-0.25px;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition:  all ease-in-out;
    transition:  all ease-in-out;
}

#logotwo{
	background: url('http://flocktag.com/css/assets/tag.png') no-repeat center; 
	background-size:90px;
	height:7em;
	width:15em;
	position:relative;
	display:block;
	float:left;
	top:1em;
	left:-3em;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}



#logotype{
	background: url('http://flocktag.com/css/assets/logo.png') no-repeat center; 
	background-size:120px;
	height:7em;
	width:15em;
	position:relative;
	display:block;
	left:-1.15em;
	top:5em;
	
}

#logout{
	background: url('http://flocktag.com/css/assets/logout.png') no-repeat center; 
	background-size:100px;
	height:2em;
	width:10em;
	position:relative;
	display:block;
	float:right;
	margin:0;
	padding:0;
	cursor:pointer;
	opacity:0.85;
	top:1em;
	
}

#logout:hover{
	opacity:1;
}

/* END NAV */

/* NOTIFY WRAPPER */

#landing-wrapper{
	height:655px;
	background: #0484bc; /* Old browsers */
	background: -moz-linear-gradient(top, #0484bc 0%, #84dae7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0484bc), color-stop(100%,#84dae7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0484bc 0%,#84dae7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0484bc 0%,#84dae7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0484bc 0%,#84dae7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0484bc 0%,#84dae7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0484bc', endColorstr='#84dae7',GradientType=0 ); /* IE6-9 */
	width:100%;
	position:relative;
	top:0;
}

#gray-street{
	background-color:blue;
	
}

#notify-wrapper{
	width:44em;
	height:22em;
	background-color:transparent;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
}

.box {  
    width: 300px;  
    height: 300px;  
    -webkit-transition: width 2s ease, height 2s ease;  
    -moz-transition: width 2s ease, height 2s ease;  
    -o-transition: width 2s ease, height 2s ease;  
    transition: width 2s ease, height 2s ease;  
}  
  
.box-change {  
    width: 400px;  
    height: 400px;  
} 

.deal_bogo{
	background: url('http://flocktag.com/css/deal_assets/deal_bogo.png') no-repeat center; 
	background-size:160px;
	height:8em;
	width:10em;
	background-color:none;
	position:absolute;
	float:left;
	margin-left:37em;
	margin-top:6em;
	
		/*animation:deal_bogo 3s;
	animation-timing-function:linear;
	animation-delay:0.5;
	animation-fill-mode:forwards;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-webkit-animation:deal_bogo 3s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-delay:0.5s;
	-webkit-animation-fill-mode: forwards;
	

    -webkit-animation: pin_one 6s 1 linear; 
    -moz-animation:    pin_one 6s  linear; 
    -o-animation:      pin_one 6s  linear;
    animation:         pin_one 6s  linear;*/
}

/* PIN KEYFRAMES */

/*

@-webkit-keyframes deal_bogo  {
  0%    { margin-top: 22em; }
  35%   { margin-top: 22em; }
  40%   { margin-top: 6em; }
  50%   { margin-top: 7em; }
  55%   { margin-top: 6em; }
  100%  { margin-top: 6em; }

}
@-moz-keyframes  cloudone {
	  0%   { left: -25em; }
	  100% { left: -10em; }
  0%   { opacity: 1; }
}
@-o-keyframes  cloudone {
	  0%   { left: -25em; }
	  100% { left: -10em; }
  0%   { opacity: 1; }
}

@keyframes cloudone {
	  0%   { left: -25em; }
	  100% { left: -10em; }
  		0%   { opacity: 1; }
}
*/

#deal_bogo_text{
	position:absolute;
	top:-1em;
	color:white;
	font-size:23px;
	left:0.25em;
	width:10em;
	letter-spacing:0.5px;
}
#deal_taco_image{
	background: url('http://flocktag.com/css/deal_assets/deal_taco_image.png') no-repeat center; 
	background-size:90px;
	height:8em;
	width:15em;
	background-color:none;
	position:absolute;
	float:left;
	margin-top:-3.45em;
	margin-left:-2.5em;
	
}

#deal_latte_text{
	position:absolute;
	top:-3em;
	color:white;
	font-size:23px;
	left:2.75em;
	width:10em;
	letter-spacing:0.5px;
}
.deal_latte{
	background: url('http://flocktag.com/css/deal_assets/deal_latte.png') no-repeat center; 
	background-size:160px;
	height:8em;
	width:15em;
	background-color:none;
	position:absolute;
	float:left;
	margin-left:-5em;
	margin-top:8em;
	
	/*animation:deal_latte 3s;
	animation-timing-function:linear;
	animation-delay:0s;
	animation-fill-mode:forwards;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-webkit-animation:deal_latte 3s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-delay:0s;
	-webkit-animation-fill-mode: forwards;*/
	
}
/*
@-webkit-keyframes deal_latte  {
  0%   { margin-top: 20em; }
  35%   { margin-top: 20em; }
  40%   { margin-top: 8em; }
  50% { margin-top: 9em; }
  55% { margin-top: 8em; }
  100% { margin-top: 8em; }

}*/

#deal_latte_image{
	background: url('http://flocktag.com/css/deal_assets/deal_latte_image.png') no-repeat center; 
	background-size:90px;
	height:8em;
	width:15em;
	background-color:none;
	position:absolute;
	float:left;
	margin-top:-3.5em;
	margin-left:-0.5em;
	
}

.deal_burger{
	background: url('http://flocktag.com/css/deal_assets/deal_burger.png') no-repeat center; 
	background-size:160px;
	height:8em;
	width:15em;
	background-color:none;
	position:absolute;
	float:left;
	margin-left:15em;
	margin-top:2em;
	
	/*animation:deal 3s;
	animation-timing-function:linear;
	animation-delay:0.4s;
	animation-fill-mode:forwards;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-webkit-animation:deal_burger 3s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-delay:0.4s;
	-webkit-animation-fill-mode: forwards;*/
	
}

#deal_burger_image{
	background: url('http://flocktag.com/css/deal_assets/deal_burger_image.png') no-repeat center; 
	background-size:75px;
	height:8em;
	width:15em;
	background-color:none;
	position:absolute;
	float:left;
	margin-top:-4.25em;
	margin-left:1em;
	
}


/*
@-webkit-keyframes deal_burger  {

  0%    { margin-top: 20em; }
  35%   { margin-top: 20em; }
  40%   { margin-top: 2em; }
  50%   { margin-top: 4em; }
  55%   { margin-top: 2em; }
  100%  { margin-top: 2em; }
  }*/


.pulsing-deal{
	background: url('http://flocktag.com/css/assets/pin_heart.png') no-repeat center; 
	background-size:80px;
	height:8em;
	width:5em;
	background-color:none;
	position:absolute;
	float:left;
	margin-left:30em;
	margin-top:0em;

    -webkit-animation: pound 0.5s infinite linear; /* Safari 4+ */
    -moz-animation:    feed 6s infinite linear; /* Fx 5+ */
    -o-animation:      feed 6s infinite linear; /* Opera 12+ */
    animation:         feed 6s infinite linear; /* IE 10+ */
	
}

@-webkit-keyframes pound {
	0% { margin-top:0.5em; }
	50% { margin-top:0em; }
	100% { margin-top:0.5em; }
}
/* END NOTIFY WRAPPER */


#landing-content{
	height:100%;
	width:100%;
	position:relative;
	background-color:lightbrown;
	top:0;
}

#headline{
	text-align:center;
	font-size:32px;
	font-family:'Gotham';
	position:relative;
	color:white;
	margin:0 auto;
	top:6em;
	
}

#birds{
	background: url('http://flocktag.com/css/assets/birds.png') no-repeat;
	background-size:400px;
	width:30em;
	height:10em;
	position:absolute;
	display:none;
	margin:0 auto;
	left:0;
	right:0;
	top:8em;
}

#city{
    background: url('http://flocktag.com/css/assets/city.png') repeat-x; 
	background-size:700px;
	height:13.65em;
	width:44em;
	position:absolute;
	bottom:0;
	z-index:3;
	left:0;
	right:0;
	margin:0 auto;
}

#city-back{
  	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	z-index:1;
}

#sidewalk-wrapper{
	background-color:#DFDFE1;
	height:1.3em;
	width:100%;
	position:absolute;
	bottom:0em;
	z-index:3;
}

#sidewalk-dark{
	background-color:#A1A2A2;
	height:0.25em;
	bottom:0em;
	width:100%;
	position:absolute;
}

#iphone{
	
    background: url('http://flocktag.com/css/assets/phone.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height:100%;
	width:100%;
	position:relative;
}

#iphone-splash{
	/*background: url('http://flocktag.com/css/splash.png') no-repeat center; */
	background-size:173px;
	height:33em;
	width:25em;
	position:relative;
	margin:0 auto;
	z-index:2;
	left:0.2em;
	background-color:transparent;
	
}

#iphone-shadow{
	background: url('http://flocktag.com/css/assets/shadow.png') no-repeat center; 
	background-size:715px;
	height:55em;
	width:45em;
	position:absolute;
	margin:0 auto;
	left:26em;
	right:0;
	top:2.3em;
	z-index:1;
	opacity:0.6;
	display:none;
}

#splash{
	height:100%;
	width:100%;
	background: url('http://flocktag.com/css/assets/city.png') no-repeat center;
	background-size:204px;
	position:absolute;
	left:0.2em;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition:  all ease-in-out;
    transition:  all ease-in-out;
}

/* CLOUDS */

.clouds {
	position: absolute;
	top:14em;
	left:0;
	bottom: 0;
	right: 0;
	width:100%;
	height:10em;
	background-color:transparent;
	overflow:hidden;
	z-index:1;
}

	

[class^="cloud-"] {
	position: absolute;
	right: 120%;
	width: 200px;
  	height: 60px;
	background: transparent;
	-webkit-border-radius: 200px;
	        border-radius: 200px;
}

.cloud-1 {
	background: url('http://flocktag.com/css/assets2/cloud1.png') no-repeat center; 
	background-size:70px;
	width:15em;
	height:15em;
	top:5px;
	-webkit-animation: moveclouds 30s linear infinite;
	   -moz-animation: moveclouds 30s linear infinite;
	     -o-animation: moveclouds 30s linear infinite;
	        animation: moveclouds 30s linear infinite;
}

.cloud-2 {
	background: url('http://flocktag.com/css/assets2/cloud2.png') no-repeat center; 
	background-size:65px;
	width:12em;
	height:12em;
	top: 20px;
 	opacity: 0.8;

	-webkit-animation: moveclouds 45s linear infinite;
	-moz-animation: moveclouds 45s linear infinite;
	-o-animation: moveclouds 45s linear infinite;
	animation: moveclouds 45s linear infinite;
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	animation-delay: 5s;
}

.cloud-3 {
	background: url('http://flocktag.com/css/assets2/cloud3.png') no-repeat center; 
	background-size:60px;
	width:10em;
	height:12em;
	top: 10px;
	
  opacity: 0.6;
	-webkit-animation: moveclouds 40s linear infinite;
	   -moz-animation: moveclouds 40s linear infinite;
	     -o-animation: moveclouds 40s linear infinite;
	        animation: moveclouds 40s linear infinite;
}

.cloud-4 {
	background: url('http://flocktag.com/css/assets2/cloud5.png') no-repeat center; 
	background-size:50px;
	width:7em;
	height:8em;
	top: 10px;

  opacity: 0.75;
	-webkit-animation: moveclouds 26s linear infinite;
	   -moz-animation: moveclouds 26s linear infinite;
	     -o-animation: moveclouds 26s linear infinite;
	        animation: moveclouds 26s linear infinite;
	-webkit-animation-delay: 8s;
     -moz-animation-delay: 8s;
          animation-delay: 8s;
}

.cloud-5 {
	background: url('http://flocktag.com/css/assets2/cloud4.png') no-repeat center; 
	background-size:50px;
	width:8em;
	height:10em;
	top: 5px;
	
  opacity: 0.85;
  -webkit-transform: scale(0.75);
	   -moz-transform: scale(0.75);
	        transform: scale(0.75);
	-webkit-animation: moveclouds 30s linear infinite;
	   -moz-animation: moveclouds 30s linear infinite;
	     -o-animation: moveclouds 30s linear infinite;
	        animation: moveclouds 30s linear infinite;
	-webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes moveclouds {
	0%   { right: -20%; }
	100% { right: 120%; }
}
@-moz-keyframes moveclouds {
	0%   { right: -20%; }
	100% { right: 120%; }
}
@-o-keyframes moveclouds {
	0%   { right: -20%; }
	100% { right: 120%; }
}

/* END CLOUDS */

/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
 
#footer-wrapper{
	/*height: -moz-calc(100% - 655px);
	height: -webkit-calc(100% - 655px);*/
	height:2em;
	background-color:#F1F1F2;
	position:relative;
	z-index:4;
	padding-top:1em;
	padding-bottom:1em;
	
}

#footer-link-wrapper{
	float:left;
	left:5%;
	position:absolute;
	background-color:transparent;
}

.footer-link{
	font-family:'Gotham';
	font-weight:100;
	float:left;
	opacity:0.8;
	color:#7D7E81;
	font-size:15px;
	cursor:pointer;
}

.footer-link:hover{
	color:#00ADEE;
	opacity:1;
}
a.contact{
	margin-left:1em;
	text-decoration:none;
}

a.privacy{
	margin-left:1em;
	text-decoration:none;
}

a.legal{
	text-decoration:none;
}

a.terms{
	text-decoration:none;
	margin-left:1em;
}
#social-wrapper{
	height:3em;
	width:8em;
	background-color:transparent;
	position:relative;
	float:right;
	right:4%;
	margin-top:2em;
}

a#social-twitter{
	background: url('http://flocktag.com/css/assets/twitter_logo_gray.png') no-repeat center; 
	background-size:23px;
	height:2.5em;
	width:2.5em;
	background-color:white;
	border-radius:50%;
	float:right;
	margin-right:1em;
}

a#social-facebook{
	background: url('http://flocktag.com/css/assets/facebook_logo_gray.png') no-repeat center; 
	background-size:12px;
	height:2.25em;
	width:2.25em;
	background-color:white;
	border-radius:50%;
	float:right;
	margin-right:1em;
}

#flocktag-copyright-wrapper{
	
	font-family:'Gotham';
	margin-left:1em;
	right:5%;
	position:absolute;
	color:#00ADEE;
	opacity:0.45;
	color:#7D7E81;
	font-size:14px;
	font-weight:700;
}

/*#flocktag-copyright-wrapper:hover{
	color:#00ADEE;
	opacity:1;
}*/

#flocktag-copyright{
	font-family:'Gotham';
	margin-left:0.25em;
	position:relative;
	float:left;
	font-size:700;

	
}

#copyright{
	margin-left:0.25em;
	position:relative;
	float:left;
	font-weight:700;
}

/* FAQ = BUT REALLY JUST ALL SUBSEQUENT "OFFICE" PAGES */

#nav-faq{
	width:90%;
	background-color:transparent;
	position:relative;
	margin-top:2em;
	font-size:20px;
	font-family:'Gotham';
	color:white;
	left:5%;
	font-weight:100;
	padding-bottom:0.25em;
	z-index:100000000;
}

a#logo-blue{
	background: url('http://flocktag.com/css/assets/logo_blue.png') no-repeat center;
	background-size:140px;
	height:1.5em;
	width:7.25em;
	position:relative;
	display:block;
	float:left;
	left:0em;
	z-index:100000000;
}

a#business-blue{
	float:right;
	margin-right:1em;
	font-family:'Gotham';
	color:#00ADEE;
	text-decoration:none;
	padding:0.35em 1em;
	font-size:17px;
	font-weight:700;
	letter-spacing:-0.25px;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition:  all ease-in-out;
    transition:  all ease-in-out;
}

#howitworks-blue{
	float:right;
	color:#00ADEE;
	text-decoration:none;
	cursor:pointer;
	padding:0.35em 1em;
	font-size:17px;
	font-weight:700;
	letter-spacing:-0.25px;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition:  all ease-in-out;
    transition:  all ease-in-out;
}


.faq-footer{
	position:relative;
	padding-bottom:1em;
	
}

#faq-wrapper{
	position:relative;
	display:block;
	background-color:white;
	width:90%;
	margin:0 auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top:7em;
	
}

a#login-blue{
	float:right;
	color:white;
	text-decoration:none;
	background-color:#00ADEE;
	padding:0.35em 1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:17px;
	font-weight:700;
	letter-spacing:-0.25px;
    -webkit-transition: all ease-in-out;
    -moz-transition: all ease-in-out;
    -o-transition:  all ease-in-out;
    transition:  all ease-in-out;
}

a#login-blue:hover{
	background-color:#126387;
}

.faq-filler-small{
	height:2em;
	position:relative;
	width:100%;
}
.faq-filler{
	height:5em;
	position:relative;
	width:100%;
}
.faq-section{
	background-color:transparent;
	width:80%;
	margin:0 auto;
	position:relative;
	margin-top:2em;
}

.faq-question{
	margin-top:1em;
	position:relative;
	font-size:20px;
	font-weight:700;
}

.faq-answer{
	margin-top:1em;
	position:relative;
}

#contact-footer-wrapper{
	/*height: -moz-calc(100% - 655px);
	height: -webkit-calc(100% - 655px);*/
	height:2em;
	background-color:#F1F1F2;
	position:absolute;
	z-index:4;
	bottom:0;
	width:100%;
	padding-bottom:1em;

}

/* MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY MEDIA QUERY */
 
@media (max-width: 608px) {
	
	#city{
	    background: url('http://flocktag.com/css/assets/city_small.png') repeat-x; 
		background-size:700px;
		height:13.65em;
		width:44em;
		position:absolute;
		bottom:0;
		z-index:2;
		left:0;
		right:0;
		margin:0 auto;
	    -webkit-transition: all ease-in-out;
	    -moz-transition: all ease-in-out;
	    -o-transition:  all ease-in-out;
	    transition:  all ease-in-out;
	}
	
	#nav-inner-wrapper{
		background-color:transparent;
		width:2em;
		overflow:hidden;
		float:right;
	}
	
	#nav-links{
		height:4em;
		width:4em;
		position:absolute;
		top:3em;
		display:none;
	    -webkit-transition: all ease-in-out;
	    -moz-transition: all ease-in-out;
	    -o-transition:  all ease-in-out;
	    transition:  all ease-in-out;
	}
	
	#nav-stripes{
		display:block;
	    -webkit-transition: all ease-in-out;
	    -moz-transition: all ease-in-out;
	    -o-transition:  all ease-in-out;
	    transition:  all ease-in-out;
	}
	
	#nav-stripes-blue{
		display:block;
	    -webkit-transition: all ease-in-out;
	    -moz-transition: all ease-in-out;
	    -o-transition:  all ease-in-out;
	    transition:  all ease-in-out;
	}
	
	#notify-wrapper{
		display:none;
	    -webkit-transition: all .15s ease-in-out;
	    -moz-transition: all .15s ease-in-out;
	    -o-transition: all .15s ease-in-out;
	    transition: all .15s ease-in-out;
	}
	
	#footer-link-wrapper{
		position:relative;
		left:5%;
	}
	
	#flocktag-copyright-wrapper{
		position:relative;
		width:10em;
		right:0 !important;
		top:1em;
	}
	
	#social-wrapper{
	
		left:0;
		position:absolute;
		margin-top:4em;
	}
	
	.lightbox {
		width:800px;
	}
	.lightbox {
		color:#fff;
		width:1024px;
		padding:20px;
		position:relative;
		display: none;
		z-index:999999999999;
	}
	.lightbox .hax {
		background:#000;
	}
	.lightbox .close {
		float:right;
		background:url(http://flocktag.com/css/assets/close.png) no-repeat;
		display: block;
		width:27px;
		height:27px;
	}
	.lightbox .close:hover {
		cursor: pointer;
	}
	.lightbox .lightbox-text {
		position:relative;
		z-index: 2;
	}
	.lightbox h3 {
		font-size:2em;
		padding-bottom:15px;
	}
	.lightbox p {
		padding-bottom:10px;
	}
	.hax {
		position:absolute;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
		display: block;
		z-index:1;
	}
	.opc {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	  filter: alpha(opacity=75);
	  -moz-opacity: 0.75;
	  -khtml-opacity: 0.75;
	  opacity: 0.75;
	}
	.small_caps {
		text-transform: uppercase;
		font-size: .8em;
	}
	.hidden {
		display: none;
	}
	div.q {
		display: block;
		border-bottom:1px solid #5ea0c3;
		padding-bottom:30px;
		width:800px;
		margin:0px auto;
		margin-top:10px;
	}
	
	div.q.last{
		border:none;
	}
	
	p.q {
		font-size:24px;
		font-weight:900;
		color:#f7a145;
		padding-bottom:10px;
		text-shadow: 1px 1px 3px white, 0px 2px 2px white;
	}
	p.a {
		font-size:16px;
		font-weight:900;
		color:#1d3d74;
		line-height:24px;
	}
	.flock {
		font-weight:700;
	}
	.tag {
		text-transform: uppercase;
		font-size:.8em;
	}
}