/*------------------------------------*\
	RESETS
\*------------------------------------*/

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; display: block;}
img {
	max-width: 100%;
	height: auto !important;
}

html, body {
    height:100%
}

/*------------------------------------------------*\
	REMOVE GOOGLE CONVERSION IFRAME FROM DISPLAY
\*------------------------------------------------*/
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/*------------------------------------*\
	HIDE MOBILE NAV
\*------------------------------------*/
#mobile_navigation {
	display:none;
}

#mobile:not( .mm-menu ) {
   display: none;
}

/*------------------------------------*\
	FORM RESETS
\*------------------------------------*/
form {
	width: 100%;
	float: left;
}

input, select, textarea {
	margin:0; padding:0; font-size:15px; 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 */

/*------------------------------------*\
	FORM ELEMENT STYLING
\*------------------------------------*/
label {
	margin: 0 8px;
	font-weight: 300;
}

/* ------------  Inputs and textareas  ------------- */
input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #49606F;
	outline: medium none;
	margin: 6px 0px 10px;
	padding: 8px;
	-webkit-appearance: none;
}
	
.ie9 input[type="text"] { 
	line-height:normal; 
} /* Get the stuff to line up right */	
			
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: solid 1px #EE7807;
}

.ff_composer textarea, .ff_composer input[type="text"], .ff_composer input[type="email"], .ff_composer input[type="url"], .ff_composer input[type="number"], .ff_composer input[type="password"] {
    width: 100% !important;
}

/* ------------  Buttons & Submits  ------------  */		
input[type="submit"], 
input[type="button"] {  
	cursor:pointer;
	font-family: 'Dosis', sans-serif;
	display: inline-block;
	cursor:pointer;
	font-size:18px;
	background-color: #EE7807;
	border: none;
	color: #FFFFFF;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
	-webkit-appearance: none;
	padding: 6px 20px;
	text-decoration: none;
	margin: 12px 0;
	-webkit-appearance: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-transform: uppercase;
}
		
input[type="submit"]:hover, 
input[type="button"]:hover {
	background-color: #B63913;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #181F26;
	font-weight: normal;
	background-attachment: fixed;
	background-image: url(../images/body_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

p {
	margin: 12px 0;
}

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

a:hover {
	color: #B63913;
}

a.button, button {
	font-family: 'Dosis', sans-serif;
	display: inline-block;
	cursor:pointer;
	font-size:16px;
	border: none;
	background-color: #EE7807;
	color: #FFFFFF;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
	-webkit-appearance: none;
	padding: 4px 14px;
	text-decoration: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-transform: uppercase;
}
		
a:hover.button {
	background-color: #B63913;
}

h1, h2, h3, h4 {
	font-family: 'Dosis', sans-serif;
	color: #49606F;
	font-weight: 300;
	text-transform: uppercase;
}

h1 {
	font-size: 30px;
	line-height: 38px;
}

h2 {
	font-size: 26px;
	line-height: 34px;
}

h3 {
	font-size: 24px;
	line-height: 32px;
}

figcaption {
	width: 96%;
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
	word-wrap:normal;
	padding: 1% 2%;
	color: #FFFFFF;
	background: rgb(68,85,95); /* The Fallback */
	background: rgba(68,85,95,0.8);
}

/*------------------------------------*\
	POP UP STYLING
\*------------------------------------*/
#book-tickets-modal {
	background-color: #49606F;
	color: #FFFFFF;
	border: none;
	text-align: center;
}

#book-tickets-modal .remodal-close {
    color: #FFFFFF;
}

#book-tickets-modal h1 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 36px;
}

#book-tickets-modal a.button {
    font-size: 20px;
    padding: 8px 20px;
    border: solid 3px #fff;
}

/*------------------------------------*\
	SEARCH
\*------------------------------------*/
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(42,56,65); /* The Fallback */
  background: rgba(42,56,65,0.8);
	z-index: 99999999;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor: pointer;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

/* Overlay search form */
.overlay .search_form {
	max-width: 900px;
	margin: 22% auto 0;
	padding: 0 20px;
	overflow: hidden;
}

.overlay .search_form input[type="text"] {
	width: 88%;
	background: none;
	border: none;
	font-size: 24px;
	font-family: 'Dosis', sans-serif;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	padding-left: 20px;
	background: rgb(243, 112, 32); /* The Fallback */
   	background: rgba(243, 112, 32, 0.8);
   	color: #FFFFFF;
}

.overlay .search_form input[type="submit"] {
	width: 11%;
	font-family: 'Dosis', sans-serif;
	margin: 0;
	background: url(../images/search_form_submit.png) no-repeat center center;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	font-size: 24px;
	padding: 14px 0;
	margin-top: 2px;
}

.overlay .search_form input[type="submit"]:hover {
	color: #3A5A20;
}

/*------------------------------------*\
	CONTAINER AND WRAPPER STYLES
\*------------------------------------*/
.wrapper {
	width: 100%;
	float: left;
	position: relative;
}

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

/*------------------------------------*\
	SLIDING SHARING SECTION
\*------------------------------------*/
#sharing_wrapper {
	background: rgb(243, 112, 32); /* The Fallback */
   	background: rgba(243, 112, 32, 0.8);
	display: none;
	position: fixed;
	top: 40px;
	z-index: 99;
	-webkit-transition: top .4s linear;
	-moz-transition: top .4s linear;
	-o-transition: top .4s linear;
	transition: top .4s linear;
}

#sharing_wrapper.fixed {
	top: 86px;
	border-bottom: solid 2px #A15003;
}

#sharing_content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	height: 40px;
}

#facebook,
#twitter {
	padding-top: 10px;
	float: left;
}

#twitter {
	margin-left: 14px;
}

/*------------------------------------*\
	FIXED TOP SECTION
\*------------------------------------*/
#fixed_top_wrapper {
	width: 100%;
	height: 40px;
	background: #49606F;
	position: fixed;
	top: 0;
	z-index: 99999;
}

#fixed_top {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

#social_wrapper,
.social_icons,
.social_sharing {
	float: left;
}

.social_sharing a {
	width: 28px;
	height: 28px;
	display: inline-block;
	text-indent: 99999px;
	margin: 6px 5px 0 0;
	background: url(../images/icons/social-sharing.png) no-repeat top;
}

.social_sharing a:hover {
	background: url(../images/icons/social-sharing.png) no-repeat bottom;
}

.top_social {
	float: left;
	padding-top: 6px;
}

.top_social a {
	width: 28px;
	height: 28px;
	display: inline-block;
	text-indent: 99999px;
	margin: 0 5px 0 0;
}

.top_facebook a {
	background: url(../images/icons/facebook-small.png) no-repeat top;
}

.top_facebook a:hover {
	background: url(../images/icons/facebook-small.png) no-repeat bottom;
}

.top_twitter a {
	background: url(../images/icons/twitter-small.png) no-repeat top;
}

.top_twitter a:hover {
	background: url(../images/icons/twitter-small.png) no-repeat bottom;
}

.top_instagram a {
	background: url(../images/icons/instagram-small.png) no-repeat top;
}

.top_instagram a:hover {
	background: url(../images/icons/instagram-small.png) no-repeat bottom;
}

.top_pinterest a {
	background: url(https://www.thenationalpetshow.com/assets/images/icons/pinterest-small.png) no-repeat top;
}

.top_pinterest a:hover {
	background: url(https://www.thenationalpetshow.com/assets/images/icons/pinterest-small.png) no-repeat bottom;
}

.top_email a {
	background: url(../images/icons/email-small.png) no-repeat top;
	margin-left: 8px;
}

.top_email a:hover {
	background: url(../images/icons/email-small.png) no-repeat bottom;
}

.book_find_wrapper {
	float: right;
}

.find_a_show,
.book_tickets_fixed {
	float: right;
}

.book_tickets_fixed a.button {
	width: 168px;
	padding: 0;
	margin: 3px 10px 0 18px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	border: solid 2px #FFFFFF;
	text-shadow: 0px 2px 2px rgba(75, 60, 12, 0.9);
	background-color: #F8C42A;
	color: #FFFFFF;
	font-weight: 600;
}

.book_tickets_fixed a:hover.button {
	background-color: #B63913;
}

.find_a_show a.show_list {
	width: 188px;
	padding-left: 12px;
	margin: 5px 0 0 0;
	height: 30px;
	line-height: 30px;
	display: block;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(../images/find-a-show.gif) no-repeat center top;
}

.find_a_show a:hover.show_list {
	color: #FFFFFF;
	background: url(../images/find-a-show.gif) no-repeat center bottom;
}

.find_a_show a.button {
	margin-top: 5px;
}

.find_shows {
	background-color: #49606F;
	margin-top: 5px;
	width: 188px;
	padding: 6px;
	display: none;
}

.find_shows a {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	border-top: solid 2px #5B717F;
	padding-top: 6px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.find_shows a:first-child {
	border-top: none;
}

.find_shows a:hover {
	color: #EC8D35;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/
#header_wrapper {
	margin-top: 44px;
}

header {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 20px;
	position: relative;
}

header #logo {
	float: left;
	width: 22%;
	margin-top: 20px;
	margin-bottom: 20px;
}

header #logo img {
	max-width: 100%;
	float: left;
	height: auto;
}

header #header_image {
	width: 40%;
	float: left;
	text-align: center;
	margin-top: 60px;
	margin-bottom: -20px;
	position: relative;
	z-index: 9999;
	pointer-events: none;
}

