/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}


body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
	font-family: 'Arvil_Sans';
	src: url('fonts/Arvil_Sans.eot');
	src: local('Arvil_Sans'), url('fonts/Arvil_Sans.woff') format('woff'), url('fonts/Arvil_Sans.ttf') format('truetype'), url('fonts/Arvil_Sans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}*/

h1, h2, h3, ul, li { margin: 0px; padding: 0px; font-weight: normal; }
   

h2{
	font-size: 24px;
	color: #666;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

h3
{
	font-size: 17px;
	font-weight: bold;
	color: #ed1c24;
}

body { 
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #808080;
	font-size: 14px;
	margin: 0px; padding: 0px;
	background-color: #f2f2f2;
}


.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
  transform: translate(0, 15%);
opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal.in .modal-dialog {
	opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal ul {
	list-style-type: none;
}

.modal-header
{
	border: 0;
}

.modal-body
{
	padding: 0 20px 20px 20px;
}

.modal ul li
{
	display: table;
}

.modal ul li p
{
	margin: 0;
	display: table-cell;
	vertical-align: middle;

}

.modal button.close
{
	padding: 10px;
}

/*BEGIN LAUNCH SCREEN*/

#loader {
	position: absolute;
	width: 100%;
	height: 100%;
/*	background-color: #000;*/
	color: #fff;
	display: none;
	
}

#loader.fade {
	opacity: 0;
}

#loader.fade.in {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	
}


.out {
	opacity: 0.25;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

#launch-screen
{
	position: absolute;
	width: 100%;
	height: 100%;
	min-width: 320px;
	min-height: 600px;
}

#launch-screen #main
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -183px;
	margin-top: -209px;
}


#launch-screen #gsdm {
	position: absolute;
	top:65px;
	left: 75px;
	font-family: 'Arvil_Sans';
	color: #666;
	cursor: pointer;
}

#gsdm.hover
{
	color: #999;
}

#launch-screen #gsdm .gsdm {
	font-size: 47px;
	line-height: 47px;
	display: inline-block;
	vertical-align: top;
}

#launch-screen #gsdm .presents {
	text-transform: uppercase;
	font-size: 21px;
	line-height: 47px;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}

#launch-screen #app-logo{ 
	position: relative; 
	width: 365px; 
	height: 184px; 
	margin: 0 auto 33px auto;
	
}
#launch-screen #logo-avo, #logo-i, #logo-d, #logo-humans { 
	position: absolute; 
}

#launch-screen #logo-avo {
	width: 198px;
	height: 81px;
	background: url(../images/logo_avo.png) no-repeat;
	background-size: 100%;
	top: 0;
	left: 51px;
}

#launch-screen #logo-avo.spaced {
	left: 0;
}

#launch-screen #logo-avo.animate {
	-webkit-transition: all 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.25s;
	-moz-transition: all 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.25s;
	-ms-transition: all 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.25s;
	-o-transition: all 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.25s;
	transition: all 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.25s;
}

#launch-screen #logo-i {
	width: 33px;
	height: 77px;
	background: url(../images/logo_i.png) no-repeat;
	background-size: 100%;
	top: 0;
	left: 235px;
}

#launch-screen #logo-d {
	width: 56px;
	height: 72px;
	background: url(../images/logo_d.png) no-repeat;
	background-size: 100%;
	top: 0;
	left: 254px;

}

#launch-screen #logo-d.spaced {
	left: 308px;
}

#launch-screen #logo-d.animate {
	
	-webkit-transition: left 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.25s;
	-moz-transition: left 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.25s;
	-ms-transition: left 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.25s;
	-o-transition: left 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.25s;
	transition: left 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.25s;
	
}

#launch-screen #logo-humans {
	width: 367px;
	height: 102px;
	background: url(../images/logo_humans.png) no-repeat;
	background-size: 100%;
	top: 81px;
	left: 0;
}

#launch-screen #border-tl, #border-tr, #border-bl, #border-br {
	position: absolute;
	background: url(../images/launch_border.png) no-repeat;
	background-size: 100%;
	width: 187px;
	height: 61px;
}

#launch-screen #border-tl {
	top: 44px;
	left: 44px;
}

#launch-screen #border-br {
	
	-moz-transform: scaleX(-1) scaleY(-1);
    -webkit-transform: scaleX(-1) scaleY(-1);
    -o-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
    -ms-filter: fliph flipv; 
    filter: fliph flipv; 
	top: auto;
	bottom: 50px;
	right: 44px;
}

