html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

figure {position: relative;}
figure img,
img {
	max-width: 100%;
	height: auto !important;
}

/*------------------------------------*\
	FORM RESETS AND STYLING
\*------------------------------------*/
input, select, textarea {
	margin:0; padding:0; font-size:13px; outline:none;
	font-family:inherit;	
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	border-radius: none;
	-webkit-border-radius:0px;
}

.ie9 input[type="text"] { line-height:normal; } /* Get the stuff to line up right */

/* ------------  Inputs, textareas and selects  ------------- */
input[type="text"], input[type="password"] {  
	border: solid 1px #DDDDDD;
	color: #898989;
	outline: none;
	margin: 4px 0 8px;
	padding: 1%;
	width: 100%;
	-webkit-appearance: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
	
.ie9 input[type="text"] { 
	line-height:normal; 
} /* Get the stuff to line up right */	
			
input[type="text"]:focus {
	border: solid 1px #E52329;
}

/* ------------  Buttons & Submits  ------------  */		
input[type="submit"], 
input[type="button"] {  
	cursor:pointer;
	color: #898989;
	background: none;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size:14px;
	padding: 1% 2%;
	border: solid 1px #DDDDDD;
	margin: 20px 0;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
	-webkit-appearance: none;
}
		
input[type="submit"]:hover, 
input[type="button"]:hover {
	color: #E52329; 
}

body {
	padding:0;
	margin:0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	line-height:22px;
	color: #0B0048;
	background: url(../images/body_bg.jpg) no-repeat top center #FFFFFF;
	background-attachment: fixed;
}

#fixed_top_bar {
	width: 100%;
	background-color: #2B2A56;
	position: fixed;
	top: 0;
	left: 0;
	height: 32px;
	z-index: 999999;
}

#fixed_top_bar_inner {
	margin: 0 auto;
	max-width: 1000px;
}

#fixed_top_bar_inner a {
	color: #A5A5A5;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
	line-height: 32px;
	text-transform: uppercase;
}

#fixed_top_bar_inner a:hover {
	text-decoration: none;
	color: #E52329;
}

#fixed_top_bar_left {
	float: left;
	width: 35%;
	text-align: left;
	padding-right: 5%;
	color: #FFFFFF;
	line-height: 32px;
}

#fixed_top_bar_right {
	float: right;
	width: 55%;
	text-align: right;
}

#fixed_top_bar_right div#top_facebook a,
#fixed_top_bar_right div#top_twitter a,
#fixed_top_bar_right div#top_instagram a {
	width: 32px;
	height: 32px;
	display: inline-block;
	text-indent: 99999px;
	margin: 0 6px;
}

#fixed_top_bar_right div#top_facebook a {
	background: url(../images/facebook_top_icon.gif) no-repeat top;
}

#fixed_top_bar_right div#top_facebook a:hover {
	background: url(../images/facebook_top_icon.gif) no-repeat bottom;
}

#fixed_top_bar_right div#top_twitter a {
	background: url(../images/twitter_top_icon.gif) no-repeat top;
}

#fixed_top_bar_right div#top_twitter a:hover {
	background: url(../images/twitter_top_icon.gif) no-repeat bottom;
}

#fixed_top_bar_right div#top_instagram a {
	background: url(../images/instagram_top_icon.gif) no-repeat top;
}

#fixed_top_bar_right div#top_instagram a:hover {
	background: url(../images/instagram_top_icon.gif) no-repeat bottom;
}

#fixed_top_bar_right div#top_facebook,
#fixed_top_bar_right div#top_twitter,
#fixed_top_bar_right div#top_instagram,
#fixed_top_bar_right div#book {
	float: right;
}

#fixed_top_bar_right a.book {
	display: inline-block;
	padding: 0 15px;
	background-color: #E52329;
	color: #FFF;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
}

#fixed_top_bar_right a:hover.book {
	background-color: #AA1A20;
}

#fixed_top_bar_right div#register {
	float: right;
}

#fixed_top_bar_right a.register {
	display: inline-block;
	padding: 0 15px;
	background-color: #0B0048;
	color: #FFF;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
}

#fixed_top_bar_right a:hover.register {
	background-color: #04001E;
}

#container {
	margin: 0 auto;
    max-width: 1000px;
    padding: 0;
	overflow: auto;
	background-color: #FFF;
}

h1, h2, h3 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	text-decoration: none;
}

a {
	text-decoration: none;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
	color: #E52329;
}

a:hover {
	text-decoration: underline;
}

