/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	color: #000;
	font: 15px/18px Arial, Helvetica, sans-serif;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
}
@font-face {
	font-family: 'Rokkitt';
	src: url('../fonts/rokkitt-webfont.eot');
	src: url('../fonts/rokkitt-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/rokkitt-webfont.woff') format('woff'),
		url('../fonts/rokkitt-webfont.ttf') format('truetype'),
		url('../fonts/rokkitt-webfont.svg#RokkittRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.hidden {display:none;}
.clear {clear:both;}
hr {
	position: relative;
	float: left;
	width: 100%;
	height: 5px;
	border-color: #FDC107;
	background-color: #FDC107;
	margin: 20px;
}
.int {background: #fff;}
a {
	text-decoration:underline;
	color:#333;
}
h2 {font: 42px/36px 'Rokkitt', Georgia, Times, serif;}
h3 {font: 22px/32px 'Rokkitt', Georgia, Times, serif;}
h3.subheading {font: 24px/30px 'Rokkitt', Georgia, Times, serif;}
h3.subheading2 {font: 24px/22px 'Rokkitt', Georgia, Times, serif;padding-bottom:15px;}
h3 a { text-decoration:none; }
h3 a:hover {color:#000; text-decoration: underline;}
h5 {font: 30px/50px 'Lobster', Georgia, Times, serif;}
header.header-alt {background:#000;}
header:after {
	display:block;
	content:"";
	clear:both;
}
ul.bluelist li {
	list-style: none;
	display: block;
	background: url(../images/bulletz.gif) no-repeat 0px 10px;
	padding: 3px 7px 0px 15px;
	margin: 0 0 8px;
}
.fl { float: left; }
.fr { float: right; }
.center {text-align:center;}
img.center {
	display: block;
	margin: 5px auto;
}
.alignleft {text-align:left;}
.btn {
	display: block;
	background: #fee73f url(../images/btn-sprite.png) no-repeat -1px -83px;
	width: 185px;
	height: 40px;
	color: #000;
	font: 18px/40px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
}
.btn:hover {background-position: -1px -124px;}
.btn a {
	display:block;
	width:185px;
	height:40px;
	font:18px/40px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	text-align:center;
}
.yellow-btn a {background: #9E9E9E url(../images/btn-sprite.gif) no-repeat -1px -83px;}
.yellow-btn a:hover {background-position: -1px -124px;}
.yellow-btn a.yellow {
	background-color:#fee73f;
	background-position:-1px -83px;
}
.yellow-btn a.yellow:hover {background-position:-1px -124px;}
.light {background-color: #fee8a3;}
.darkgray {
	color: #000;
	font-weight: bold;
}

/* Header */
#clients {
	width: 100%;
	height: 38px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 6;
}
#clients span {
	display: block;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}
#main-nav{
	width: 100%;
	background: #3378c6;
	margin: 0 auto;
	z-index: 5;
}
#nav-wrap {margin: 0 auto;}
#nav-wrap span.num {
	display: inline-block;
	color: #fdc107;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	padding: 16px 0;
}
ul#navmenu {overflow: hidden;}
.nav-item {
	float:left;
	font:18px/30px 'Rokkitt', Georgia, Times, serif;
	position:relative;
	padding: 5px 10px;
	margin-left:13px;
}
.nav-item:last-child {
	border: 0px solid #3379c6;
	background: #fdc107 url(../images/topbtn-bg.gif) top left repeat-x!important;
	top: -1px;
	margin: 0;
}
.nav-item:last-child a {
	font-size: 22px;
	font-weight: 900;
	color: #3379c6!important;
}
.nav-item a {
	text-decoration:none;
	color: #fff;
	display:block;
	padding:8px 0 5px;
}
.nav-item.active a {color:#ccc;}
.nav-item.hover li a {color:#fff;}
.nav-item.hover li a:hover {
	background:#fdc107;
	color:#000;
}
.logo {
	float: left;
	overflow:hidden;
}
.logo a {
	display:block;
	height:100%;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 225px;
	font-size: 13px;
	margin: 7px 0 0;
}
#side-nav {
	background: rgba(253, 193, 7, 0.85);
	width: 205px;
	max-height: 275px;
	padding: 10px;
	overflow-y: auto;
}
#side-nav li {padding: 5px 0;}
#side-nav a {text-decoration: none;}
#side-nav a:before {
	content: '+ ';
	color: #000;
}
#side-nav a:hover, #side-nav .active a {font-weight: bold;}
.testimonial-block {
	color: #000;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	padding-bottom: 26px;
}
.testimonial-block q {
	font-style: italic;
	display: block;
}

/* Main Content */
#home #about, #news, #content {
	width: 100%;
	overflow: hidden;
}
article {margin: 0 auto;}
#main {
	background: rgba(255, 255, 255, 0.85);
	overflow: hidden;
}
#home #main {
	width: 100%!important;
	border:0!important;
}
#main .top {
	clear: both;
	padding-top: 15px;
	overflow: hidden;
}
#home #main span {
	display: block;
	float: right;
	width: 30%;
}
#about {background: #000;}
#news {background: #fff;}
#about .yellow-btn, .top .yellow-btn {
	float: left;
	margin: 0 0 20px 50px;
}
#about-block {
	background: #000;
	padding: 0 10px;
}
#about-block div.video-block-noplay { float: left; }
#about-block h2 {
	display: block;
	float: left;
	font: 26px/28px Arial, Arial, sans-serif;
	padding-bottom: 20px;
	margin-left: 50px;
}
#about-block h2.text-watch, #about-block h3 { color: #fff; }
#about-block h2.text-call { color: #ccc; }
#about-block span {
	color: #fec106;
	font-weight: bold;
}
#news-block img { display: block; }
#info-block {
	font: 14px/16px Arial,Arial,sans-serif;
	margin: 0 auto;
	overflow: hidden;
	color: #333;
	font-size: 12px;
	line-height: 14px;
}
#info-block .aa-option {
	float: left;
	width: 22%;
	margin-right: 26px;
}
#info-block p {margin: 10px 0;padding:0!important;}
#location-block {
	font: 14px/16px Arial, Arial, sans-serif;
	overflow: hidden;
}
#location-block .fl, #location-block .fr {width:45%;}
#location-block p {margin-bottom: 10px;}
#location-block .gray-btn a {
	float: left;
	margin-right: 20px;
}
#content-wrap {
	background:#fff;
	position:relative;
	padding: 0 13px;
	overflow:hidden;
}
#main-content p {padding-bottom: 18px;}
.home-intro p, .home-intro ul {
	line-height: 19px;
	padding-bottom: 9px;
}
.text-block {
	position: relative;
	padding-bottom: 5px;
}
footer {
	overflow: hidden;
	color: #fff;
	font-size: 10px;
	background: #3379C6;
}
footer a, footer a:hover {
	color:	#fff;
	text-decoration: none;
}
footer .social ul {
	overflow: hidden;
	margin-bottom: 14px;
}
footer .social li {
	float: left;
	margin: 0 5px 0 5px;
}
footer .social a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/social-icons.gif) no-repeat;
}
footer .social a.facebook {background-position: -20px 0;}
footer .social a.youtube {background-position: -80px 0;}
footer .social a.gplus {background-position: -40px 0;}
footer .social a.rss{background-position: -60px 0;}