header #header_dates {
	width: 38%;
	float: left;
	text-align: right;
	margin-top: 110px;
}

#header_mobile_book_tickets {
	display: none;
	position: inherit;
	margin-top: 40px;
}

#header_mobile_book_tickets a {
	display: block;
	background: #F8C42A;
	color: #FFFFFF;
	padding: 12px;
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	-o-transition: all .8s linear;
	transition: all .8s linear;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-shadow: 0px 2px 2px rgba(75, 60, 12, 0.9);
	text-transform: uppercase;
	text-align: center;
}

#header_mobile_book_tickets a:hover {
	background: #B63913;
}

#cta_wrapper_top {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.top_book_tickets {
	position: absolute;
	right: 0;
	width: 190px;
	height: 164px;
	padding-top: 4px;
	background: url(../images/top-book-tickets.png) no-repeat;
	color: #3A5A20;
	font-size: 17px;
	display: block;
	z-index: 99999;
	text-align: center;
}

.top_book_tickets p {
	margin: 4px 0 0 0;
}

.top_book_tickets a {
	font-family: 'Dosis', sans-serif;
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgba(75, 60, 12, 0.9);
	font-weight: 600;
	line-height: 28px;
}

.top_book_tickets a span.ticket_text_large {
	font-size: 32px;
}

.top_book_tickets a.ticket_text {
	font-size: 24px;
}

.top_book_tickets a:hover.ticket_text {
	color: #B63913;
	text-shadow: 0px 1px 1px rgba(75, 60, 12, 0.9);
}

.header_rabbit,
.header_reptile {
	display: none;
}

/*------------------------------------*\
	NAVIGATION
\*------------------------------------*/
#navigation_wrapper {
	width: 100%;
	float: left;
	-webkit-transition: top .4s linear;
	-moz-transition: top .4s linear;
	-o-transition: top .4s linear;
	transition: top .4s linear;
	top: 0;
}

#navigation_wrapper.fixed {
    position: fixed;
    top: 40px;
    bottom: auto;
    background: #EE7807;
    border-bottom: solid 2px #A15003;
   	z-index: 9999;
}

#navigation {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#navigation_inner {
	height: 44px;
	background: #EE7807;
   	padding: 0 20px;
}

#navigation_wrapper.fixed #navigation_inner {
	background: none;
	border-bottom: none;
	border-top: none;
}

nav#home_icon {
	float: left;
}

nav#home_icon ul,
nav#home_icon ul li {
	margin: 0;
	padding: 0;
}

nav#home_icon ul li {
	list-style: none;
	display: inline;
	position: relative;
}

nav#home_icon ul li a {
	height: 44px;
	width: 34px;
	line-height: 44px;
	display: block;
	text-indent: -9999px;
	background: url(../images/icons/home-icon.png) no-repeat top;
}

nav#home_icon ul li a:hover {
	background: url(../images/icons/home-icon.png) no-repeat bottom;
}

nav#main {
	float: left;
	height: 44px;
	line-height: 44px;
}

nav#main ul,
nav#main ul li {
	margin: 0;
	padding: 0;
}

nav#main ul li {
	list-style: none;
	display: inline;
	position: relative;
}

nav#main ul li a {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	padding: 0 12px 0 22px;
	text-decoration: none;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
	color: #FFFFFF;
	text-transform: uppercase;
	background: url(../images/nav_bg.png) no-repeat left center;
}

nav#main ul li a:hover,
nav#main ul li a.active {
	color: #5F2D00;
}

nav#main ul li ul {
	position: absolute;
	top: 20px;
	left: 17px;
	width: 320px;
	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;
	margin: 0;
	z-index: 100;
}

nav#main ul li:hover ul,
nav#main ul li:hover ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

nav#main ul li ul li {
	background: #A15003;
	display: block; 
	margin: 0;
	text-align: left;
}

nav#main ul li ul li:first-child {
	margin-top: 11px;
}

nav#main ul li ul li a {
	display: block;
	font-size: 16px;
	margin-left: 0;
	line-height: 26px;
	border: none;
	background-image: none;
	color: #FFFFFF;
	padding: 3px 12px;
}

nav#main ul li ul li a:hover,
nav#main ul li ul li a.active {
	color: #FFFFFF;
	background: #EE7807;
}

nav#main ul li ul li a.active {
	color: #5F2D00;
}

nav#main ul li:hover ul li ul {
	position: absolute;
	top: -11px;
	left: 320px;
	width: 320px;
	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;
	margin: 0;
	z-index: 100;
}

#mobile_navigation_show_wrapper {
	float: right;
	height: 44px;
	line-height: 44px;
	margin-right: 6px;
}

#mobile_navigation_show_wrapper a#simple-menu {
	color: #FFFFFF;
	text-decoration: none;
	width: 36px;
	height: 44px;
	text-indent: 9999px;
	overflow: hidden;
	display: block;
}

#mobile_navigation_show_wrapper a#simple-menu {
	background: url(../images/menu_show_hide_bg.png) no-repeat center;
	text-indent: -9999px;
	overflow: hidden;
}

nav#mobile ul li a {
	color: #FFFFFF;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
	text-transform: uppercase;
}

nav#mobile ul li a:hover, nav#mobile ul li a.active {
	color: #EE7807;
}

nav#mobile ul li a.mm-subclose,
nav#mobile ul li a:hover.mm-subclose {
	color: #EE7807;
}

.nav_newsletter {
	float: right;
	height: 44px;
	line-height: 44px;
	margin-right: 12px;
}

.nav_newsletter a {
	display: block;
	background: #F8C42A;
	color: #FFFFFF;
	padding: 0 18px;
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	-o-transition: all .8s linear;
	transition: all .8s linear;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-shadow: 0px 2px 2px rgba(75, 60, 12, 0.9);
}

.nav_newsletter a:hover {
	background: #B63913;
}

.nav_search {
	float: right;
	height: 40px;
	line-height: 40px;
}

.nav_search a {
	cursor: pointer;
	display: block;
	background: url(../images/nav_search.png) no-repeat center top;
	height: 40px;
	width: 40px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav_search a:hover {
	background: url(../images/nav_search.png) no-repeat center bottom;
}

/*------------------------------------*\
	BREADCRUMBS
\*------------------------------------*/
#breadcrumb_wrapper {
	width: 100%;
	float: left;
	margin-bottom: 16px;
}

#breadcrumbs {
	color: #49606F;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	padding-right: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

#breadcrumbs a {
	padding: 8px 24px 8px 0;
	margin-right: 6px;
	color: #A05002;
	display: inline-block;
	background: url(../images/breadcrumb_bg.png) no-repeat right center;
}

#breadcrumbs a:hover {
	color: #B63913;
}

/*------------------------------------*\
	CONTENT AREA
\*------------------------------------*/
#content_area_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	height: auto;
	position: relative;
}

.frog {
	position: absolute;
	left: -12px;
	top: 0;
	z-index: 999;
	pointer-events: none;
}

.parrot {
	position: absolute;
	right: -4px;
	top: -42px;
	z-index: 999;
	pointer-events: none;
}

#content_area {
	width: 100%;
	padding: 0;
	float: left;
}

#content_area.fixed {
	margin-top: 40px;
}

#content_area h2 {
	color: #458585;
}

#content_area h2.subtitle {
	font-weight: 600;
}

#content_area h3 {
	margin: 14px 0;
	font-weight: 600;
}

#content_area ul,
#content_area ol {
	margin: 12px 0 12px 22px;
	font-size: 16px;
	color: #283238;
}

#content_area ul li,
#content_area ol li {
	padding: 4px 0;
}

#content_area.content_page form {
	margin: 18px 0;
	padding: 18px 0;
	border-top: solid 8px #EE7807;
	border-bottom: solid 8px #EE7807;
}

#content_area .main_title {
	width: 100%;
	float: left;
}

#content_area .main_title h1 {
	background: url(../images/green_title_bg.jpg) repeat-y center center;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 20px;
}

.sponsor_area {
	width: 92%;
	float: left;
	background-color: #FFFFFF;
	color: #49606F;
	text-align: center;
	padding: 10px 4%;
}

.sponsor_area img {
	margin-left: 8px;
}

#content_area .main_image {
	width: 100%;
	float: left;
}

#content_area .main_image img {
	width: 100%;
	float: left;
	height: auto;
}