.section_wrapper {
	width:100%;
}

#top_wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}

/* TOP BANNER */

#top_banner {
	text-align: right;
	margin: 32px auto 10px;
    max-width: 1000px;
	overflow: auto;
}

#top_banner #banner img {
	height: auto;
	max-width: 100%;
	filter: none;
	-webkit-filter: none;
}

/*------------------------------
          HEADER
-------------------------------*/
header {
	width: 92%;
	float: left;
	background: #120072;
	padding: 0 4%;
	margin-top: 9px;
}

header #logo {
	float: left;
	margin: 22px 0 0;
	padding-bottom: 22px;
}

.event_date_mobile {
	display: none;
}

#modal {
	width: 530px;
	padding: 40px;
	background-color: #212C5D;
	color: #FFF;
}

#modal h1 {
	font-size: 18px;
	margin-bottom: 22px;
	font-weight: bold;
}

#modal h3 {
	font-size: 14px;
	margin-bottom: 12px;
}

#modal a.modalCloseImg {
	background:url(../images/basic/x.png) no-repeat; 
	width:25px; height:29px; 
	display:inline; z-index:3200; 
	position:absolute; top:-15px; 
	right:-16px; 
	cursor:pointer;
}


/*------------------------------
          MAIN NAV
-------------------------------*/

nav.full {
	font-size: 0;
	margin-top: 44px;
}

nav.full ul {
	text-align: right;
}

nav.full ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
}

nav.full ul li a {
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 35px;
	margin-left: 28px;
	color: #FFFFFF;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

nav.full ul li a:hover,
nav.full ul li.active a,
nav.full ul li.active a:hover {
	text-decoration: none;
	color: #E52329;
}

#mobile_navigation {
	display:none;
}

/*-----------------------------
		Dropdown
-----------------------------*/

nav.full ul li ul {
	position: absolute;
	top: 32px;
	left: 22px;
	width: 260px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	z-index: 9999;
	margin: 0;
}

nav.full ul li ul li {
	display: block; 
	padding: 0 5px;
	margin: 0;
	z-index: 9999;
	opacity: 0.95;
	background-color: #2B2A56;
}

nav.full ul li ul li a,
nav.full ul li.active ul li a {
	text-align: left;
	display: block;
	border-top: solid 1px #0B0048;
	margin-left: 0;
	padding: 0 10px;
	font-size: 13px;
	color: #FFFFFF;
}

nav.full ul li ul li.first a {
	border-top: none;
}

nav.full ul li ul li a:hover,
nav.full ul li.active ul li a:hover,
nav.full ul li.parent-active ul li.active a {
	text-decoration: none;
	color: #E52329;
}

nav.full ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

/*------------------------------
 	     Exhibitor categories
-------------------------------*/

ul#category_filter li {
	display: inline-block;
	margin: 5px;
	padding: 5px 10px;
	border: 1px solid #AEAEAE;
}

ul#category_filter li:hover {
	background-color: #f8f8f8;
}

/*------------------------------
 	     BREADCRUMBS
-------------------------------*/

#breadcrumbs {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

nav.breadcrumbs {
	width: 92%;
	padding: 12px 4%;
	background: #E9E9E9;
	text-align: right;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 13px;
	color: #0B0048;
	float: left;
}

nav.breadcrumbs ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 25px 0 15px;
	background: url(../images/arrow.png) right no-repeat;
}

nav.breadcrumbs ul li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 13px;
	color: #0B0048;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

nav.breadcrumbs ul li a:hover {
	color: #E52329;
	text-decoration: none;
}

nav.breadcrumbs ul li.last {
	background: none;
	padding: 0 0 0 15px;
}

/*------------------------------
 	SLIDER SECTION
-------------------------------*/
#slider_wrapper {
	max-width: 100%;
	margin: 0 auto 0;
	padding: 0;
	background-color: #F9F7F8;
}

#main_slider {
	width: 100%;
	display: inline-block;
	background-color: #EE0020;
}

.main_slider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main_slider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.main_slider ul li > a,
.main_slider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.main_slider ul li img {
	border: none;
	display: block;
	margin: 0 auto;
	width: 100%;
	float: left;
	filter: none;
	-webkit-filter: none;
}

.slide_image {
	width: 60%;
	float: left;
}

.slide_text_wrapper {
	overflow: auto;
	width: 40%;
	float: left;
	padding: 0;
	text-align: center;
	background-color: #EE0020;
}