#launch-screen #border-tr { 
	-moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; 
    filter: fliph;
	top: 44px;
	right: 44px;
}

#launch-screen #border-bl { 
	-moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: flipv; 
    filter: flipv;
	top: auto;
	bottom: 50px;
	left: 44px;
}

#launch-screen #copyright { 
	font-family: 'Arvil_Sans';
	font-size: 17px; 
	position: absolute;
	bottom: 25px;
	right: 44px;
}

#launch-screen #terms {
	font-family: 'Arvil_Sans';
	text-transform: uppercase;
	font-size: 17px;
	position: absolute;
	bottom: 48px;
	left: 50%;
	margin-left: -75px;
	text-decoration: none;
	color: #666;
}

#launch-screen #terms:hover {
	color: #999;
}

#launch-screen .button-container
{
	width: 362px;
	margin: auto;
}
		
#launch-screen .launch-button {
	font-family: 'Arvil_Sans';
	position: relative;
	line-height: 58px;
	height: 58px;
	background: #333;
	margin: 12px auto 0 auto;
	text-align: center;
	font-size: 40px;
	width: 362px;
	cursor: pointer;
	text-shadow: 0 -2px 0 #000000;

}

#launch-screen .launch-button.hover {
	background: #454545;
}	

#launch-screen .launch-button.half {
	width: 175px;
	float: left;
}

#launch-screen .launch-button.left {
	margin-right: 12px;
}

#launch-screen .launch-button .facebook
{
	width: 36px;
	height: 36px;
	background: url(../images/social-launch.png) no-repeat;
	background-size: 80px;
	margin: auto;
	position:absolute; top:0; bottom:0; left:0; right:0;
}

#launch-screen .launch-button .twitter
{
	width: 44px;
	height: 37px;
	background: url(../images/social-launch.png) no-repeat -38px 0;
	background-size: 80px;
	margin: auto;
	position:absolute; top:0; bottom:0; left:0; right:0;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

/*#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../img/status.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; 
}*/


/*END LAUNCH SCREEN*/

header
{
	width: 100%;
	padding: 20px 0;
	background-color: #000;
	height: 94px;
}

header h1
{
	position: relative;
	width: 388px;
	margin: 0 auto;
	font-weight: normal;
}

header #gsdm
{
	position: absolute;
	top:0;
	left: 0;
	font-family: 'Arvil_Sans';
	color: #666;
	cursor: pointer;
}

header #gsdm .gsdm {
	font-size: 34px;
	line-height: 29px;
	display: block;
}

header #gsdm .presents {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 22px;
	display: block;
}

#logo-full
{
	position: absolute;
	left: 50%;
	margin-left: -155px;
	top: 0;
	width: 309px;
	height: 47px;
	background: url('../images/logo_full.png') no-repeat;
	background-size: 100%;
	cursor: pointer;
}

#main
{
	position: relative;
}

#category-content
{
	position: relative;
	top: 0;
}

/* offset for when the top nav gets affixed to the top of the viewport */
#category-content.scrolled, #search.scrolled
{
	position: relative;
	top: 58px;
}

#search
{
	position: relative;
	top: 0;
}

.nav-tabs
{
	border: 0;
	background-color: #f2f2f2;
	background-color: #666;
	width: 450px;
	margin: auto;
}

.tab-container
{
	width: 100%;
	background-color: #666;
	border-bottom: 1px solid #f2f2f2;
}

.tab-container.affix
{
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	
}

.nav-tabs>li
{

	width: 20%;
	text-align: center;
	margin: 0;
	position: relative;
	height: 58px;

}

.nav-tabs>li>a
{
	padding:0;
}


.nav-tabs>li .icon
{
	position: relative;
	z-index: 1;
	background: url(../images/category-icons.png) no-repeat;
	background-size: 163px;
	margin: auto;
}

.nav-tabs>li .icon.all
{
	width: 33px;
	height: 44px;
	background-position: 0 14px;
}

.nav-tabs>li .icon.eat
{
	width: 33px;
	height: 44px;
	background-position: -65px 14px;
}

.nav-tabs>li .icon.drink
{
	width: 33px;
	height: 44px;
	background-position: -36px 14px;
}

.nav-tabs>li .icon.coffee
{
	width: 33px;
	height: 44px;
	background-position: -96px 14px;
}