#content_area .main_image img.main_image_mobile {
	display: none;
}

#content_area .inner_content {
	width: 94%;
	padding: 3%;
	float: left;
	background: rgb(255, 255, 255); /* The Fallback */
   	background: rgba(255, 255, 255, 0.8);
	outline: solid 1px #E0E0E0;
	position: relative;
}

#content_area .inner_content form {
    width: 100%;
    float: left;
    border-top: solid 8px #49606F;
    border-bottom: solid 8px #49606F;
    margin: 24px 0;
    padding: 12px 0;
}

#content_area .inner_content form#atoz-search {
	border: none;
    margin: 0;
    padding: 0;

}

/* TEXT EDITOR RESPONSIVE TABLE STYLING */
table.responsive {
	border-left: 1px solid #C1DAD7;
	margin: 24px 0;
	width: 100% !important;
}

table.responsive.large-only {
	border-collapse: collapse;
}

table.responsive.large-only tr:first-child td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #64BFBE;
	color: #FFFFFF;
	font-family: 'Dosis', sans-serif;
}

table.responsive td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
}

table.responsive.small-only,
table.responsive.small-only td,
table.responsive.small-only th {
	border: none;
}

table.responsive.small-only th {
	padding: 2% 4%;
}

table.responsive.small-only th {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #64BFBE;
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}

table.responsive .st-head-row.st-head-row-main {
	background-color: #49606F;
	color: #FFFFFF;
	padding: 6px 6px 6px 12px;
}
/* END TEXT EDITOR TABLE STYLING */

.sponsor_box {
	float: right;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	text-align: center;
	padding: 10px;
	margin: 20px 0 20px 20px;
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	font-weight: 600;
}

.sponsor_box p {
	margin: 4px 0;
}

/*------------------------------
   CATEGORY FILTERS STYLING 
-------------------------------*/
#content_area .category_listing_filters_wrapper {
	width: 100%;
	float: left;
	margin: 8px 0 16px;
	position: relative;
}

#content_area .category_listing_filters_wrapper form {
	border: none;
	margin: 12px 0;
	padding: 0;
}

.category_listing_filters {
	width: 66%;
	float: left;
}

.category_filter_left,
.category_filter_right {
	width: 49%;
	float: left;
	height: 38px;
}

.category_listing_search {
	width: 32%;
	float: left;
	height: 38px;
}

.category_filter_right,
.category_listing_search {
	margin-left: 2%;
}

.category_filter a {
	width: 94%;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 3%;
	background: url(../images/exhibitor_list_filter_bg.png) no-repeat right center #76B343;
	color: #FFFFFF;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
}

.category_filter a:hover {
	background: url(../images/exhibitor_list_filter_bg.png) no-repeat right center #8CC63F;
}

.category_dropdown {
	background-color: #44555F;
	padding: 6px;
	display: none;
	z-index: 97;
	position: relative;
}

.category_dropdown a {
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	border-top: solid 2px #5B717F;
	padding-top: 6px;
	margin-bottom: 6px;
	background: none;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

.category_dropdown a:hover {
	background: none;
	color: #76B343;
}

.category_dropdown a:first-child {
	border-top: none;
}

.category_listing_search {
	position: relative;
}

.category_listing_search input {
	margin: 0;
}

.category_listing_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 12px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(../images/exhibitor_search_icon.gif) no-repeat center center;
}

/*------------------------------
   SEARCH RESULTS PAGE STYLING
-------------------------------*/

.search_result_container {
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 12px;
	position: relative;
}

.show_flag {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e0e0e0;
	color: #EE7807;
	padding: 2px 4px;
	border-radius: 5px;
}

/*------------------------------
   LISTING PAGE STYLING 
-------------------------------*/
.listing_item_container {
	width: 100%;
	float: left;
}

.listing_item {
	width: 32%;
	float: left;
	margin: 0 0 2% 2%;
	position: relative;
}

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

.listing_background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.listing_background img {
	width: 100%;
}

.listing_item.full {
	width: 100%;
	float: left;
	color: #FFFFFF;
	background: #64BFBE;
	margin: 2% 0;
}

#content_area .listing_item.full h2 {
	color: #FFFFFF;
}

#content_area .listing_item.full a h2 {
	color: #FFFFFF;
}

.listing_item.full a.button,
.listing_item.full a:hover {
	text-decoration: none;
}

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

.listing_item_full_content .listing_item_full_text_inner {
	padding: 12% 10%;
}

.listing_item_full_image {
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.listing_item.half {
	width: 49%;
}

.listing_item.half img.lp_mobile {
	display: none;
}

.listing_item.one,
.listing_item.four,
.listing_item.half.left {
	margin-left: 0;
}

.listing_item_inner {
	width: 90%;
	margin: 5%;
	position: relative;
	background: #EE7807;
	float: left;
}

a .listing_item_title,
.no-link .listing_item_title,
.no-link .feature_title  {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/title_bg.png) repeat-y center center #F37021;
  	padding: 0 3%;
  	width: 94%;
  	color: #FFFFFF;
  	-webkit-transition: background .8s linear;
	-moz-transition: background .8s linear;
	-o-transition: background .8s linear;
	transition: background .8s linear;
	color: #FFFFFF;
}

a:hover .listing_item_title {
	background: #F37021;
}

.no-link .listing_item_title,
.no-link .feature_title {
	background: #64BFBE;
}

.listing_item_inner a img {
	opacity: 1;
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	-o-transition: opacity .8s linear;
	transition: opacity .8s linear;
}

.listing_item_inner a:hover img {
	opacity: 0.6;
}

#content_area a .listing_item_title h3,
#content_area .no-link .listing_item_title h3,
#content_area .no-link .feature_title h3 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 300;
	margin: 6px 0;
}

/*------------------------------------*\
	HOME SLIDER (with text)
\*------------------------------------*/
#content_area #home_slider {
	position: relative; 
}

#content_area #home_slider .theslider { 
	position: relative; 
	overflow: auto;
	background: none;
}
 
#content_area #home_slider .theslider ul,      
#content_area #home_slider .theslider ul li { 
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

#content_area #home_slider .theslider ul li img {
	float: left;
	width: 100%;
	height: auto;
}

#content_area #home_slider .theslider .slide_content {
	width: 100%;
	float: left;
	position: relative;
}

#content_area #home_slider .theslider .slide_content .slide_text_box {
	width: 92%;
	padding: 2% 4% 42px 4%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	font-size: 18px;
	background: rgb(73, 96, 111);
	background: rgba(73, 96, 111, 0.8);
	text-align: center;
}

#content_area #home_slider .theslider .slide_content .slide_text_box h1 {
	color: #FFFFFF;
}

#content_area #home_slider .theslider .slide_content .slide_text_box a {
	color: #EC8D35;
}

#content_area #home_slider .theslider .slide_content .slide_text_box a:hover {
	color: #B63913;
}

#content_area #home_slider .theslider .slide_content .slide_text_box a.button,
#content_area #home_slider .theslider .slide_content .slide_text_box a.button:hover {
	color: #FFFFFF;
}

#content_area #home_slider .theslider .dots {
	height: 24px;
	position: absolute;
	padding: 0 6px;
	bottom: 20px;
	right: 20px;
	margin: 0 auto;
	text-align: center;
}

#content_area #home_slider .theslider .dot {
	padding: 0;
	margin: 5px 3px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: solid 2px #FFFFFF;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content_area #home_slider .theslider .dot:hover {
	cursor: pointer;
	border: solid 2px #F37021;
	background: #F37021;
}

#content_area #home_slider .theslider .dot.active {
	border: solid 2px #FFFFFF;
	background: #FFFFFF;
}

.arrows {
	position: absolute;
	margin-top: 0;
	padding: 0 6px;
	bottom: 20px;
	left: 20px;
	cursor: pointer;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	vertical-align: -10%;
	font-size: 1.3333333333333333em;
	color: #FFFFFF;
}

.arrows .arrow.prev,
.arrows .arrow.next {
	float: left;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

.arrows .arrow.prev:hover,
.arrows .arrow.next:hover {
	color: #F37021;
}

.arrows .arrow.prev::before {
    content: "\f053";
}

.arrows .arrow.next {
	margin-left: 6px;
}

.arrows .arrow.next::before {
    content: "\f054";
}

/*------------------------------------*\
	HERO BOOK TICKETS AREA
\*------------------------------------*/
#hero_book_tickets_cta {
	width: 100%;
	float: left;
	background: url(../images/yellow_texture.jpg) repeat;
	text-align: center;
	padding: 10px 0 10px 0;
}

.hero_book_tickets_cta_image,
.hero_book_tickets_cta_text,
.hero_book_tickets_cta_button {
	display: inline-block;
}

.hero_book_tickets_cta_image {
	margin-top: -26px;
	position: absolute;
}