.slide_text {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	padding: 8% 6% 16px;
	color: #FFFFFF;
	background-color: #EE0020;
}

.slide_text .text h2 {
	font-size: 20px;
	line-height: 22px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin: 4% 0;
}

.slide_text .text a,
.slide_text .text h2 a {
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	margin-top: 4%;
}

.slide_text .text a:hover,
.slide_text .text h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*------------------------------
 	CONTENT SECTION
-------------------------------*/
#main_image {
	width: 100%;
	height: auto;
	margin-top: 2%;
}

#main_image img {
	width: 100%;
	float: left;
}

#content_wrapper {
	max-width: 1000px;
	margin: 0 auto 0;
	padding: 22px;
}

#content {
	width: 100%;
	display: inline-block;
}

#content p {
	margin: 0 0 22px 0;
	line-height: 22px;
}

#content #content_title {
	margin: 24px 0 15px;
}

#content #content_title h1 {
	font-size: 20px;
	color: #2B2A56;
	border-bottom: solid 2px #E9E9E9;
	padding: 14px 0;
}

#content #content_area {
	float: left;
	width: 60%;
	height: auto;
	background-color: #FFFFFF;
}

#content #content_area.full_width {
	width: 100%;
}

#content #right {
	float: right;
	width: 34%;
	height: auto;
	margin-left: 2%;
}

/*------------------------------
 	     RIGHT NAV
-------------------------------*/
#content #right nav {
	width: 100%;
	float: left;
}

#content #right nav ul {
	padding: 0 12px 0 0;
	border-top: solid 4px #D3D3D3;
	border-bottom: solid 1px #D3D3D3;
	margin-bottom: 15px;
}

nav.right ul li {
	list-style: none;
	border-bottom: #FFF solid 1px;
}

nav.right ul li.last {
	border: 0;
}

nav.right ul li a {
	font-size: 15px;
	color: #222D5D;
	height: 50px;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-decoration: none;
	text-transform: capitalise;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

nav.right ul li a:hover,
nav.right ul li.active a {
	padding-left: 18px;
	background: url(../images/arrow.png) left center no-repeat;
}

/* -- PRICING CALLOUT --*/
#pricing_chart {
	width: 100%;
	float: left;
	border-bottom: #D3D3D3 solid 2px;
	margin-bottom: 15px;
	background: url(../images/pricing_table_bg.png) repeat #F1F1F1;
	color: #0B0048;
}

#pricing_chart_title_wrapper {
	width: 92%;
	background-color: #D3D3D3;
	line-height: 30px;
	float: left;
	padding: 4%;
}

#pricing_chart_title {
	float: left;
}

#pricing_chart_title h3 {
	color: #222D5D;
	font-size: 30px;
}

#pricing_chart_lowest {
	color: #222D5D;
	float: right;
	font-size: 14px;
	font-weight: bold;
}

#pricing_chart_lowest span.lowest_price {
	color: #222D5D;
	font-size: 20px;
	font-weight: bold;
	margin-left: 8px;
}

.pricing_chart_item {
	float: left;
	padding: 4%;
	border-bottom: solid 1px #D3D3D3;
	border-left: solid 1px #D3D3D3;
	border-right: solid 1px #D3D3D3;
}

.pricing_chart_item_title {
	float: left;
}

.pricing_chart_item_title h3 {
	font-size: 22px;
}

.pricing_chart_item_price {
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.pricing_chart_item_price span.pricing_chart_price {
	color: #222D5D;
	font-size: 17px;
	font-weight: bold;
	margin-left: 4px;
}

.pricing_chart_item_bottom {
	float: left;
	width: 100%;
	margin-top: 8px;
}

.pricing_chart_item_more {
	float: left;
}

.pricing_chart_item_more a {
	font-size: 12px;
}

.pricing_chart_item_link {
	float: right;
}

.pricing_chart_item_link a {
	display: block;
	width: 120px;
	color: #FFFFFF;
	font-weight:bold;
	font-size:18px;
	background: #E62329;
	text-align: center;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
	padding: 1.5% 4%;
	text-transform: uppercase;
}

.pricing_chart_item_link a:hover {
	background: #FFFFFF;
	color: #E62329;
}

/*------------------------------
 	     RIGHT MODULE
-------------------------------*/

#right_module {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

#right_module img {
	width: 100%;
	height: auto;
	float: left;
}

/*------------------------------
 	FEATURED SECTION
-------------------------------*/

section#featured_items, 
section#main_sponsors,
section#other_sponsors {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 44px;
	overflow: hidden;
	display: block;
	background: #F9F7F8;
}