/* Clients */
.client-block {
	float: left;
	margin: 10px;
}
.client-block a {
	text-indent: -999px;
	display:block;
	width: 175px;
	height: 175px;
	background-image: url(../images/cgridf.jpg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.client-block a:hover {background-image: url(../images/cgridb.jpg);}

#aaa a, #aaa a:hover {background-position: 0px 0px;}
#aboffs a, #aboffs a:hover {background-position: 0px -175px;}
#amex a, #amex a:hover {background-position: 0px -350px;}
#chevy a, #chevy a:hover {background-position: 0px -525px;}

#mavs a, #mavs a:hover {background-position: -175px 0px;}
#dishnet a, #dishnet a:hover {background-position: -175px -175px;}
#disney a, #disney a:hover {background-position: -175px -350px;}
#dd a, #dd a:hover {background-position: -175px -525px;}

#exmake a, #exmake a:hover {background-position: -350px 0px;}
#ford a, #ford a:hover {background-position: -350px -175px;}
#google a, #google a:hover {background-position: -350px -350px;}
#greenpeace a, #greenpeace a:hover {background-position: -350px -525px;}

#hp a, #hp a:hover {background-position: -525px 0px;}
#ita a, #ita a:hover {background-position: -525px -175px;}
#jetblue a, #jetblue a:hover {background-position: -525px -350px;}
#kia a, #kia a:hover {background-position: -525px -525px;}

#livsocial a, #livsocial a:hover {background-position: -700px 0px;}
#madisonsq a, #madisonsq a:hover {background-position: -700px -175px;}
#mcdo a, #mcdo  a:hover {background-position: -700px -350px;}
#meetme a, #meetme a:hover {background-position: -700px -525px;}

#miamisubs a, #miamisubs a:hover {background-position: -875px 0px;}
#nfl a, #nfl  a:hover {background-position: -875px -175px;}
#ppjohns a, #ppjohns a:hover {background-position: -875px -350px;}
#pemco a, #pemco a:hover {background-position: -875px -525px;}

#pfcu a, #pfcu a:hover {background-position: -1050px 0px;}
#pfizer a, #pfizer a:hover {background-position: -1050px -175px;}
#seeeye a, #seeeye a:hover {background-position: -1050px -350px;}
#shoneys a, #shoneys a:hover {background-position: -1050px -525px;}

#statefarm a, #statefarm a:hover {background-position: -1225px 0px;}
#tobafree a, #tobafree a:hover {background-position: -1225px -175px;}
#uber a, #uber a:hover {background-position: -1225px -350px;}
#mcorps a, #mcorps a:hover {background-position: -1225px -525px;}

#univstu a, #univstu a:hover {background-position: -1400px 0px;}
#verizon a, #verizon a:hover {background-position: -1400px -175px;}
#wrigley a, #wrigley a:hover {background-position: -1400px -350px;}

/* Contact Page */
.red { color: #F00; }
.contactForm {margin-top:10px;}
.contactForm .formcontent {
	background: #FFF;
    border: 1px solid #000;
    padding: 16px;
	clear: both;
}
.contactForm .form {
    top: 12px;
    padding: 12px;
    position: relative;
    border: 1px solid #666;
	background: #fff;
	clear: both;
}
.formcontent .field {
	padding: 6px 8px 6px 6px;
	clear: both;
	overflow: hidden;
}
.formcontent label.topl {text-align: left;}
.infusion-submit input {
	background: #fee73f url(../images/btn-sprite.png) no-repeat -1px -83px;
	text-align: center;
	font: 18px/20px Arial,Helvetica,sans-serif;
	color: #000;
	width: 185px;
	height: 40px;
	border: 0;
	margin-bottom: 10px;
	cursor: pointer;
}
.infusion-submit input:hover {background-position: -1px -124px;}
.formcontent input {
	border-radius: 5px;
	padding: 5px 3px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.contactForm #error {
    display: block;
    color: red;
    margin-top: 6px;
}
.contactForm .required {color: red;}

/*-------------Media Queries-------------*/
@media (min-width: 768px){
	body {margin-top: 88px;}
	body#home {background: #ededed;}
	body#about, body#contact {background-image: url(../images/airplane-bg.jpg);}
	body#options {background-image: url(../images/options-bg.jpg);}
	body#venues {background-image: url(../images/venues-bg.jpg);}
	body#client{background-image: url(../images/clients-bg.jpg);}
	section {width:100%;}
	.mobile {display:none;}
	article {
		width: 893px;
		padding: 20px;
	}
	.one-third {
		float: left;
		width: 30%;
		padding: 15px;
		margin: 0 auto;
	}
	.one-third:last-child {float:right!important;}
	#main {
		border-radius: 15px;
		width: 893px;
		height: 680px;
		padding: 10px 0 20px 20px;
		margin: 125px auto;
	}
	#main h2 {
		float: left;
		width: 70%;
	}
	#home #main-content {
		width: 100%!important;
		border: 0!important;
	}
	#main-content {
		width: 630px;
		float: right;
		overflow: hidden;
	}
	#main-contentwrap {width: 3275px;}
	#client #main-contentwrap {width:23580px!important;}
	.text-block {
		display: inline-block;
		float: left;
		width: 620px;
		height: 620px;
		margin-right: 35px;
		overflow: auto;
	}
	#main-contentwrap .text-block p img {
		width:250px;
		height: auto;
	}
	#main-contentwrap .text-block p img.fr {margin: 20px 0 20px 20px;}
	#main-contentwrap .text-block p img.fl {margin: 20px 20px 20px 0;}
	#main-nav{
		position:fixed;
		top: 38px;
		box-shadow: 0 0 15px #000;
		-webkit-box-shadow: 0 0 15px #000;
	}
	#nav-wrap {
		overflow: hidden;
		width: 933px;
		height: 50px;
	}
	ul#navmenu {
		float: right;
		height: 50px;
	}
	ul#navmenu li:last-child {display:none;}
	.nav-item:hover {background:#fdc107;}
	.nav-item:hover  a {color:#3378C6;}
	#home #about {padding: 50px 0;}
	#about-block {
		width: 862px;
		height: 195px;
		overflow: hidden;
		padding: 0 10px;
	}
	#about-block div.video-block-noplay {width:346px;}
	#about-block div.video-block-noplay {
		width:346px;
		float: left;
	}
	#about-block div.video-block-noplay img { border: 1px solid #fff; }
	#about-block h2 {
		display: block;
		width: 450px;
		padding-bottom: 20px;
	}
	#news { background: #fff; }
	article#news-block, article#location-block {padding:0!important;}
	.yt-video {
		width: 560px;
		height: 315px;
	}
	footer {
		width:100%;
		padding:20px 0;
	}
	footer p {
		width: 893px;
		margin: 0 auto;
	}
	footer .social {margin: 0 11px 10px 14px;}
	/** CONTACT **/
	.contactForm .formcontent {margin-bottom: 30px;}
	.formcontent label.topl {
		display: inline-block;
		width: 45%;
	}
	.formcontent .field .full {
		width: 285px;
		float: right;
	}
}