.hero_book_tickets_cta_text {
	font-family: 'Dosis', sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgba(75, 60, 12, 0.9);
	font-weight: 600;
	font-size: 32px;
	line-height: 32px;
	padding: 0 0 0 80px;
}

.hero_book_tickets_cta_button {
	margin-left: 12px;
}

.hero_book_tickets_cta_button a.button {
	border: solid 3px #FFFFFF;
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	padding: 14px 30px;
}

/*------------------------------------*\
	HOME FEATURES AND MPU
\*------------------------------------*/
#feature_row {
	width: 100%;
	float: left;
	margin-bottom: 32px;
}

.feature_item {
	width: 31.3%;
	float: left;
	position: relative;
	margin-top: 3%;
}

.feature_item img {
	width: 100%;
}

.feature_background {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.feature_background img {
	width: 100%;
}

.feature_item.mpu {
	background: #27343C;
	text-align: center;
}

#mpu_carousel {
	margin-top: 18px;
}

.feature_item.mpu p {
	margin: 0;
}

.mpu_item {
	padding: 3%;
}

.feature_item.two,
.feature_item.three,
.feature_item.five,
.feature_item.six {
	margin-left: 3%;
}

.feature_item_inner {
	width: 90%;
	margin: 5%;
	position: relative;
	background: #EE7807;
}

a .feature_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/title_bg.png) repeat-y center center #F37021;
  	padding: 0 3%;
  	width: 94%;
  	color: #FFFFFF;
  	-webkit-transition: background .8s linear;
	-moz-transition: background .8s linear;
	-o-transition: background .8s linear;
	transition: background .8s linear;
	color: #FFFFFF;
}

a:hover .feature_title {
	background: #F37021;
}

.feature_item_inner a img {
	opacity: 1;
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	-o-transition: opacity .8s linear;
	transition: opacity .8s linear;
}

.feature_item_inner a:hover img {
	opacity: 0.6;
}

#content_area a .feature_title h3 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 300;
	margin: 6px 0;
}

img.feature_animal {
	position: absolute;
	right: -5px;
	bottom: -5px;
	width: auto;
}

/*------------------------------------*\
	BRAND FEATURE BOXES
\*------------------------------------*/
#brand_feature_box_wrapper {
	width: 100%;
	float: left;
	margin: 32px 0;
}

#brand_feature_box_wrapper h2 {
	background: url(../images/green_title_bg.jpg) repeat-y center center;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 20px;
	border-top: solid 2px #458585;
	border-bottom: solid 2px #458585;
}

.brand_feature_box {
	width: 49%;
	float: left;
	position: relative;
	margin-top: 2%;
}

.brand_feature_box.right {
	margin-left: 2%;
}

.brand_feature_title {
	width: 100%;
	padding: 4px 0;
	background: #49606F;
	text-align: center;
}

.brand_feature_title h3,
.brand_feature_title h3 a {
	color: #FFFFFF;
	display: block;
	font-size: 24px;
	margin: 6px 0;
}

.brand_feature_image {
	width: 100%;
	float: left;
	background-color: #EE7807;
}

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

.brand_feature_image a img {
	opacity: 1;
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	-o-transition: opacity .8s linear;
	transition: opacity .8s linear;
}

.brand_feature_image a:hover img {
	opacity: 0.6;
}

.brand_feature_text {
	width: 94%;
	float: left;
	padding: 3%;
	color: #005F7F;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 1px;
	background: url(../images/beige_texture.jpg) repeat;
}

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

.brand_feature_link a {
	display: block;
	color: #FFFFFF;
	background-color: #EE7807;
	padding: 12px 2%;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	-webkit-transition: background-color .8s linear;
	-moz-transition: background-color .8s linear;
	-o-transition: background-color .8s linear;
	transition: background-color .8s linear;
}

.brand_feature_link a:hover {
	background-color: #B63913;
}

/*------------------------------------*\
	SPEAKER SECTION
\*------------------------------------*/
#speaker_section_wrapper {
	width: 100%;
	float: left;
	margin-bottom: 32px;
	background: url(../images/beige_texture.jpg) repeat;
	border-bottom: solid 8px #458585;
}

#speaker_section_wrapper h2 {
	background: url(../images/green_title_bg.jpg) repeat-y center center;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 20px;
	border-top: solid 2px #458585;
	border-bottom: solid 2px #458585;
}

.speaker_section {
	width: 94%;
	padding: 18px 3%;
	text-align: center;
}

#speaker_carousel {
	margin: 0;
	width: auto;
	display: block;
	width: 100%;
	margin: 14px 0;
}

#speaker_carousel .speaker {
	margin: 24px;
	position: relative;
}

#speaker_carousel .speaker .speaker_inner {
    width: 100%;
    position: relative;
    float: left;
}

#speaker_carousel .speaker img {
	border-radius: 120px;
}

#speaker_carousel .speaker .speaker_mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: rgb(243, 112, 32); /* The Fallback */
	background: rgba(243, 112, 32, 0.7);
	background-image: url(../images/speaker_mask_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 120px;
	z-index: 97;
}

#speaker_carousel .speaker:hover .speaker_mask {
	opacity: 1;
}

#speaker_carousel .speaker img{
	display: block;
	width: 100%;
	height: auto;
}

#speaker_carousel .speaker .speaker_name {
	width: 100%;
	float: left;
    margin-top: 12px;
    font-weight: bold;
}

/*------------------------------------*\
	HOME SHOW ZONES
\*------------------------------------*/
#show_zone_section_wrapper {
	width: 100%;
	float: left;
	margin-bottom: 32px;
}

#show_zone_section_wrapper h2 {
	background: url(../images/green_title_bg.jpg) repeat-y center center;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 20px;
	border-top: solid 2px #458585;
	border-bottom: solid 2px #458585;
}

.show_zone {
	width: 15.8%;
	float: left;
	position: relative;
	background: #EE7807;
	margin: 1% 0 0 1%;
}

.show_zone.one {
	margin-left: 0;
}

.show_zone img {
	width: 100%;
	float: left;
}

.show_zone a .show_zone_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/title_bg.png) repeat-y center center #F37021;
  	padding: 0 3%;
  	width: 94%;
  	color: #FFFFFF;
  	-webkit-transition: background .8s linear;
	-moz-transition: background .8s linear;
	-o-transition: background .8s linear;
	transition: background .8s linear;
	color: #FFFFFF;
}

.show_zone a:hover .show_zone_title {
	background: #F37021;
}

.show_zone a img {
	opacity: 1;
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	-o-transition: opacity .8s linear;
	transition: opacity .8s linear;
}

.show_zone a:hover img {
	opacity: 0.6;
}

#content_area .show_zone a h3 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 300;
}

#content_area .show_zone a h3 {
    margin: 6px 0;
}

/*------------------------------------*\
	BOTTOM BOOK TICKETS SECTION
\*------------------------------------*/
#bottom_book_tickets_cta_wrapper {
	width: 94%;
	padding: 2% 3% 3% 3%;
	float: left;
	background: url(../images/yellow_texture.jpg) repeat;
	margin-bottom: 32px;
	font-size: 18px;
	position: relative;
}

#bottom_book_tickets_cta_wrapper h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 0px 2px 2px rgba(75, 60, 12, 0.9);
	font-weight: 600;
	font-size: 32px;
	line-height: 36px;
}

#bottom_book_tickets_cta_left {
	width: 68%;
	float: left;
}

#bottom_book_tickets_cta_right {
	width: 32%;
	position: absolute;
	right: 20px;
	bottom: -20px;
	text-align: right;
}

#bottom_book_tickets_cta_wrapper .subtitle {
	color: #485F6E;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}

#bottom_book_tickets_cta_wrapper a.button {
	border: solid 3px #FFFFFF;
	font-size: 20px;
	margin: 12px 0 0 0;
	font-weight: 600;
	padding: 14px 30px;
}

/*------------------------------------*\
	INPAGE SLIDER / HERO
\*------------------------------------*/
#content_area .inpage_hero_slider {
	width: 100%;
	float: left;
	margin: 12px 0 24px 0;
}

#content_area .inpage_hero_slider img {
	width: 100%;
	float: left;
	height: auto;
}

#content_area .inpage_hero_slider .slidesjs-navigation {
  margin-top: 8px;
}

#content_area .inpage_hero_slider .slidesjs-previous {
  margin-right: 5px;
  float: left;
}

#content_area .inpage_hero_slider .slidesjs-next {
  margin-right: 5px;
  float: left;
}

#content_area .inpage_hero_slider .slidesjs-pagination {
  margin: 8px 0 0;
  float: right;
  list-style: none;
}

#content_area .inpage_hero_slider .slidesjs-pagination li {
  float: left;
  margin: 0 1px;
  background: none;
  padding: 0;
}

#content_area .inpage_hero_slider .slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../images/slider/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

#content_area .inpage_hero_slider .slidesjs-pagination li a.active,
#content_area .inpage_hero_slider .slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}