div#featured_inner {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
 
section#main_sponsors,
section#other_sponsors {
	padding: 0;
	margin: 0 auto;
}

.featured_box {
	width: 32%;
	float: left;
	margin: 4% 2% 2% 0;
	background-color: #F9F7F8;
	position: relative;
	padding: 2% 0 46px 0;
}

.featured_box.right {
	margin-right: 0;
}

.featured_box h3 {
	width: 92%;
	background: rgb(18, 0, 144); /* The Fallback */
	background: rgba(18, 0, 144, 0.8);
	color: #FFFFFF;
	font-size: 17px;
	padding: 10px 4%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}

.featured_box h3 a {
	color: #FFFFFF;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

.featured_box h3 a:hover {
	color: #E52329;
	text-decoration: none;
}

.featured_box img {
	width: 100%;
	height: auto;
	float: left;
}

.featured_box .text_box {
	width: 100%;
	float: left;
	margin-top: 2%;
}

.featured_box .link_box {
	height: 42px;
	line-height: 42px;
	width: 100%;
	float: left;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	bottom: 2%;
	left: 0;
}

.featured_box .link_box a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 13px;
	color: #0B0048;
	text-transform: uppercase;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

.featured_box .link_box a:hover {
	color: #E52329;
	text-decoration: none;
}

.social_box.full.sponsors {
	width: 100%;
	text-align: center;
}

.social_box.full p {
	margin: 8px 0;
}

/*---- main scrolling logos carousel ----*/
#scrolling_logos {
	width: 100%;
	float: left;
	overflow: hidden;
	text-align:center;
	position: relative;
	text-align: center;
	padding: 0;
	background-color: #E9E9E9;
	padding: 22px 0;
}
		
#scrolling_logos img {
	padding: 0;
	vertical-align: middle;
	display: inline-block;
}

#scrolling_logos ul#logo_carousel {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	position: relative;
	height: 140px;
	line-height: 140px;
}

#scrolling_logos ul#logo_carousel li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 100%;
	position: relative;
	width: 345px;
	text-align: center;
	background: none;
}

/*---- dealer scrolling logos carousel ----*/
#scrolling_sponsors {
	width: 100%;
	float: left;
	overflow: hidden;
	text-align:center;
	position: relative;
	text-align: center;
	padding: 0;
	border-top: solid 4px #E9E9E9;
	border-bottom: solid 4px #E9E9E9;
}

#scrolling_sponsors h3 {
	color: #212C5D;
	font-size: 16px;
	text-align: left;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: solid 1px #E9E9E9;
}
		
#scrolling_sponsors img {
	padding: 0;
	vertical-align: middle;
	display: inline-block;
}

#scrolling_sponsors ul#dealer_carousel {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	position: relative;
	height: 90px;
	line-height: 90px;
}

#scrolling_sponsors ul#dealer_carousel li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 100%;
	position: relative;
	width: 200px;
	text-align: center;
	background: none;
}

/*------------------------------
          FOOTER
-------------------------------*/

footer {
	width: 96%;
	margin: 0 auto;
	padding: 22px 2%;
	float: left;
	line-height: 24px;
	background-color: #120072;
}

footer #copyright {
	width: 300px;
	float: left;
	color: #FFFFFF;
}

footer #bottom_nav_wrapper {
	float: right;
}

#bottom_nav_wrapper nav.bottom ul li {
	display: inline;
	list-style: none;
}

#bottom_nav_wrapper nav.bottom ul li a {
	margin: 0 12px;
	font-size: 13px;
	line-height:18px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

#bottom_nav_wrapper nav.bottom ul li a:hover {
	text-decoration: none;
	color: #E52329;
}

#bottom_nav_wrapper nav.bottom ul li a.twitter {
	height: 24px;
	display: inline-block;
	background: url(../images/twitter_icon.gif) no-repeat;
	margin: 0 8px;
	background-position: right top;
	padding-right: 36px;
}

#bottom_nav_wrapper nav.bottom ul li a:hover.twitter {
	background-position: right bottom;
}

/*------------------------------
   FEATURES PAGE
-------------------------------*/
.main_feat {
	width: 100%;
	float: left;
	margin-top: 8px;
	background: #EFEFEF;
	margin-bottom: 3%;
}

.main_feat h3 {
	background: #E52329;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0 8px;
}

.main_feat h3 a {
	font-size: 18px;
	color: #FFFFFF;
}