@media (max-width: 767px){
	.desktop, #about .text-watch, #about .text-call, #about .btn {display: none!important;} 
	body {
		margin-top: 100px;
		background: #fff!important;
	}
	#main {
		padding: 10px 20px;
		margin: 0px auto;
	}
	#about .video-block-noplay {width: 100%;}
	#act-wrap {
		background: #fdc107 url(../images/topbtn-bg.gif) top left repeat-x;
		position: fixed;
		top: 0;
		width: 100%;
		overflow: hidden;
		z-index: 6;
	}
	#act-wrap .first {
		float: left!important;
		width: 49%!important;
		border-right: 1px solid #000;
	}
	#act-wrap .abtn {
		float: right;
		width: 50%;
		height: 50px;
		text-align: center;
	}
	#act-wrap a {
		display: block;
		font-size: 18px;
		color: #333;
		text-decoration: none;
		padding: 14px 0;
	}
	#show-menu {
		position: fixed;
		top: 50px;
		right: 0;
		width: 25%;
		background: url(../images/menu-bg.gif) top left repeat-x;
		color: #fff;
		text-align: right;
		padding: 16px 20px 16px 0;
		border-left: 1px solid #fff;
		cursor: pointer;
		z-index: 7;
	}
	#home #show-menu {display:none;}
	#main-nav .logo {
		position: fixed;
		top: 50px;
		width: 100%;
		height: 50px;
		text-align: left;
		background: #3379C6 url(../images/menu-bg.gif) top left repeat-x;
		z-index: 6;
		border-bottom: 1px solid #fff;
	}
	#main-nav .logo img {
		margin-left: 20px;
		max-width: 60%;
	}
	#home #main-nav .logo {text-align: center!important;}
	#home #main-nav .logo img {margin: 0!important;}
	#about #navmenu, #client #navmenu, #options #navmenu, #contact #navmenu, #venues #navmenu {display: none;}
	#navmenu {
		position: fixed;
		top: 100px;
		left: 0;
		width: 100%;
		float: left;
		padding: 0;
		margin: 0;
	}
	#home #navmenu {
		position: relative!important;
		top: 0!important;
	}
	#navmenu li {
		display: block;
		position: relative;
		height: auto;
		width: 100%;
		padding: 3px 0;
		margin: 0;
		font-size: 22px;
		text-align: center;
		color: #FFF;
		background: url(../images/menu-bg.gif) top left repeat-x;
	}
	.text-block {
		width: 100%;
		overflow: hidden;
	}
	.text-block img {max-width:100%;}
	.text-block p img.fr, .text-block p img.fl {max-width: 40%;}
	.text-block p img.fr {margin: 8px 0 8px 8px;}
	.text-block p img.fl {margin: 8px 8px 8px 0;}
	.yt-video {
		width: 560px;
		height: 315px;
	}
	footer {
		border-top:1px solid #fff;
		width: 100%;
	}
	footer .one-third {
		display: block;
		text-align: center;
		padding: 15px;
	}
	footer .social {
		width: 150px;
		margin: 0 auto;
		overflow: hidden;
	}
	footer p {padding: 5px;}
	/** CONTACT **/
	.contactForm .formcontent {margin-bottom: 15px;}
	.formcontent label.topl {
		display: inline-block;
		width: 45%;
	}
	.formcontent .field .full {
		width: 40%;
		float: right;
	}
}

@media (max-width: 500px){
	.text-block p img.fr, .text-block p img.fl {
		float: none!important;
		display: block;
		max-width: 100%!important;
		margin: 0 auto;
	}
	h2 {
		font-size: 35px!important;
		line-height: 28px!important;
		margin-bottom: 10px;
	}
	.yt-video {width: 100%;}
	/** CONTACT **/
	.formcontent label.topl, .formcontent .field .full {
		display: block!important;
		width: 100%!important;
		float: none!important;
	}
}