#content_area .inpage_hero_slider .slidesjs-pagination li a:hover {
  background-position: 0 -26px;
}

#content_area .inpage_hero_slider a:link,
#content_area .inpage_hero_slider a:visited {
  color: #3C4C55;
}

#content_area .inpage_hero_slider a:hover,
#content_area .inpage_hero_slider a:active {
  color: #EE7807;
}

#content_area .inpage_hero_slider .navbar {
  overflow: hidden;
}

/*------------------------------------*\
	REUSEABLE INPAGE CAROUSEL
\*------------------------------------*/
#content_area .carousel_listings_wrapper {
    width: 100%;
    float: left;
    margin: 24px 0;
}

#content_area .carousel_listings_wrapper.inpage .carousel_listing {
	width: 96%;
	float: left;
	margin-right: 4%;
	background: #49606F;
	position: relative;
}

#content_area .carousel_listings_wrapper .carousel_listing .carousel_listing_image {
	width: 94%;
	float: left;
	margin: 3%;
	background: #EE7807;
}

#content_area .carousel_listings_wrapper .carousel_listing .carousel_listing_image img {
	width: 100%;
	float: left;
	height: auto;
}

.carousel_listing a img {
	opacity: 1;
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	-o-transition: opacity .8s linear;
	transition: opacity .8s linear;
}

.carousel_listing a:hover img {
	opacity: 0.6;
}

#content_area .carousel_listings_wrapper .carousel_listing a .carousel_listing_title {
	position: absolute;
	left: 3%;
	bottom: 3%;
	background: url(../images/title_bg.png) repeat-y center center #F37021;
  	padding: 0 3%;
  	width: 88%;
  	color: #FFFFFF;
  	-webkit-transition: background .8s linear;
	-moz-transition: background .8s linear;
	-o-transition: background .8s linear;
	transition: background .8s linear;
	color: #FFFFFF;
}

#content_area .carousel_listings_wrapper .carousel_listing a:hover .carousel_listing_title {
	background: #F37021;
}

.feature_item_inner a img {
	opacity: 1;
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	-o-transition: opacity .8s linear;
	transition: opacity .8s linear;
}

.feature_item_inner a:hover img {
	opacity: 0.6;
}

#content_area .carousel_listings_wrapper  a .carousel_listing_title h3 {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 300;
	margin: 6px 0;
}

/*------------------------------------*\
	REUSEABLE GALLERY SECTION
\*------------------------------------*/
.gallery_listing_wrapper {
	width: 100%;
	float: left;
	margin: 12px 0;
	border-bottom: solid 8px #458585;
}

.gallery_listing_wrapper h3 {
	background: url(../images/green_title_bg.jpg) repeat-y center center;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 20px;
}

span.gallery_tool_tip {
	color: #FFFFFF;
}

span.gallery_tool_tip img {
	padding: 0 6px;
}

.gallery_image {
	margin: 0 1% 2%;
	width: 23%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	background: #EE7807;
}

.gallery_image img {
	width: 100%;
	height: auto;
	float: left;
	opacity: 1;
	-webkit-transition: opacity .8s linear;
	-moz-transition: opacity .8s linear;
	-o-transition: opacity .8s linear;
	transition: opacity .8s linear;
}

.gallery_image:hover img {
	opacity: 0.6;
}

/*------------------------------
   REUSEABLE QUOTE SECTION
-------------------------------*/
.quote_section_wrapper {
	width: 94%;
	padding: 3%;
	text-align: center;
	background: url(../images/beige_texture.jpg) repeat;
	margin: 32px 0 16px;
	border-top: solid 4px #458585;
	border-bottom: solid 4px #458585;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #2A3841;
}

.quote_name {
	margin-top: 16px;
	color: #49606F;
}

/*------------------------------
   REUSEABLE ACCORDIAN SECTION
-------------------------------*/
.accordian_section_wrapper {
	width: 100%;
	float: left;
	margin-top: 12px;
}

.accordian_section {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.accordian_title {
	width: 96%;
	padding: 12px 2%;
	background: #EE7807;
	outline: solid 1px #EE7807;
	font-family: 'Dosis', sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	position: relative;
	text-transform: uppercase;
}

.accordian_title a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	float: right;
	z-index: 1;
	cursor: pointer;
}

.accordian_title a:hover {
}

span.accordian_title_text {
	padding-right: 30px;
	display: block;
}

.accordian_title a img {
	float: right;
	margin: 12px 3% 0 12px;
}

.accordian_content {
	float: left;
	width: 94%;
	padding: 1% 3%;
	outline: solid 1px #CCCCCC;
	margin-bottom: 8px;
	border-bottom: solid 4px #64BFBE;
}

/*------------------------------------*\
	EXHIBITOR LISTS
\*------------------------------------*/
#content_area .exhibitor_listings_wrapper {
	width: 100%;
	float: left;
	margin-top: 12px;
	padding-top: 12px;
}

#content_area .exhibitor_listings_wrapper h2 {
	background: #5E7583;
	color: #FFFFFF;
	padding: 8px 12px;
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 32px;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing_atoz {
	width: 100%;
	float: left;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing_atoz ul,
#content_area .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li {
	margin: 0;
	padding: 0;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li {
	list-style: none;
	display: inline;
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0 6px 6px 0;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
	background: #EE7807;
	color: #FFFFFF;
	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;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a:hover {
	background: #B63913;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a.atoz:hover {
    cursor:pointer;
}

#content_area .exhibitor_listing {
	width: 21.5%;
	float: left;
	background-color: #F0F0EC;
	margin-bottom: 2%;
	padding: 1%;
}

#content_area .exhibitor_listing.two,
#content_area .exhibitor_listing.three,
#content_area .exhibitor_listing.four,
#content_area .exhibitor_listing.six,
#content_area .exhibitor_listing.seven,
#content_area .exhibitor_listing.eight {
	margin-left: 2%;
}

#content_area .exhibitor_listing .exhibitor_listing_inner {
	float: left;
	width: 92%;
	background-color: #FFFFFF;
	padding: 4%;
}

#content_area .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_image {
	width: 100%;
	float: left;
	text-align: center;
	min-height: 90px;
	line-height: 90px;
}

#content_area .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
	width: 100%;
	float: left;
	text-align: center;
	border-top: solid 3px #F0F0EC;
	margin-top: 12px;
}

#content_area .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title h3 {
	background: none;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	margin: 12px 0;
}

/*------------------------------------*\
	EXHIBITOR CAROUSEL
\*------------------------------------*/
#content_area .exhibitor_carousel {
	margin-bottom: 24px;
}

#content_area .exhibitor_carousel .exhibitor_listing {
	width: 92%;
	margin-right: 8%;
}

#content_area .exhibitor_carousel .exhibitor_listing:first-child {
	margin-left: 2%;
}

/*------------------------------------*\
	EXHIBITOR DETAIL
\*------------------------------------*/
#content_area .detail_exhibitor_profile_bio {
	float: left;
	margin-bottom: 16px;
	width: 100%;
}

#content_area .detail_exhibitor_profile_bio .detail_exhibitor_logo {
	background: #FFFFFF;
	float: right;
	margin: 0 0 24px 24px;
	padding: 12px;
	border: solid 1px #CCCCCC;
	text-align: center;
}

#content_area .detail_exhibitor_stand {
	float: left;
	margin-bottom: 16px;
	width: 94%;
	padding: 1% 3%;
	background: #49606F;
	color: #FFFFFF;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	text-align: center;
	border-top: solid 4px #F8C42A;
	border-bottom: solid 4px #F8C42A;
}

#content_area .detail_exhibitor_stand a.button {
	margin-left: 12px;
}

#content_area .detail_exhibitor_offers {
	width: 100%;
	float: left;
	margin-bottom: 16px;
	padding-top: 12px;
	border-top: solid 2px #49606F;
}

#content_area .detail_exhibitor_offer_wrapper {
	width: 100%;
	float: left;
	margin-bottom: 12px;
	border-top: solid 1px #E4DAC9;
	border-bottom: solid 1px #E4DAC9;
}

#content_area .detail_exhibitor_offer_details {
	width: 90%;
	float: left;
	background: url(../images/beige_texture.jpg) repeat;
	color: #2A3841;
}

#content_area .detail_exhibitor_offer_image {
	width: 10%;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
}

#content_area .detail_exhibitor_offer_image img {
	margin: 12px 0;
}

#content_area .detail_exhibitor_offer_details .detail_exhibitor_offer_title {
	margin: 24px 24px 12px 24px;

}

#content_area .detail_exhibitor_offer_details .detail_exhibitor_offer_text {
	margin: 12px 24px 24px 24px;

}

#content_area .detail_contact_info {
	width: 100%;
	float: left;
	margin-top: 16px;
	padding-top: 8px;
	border-top: solid 2px #49606F;
}