.main_feat_image {
	width: 50%;
	float: left;
}

.main_feat_image img {
	width: 100%;
	float: left;
	height: auto;
}

.main_feat_intro {
	width: 46%;
	float: left;
	padding: 2%;
	font-size: 15px;
}

.main_feat_intro a {
	font-family: "Ubuntu",sans-serif;
	font-weight: 300;
}

.second_feat {
	width: 48.5%;
	float: left;
	border-top: solid 1px #DDDDDD;
	margin-bottom: 3%;
}

.second_feat.feature_two {
	margin-left: 3%;
}

.second_feat_image {
	width: 100%;
	float: left;
	position: relative;
}

.second_feat_image img {
	width: 100%;
	float: left;
	height: auto;
}

.second_feat_image h3 {
	width: 96%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/feature_h3_bg.png) repeat;
	height: auto;
	line-height: 20px;
	padding: 2%;
}

.second_feat_image h3 a {
	font-size: 15px;
	color: #FFFFFF;
}

.second_feat_intro {
	float: left;
	margin-top: 12px;
}

.second_feat_intro a {
	font-family: "Ubuntu",sans-serif;
	font-weight: 300;
	font-size: 13px;
}

#feature_quote {
	width: 100%;
	float: left;
}

.feature_quote_area {
	float: left;
}

.feature_quote_area.photo {
	float: left;
	width: 30%;
}

.feature_quote_area.photo img {
	max-width: 100%;
	float: left;
	height: auto;
	
}

.feature_quote_area.text {
	float: left;
	width: 67%;
	background: url(../images/feature_quote_text.gif) repeat-y top left #E52329;
	margin-left: 3%;
}

.feature_quote_text {
	width: 90%;
	float: left;
	padding: 3% 3% 3% 7%;
	color: #FFFFFF;
	font-size: 22px;
	font-style: italic;
}

#content .feature_quote_text p {
	line-height: 26px;
}

.feat_hero {
	outline: solid 1px #DDDDDD;
}

.feat_hero img {
	width: 100%;
	float: left;
	height: auto;
}

.feat_content {
	width: 100%;
	float: left;
	margin-top: 12px;
}

.feat_content img {
	max-width: 100%;
}

.feat_content h3,
.feat_gallery h3 {
	font-size: 18px;
	color: #202C5D;
	border-top: solid 1px #DDDDDD;
	padding: 18px 0;
}

.feat_content h3:first-child {
	border-top: none;
}

.feat_gallery {
	float: left;
	width: 100%;
}

/*------------------------------------*\
	REUSEABLE GALLERY SECTION
\*------------------------------------*/
#feat_gallery_images {
	position: relative;
	overflow:hidden;
}

#feat_gallery_images {
	width: 100%;
	float: left;
	margin: 0 0 10px;
	border-top: solid 1px #DDDDDD;
	padding-top: 18px;
}

.feat_gallery_image {
	margin: 0 1% 2%;
	width: 23%;
	height: auto;
	float: left;
	position: relative;
}

.feat_gallery_image a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
}

.feat_gallery_image a .link_info {
	width: 96%;
	opacity: 0;
	position: absolute;
	bottom: 10%;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 2%;
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	-o-transition: all .8s linear;
	transition: all .8s linear;
}

.feat_gallery_image a .link_info span.show_type {
	font-size: 18px;
	font-weight: 400;
}

.feat_gallery_image a:hover {
	background: #E52329;
}

.feat_gallery_image a:hover .link_info {
	opacity: 1;
}

.feat_gallery_image img {
	width: 100%;
	height: auto;
	float: left;
}

#content .link_info p {
	line-height: normal;
	margin: 0;
}

#content .link_info p.gallery_year {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	margin-bottom: 8px;
	font-weight: bold;
}

#content .link_info p.gallery_make {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#content .link_info p.gallery_model {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

/*------------------------------
   RESPONSIVE YOUTUBE VIDEOS 
-------------------------------*/

#video_container {
	position: relative;
}

/* 16:9 Video Ratio */
.widescreen {
	padding-bottom: 56.25%;
}

/* 4:3 Video Ratio */
.fourbythree {
	padding-bottom: 75%;
}

#video_container iframe, 
#video_container object, 
#video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------
          VIDEO PAGE
-------------------------------*/

div#video_container {
	border-top: #E62329 5px solid;
}

.video_item h3 {
	font-size: 28px;
	color: #222D5D;
	margin: 20px 0 10px 0;
}

/*------------------------------
          NEWS PAGE
-------------------------------*/