.nav-tabs>li .icon.favs
{
	width: 33px;
	height: 44px;
	background-position: -132px 14px;
}



.nav-tabs .left, .nav-tabs .right{border-left:1px solid #666; border-right:1px solid #666;}
.nav-tabs .base{position:absolute; top:0px; border-bottom:1px solid #666; height:42px; width:100%; background:#666;}
.nav-tabs .bottomrow{ position:absolute; width:100%; bottom:0px;
            display: -webkit-box; display: -moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
            -webkit-box-flex-direction:row; -moz-flex-direction:row; -webkit-flex-direction:row; -ms-flex-direction:row; flex-direction:row;
            -moz-align-items:stretch; -webkit-align-items:stretch; -ms-align-items:stretch; align-items:stretch;
            }
.nav-tabs .left, .nav-tabs .right{  height:16px; width:auto; background:#666;
        -webkit-box-flex:1; -moz-flex-grow:1; -webkit-flex-grow:1; -ms-flex-grow:1; flex-grow:1;
}
.nav-tabs .shape{height:0; width:0; border: 8px solid #666; border-bottom: 8px solid #666;}


.nav-tabs>li>a:hover 
{
	background: #8a8a8a;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
{
	border: 0;
	background-color: transparent;
	/*background-color: #b2b2b2;*/
}

.nav-tabs>li.active, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus 
{
	background: #b2b2b2 url(../images/nav-arrow.png) no-repeat bottom center;
	background-size: 16%;
}




.nav-tabs>li>a 
{
	border-radius: 0px;
	margin-right: 0px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	border: 0;
	height: inherit;
}

.tab-pane li
{
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}


.row
{
	margin: 0;
	padding: 20px 0;
/*	border-bottom: 1px solid #ccc;*/
	max-width: 700px;
	margin: auto;
}


.category-image
{
	position: relative;
	text-align: center;
	padding: 0 2% 0 4%;
}

.category-image .icon
{
	position: relative;
	width: 100%;
	border: 1px solid transparent;
		
}

.category-image .icon .featured
{
	position: absolute;
	width: 138%;
	margin-left: -18%;
	text-align: center;
	
}

.category-image .icon .featured img
{
	width: 100%;
	
}

.category-image .icon .fsq-img
{
	position: relative;
	width: 100%;
	max-width: 55px;
}


.category-image .icon .fsq-img > img
{
	width: 100%;
	background-color: #b2b2b2;
	border-radius: 50%;

}


.venue-details
{
	position: relative;
	padding: 0 2%;
	cursor: pointer;
}

.miles, .category-name
{
	display: inline;
/*	white-space: nowrap;*/
}

.category-name
{
	font-weight: bold;
}

.share
{
	position: relative;
	font-family: 'Arvil_Sans';
	text-transform: uppercase;
	font-size: 21px;
	color: #b2b2b2;
	text-align: center;
	padding: 0;
	line-height: 55px;
	cursor: pointer;
}

.share a
{
	color: #b2b2b2;
}

.share-label
{
	display: inline-block;
	
}

.share.hover .share-label {
	color: #666;
}

.share.hover .icon
{
	background-position: 0 -23px;
}

.share .icon
{
	width: 32px;
	height: 21px;
	background: url(../images/envelope.png) no-repeat;
	background-size: 100%;
	position: relative;
/*	left: 50%;
	margin-left: -16px;*/
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	
}

.traffic-indicator
{
	position: relative;
	height: 55px;
	padding: 0;
}

.traffic-indicator.key
{
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

.traffic-indicator .nested1
{
	position: relative;
	width: 55px;
	height: 55px;
	border: 1px solid #c2c2c2;
	margin: auto;
	border-radius:50%;
}

.traffic-indicator .icon
{
	position: absolute;
	top: 5px;
	left: 12px;
	width: 11px;
	height: 26px;
	background: url(../images/indicator-icon.png) no-repeat;
	background-size: 11px;
}

.traffic-indicator .nested1.green
{
	border-color: #00d037;
}

.traffic-indicator .nested2,.traffic-indicator .nested3, .traffic-indicator .nested4
{
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius:50%;
}

.traffic-indicator .nested2.yellow, .traffic-indicator .nested3.yellow
{
	border-color: #ffd400;
}

.traffic-indicator .nested1.red, .traffic-indicator .nested2.red,.traffic-indicator .nested3.red,.traffic-indicator .nested4.red
{
	border-color: #ed262a;
}

.traffic-indicator .nested2
{
	width: 49px;
	height: 49px;
	border: 1px solid #c2c2c2;
}

.traffic-indicator .nested3
{
	width: 43px;
	height: 43px;
	border: 1px solid #c2c2c2;
}

.traffic-indicator .nested4
{
	width: 37px;
	height: 37px;
	border: 1px solid #c2c2c2;
}


.terms-content {
	font-size: 10px;
	margin-top:10px;
}

.terms-content h1 {
	font-size: 14px;
}

.terms-content h2 {
	font-size: 12px;
	border: 0px;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 0;
}

.terms-content p {
	margin: 0 0 10px 0;
}

.terms-content ol {
	margin: 0;
}

.terms-content ol li {
	list-style-type: lower-alpha;
	margin: 0;
}

.terms-content ol li ol li {
	list-style-type: lower-roman;
}

.terms-content ul {
	list-style-type: disc;
	display: block;
	margin: 0 0 10px 35px;
}

.terms-content ul li {
	display: list-item;
}


	/* iPads (portrait) ----------- */
/*	@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : portrait) {*/
		@media only screen 
			and (min-width : 768px) 
			and (max-width : 991px) 
			 {
	/*BEGIN LAUNCH SCREEN*/

	body {
	    font-size: 22px;
	}
	
	h2 {
		font-size: 42px;	
	}

	header
	{
		width: 100%;
		padding: 23px 0;
		background-color: #000;
		height: 125px;
	}

	header h1
	{
		position: relative;
		width: 570px;
		margin: 0 auto;
		font-weight: normal;
	}

	header #gsdm
	{
		position: absolute;
		top:0;
		left: 0;
		font-family: 'Arvil_Sans';
		color: #666;
		cursor: pointer;
	}

	header #gsdm .gsdm {
		font-size: 48px;
		line-height: 51px;
		display: block;
	}

	header #gsdm .presents {
		text-transform: uppercase;
		font-size: 33px;
		line-height: 17px;
		display: block;
	}

	#logo-full
	{
		left: 50%;
		margin-left: -227px;
		top: 0;
		width: 455px;
		height: 70px;

	}
	
	.nav-tabs
	{
		width: 650px;
	}
	
	.nav-tabs>li.active, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus 
	{
		
		background-size: 10%;
	}
	
	.row{
		padding-bottom: 20px;
	}
	
	.category-image .icon .fsq-img {

		max-width: 100px;
	}
	
	h3
	{
		font-size: 28px;
	}
	
	.share
	{
		font-size: 39px;
		line-height: 32px;
		margin-top: 10px;
	}

	.share-label
	{
		display: block;

	}

	.share .icon
	{
		width: 60px;
		height: 38px;
		left: 50%;
		margin-left: -30px;
		display: block;
	}
	
	.share.hover .icon
	{
		background-position: 0 -43px;
	}
	
	.traffic-indicator
	{
		height: 100px;
		margin-top: 0;
	}
	
	.traffic-indicator .nested2,.traffic-indicator .nested3, .traffic-indicator .nested4
	{
		top: 3px;
		left: 3px;
	}
	

	.traffic-indicator .nested1
	{
		position: relative;
		width: 100px;
		height: 100px;
		border: 2px solid #c2c2c2;
	}

	.traffic-indicator .icon
	{
		top: 6px;
		left: 22px;
		width: 23px;
		height: 56px;
		background-size: 100%;
	}

	.traffic-indicator .nested2
	{
		width: 90px;
		height: 90px;
		border: 2px solid #c2c2c2;
	}

	.traffic-indicator .nested3
	{
		width: 80px;
		height: 80px;
		border: 2px solid #c2c2c2;
	}

	.traffic-indicator .nested4
	{
		width: 70px;
		height: 70px;
		border: 2px solid #c2c2c2;
	}
	
	#launch-screen
	{
		min-height: 920px;
	}
	
	#launch-screen #main
	{
		margin-top: -302px;
		margin-left: -337px;
	}

	#launch-screen #gsdm {
		top:61px;
		left: 95px;
	}

	#launch-screen #gsdm .gsdm {
		font-size: 72px;
		line-height: 72px;
	}

	#launch-screen #gsdm .presents {
	
		font-size: 28px;
		line-height: 72px;
		padding-left: 7px;
	}

	#launch-screen #app-logo{ 
		width: 575px; 
		height: 290px; 
		margin: 0 auto 33px auto;
	
	}

	#launch-screen #logo-avo {
		width: 313px;
		height: 129px;
		background-size: 100%;
		left: 80px;
	}
	
	#launch-screen #logo-avo.spaced {
		left: 0;
	}

	#launch-screen #logo-i {
		width: 53px;
		height: 129px;
		background-size: 100%;
		left: 369px;
	}

	#launch-screen #logo-d {
		width: 91px;
		height: 129px;
		background-size: 100%;
		left: 404px;
	}
	
	#launch-screen #logo-d.spaced {
		left: 484px;
	}

	#launch-screen #logo-humans {
		width: 580px;
		height: 161px;
		background-size: 100%;
		top: 129px;
	}

	#launch-screen #border-tl, #border-tr, #border-bl, #border-br {

		background-size: 100%;
		width: 325px;
		height: 106px;
	}

	#launch-screen #border-tl {
		top: 22px;
		left: 44px;
	}

	#launch-screen #border-br {
		/*top: 765px;*/
		top: auto;
		bottom: 50px;
		right: 44px;
	}

	#launch-screen #border-tr { display: none; }
	#launch-screen #border-bl { display: none; }
	#launch-screen #copyright { 
		font-size: 23px; 
		top: auto;
		bottom: 13px;
		right: 44px;
	}

	#launch-screen #terms {
		font-size: 31px;
		top: auto;
		bottom: 38px;
		left: 44px;
		margin: 0;
	}

	#launch-screen .button-container
	{
		width: 674px;
	}
		
	#launch-screen .launch-button {
		line-height: 91px;
		height: 87px;
		margin: 10px auto 0 auto;
		font-size: 66px;
		width: 674px;
		text-shadow: 0 -3px 0 #000000;

	}

	#launch-screen .launch-button.half {
		width: 331px;
	}

	#launch-screen .launch-button.left {
		margin-right: 12px;
	}

	#launch-screen .launch-button .facebook
	{
		width: 55px;
		height: 59px;
		background-size: 125px;
	}

	#launch-screen .launch-button .twitter
	{
		width: 68px;
		height: 59px;
		background-position: -58px 0;
		background-size: 125px;
	}
	
	

	/*END LAUNCH SCREEN*/
}