#content_area .detail_contact_info_address_wrapper {
	float: left;
	margin-bottom: 16px;
	background: url(../images/icons/contact_address_icon.png) no-repeat left top;
	width: 100%;
}

#content_area .detail_contact_info_address {
	margin-left: 42px;
}

#content_area .detail_contact_info a,
#content_area .detail_contact_info .detail_contact_info_phone {
	width: 100%;
	background-color: #E4DAC9;
	display: block;
	height: 36px;
	line-height: 36px;
	color: #2A3841;
	text-indent: 46px;
}

#content_area .detail_contact_info a:hover {
	background-color: #F37021;
	color: #FFFFFF;
}

#content_area .detail_contact_info .detail_contact_info_phone,
#content_area .detail_contact_info .detail_contact_info_email,
#content_area .detail_contact_info .detail_contact_info_facebook,
#content_area .detail_contact_info .detail_contact_info_twitter,
#content_area .detail_contact_info .detail_contact_info_web {
	float: left;
	width: 100%;
	margin-bottom: 1%;
}

#content_area .detail_contact_info .detail_contact_info_phone {
	background: url(../images/icons/contact_phone.gif) no-repeat left #E4DAC9;
}

#content_area .detail_contact_info .detail_contact_info_email a {
	background: url(../images/icons/contact_email.gif) no-repeat left #E4DAC9;
}

#content_area .detail_contact_info .detail_contact_info_facebook a {
	background: url(../images/icons/contact_facebook.gif) no-repeat left #E4DAC9;
}

#content_area .detail_contact_info .detail_contact_info_twitter a {
	background: url(../images/icons/contact_twitter.gif) no-repeat left #E4DAC9;
}

#content_area .detail_contact_info .detail_contact_info_web a {
	background: url(../images/icons/contact_web.gif) no-repeat left #E4DAC9;
}

#content_area .detail_contact_info .detail_contact_info_email a:hover {
	background: url(../images/icons/contact_email.gif) no-repeat left #F37021;
}

#content_area .detail_contact_info .detail_contact_info_facebook a:hover {
	background: url(../images/icons/contact_facebook.gif) no-repeat left #F37021;
}

#content_area .detail_contact_info .detail_contact_info_twitter a:hover {
	background: url(../images/icons/contact_twitter.gif) no-repeat left #F37021;
}

#content_area .detail_contact_info .detail_contact_info_web a:hover {
	background: url(../images/icons/contact_web.gif) no-repeat left #F37021;
}

#content_area .detail_contact_info .detail_contact_info_phone,
#content_area .detail_contact_info .detail_contact_info_email,
#content_area .detail_contact_info .detail_contact_info_facebook,
#content_area .detail_contact_info .detail_contact_info_twitter {
	width: 49.5%;
}

#content_area .detail_contact_info .detail_contact_info_email,
#content_area .detail_contact_info .detail_contact_info_twitter {
	margin-left: 1%;
}

.exhibitor_back_button {
	margin-top: 18px;
	float: left;
}

/*------------------------------------*\
	SPEAKER DETAIL
\*------------------------------------*/
.speaker_logo {
	float: right;
	margin: 0 0 18px 18px;
}

/*------------------------------------*\
	BREED PAGES
\*------------------------------------*/
#breeds_wrapper {
	width: 100%;
	float: left;
	margin-top: 12px;
}

#breeds_wrapper .listing_item {
	background: #49606F;
	color: #FFFFFF;
}

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

.day {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #F8C42A;
	padding: 6px 12px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	text-shadow: 0px 2px 2px rgba(75, 60, 12, 0.9);
	font-weight: bold;
}

.breeds_info {
	width: 92%;
	float: left;
	padding: 4%;
}

.breeds_info p {
	border-top: solid 1px #2A3841;
	padding-top: 12px;
}

.breeds_info p:first-child {
	border-top: none;
	padding-top: 0;
}

.breeds_title {
	width: 92%;
	float: left;
	padding: 0 4%;
	background: #64BFBE;
}

.breeds_title h3 {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 28px;
}

/*------------------------------------*\
	STATIC BANNER
\*------------------------------------*/
.static_leaderboard {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 24px;
}

/*------------------------------------*\
	BANNER SLIDER
\*------------------------------------*/
.inpage_banner_slider {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 32px;
}

/*------------------------------------*\
	INSTAGRAM FEED
\*------------------------------------*/
.insta_images_wrapper {
	width: 100%;
	float: left;
}

.insta_image {
	padding: 0;
	margin: 0;
	width: 12.5%;
	float: left;
	position: relative;
}

.insta_image.main {
	background: url(../images/insta_image_main_bg.png) no-repeat center center #D66A0F; 
}

.insta_image a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(118, 178, 67);
	background: rgba(118, 178, 67, 0);
}

.insta_image a:hover {
	background: rgb(118, 178, 67);
	background: rgba(118, 178, 67, 0.7); 
}

.insta_image.main a:hover {
	background: rgb(243, 112, 32);
	background: rgba(243, 112, 32, 0.4); 
} 

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

/*------------------------------------*\
	CALL TO ACTION
\*------------------------------------*/
#main_cta_wrapper {
	background: url(../images/main_cta_wrapper.png) repeat #E56D23;
	border-top: solid 8px #EFB422;
	border-bottom: solid 8px #EFB422;
}

#main_cta {
	max-width: 1200px;
	margin: 0 auto;
	padding: 42px 20px;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 28px;
}

#main_cta h1 {
	font-weight: 600;
	color: #FFFFFF;
}

#main_cta a.button { 
	font-size: 24px;
	border: solid 4px #FFFFFF;
	padding: 1.5% 3%;
	margin-top: 14px;
}

/*------------------------------------*\
	SPONSORS
\*------------------------------------*/
#sponsors_wrapper {
   	background: #FFFFFF;
}

#sponsors_wrapper h3 {
	background-color: #64BFBE;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 0;
}

#sponsors {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

#sponsors #static_sponsor_wrapper {
	width: 22.5%;
	float: left;
	padding: 32px 2% 32px 0;
	border-right: solid 2px #64BFBE;
	text-align: center;
}

#sponsors #static_sponsor {
	height: 90px;
	line-height: 90px;
	margin-top: 20px;
}

#sponsors #sponsor_carousel_wrapper {
	width: 70%;
	float: left;
	padding: 32px 0 32px 4%;
}

#sponsors #sponsor_carousel_wrapper .sponsor {
	text-align: center;
	height: 90px;
	line-height: 90px;
}

/*------------------------------------*\
	QUICKLINKS
\*------------------------------------*/
#quicklinks_wrapper {
	background: #49606F;
}

#quicklinks_inner_wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 42px 20px;
	overflow: hidden;
}

.quicklinks {
	width: 33.33%;
	float: left;
}

.quicklinks h3 {
	margin-bottom: 12px;
	color: #FFFFFF;
}

.quicklinks a {
	width: 100%;
	display: block;
	padding: 2px 0;
	color: #FFFFFF;
}

.quicklinks a:hover {
	color: #F37021;
}

.quick_col2 {
	text-transform: uppercase;
}

.bottom_social {
	float: left;
	padding-top: 8px;
}

.bottom_social a {
	width: 48px;
	height: 48px;
	display: inline-block;
	text-indent: 99999px;
	margin: 0 12px 0 0;
	padding: 0;
}

.bottom_facebook a {
	background: url(../images/icons/facebook-large.png) no-repeat top;
}

.bottom_facebook a:hover {
	background: url(../images/icons/facebook-large.png) no-repeat bottom;
}

.bottom_twitter a {
	background: url(../images/icons/twitter-large.png) no-repeat top;
}

.bottom_twitter a:hover {
	background: url(../images/icons/twitter-large.png) no-repeat bottom;
}

.bottom_instagram a {
	background: url(../images/icons/instagram-large.png) no-repeat top;
}

.bottom_instagram a:hover {
	background: url(../images/icons/instagram-large.png) no-repeat bottom;
}

.bottom_book_tickets {
	width: 100%;
	float: left;
	margin-top: 18px;
}

.bottom_book_tickets a.button {
	display: inline-block;
	width: auto;
	padding: 16px 20px;
	border: solid 4px #FFFFFF;
	-webkit-box-shadow: 0px -1px 11px 0px rgba(51,51,51,1);
	moz-box-shadow: 0px -1px 11px 0px rgba(51,51,51,1);
	box-shadow: 0px -1px 11px 0px rgba(51,51,51,1);
	text-shadow: 0px 2px 2px rgba(75, 60, 12, 0.9);
	background-color: #F8C42A;
	color: #FFFFFF;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}

.bottom_book_tickets a:hover.button {
	background-color: #B63913;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
#footer_wrapper {
	background: #2A3841;
}

footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 20px 82px 20px; 
	color: #FFFFFF;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

#copyright {
	width: 40%;
	float: left;
}

#links {
	width: 60%;
	float: right;
	text-align: right;
}