div.news_item {
}

div.news_main_image img {
	width: 100%;
	height: auto;
}

.news_item h1 {
	color: #222D5D;
	font-size: 18px;
}

.list_news_item {
	width: 100%;
	float: left;
	border-bottom: 1px solid #DDD;
	margin-bottom: 3%;
	padding-bottom: 3%;
}

.list_news_item h3 {
	color: #222D5D;
	font-size: 16px;
	margin: 0 0 10px 0;
}

.list_news_item h3 a {
	color: #222D5D;
}

.list_news_item h3 a:hover {
	text-decoration: none;
}

.list_news_main_image {
	width: 32%;
	float: left;
}

.list_news_main_image img {
	width: 100%;
	float: left;
	height: auto;
}

.list_news_text {
	width: 66%;
	float: left;
	margin-left: 2%;
}

#content .list_news_text p {
	margin-bottom: 6px;
}

#content .list_news_text a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

/*------------------------------------*\
	EXHIBITOR SECTION
\*------------------------------------*/
#exhibitor_listing_wrapper {
	position: relative;
	overflow:hidden;
	width: 100%;
	float: left;
	margin: 0 0 10px;
	border-top: solid 1px #DDDDDD;
	padding-top: 18px;
}

.exhibitor_listing_image {
	margin: 0 1% 2%;
	padding: 2%;
	width: 19%;
	height: auto;
	float: left;
	position: relative;
	outline: solid 1px #E0E0E0;
}

.exhibitor_listing_image a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
}

.exhibitor_listing_image a .link_info {
	width: 96%;
	opacity: 0;
	position: absolute;
	bottom: 10%;
	text-align: center;
	color: #FFFFFF;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 2%;
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	-o-transition: all .8s linear;
	transition: all .8s linear;
}

.exhibitor_listing_image a .link_info span.show_type {
	font-size: 18px;
	font-weight: 400;
}

.exhibitor_listing_image a:hover {
	background: #E52329;
}

.exhibitor_listing_image a:hover .link_info {
	opacity: 1;
}

.exhibitor_listing_image img {
	width: 100%;
	height: auto;
	float: left;
}

#content .link_info p {
	line-height: normal;
	margin: 0;
}

#content .link_info p.exhibitor_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: normal;
}

#exhibitor_detail_title {
	margin: 24px 0 0;
}

#exhibitor_detail_title h1 {
	font-size: 20px;
	background-color: #222D5D;
	color: #FFFFFF;
	padding: 10px 8px;
}

.exhibitor_detail_stand {
	width: 98%;
	float: left;
	padding: 1%;
	background: #E0E0E0;
	color: #222D5D;
	margin-bottom: 15px;
}

.exhibitor_detail_image {
	margin: 0 0 2% 2%;
	padding: 2%;
	height: auto;
	float: right;
	position: relative;
	outline: solid 1px #E0E0E0;
}

.exhibitor_detail_image img {
	max-width: 200px;
	height: auto;
}

.exhibitor_detail_website,
.exhibitor_detail_facebook,
.exhibitor_detail_twitter {
	width: 100%;
	float: left;
	background: #F1F1F1;
	margin-bottom: 12px;
}

.exhibitor_detail_website a,
.exhibitor_detail_facebook a,
.exhibitor_detail_twitter a {
	display: block;
	height: 42px;
	line-height: 42px;
	padding-left: 52px;
	font-family: "Ubuntu",sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
}

.exhibitor_detail_website a {
	background: url(../images/exhibitor_web_icon.gif) no-repeat left top;
}

.exhibitor_detail_website a:hover {
	background: url(../images/exhibitor_web_icon.gif) no-repeat left bottom;
	color: #7C151B;
}

.exhibitor_detail_facebook a {
	background: url(../images/exhibitor_facebook_icon.gif) no-repeat left top;
}

.exhibitor_detail_facebook a:hover {
	background: url(../images/exhibitor_facebook_icon.gif) no-repeat left bottom;
	color: #7C151B;
}

.exhibitor_detail_twitter a {
	background: url(../images/exhibitor_twitter_icon.gif) no-repeat left top;
}

.exhibitor_detail_twitter a:hover {
	background: url(../images/exhibitor_twitter_icon.gif) no-repeat left bottom;
	color: #7C151B;
}

.gallery_container.exhibitor_gallery {
	width: 70%;
	margin: 20px 15%;
}