/* Smartphones (portrait and landscape) ----------- */
/*	@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px)*/
	@media only screen 
	and (min-width : 0) 
	and (max-width : 767px)
	{
		
		h3
		{
			font-size: 14px;
		}

		body { 
			font-size: 13px;
		}
		
		header
		{
			width: 100%;
			padding: 10px 0;
			background-color: #000;
			height: 69px;
		}

		header h1
		{
			position: relative;
			width: 285px;
			margin: 0 auto;
			font-weight: normal;
		}		

		header #gsdm .gsdm {
			font-size: 23px;
			line-height: 29px;
		}

		header #gsdm .presents {
			font-size: 17px;
			line-height: 9px;
		
		}

		#logo-full
		{
			left: 50%;
			margin-left: -113px;
			width: 226px;
			height: 35px;
			top: 4px;
		}
		
		/* offset for when the top nav gets affixed to the top of the viewport */
		#category-content.scrolled, #search.scrolled
		{
			position: relative;
			top: 45px;
		}
		
		.nav-tabs {
			width: 300px;
		}
		
		.nav-tabs>li
		{
			height: 45px;
		}
		
		.nav-tabs .base {
			height: 40px;
		}

		.nav-tabs .left, .nav-tabs .right{  
			height:10px; 

		}

		.nav-tabs .shape{ border: 5px solid #666; border-bottom: 5px solid #666;}

		.nav-tabs>li>a:hover .shape
		{
			border: 5px solid #8a8a8a;
			border-bottom: 5px solid #8a8a8a;
		}

		.nav-tabs>li.active, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus 
		{
			
			background-size: 15%;
		}
		
		.nav-tabs>li .icon
		{
			background-size: 132px;
		}

		.nav-tabs>li .icon.all
		{
			width: 28px;
			height: 38px;
			background-position: 0 10px;
		}

		.nav-tabs>li .icon.eat
		{
			width: 25px;
			height: 38px;
			background-position: -53px 10px;
		}

		.nav-tabs>li .icon.drink
		{
			width: 22px;
			height: 38px;
			background-position: -31px 10px;
		}

		.nav-tabs>li .icon.coffee
		{
			width: 32px;
			height: 38px;
			background-position: -74px 10px;
		}

		.nav-tabs>li .icon.favs
		{
			width: 28px;
			height: 38px;
			background-position: -106px 10px;
		}
		
		.row
		{
			padding-bottom: 15px;
			/*max-width: 450px;*/
		}
		
		.share
		{
			font-size: 18px;
			line-height: 17px;
			margin-top: 5px;
		}

		.share-label
		{
			display: block;

		}

		.share .icon
		{
			width: 27px;
			height: 18px;
			left: 50%;
			margin-left: -14px;
			display: block;
		}
		
		.share.hover .icon
		{
			background-position: 0 -19px;
		}
		
		.traffic-indicator
		{
			height: 47px;
		}

		.traffic-indicator .nested1
		{
			position: relative;
			width: 47px;
			height: 47px;
		}

		.traffic-indicator .icon
		{
			top: 3px;
			left: 9px;
			width: 11px;
			height: 26px;
			background-size: 9px;
		}

		.traffic-indicator .nested2
		{
			width: 41px;
			height: 41px;
		}

		.traffic-indicator .nested3
		{
			width: 35px;
			height: 35px;
		}

		.traffic-indicator .nested4
		{
			width: 29px;
			height: 29px;
		}

		#launch-screen
		{
			min-height: 450px;
		}

		#launch-screen #main
		{
			margin-left: -140px;
			margin-top: -148px;
		}

		#launch-screen #gsdm {
			
			top:33px;
			left: 42px;
		}

		#launch-screen #gsdm .gsdm {
			font-size: 39px;
			line-height: 39px;
		}

		#launch-screen #gsdm .presents {
			
			font-size: 18px;
			line-height: 39px;
			padding-left: 6px;
		}

		#launch-screen #app-logo{ 
			
			width: 240px; 
			height: 121px; 
			margin: 0 auto 24px auto;

		}


		#launch-screen #logo-avo {
			width: 130px;
			height: 59px;
			background-size: 100%;
			left: 33px;
		}
		
		#launch-screen #logo-avo.spaced {
			left: 0;
		}
		

		#launch-screen #logo-i {
			width: 22px;
			height: 51px;
			background-size: 100%;
			left: 154px;
		}

		#launch-screen #logo-d {
			width: 37px;
			height: 49px;
			background-size: 100%;
			left: 168px;
		}
		
		#launch-screen #logo-d.spaced {
			left: 202px;
		}

		#launch-screen #logo-humans {
			width: 240px;
			height: 68px;
			background-size: 100%;
			top: 59px;
		}

		#launch-screen #border-tl, #border-tr, #border-bl, #border-br {
			background-size: 100%;
			width: 156px;
			height: 51px;
		}

		#launch-screen #border-tl {
			top: 14px;
			left: 18px;
		}

		#launch-screen #border-br {
			top: auto;
			bottom: 20px;
			right: 18px;
		}

		#launch-screen #border-tr { display: none; }
		#launch-screen #border-bl { display: none; }
		#launch-screen #copyright { 

			font-size: 11px; 
			top: auto;
			bottom: 2px;
			right: 18px;
		}

		#launch-screen #terms {
			font-size: 14px;
			top: auto;
			bottom: 16px;
			left: 18px;
			margin: 0;
		}

		#launch-screen .button-container
		{
			width: 281px;
			margin: auto;
		}

		#launch-screen .launch-button {
			
			line-height: 45px;
			height: 45px;
			margin: 8px auto 0 auto;
			font-size: 31px;
			width: 281px;
			text-shadow: 0 -2px 0 #000000;

		}	

		#launch-screen .launch-button.half {
			width: 136px;
		}

		#launch-screen .launch-button.left {
			margin-right: 9px;
		}

		#launch-screen .launch-button .facebook
		{
			width: 27px;
			height: 26px;
			background-size: 58px;
			margin: auto;
			position:absolute; top:0; bottom:0; left:0; right:0;
		}

		#launch-screen .launch-button .twitter
		{
			width: 35px;
			height: 26px;
			background: url(../images/social-launch.png) no-repeat -27px 0;
			background-size: 58px;
			margin: auto;
			position:absolute; top:0; bottom:0; left:0; right:0;
		}
	}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}