#links ul,
#links ul li {
	margin: 0;
	padding: 0;
}

#links ul li {
	list-style: none;
	display: inline;
}

#links ul li a {
	text-decoration: none;
	margin-left: 24px;
	color: #FFFFFF;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

#links ul li a:hover {
	color: #EE7807;
}

#links #website_by_symphony {
	margin-top: 28px;
}

#links #website_by_symphony a {
	color: #FFFFFF;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: url(../images/website-by-symphony-icon.png) no-repeat left center;
	padding-left: 30px;
}

/*------------------------------------*\
	MOBILE BOOK TICKETS
\*------------------------------------*/
#mobile_book_tickets {
	display: none;
}

/*------------------------------------*\
	STICKY NEWSLETTER SIGN UP
\*------------------------------------*/
#sticky_newsletter_signup {
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 9999; 
}

#sticky_newsletter_signup a.button {
	padding: 8px 20px 8px 52px;
	border: solid 3px #FFFFFF;
	-webkit-box-shadow: 0px -1px 11px 0px rgba(51,51,51,1);
	moz-box-shadow: 0px -1px 11px 0px rgba(51,51,51,1);
	box-shadow: 0px -1px 11px 0px rgba(51,51,51,1);
	background-image: url(../images/icons/fixed-email-bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #EE7807;
 }

/*------------------------------
   RESPONSIVE VIDEOS & MAPS 
-------------------------------*/
.video_container_wrapper,
.map_container_wrapper {
	width: 100%;
	overflow: hidden;
	padding: 12px 0;
}

.video_container,
.map_container {
	position: relative;
	padding-bottom: 56.25%;
}

.video_container {
	border-top: solid 8px #49606F;
	border-bottom: solid 8px #49606F;
}

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

.map_overlay {
   background: transparent; 
   position: absolute;
   top: 0; 
   width: 100%;
   height: 100%;
   z-index: 97;
}

.map_tooltip {
	position: absolute;
	bottom: 24px;
	left: 62px;
	z-index: 97;
	padding: 2px 8px;
	background: rgb(243, 112, 32); /* The Fallback */
   	background: rgba(243, 112, 32, 0.8);
   	color: #FFFFFF;
}

/*------------------------------------*\
	SOCIAL SHARING SECTION
\*------------------------------------*/
.sharing_wrapper {
	width: 100%;
	float: left;
    margin: 24px 0 32px 0;
    background: #64BFBE;
}

#content_area .sharing_wrapper h3 {
	text-align: center;
    color: #FFFFFF;
    margin: 5px 0;
}

.sharing_item {
    width: 25%;
    float: left;
    text-align: center;
    height: 34px;
}

.sharing_item a {
    display: block;
    height: 34px;
    line-height: 34px;
    text-indent: 9999px;
    overflow: hidden;
}

.sharing_item a.linkedin {
    background: url(../images/sharing-icons/linkedin_icon.png) no-repeat center center #0177B5;
}

.sharing_item a:hover.linkedin {
    background: url(../images/sharing-icons/linkedin_icon.png) no-repeat center center #006CA3;
}

.sharing_item a.twitter {
    background: url(../images/sharing-icons/twitter_icon.png) no-repeat center center #55ACEE;
}

.sharing_item a:hover.twitter {
    background: url(../images/sharing-icons/twitter_icon.png) no-repeat center center #4FA3E1;
}

.sharing_item a.facebook {
    background: url(../images/sharing-icons/facebook_icon.png) no-repeat center center #3765A3;
}

.sharing_item a:hover.facebook {
    background: url(../images/sharing-icons/facebook_icon.png) no-repeat center center #325C95;
}

.sharing_item a.google {
    background: url(../images/sharing-icons/google_icon.png) no-repeat center center #DC4E41;
}

.sharing_item a:hover.google {
    background: url(../images/sharing-icons/google_icon.png) no-repeat center center #CD483B;
}

/*------------------------------
   PAGINATION 
-------------------------------*/
#pagination {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#pagination ul {
	list-style: none;
	margin: 0;
}

#pagination ul li {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 0;
	border: none;
	background: none;
}

#pagination ul li a {
	display: inline-block;
	color: #49606F;
	line-height: 26px;
	padding: 0 8px;
	border: solid 1px #CCCCCC;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#pagination ul li a.active,
#pagination ul li a:hover {
	background-color: #F37021;
	color: #FFFFFF;
	border: solid 1px #F37021;
}

#pagination ul li a.page-previous,
#pagination ul li a.page-next,
#pagination ul li a.page-last,
#pagination ul li a.page-first {
	color: #49606F;
	background: none;
	border: none;
}

#pagination ul li a:hover.page-previous,
#pagination ul li a:hover.page-next,
#pagination ul li a:hover.page-last,
#pagination ul li a:hover.page-first {
	color: #F37021;
	background: none;
	border: none;
}

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

.frog {
	display: none;
}

.parrot {
	right: 0;
}

}

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

nav#main ul li a {
	padding: 0 4px 0 17px;
	font-size: 16px;
}

}

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

.top_book_tickets {
	right: 20px;
}

.insta_image {
	width: 25%;
}

}

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

.top_book_tickets {
    background: url(../images/top-book-tickets-tablet.png) no-repeat;
}

header #logo {
    margin-top: 0;
}

header #header_image {
	width: 32%;
}

header #header_dates {
	width: 43%;
	margin-top: 60px;
}

header #header_dates.brand {
	margin-top: 40px;
}

nav#main {
	display: none;
}

#mobile_navigation {
	display: inherit;
}

#speaker_carousel .speaker {
	margin: 10px;
	position: relative;
}

.listing_item_title {
   	font-size: 17px;
}

footer {
	line-height: 36px;
}

#copyright,
#links {
	width: 100%;
	text-align: center;
}

#copyright {
	margin: 24px 0;
	line-height: 18px;
}

#links ul li a {
	margin: 0;
	width: 100%;
	display: block;
	border-bottom: solid 2px #5B717F;
	padding: 6px 0;
}

}

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

.listing_item,
.listing_item.half {
	width: 49%;
	padding: 0;
	margin: 0 0 2% 2%;
}

.listing_item.half img.lp_desktop {
	display: none;
}

.listing_item.half img.lp_mobile {
	display: inherit;
}

.listing_item.one,
.listing_item.three,
.listing_item.five,
.listing_item.half.left {
	margin-left: 0;
}

.listing_item.four {
	margin-left: 2%;
}

.listing_item.half .listing_item_title {
   	font-size: 20px;
}

.listing_item.full .listing_item_full_content {
	width: 100%;
}

.listing_item.full .listing_item_full_image {
	min-height: 300px;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing {
	width: 46.5%;
	margin-bottom: 3%;
	padding: 1%;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing.two,
#content_area .exhibitor_listings_wrapper .exhibitor_listing.four,
#content_area .exhibitor_listings_wrapper .exhibitor_listing.six,
#content_area .exhibitor_listings_wrapper .exhibitor_listing.eight {
	margin-left: 3%;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing.three,
#content_area .exhibitor_listings_wrapper .exhibitor_listing.seven {
	margin-left: 0;
}

.feature_item {
	width: 48.5%;
}

.feature_item.two,
.feature_item.four,
.feature_item.six {
	margin-left: 3%;
}

.feature_item.three,
.feature_item.five {
	margin-left: 0;
}

.content.mpu {
	width: 100%;
	background: none;
}

.content.mpu img {
	max-width: 100%;
	width: auto;
}

#mpu_carousel {
	margin-top: 3%;
}

.show_zone {
	width: 31.9%;
	margin: 2% 0 0 2%;
}

.show_zone.four {
	margin-left: 0;
}

.gallery_image {
	margin: 0 1.5% 3%;
	width: 30%;
}

.show_flag {
	position: inherit;
	margin-bottom: 12px;
	display: inline-block;
}

}

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

.top_instagram,
.top_pinterest {
	display: none;
}

#navigation_inner {
   	border-bottom: none;
   	border-top: none;
}

#hero_book_tickets_cta {
	width: 92%;
	padding: 20px 4%;
}

.hero_book_tickets_cta_image {
	display: none;
}

.hero_book_tickets_cta_text {
    padding: 0 0 0 0;
}

.hero_book_tickets_cta_button {
	display: block;
	margin-left: 0;
}

.hero_book_tickets_cta_button a.button {
	margin-top: 12px;
}

#content_area .detail_exhibitor_offer_details {
	width: 75%;
}

#content_area .detail_exhibitor_offer_image {
	width: 25%;
}

}

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

h1,
#content_area .inpage_cta h3 {
	font-size: 26px;
	line-height: 32px;
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
}

#content_area a .listing_item_title h3,
.brand_feature_title h3, 
.brand_feature_title h3 a,
#content_area .carousel_listings_wrapper  a .carousel_listing_title h3,
#content_area .no-link .listing_item_title h3,
#content_area .no-link .feature_title h3 {
    font-size: 18px;
}