/*------------------------------------*\
	RESPONSIVE GALLERY STYLING
\*------------------------------------*/
.gallery_container {
	float: left;
	width: 100%;
	height: auto;
}
.rg-image-wrapper{
	position:relative;
	min-height:20px;
}

.rg-image {
	position:relative;
	text-align:center;
	line-height:0px;
	width: 100%;
}
.rg-image img {
	width:100%;
}
.rg-image-nav a {
	position:absolute;
	top:0px;
	left:0px;
	background:#000000 url(../images/nav_thumbs.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	z-index: 9999;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
}
.rg-image-nav a:hover{
	opacity:0.7;
}
.rg-caption {
	text-align:center;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #321D10;
	background: rgba(40, 23, 13, 0.7);
	color: #FFFFFF;
	padding: 2%;
	width: 96%;
}

.rg-view{
	display: none;
}

.rg-loading{
	width:84px;
	height:84px;
	position:absolute;
	top:50%;
	left:50%;
	background:#FFFFFF url(../images/ajax-loader.gif) no-repeat center center;
	margin:-42px 0px 0px -42px;
	z-index:100;
	-webkit-border-radius: 41px;
	border-radius: 41px;
	opacity: 0.6;
}

/*------------------------------------*\
	PAGINATION
\*------------------------------------*/

#pagination_container {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 8px;
}

#pagination_container ul {
	float: left;
	list-style: none;
	margin: 0;
}

#pagination_container ul li {
	float: left;
	display: inline-block;
	margin: 0 3px 3px 0;
}

#pagination_container ul li a {
	display: inline-block;
	color: #FFFFFF;
	background-color: #A5A5A5;
	border: solid 1px #A5A5A5;
	line-height: 26px;
	padding: 0 8px;
}

#pagination_container ul li a.active,
#pagination_container ul li a:hover {
	background-color: #E52329;
	border-color: #E52329;
}

#pagination_container span.page_details {
	float: right;
	display: inline-block;
	line-height: 28px;
	padding: 0 8px;
	font-size: 12px;
	color: #999999;
}

@media only screen and (max-width: 1023px) {

body {
	background: #FFFFFF;
}

#fixed_top_bar_left span.event_date_desktop {
	padding-left: 15px;
}

header #header_inner {
	border-bottom: none;
}

header #logo {
	width:100%;
	height: auto;
	text-align: center
}

header #header_image {
	display:none;
}
	
#content #content_area {
	width: 96%;
}

#content #right {
	width: 100%
}

#right_module {
	text-align: center;
	margin-top: 30px;
}

#right_module img {
	width: auto;
	float: none;
}

#venue_dates {
	background-image: none;
}

footer #bottom_nav_wrapper {
	width: 100%;
	float: none;
	text-align: center;
}

footer #copyright {
	width: 100%;
	text-align: center;
	margin: 12px 0 32px;
}

#social_media_icons a {
	margin: 0 4px;
}

/*------------------------------------*\
	MOBILE NAV
\*------------------------------------*/
nav.full {
	display:none;
}

#mobile_navigation {
	display: inherit;
}

#mobile_navigation_show_wrapper {
	float: left;
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	background-color: #0B0048;
}

#mobile_navigation_show_wrapper a.menu_show_hide {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	background: url(../images/menu_show_hide_bg.png) no-repeat left;
	padding-left: 34px;
}

#mobile_navigation_hide_wrapper {
	line-height: 40px;
	background-color: #0B0048;
}

#mobile_navigation_hide_wrapper a.menu_show_hide {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	background: url(../images/menu_hide_bg.png) no-repeat left;
	padding-left: 24px;
}

nav.mobile {
	float: left;
	width: 100%;
	line-height: 34px;
	text-align: center;
	background-color: #2B2A56;
}

nav.mobile .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.mobile .menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

nav.mobile .menu li a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #FFFFFF;
	line-height: 42px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	width: 100%;
	border-bottom: solid 1px #0B0048;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

nav.mobile .menu li a:hover {
	text-decoration: none;
	color: #E52329;
}

#bottom_nav_wrapper nav.bottom ul li {
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #0B0048;
}

.feat_gallery_image {
	width: 31.3%;
}

.exhibitor_listing_image {
	width: 27.3%;
}

}

@media only screen and (max-width: 769px) {

.featured_box {
	width: 48.5%;
	float: left;
	margin: 44px 0 0;
}

.featured_box.right {
	margin-left: 0;
}

.featured_box.left {
	margin-right: 3%;
}
	
#breadcrumbs {
	display: none;
}

#venue_dates h3 {
	font-size: 26px;
	line-height: 28px;
}

.main_feat_image {
	width: 100%;
	float: left;
}

.main_feat_intro {
	width: 92%;
	padding: 4%;
}

.second_feat {
	width: 100%;
	margin-bottom: 6%;
	padding-top: 6%;
}

.second_feat.feature_two {
	margin-left: 0;
}

.second_feat_image h3 {
	height: auto;
	line-height: 20px;
	padding: 2%;
}

.feature_quote_area.photo {
	width: 100%;
	text-align: center;
}

.feature_quote_area.photo img {
	float: none;
	
}

.feature_quote_area.text {
	width: 100%;
	margin-left: 0;
}

.gallery_container.exhibitor_gallery {
	width: 100%;
	margin: 20px 0;
}

}

@media only screen and (max-width: 767px) {

#fixed_top_bar_left {
	display: none;
}

#fixed_top_bar_right {
	width: 100%;
}

.event_date_mobile {
	display: inherit;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	padding-bottom: 22px;
}

#modal {
	display: none !important;
}

#strapline {
	text-align: center;
}

#slider_wrapper {
	background-color: #EE0020;
}

.slide_image {
	width: 100%;
	float: left;
}

.slide_text_wrapper {
	width: 100%;
}

.slide_text {
	padding: 16px 6%;
}

.slide_text .text h2 a {
	font-size: 16px;
	line-height: 18px;
}

.slide_text .text p {
	font-size: 13px;
	margin: 16px 0;
}

.slide_text .text a {
	font-size: 12px;
}

#content #content_area {
	width: 100%;
}

header #top_header_container #top_right {
	width: 100%;
	text-align: center;
	padding: 0;
	margin-bottom: 2%;
	margin-top: 22px;
}

header #top_header_container #top_right div#book, header #top_header_container #top_right div#register {
	width: 100%;
}

#top_header_container #top_right div#book {
	margin-bottom: 22px;
}

header #top_header_container #top_right a.book, header #top_header_container #top_right a.register {
	float: none;
	margin-left: 0;

}

header #top_header_container #top_left {
	width: 100%;
	text-align: center;
	padding: 0;
}

.list_news_item {
	margin-bottom: 5%;
	padding-bottom: 5%;
}

.list_news_main_image {
	width: 100%;
	margin-bottom: 5%;
}

.list_news_text {
	width: 100%;
	margin-left:0;
}

#content #content_title h1 {
	font-size: 18px;
	line-height: 20px;
}

.feature_quote_text {
	width: 87%;
	padding: 3% 3% 3% 10%;
	font-size: 17px;
}

.feat_gallery_image {
	width: 48%;
}

.exhibitor_listing_image {
	width: 44%;
}

}

@media only screen and (max-width: 600px) {
	
.featured_box {
	width: 100%;
}

.featured_box.left {
	margin-right: 0;
}

.exhibitor_detail_stand {
	width: 96%;
	padding: 1% 2%;
}

.exhibitor_detail_image {
	margin: 0 0 4% 0;
	width: 90%;
	padding: 5%;
	float: none;
	text-align: center;
	display: inline-block;
}

@media only screen and (max-width: 500px) {

#fixed_top_bar_right div#top_facebook,
#fixed_top_bar_right div#top_twitter,
#fixed_top_bar_right div#top_instagram {
	display: none;
}

.slide_text .text h2 {
	font-size: 13px;
	line-height: 13px;
}

#call_to_action_box h3 {
	font-size: 16px;
	line-height: 24px;
}

#call_to_action_box p {
	font-size: 13px;
	margin: 12px 0;
}

#call_to_action_box a {
	font-size: 13px;
}

section#featured_items {
	padding: 0 22px;
}

.featured_box {
	margin: 22px 0 0;
}
	
#right_module img {
	width: 90%;
	margin: 0 5%;
}

#content #content_title h1 {
	font-size: 16px;
	line-height: 18px;
}

.feat_content h3,
.feat_gallery h3 {
	font-size: 16px;
}

.feature_quote_text {
	width: 85%;
	padding: 3% 3% 3% 12%;
	font-size: 15px;
}

.feat_content img {
	margin: 0 !important;
	margin-bottom: 12px !important;
}

.feat_gallery_image {
	width: 100%;
	margin: 0;
	margin-bottom: 4%;
}

}


@media only screen and (max-width: 380px) {
	
#scrolling_sponsors ul#dealer_carousel li {
	width: 258px !important;
}

}