.breeds_title h3 {
	font-size: 16px;
	line-height: 22px;
}

.overlay .search_form {
	margin: 44% auto 0;
}

.overlay .search_form input[type="text"] {
	font-size: 18px;
	width: 82%;
}

.overlay .search_form input[type="submit"] {
	width: 17%;
	background: url(../images/search_form_submit_mobile.png) no-repeat center center;
	padding: 10px 0;
}

#cta_wrapper_top,
.book_tickets_fixed {
	display: none;
}

#header_wrapper {
	margin-top: 0;
}

header {
	float: left;
}

header #logo {
    width: 36%;
    margin-bottom: 20px;
}

header #header_image {
	display: none;
}

.header_rabbit,
.header_reptile {
	display: inherit;
}

.header_rabbit {
	position: absolute;
	bottom: -6px;
	left: 190px;
	z-index: 9998;
}

.header_reptile {
	position: absolute;
	left: 0;
	bottom: -5px;
	z-index: 9998;
}

header #header_dates {
	width: 60%;
	margin-left: 4%;
}

#header_mobile_book_tickets {
	display: inherit;
}

#breadcrumb_wrapper {
	border-bottom: 2px solid #E4DAC9;
	padding-bottom: 8px;
	margin-bottom: 24px;
}

#breadcrumbs {
	padding-right: 0;
}

#breadcrumbs a {
	padding: 8px 0;
	display: block;
	background: none;
	border-bottom: solid 1px #E4DAC9;
	margin: 0 0 8px 0;
}

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

.category_filter_left,
.category_filter_right {
	width: 49%;
	float: left;
	height: 38px;
}

.category_filter,
.category_listing_search {
	width: 100%;
	margin-bottom: 2%;
	display: block;
	height: auto;
}

.category_filter,
.category_listing_search {
	margin-left: 0;
}

#content_area #home_slider .theslider .slide_content .slide_text_box {
	width: 90%;
	padding: 24px 5% 52px 5%;
	height: auto;
	position: relative;
	float: left;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	font-size: 16px;
	background: #037EA4;
	text-align: left;
}

.hero_book_tickets_cta_text {
	font-size: 24px;
	line-height: 24px;
}

.brand_feature_box {
	width: 100%;
	margin-top: 4%;
}

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

.brand_feature_text {
	width: 90%;
	padding: 5%;
	font-size: 18px;
	line-height: 24px;
}

.quote_section_wrapper {
	font-size: 18px;
	line-height: 22px;
}

.brand_feature_link a {
	padding: 12px 4%;
	font-size: 17px;
}

#bottom_book_tickets_cta_wrapper {
	width: 86%;
	padding: 5% 7%;
}

#bottom_book_tickets_cta_wrapper h3 {
	font-size: 24px;
	line-height: 28px;
}

#bottom_book_tickets_cta_left {
	width: 100%;
}

#bottom_book_tickets_cta_right {
	width: 100%;
	float: left;
	position: inherit;
	right: 0;
	bottom: 0;
	text-align: center;
	margin-top: 18px;
}

#bottom_book_tickets_cta_right img {
	margin-bottom: -36px;
}

#bottom_book_tickets_cta_wrapper .subtitle {
	font-size: 20px;
	line-height: 24px;
}

.speaker_section {
	width: 90%;
	padding: 18px 5%;
}

.accordian_title {
	font-size: 20px;
	line-height: 24px;
}

#main_cta {
	font-size: 18px;
	line-height: 24px;
}

#main_cta a.button { 
	font-size: 20px;
	padding: 4% 5%;
}

#sponsors #static_sponsor_wrapper {
	width: 92%;
	padding: 32px 4%;
	border-bottom: solid 2px #64BFBE;
	border-right: none;
	text-align: center;
}

#sponsors #static_sponsor {
	text-align: center;
}

#sponsors #sponsor_carousel_wrapper {
	width: 92%;
	float: left;
	padding: 32px 4%;
	text-align: center;
}

.quicklinks {
	width: 100%;
	margin-top: 24px;
}

#footer_wrapper.fixed {
	padding-bottom: 20px;
}

footer {
	padding: 32px 20px; 
}

.map_container {
	padding-bottom: 80%;
}

#mobile_book_tickets {
	display: inherit;
	width: 100%;
	position: fixed;
	bottom: -46px;
	z-index: 99999;
	-webkit-transition: bottom .4s linear;
	-moz-transition: bottom .4s linear;
	-o-transition: bottom .4s linear;
	transition: bottom .4s linear;
	text-align: center;
}

#mobile_book_tickets a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	background: rgb(248, 196, 42); /* The Fallback */
   	background: rgba(248, 196, 42, 0.9);
   	text-transform: uppercase;
}

#mobile_book_tickets.fixed {
	bottom: 0;
}

#sticky_newsletter_signup {
	display: none; 
}

#content_area .detail_contact_info .detail_contact_info_phone, #content_area .detail_contact_info .detail_contact_info_email, #content_area .detail_contact_info .detail_contact_info_facebook, #content_area .detail_contact_info .detail_contact_info_twitter {
    width: 100%;
}

#content_area .detail_contact_info .detail_contact_info_email, #content_area .detail_contact_info .detail_contact_info_twitter {
    margin-left: 0;
}

}

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

.book_tickets_image {
	width: 100%;
}

.book_tickets_bottom {
    margin-top: 0;
}

.book_tickets_copy {
	width: 100%;
	margin-left: 0;
	margin-top: 5%;
}

.book_tickets_more {
	width: 100%;
}

.book_tickets_link {
	width: 100%;
	margin-top: 5%;
}

.insta_image {
	width: 50%;
}

}

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

h1 {
	font-size: 20px;
	line-height: 24px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

#content_area a .feature_title h3 {
	font-size: 18px;
}

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

header #logo img {
    float: none;
}

header #header_dates {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center;
}

header #header_dates.brand {
	margin: 0 0 20px 0;
}

.header_rabbit {
	position: absolute;
	bottom: -6px;
	left: 60px;
	z-index: 9998;
}

.show_zone {
	width: 48.5%;
	margin: 3% 0 0 3%;
}

.show_zone.three,
.show_zone.five {
	margin-left: 0;
}

.show_zone.four {
	margin-left: 3%;
}

header {
    padding: 24px 10px;
}

#fixed_top,
#navigation,
#content_area_wrapper {
    padding: 0 10px;
}

#content_area .main_image img.main_image_desktop {
	display: none;
}

#content_area .main_image img.main_image_mobile {
	display: inherit;
}

#content_area .inner_content {
	width: 90%;
	padding: 5%;
}

.gallery_image {
	margin: 0 2% 4%;
	width: 46%;
}

.sponsor_area,
.inpage_banner_slider,
.static_leaderboard {
	display: none;
}


}

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

.feature_item {
	width: 100%;
	margin-top: 4%;
}

.feature_item a img {
	width: 100%;
}

.feature_item.two,
.feature_item.four,
.feature_item.six {
	margin-left: 0;
}

.feature_item.mpu {
	margin-bottom: 0;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing {
	width: 94%;
	margin-bottom: 6%;
	padding: 3%;
}

#content_area .exhibitor_listings_wrapper .exhibitor_listing.two, #content_area .exhibitor_listings_wrapper .exhibitor_listing.four, #content_area .exhibitor_listings_wrapper .exhibitor_listing.six, #content_area .exhibitor_listings_wrapper .exhibitor_listing.eight {
    margin-left: 0;
}

.sponsor_box,
#content_area .detail_exhibitor_profile_bio .detail_exhibitor_logo,
.speaker_logo {
	float: left;
	width: 92%;
	padding: 4%;
	margin: 20px 0 20px 0;
	font-size: 16px;
}

#content_area .detail_exhibitor_offer_details,
#content_area .detail_exhibitor_offer_image {
	width: 100%;
}

#content_area .detail_exhibitor_offer_image {
	border-top: solid 1px #E4DAC9;
}

span.gallery_tool_tip {
	font-size: 14px;
}

.category_filter,
.category_listing_search {
	margin-bottom: 3%;
}

.accordian_title {
	font-size: 18px;
	line-height: 22px;
}

}

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

.listing_item,
.listing_item.half,
.listing_item.full {
	width: 100%;
	margin: 0 0 5% 0;
}

.listing_item.one,
.listing_item.four,
.listing_item.half.left {
	margin-left: 0;
}

}

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

h1,
#content_area .inpage_cta h3  {
	font-size: 22px;
	line-height: 28px;
}

.nav_newsletter {
	margin-right: 8px;
}

.nav_newsletter a {
	padding: 0 12px;
	font-size: 17px;
}

}

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

.top_facebook,
.top_twitter {
	display: none;
}

#main_cta a.button {
    font-size: 16px;
}

.map_tooltip {
	font-size: 13px;
	padding: 2px 4px;
}

}