/*	Less Framework 3
	by Joni Korpi
	http://lessframework.com	*/


/*------------------------------------*\
	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;}
figure img {width: 100%;}

html, body {
    height:100%
}

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

/*------------------------------------*\
	@FONT-FACE
\*------------------------------------*/

@font-face {
	font-family: nexa-bold;
	src: url(../fonts/Nexa Bold.otf);
}

@font-face {
	font-family: nexa-light;
	src: url(../fonts/Nexa Light.otf);
}

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

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

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

/*------------------------------
   POPUP STYLING
-------------------------------*/
#active-popup {
	background: rgb(0,0,0); /* The Fallback */
	background: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 9999999;
	position: fixed;
}

#popup-container {
	position: fixed;
	width: 100%;
	margin: 15% auto 0;
	z-index: 99999999;
	display: none;
}

.modal-content-wrapper {
	max-width: 600px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.modal-content {
	padding: 32px;
	background: #CF1820;
	font-size: 17px;
	position: relative;
}

.modal-content h2 {
	color: #040404;
	margin: 24px 0;
}

.modal-content a.button {
	background: #2A538B;
}

.modal-content a:hover.button {
	background: #142741;
	color: #FFFFFF;
}

#popup-container a.close {
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	width: 28px;
	line-height: 28px;
	z-index: 99;
	font-weight: bold;
	font-size: 17px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	text-align: center;
	background: #939699;
	border: 4px solid #FFFFFF;
	cursor: pointer;
	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;
}

#popup-container a:hover.close {
	background: #040404;
}

/*------------------------------------*\
	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"],
input[type="password"],
textarea {
	width: 100%;
	border: 1px solid #CCCCCC;
	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,
input[type="password"]:focus,
textarea:focus {
	border: solid 1px #040404;
}

/* ------------  Buttons & Submits  ------------  */
input[type="submit"],
input[type="button"] {
	cursor:pointer;
	display: inline-block;
	cursor:pointer;
	border: none;
	margin: 12px 0;
	font-family: 'nexa-bold', sans-serif;
	text-transform: uppercase;
	cursor:pointer;
	font-size: 18px;
	background: #CF1820;
	color: #FFFFFF;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-appearance: none;
	padding: 12px 24px;
	text-decoration: none;
	font-weight: 900;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	background: #FC1926;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 27px;
	color: #040404;
	font-weight: normal;
	background-color: #FFFFFF;
}

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

p {
	margin: 12px 0;
}

a {
	color: #CF1820;
	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: #FC1926;
}

a.button {
	font-family: 'nexa-bold', sans-serif;
	cursor:pointer;
	font-size: 16px;
	background: #CF1820;
	color: #FFFFFF;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-appearance: none;
	padding: 8px 24px;
	text-decoration: none;
	font-weight: 700;
	border-radius: 20px;
	text-transform: uppercase;
	margin-top: 12px;
	display: inline-block;
}

a:hover.button {
	background: #FC1926;
}

h1, h2, h3, h4 {
	font-family: 'nexa-bold', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #142741;
}

h1 {
	font-size: 36px;
	line-height: 36px;
}

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

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

h4 {
	font-size: 18px;
	line-height: 18px;
}

/*------------------------------------*\
	FIXED TOP
\*------------------------------------*/
#fixed-top-wrapper {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99999;
}

#fixed-top-wrapper .fixed-top-container {
	width: 100%;
	float: left;
	background-color: #CF1820;
	padding: 10px 0;
}

#fixed-top-wrapper .fixed-top-container .dates-wrapper {
	float: left;
	margin-left: 20px;
}

#fixed-top-wrapper .fixed-top-container .dates-wrapper .dates {
	font-size: 15px;
	line-height: 17px;
	font-family: 'nexa-bold', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #FFFFFF;
	margin-top: 10px;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas {
	float: right;
	margin-right: 8px;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas a.button {
	font-size: 14px;
	padding: 4px 18px;
	margin-top: 0;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas .show-selector,
#fixed-top-wrapper .fixed-top-container .selector-ctas .register-cta,
#fixed-top-wrapper .fixed-top-container .selector-ctas .stand-booking-cta {
	float: left;
	margin-right: 12px;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas .register-cta a.button {
	background: #142741;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas .stand-booking-cta a.button {
	background: #939699;
}

#fixed-top-wrapper #logo-menus {
	width: 100%;
	float: left;
	background: rgba( 20, 39, 65, 0.92);
	padding: 16px 0;
	position: relative;
}

#navigation-wrapper #logo-small {
	float: left;
	margin-left: 20px;
}

#navigation-wrapper #logo-icon {
	display: none;
}

#navigation-wrapper #desktop-nav {
	float: right;
	margin-right: 20px;
}

#navigation-wrapper #desktop-nav .desktop {
	float: left;
	margin-right: 18px;
	margin-top: 12px;
}

#navigation-wrapper #desktop-nav .desktop ul,
#navigation-wrapper #desktop-nav .desktop ul li {
	margin: 0;
	padding: 0;
}

#navigation-wrapper #desktop-nav .desktop ul li {
	list-style: none;
	display: inline;
	position: relative;
}

#navigation-wrapper #desktop-nav .desktop ul li a {
	color: #FFFFFF;
	font-weight: 700;
	font-family: 'nexa-bold', sans-serif;
	font-size: 15px;
	margin-left: 32px;
	text-transform: uppercase;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
	text-decoration: none;
}

#navigation-wrapper #desktop-nav .desktop ul li a:hover,
#navigation-wrapper #desktop-nav .desktop ul li a.active {
	color: #FCB814;
}

#navigation-wrapper #desktop-nav .desktop ul li ul {
	position: absolute;
	top: 21px;
	right: -10px;
	width: 240px;
	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;
	padding-top: 30px;
	z-index: 9998;
}

#navigation-wrapper #desktop-nav .desktop ul li ul li {
	background: #2A538B;
	display: block;
	margin: 0;
	text-align: right;
}

#navigation-wrapper #desktop-nav .desktop ul li ul li a {
	display: block;
	font-size: 14px;
	margin-left: 0;
	line-height: 26px;
	border: none;
	color: #FFFFFF;
	padding: 6px 4%;
	background-image: none;
	width: 92%;
}

#navigation-wrapper #desktop-nav .desktop ul li ul li a:hover,
#navigation-wrapper #desktop-nav .desktop ul li ul li a.active {
	color: #FFFFFF;
	background: #FCB814;
}

#navigation-wrapper #desktop-nav .desktop ul li:hover ul,
#navigation-wrapper #desktop-nav .desktop ul li:hover ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

#navigation-wrapper #desktop-nav .desktop ul li:hover ul li ul {
	position: absolute;
	top: -30px;
	right: 240px;
	width: 240px;
	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 {
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: 20px;
	top: 26px;
	z-index: 99999;
	display: none;
}

.mobile-navigation-show-wrapper a.simple-menu {
	color: #FFFFFF;
	text-decoration: none;
	width: 36px;
	height: 42px;
	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-nav ul li a {
	color: #FFFFFF;
	font-weight: 700;
	font-family: 'nexa-bold', sans-serif;
	font-size: 15px;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
	text-transform: uppercase;
}

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

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

nav#mobile-nav ul li a.button {
	font-size: 15px;
	border-radius: 0;
}

nav#mobile-nav ul li a.button:hover {
	color: #FFFFFF;
}

nav#mobile-nav ul li a.button.register {
	background: #142741;
}

nav#mobile-nav ul li a.button.stand {
	background: #939699;
}

/*------------------------------------*\
	FIXED SOCIAL & SIGN UP
\*------------------------------------*/

#hero-social-wrapper {
	bottom: 112px;
	font-size:16px;
	right:18px;
	position:fixed;
	z-index: 9999;
	-webkit-transition: bottom .8s linear;
	-moz-transition: bottom .8s linear;
	-o-transition: bottom .8s linear;
	transition: bottom .8s linear;
}

.hero-social {
	margin-bottom: 12px;
}

.hero-social a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	background: #FCB814;
	border-radius: 50%;
}

.hero-social a:hover {
	color: #FFFFFF;
	background: #040404;
}

.fixed-signup {
	float: left;
	margin-left: 15px;
}

.fixed-signup a.button {
	margin-top: 0;
	background: #FCB814;
	padding: 4px 24px;
	font-size: 15px;
}

.fixed-signup a:hover.button {
	background: #040404;
}


/*------------------------------------*\
	HOME VIDEO
\*------------------------------------*/
#overlay {
	height:100%;
	left:0;
	position:relative;
	top:0;
	width:100%;
}

#hero-vid {
  	backface-visibility:hidden;
	background-position: top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
    height: auto;
    min-height:100%;
	min-width:100%;
    overflow: hidden;
    padding: 0;
    perspective:1000;
	position:fixed;
	z-index: -102;
}

#hero-vid iframe {
  box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

#hero-pic {
	position:fixed;
	display:block;
	height:auto;
	width:100%;
	min-height:100%;
	min-width:100%;
	background-position: top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	z-index:-102;
}

#strapline-wrapper {
    width: 90%;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0 5%;
    opacity: 1;
    -webkit-transition: opacity .6s linear;
    -moz-transition: opacity .6s linear;
    -o-transition: opacity .6s linear;
    transition: opacity .6s linear;
}

#strapline-wrapper {
	opacity: 0;
	-webkit-animation: fadein 5s 3s forwards;
       -moz-animation: fadein 5s 3s forwards;
        -ms-animation: fadein 5s 3s forwards;
            animation: fadein 5s 3s forwards;
}

#strapline-wrapper h1 {
	color: #FFFFFF;
	margin-bottom: 18px;
	font-size: 42px;
    line-height: 46px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.7);
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

#discover {
	position:absolute;
	bottom: 112px;
	left: 50%;
	margin-left: -17px;
}

#discover a {
	width: 34px;
	display: block;
	overflow: hidden;
	color: #FFFFFF;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

#hero-section {
	width: 100%;
	float: left;
	position: relative;
	background-position: top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

#hero-section.no-image {
	background: #2A538B;
}

.logo-wrapper {
	width: 100%;
	float: left;
	margin-top: 150px;
	padding: 6% 0;
	position: relative;
	z-index: 15;
	text-align: center;
}

.logo-wrapper.hero {
	padding: 6% 0;
}

#hero-section.no-image .logo-wrapper {
	padding: 2% 0;
}

.logo-wrapper h1 {
	color: #FFFFFF;
	font-size: 48px;
	line-height: 48px;
	margin: 32px 20px;
	z-index: 2;
	position: relative;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.7);
}

#hero-section.no-image .logo-wrapper h1 {
	text-shadow: none;
}

#hero-section.no-image .logo {
	padding: 2% 20px;
}

#hero-section.no-image .logo h1 {
	text-shadow: none;
}

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

#breadcrumbs {
	color: #040404;
	font-size: 14px;
	padding-right: 20px;
	text-transform: uppercase;
	text-align: right;
}

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


/*------------------------------------*\
	CONTENT STYLES
\*------------------------------------*/
#content-wrapper {
	background-color: #FFFFFF;
	padding: 52px 0 42px 0;
}

.accordian-section-wrapper,
.gallery-listing-wrapper,
.carousel-listings-outer-wrapper,
.content-area  {
	max-width: 1600px;
	margin: 0 auto;
	padding: 32px 52px;
	overflow: hidden;
}

.content-area.listing {
	font-size: 24px;
	line-height: 32px;
}

.content-area.full-width {
	float: left;
	max-width: inherit;
	width: 100%;
	padding: 0 !important;
	margin: 32px 0;
	background-position: top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.content-area.full-width.solid-color {
	background-color: #FCB814;
	color: #FFFFFF;
}

.content-area.full-width.solid-color a.button {
	background-color: #2A538B;
	color: #FFFFFF;
}

.content-area.full-width.solid-color h1,
.content-area.full-width.solid-color h2,
.content-area.full-width.solid-color h3,
.content-area.full-width.solid-color h4 {
	color: #FFFFFF;
}

.content-area.full-width.solid-color .inner.copy {
	color: #FFFFFF;
}

.slider {
	width: 100%;
	padding: 32px 0;
}

.flexible-element:first-of-type {
	padding-top: 0;
	margin-top: 0;
}

.flexible-element:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

.te-left-col,
.te-right-col {
	float: left;
	width: 48%;
}

.inner.copy {
	width: 60%;
	float: left;
	padding: 6% 20%;
	background: rgba( 20, 39, 65, 0.8);
	color: #FFFFFF;
}

.inner.copy h1,
.inner.copy h2,
.inner.copy h3,
.inner.copy h4,
.inner.copy h5 {
 	color: #FFFFFF;
}

.inner.copy h1 {
	margin-bottom: 24px;
}

.inner.copy a.button {
	margin-top: 24px;
}

.te-col-copy {
	position: relative;
}

.te-col-copy .inner {
	padding: 122px;
	position: inherit;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'nexa-bold', sans-serif;
	font-size: 22px;
	line-height: 28px;
}

.te-col-image {
	background-position: top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.te-left-col {
	margin-right: 2%;
}

.te-right-col {
	margin-left: 2%;
}

.te-col-image,
.te-col-copy {
	width: 50%;
	margin: 0;
	min-height: 500px;
}

.te-col-image.left,
.te-col-copy.left {
	float: left;
}

.te-col-image.right,
.te-col-copy.right {
	float: right;
}

.te-first-col,
.te-second-col,
.te-third-col {
	float: left;
	width: 30.66%;
}

.te-second-col,
.te-third-col {
	margin-left: 4%;
}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) no-repeat top left;
	padding: 0 0 8px 24px;
}

#content ol {
	padding: 0 0 0 24px;
}

#content ol li {
	padding: 0 0 8px 12px;
}

div.subtitle {
	text-align: center;
}

/*------------------------------------*\
  FEATURE PODS
\*------------------------------------*/
.feature-pods {
  width: 100%;
  float: left;
  padding: 24px 0;
  background: #FFFFFF;
}

.list-item {
    width: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: fixed;
    position: relative;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    outline: solid 8px #FFFFFF;
    overflow: hidden;
}

.list-item h3 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
}

.list-item.half h3 {
    font-size: 24px;
	line-height: 24px;
}

.list-item.third h3 {
    font-size: 24px;
 	line-height: 24px;
}

.list-item.quarter h3 {
    font-size: 20px;
	line-height: 20px;
}

.list-item .copy-text h3,
.list-item:hover .copy-text h3 {
	font-size: 24px;
	line-height: 24px;
}

.list-item .copy-text a {
	color: #FCB814;
}

.list-item .copy-text a:hover {
	color: #040404;
}

.list-item a.module-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.list-item.half {
    width: 50%;
}

.list-item.third,
.list-item.third.last {
    width: 33.33%;
}

.list-item.quarter {
    width: 25%;
}

.list-item .list-item-title {
	margin: 0 5%;
	width: 90%;
	padding: 14px 0;
	position: absolute;
	bottom: 32px;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	transition: all .6s linear;
	opacity: 1;
	text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.7);
}

.list-item:hover .list-item-title {
	opacity: 0;
	bottom: -100px;
}

.list-item .copy {
	width: 80%;
	float: left;
	padding: 7% 10%;
	background: rgba( 20,39,65, 0.5);
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.list-item .copy.no-overlay {
	background: none;
}

.list-item .copy .list-item-icon {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.list-item:hover .copy .list-item-icon {
	opacity: 0;
}

.list-item .copy-text {
	position: absolute;
	bottom: -400px;
	opacity: 0;
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	transition: all 1.4s ease;
	width: 80%;
	float: left;
	padding: 0 10%;
}

.list-item .copy-text h3 {
	color: #FFFFFF;
}

p.copy-text-read-more {
	text-transform: uppercase;
	font-family: 'nexa-bold', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.list-item.half .copy {
	padding: 10% 10%;
}

.list-item.third .copy,
.list-item.third.last .copy {
	padding: 15% 10%;
}

.list-item.quarter .copy {
	padding: 15% 10%;
}

.list-item:hover .copy {
    background: rgba( 207,24,32, 0.8);
}

.list-item:hover .copy.no-link {
	background: rgba( 207,24,32, 0.8);
}

.list-item:hover .copy-text {
	bottom: 32px;
	opacity: 1;
}

/*------------------------------
   RESPONSIVE VIDEOS & MAPS
-------------------------------*/

.video-container-wrapper,
.map-container-wrapper {
  max-width: 1100px;
  overflow: hidden;
  padding: 52px 52px 32px 52px;
  margin: 0 auto;
  position: relative;
}

.video-container,
.map-container {
  position: relative;
  padding-bottom: 56.25%;
}

.single-video {
  width: 100%;
  float: left;
  margin: 24px 0;
}

.left-video,
.right-video {
  width: 48%;
  float: left;
  margin: 24px 0;
}

.right-video {
  margin-left: 4%;
}

.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%;
}

/*------------------------------
   REUSEABLE ACCORDIAN SECTION
-------------------------------*/
.accordian-section {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.accordian-title {
	width: 100%;
	padding: 12px 0;
	line-height: 32px;
	color: #040404;
	position: relative;
	font-size: 20px;
	border-bottom: solid 1px #040404;
	font-family: 'nexa-bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

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

span.accordian-title-text {
	padding: 0;
	display: block;
	text-align: left;
	pointer-events: none;
	font-family: 'nexa-bold', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}

.accordian-title a img {
	float: right;
	margin: 16px 12px 0 0;
}

.accordian-content {
	float: left;
	width: 100%;
	text-align: left;
	padding: 1% 0;
	margin-bottom: 8px;
}

/*------------------------------------*\
  REUSEABLE INPAGE CAROUSEL
\*------------------------------------*/
#content .carousel-listings-outer-wrapper a.button {
	margin-right: 12px;
}

#content .carousel-listings-wrapper {
  width: 100%;
  float: left;
}

#content .carousel-listings-wrapper h3 {
	margin-bottom: 32px;
	padding-left: 52px;
}

.carousel {
  margin-top: 12px;
}

#content .carousel-listings-wrapper .carousel-listing {
  float: left;
  background: #FFFFFF;
}

#content .carousel-listings-wrapper .carousel-listing a {
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-image {
	width: 100%;
	float: left;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-image img,
#content .carousel-listings-wrapper .carousel-listing a .carousel-listing-image img {
	width: 100%;
	float: left;
	height: auto;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-title {
	padding: 8px 12px;
	position: absolute;
	bottom: 12px;
	right: 12px;
	text-align: center;
	background: #CF1820;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

#content .carousel-listings-wrapper.news .carousel-listing .carousel-listing-title {
	width: 100%;
	float: left;
	padding: 0;
	position: inherit;
	bottom: 0;
	right: 0;
	text-align: left;
	background: none;
	padding-top: 12px;
}

#content .carousel-listings-wrapper .carousel-listing a:hover .carousel-listing-title {
	background: #CF1820;
	color: #FFFFFF;
}

#content .carousel-listings-wrapper.news .carousel-listing a:hover .carousel-listing-title {
	background: none;
	color: #040404;
}

#content .carousel-listings-wrapper .carousel-listing .carousel-listing-title h4 {
	color: #FFFFFF;
	margin: 0;
	padding: 0 12px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
}

#content .carousel-listings-wrapper .carousel-listing a:hover .carousel-listing-title h4 {
	color: #FFFFFF;
}

#content .carousel-listings-wrapper.news .carousel-listing .carousel-listing-title h4,
#content .carousel-listings-wrapper.news .carousel-listing a:hover .carousel-listing-title h4 {
	color: #040404;
}

/*------------------------------------*\
  REUSEABLE GALLERY SECTION
\*------------------------------------*/
#content .gallery-listing-wrapper {
  margin-bottom: -1% !important;
}

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;
}

.gallery-image a .overlay {
  position: absolute;
  background-color: rgba( 20,39,65, 0);
  width: 100%;
  height: 100%;
  -webkit-transition: background-color .4s linear;
  -moz-transition: background-color .4s linear;
  -o-transition: background-color .4s linear;
  transition: background-color .4s linear;
}

.gallery-image a:hover .overlay {
  background-image: url(../images/gallery-link-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba( 20,39,65, 0.7);
}

.gallery-image img {
  width: 100%;
  height: auto;
  float: left;
}

/*------------------------------------*\
  SLIDER
\*------------------------------------*/
#content .slider {
  position: relative;
  float: left;
}

#content .slider .theslider {
  position: relative;
  overflow: auto;
  background: none;
}

#content .slider .full-width-slider {
  position: relative;
}

#content .slider .theslider ul,
#content .slider .theslider ul li,
#content .slider .full-width-slider ul,
#content .slider .full-width-slider ul li {
  float: left;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

#content .slider .theslider ul li img,
#content .slider .full-width-slider ul li img {
  float: left;
  width: 100%;
  height: auto;
}

#content .slider .theslider .slide-content,
#content .slider .full-width-slider .slide-content {
  width: 100%;
  float: left;
  position: relative;
}

#content .slider .theslider .dots,
#content .slider .full-width-slider .dots {
  width: 100%;
  height: 24px;
  position: absolute;
  padding: 0;
  bottom: 20px;
  margin: 0 auto;
  text-align: center;
}

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

#content .slider .theslider .dot:hover,
#content .slider .full-width-slider .dot:hover {
  cursor: pointer;
  border: solid 2px #FFFFFF;
  background: #FFFFFF;
}

#content .slider .theslider .dot.active,
#content .slider .full-width-slider .dot.active {
  border: solid 2px #FFFFFF;
  background: #FFFFFF;
}

/*------------------------------
   INPAGE SPONSOR CAROUSEL
-------------------------------*/
.inpage-sponsor-carousel-wrapper {
	width: 100%;
	float: left;
	padding: 52px 0 52px 0;
	text-align: center;
}

.inpage-sponsor-carousel-wrapper .sponsor {
	text-align: center;
	height: 90px;
	line-height: 90px;
}

/*------------------------------
   INPAGE SPONSOR GRID
-------------------------------*/
.inpage-sponsor-grid-wrapper {
	width: 100%;
	float: left;
	padding: 52px 0 52px 0;
	text-align: center;
}

.inpage-sponsor-grid-wrapper .sponsor {
	width: 21%;
	padding: 1%;
	text-align: center;
	height: 90px;
	line-height: 90px;
	margin-bottom: 24px;
	display: inline-block;
	vertical-align: top;
}

/*------------------------------
   HOME - KEY FACTS
-------------------------------*/
#key-facts-wrapper {
	background-color: #FCB814;
}

.key-facts {
	max-width: 1300px;
	overflow: hidden;
	padding: 62px 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.key-facts h1 {
	color: #FFFFFF;
	text-transform: uppercase;
}

.key-fact {
	width: 18.5%;
	padding: 2%;
	color: #FFFFFF;
	font-size: 19px;
	line-height: 23px;
	text-align: center;
	position: relative;
	font-family: 'nexa-bold', sans-serif;
	font-weight: 700;
	margin: 1%;
	display: inline-block;
}

.key-fact-copy {
	width: 82%;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.key-fact .headline-figure {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #FFFFFF;
	margin: 18px 0;
}

.key-fact .headline-title {
	text-transform: uppercase;
}

img.placeholder-pixel {
	top: 0;
	left: 0;
	width: 100%;
}

#key-facts-wrapper.content-page {
	background-color: #2A538B;
	margin: 32px 0;
}

#key-facts-wrapper.content-page .key-fact {
	width: 290px;
	height: 290px;
	border-radius: 290px;
	background-color: #FFFFFF;
	color: #FCB814;
	padding: 0;
	max-height: inherit;
}

#key-facts-wrapper.content-page .key-fact h1 {
	color: #FCB814;
}

#key-facts-wrapper.content-page .key-fact .headline-figure {
	color: #FCB814;
}

#key-facts-wrapper.content-page .key-fact .key-fact-copy {
	width: 86%;
	padding: 0 7%;
}

/*------------------------------------*\
	EXHIBITOR LISTS
\*------------------------------------*/
#content .exhibitor_listings_wrapper {
	width: 100%;
	float: left;
}

div.exhibitor-type {
	padding: 22px 1%;
	width: 98%;
}

div#platinum-sponsors.exhibitor-type
{
	background-color: #05071c;
}

div#gold-sponsors.exhibitor-type
{
	background-color: #939699;
}

div#platinum-sponsors.exhibitor-type h3
{
	color: #FFFFFF;
}

#content .exhibitor_listings_wrapper .exhibitor_listings_inner_wrapper {
	float: left;
	background-color: #F2F2F2;
	padding: 1%;
	width: 98%;
	text-align: center;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz {
	width: 100%;
	float: left;
	text-align: center;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a.disabled{
	pointer-events:none;
	opacity:0.4;
}

#content form#atoz-search {
	padding: 0;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul,
#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li {
	margin: 0;
	padding: 0;
	background: none;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 4px 0;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
	color: #000000;
	border-right: solid 1px #CCCCCC;
	text-align: center;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li:first-child a {
	border-left: solid 1px #CCCCCC;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a:hover {
	color: #2A538B;
	text-decoration: none;
}

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

#content .exhibitor_listing {
	width: 22.6%;
	display: inline-block;
	background-color: #F0F0EC;
	margin: 1% 1% 1% 1%;
	position: relative;
}

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing {
    width: 14%;
}

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

#content .exhibitor_listing .exhibitor_listing_inner a {
	cursor: pointer;
}

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

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing .exhibitor_listing_inner a .exhibitor_listing_image,
#content .exhibitor_listings_wrapper.news .exhibitor_listing .exhibitor_listing_inner a .exhibitor_listing_image {
    background-color: #CF1820;
}

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing .exhibitor_listing_inner a .exhibitor_listing_image img,
#content .exhibitor_listings_wrapper.news .exhibitor_listing .exhibitor_listing_inner a .exhibitor_listing_image img {
    width: 100%;
    float: left;
    -webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	transition: opacity .4s linear;
}

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing .exhibitor_listing_inner a:hover .exhibitor_listing_image img,
#content .exhibitor_listings_wrapper.news .exhibitor_listing .exhibitor_listing_inner a:hover .exhibitor_listing_image img {
	opacity: 0.6;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
	width: 100%;
	float: left;
	text-align: center;
	border-top: solid 2px #F2F2F2;
	margin-top: 12px;
	padding-top: 12px;
	font-family: 'nexa-bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title,
#content .exhibitor_listings_wrapper.news .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
	border-top: none;
	margin-top: 12px;
	padding-top: 0;
}


#content .exhibitor_listing .exhibitor_listing_inner a .exhibitor_listing_title {
	background: none;
	padding: 0;
	font-weight: normal;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_icons span {
	margin: 0 8px;
}

#content .exhibitor_listings_wrapper .exhibitor_listing .exhibitor_listing_inner a .exhibitor_listing_subheading {
	color: #040404;
	font-weight: 700;
	font-family: 'nexa-bold', sans-serif;
}

.detail_exhibitor_stand {
	width: 100%;
	float: left;
	margin: 18px 0;
}

.detail_exhibitor_country {
	width: 100%;
	float: left;
	margin: 0 0 18px 0;
}

.detail_exhibitor_stand span,
.detail_exhibitor_country span {
	color: #CF1820;
	font-family: 'nexa-bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;

}

.detail_exhibitor_stand h2 {
	color: #CF1820;
}

.detail_exhibitor_subheading {
	color: #040404;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;

}

#content .exhibitor_listing .exhibitor_listing_inner a .exhibitor_listing_read_more {
  opacity: 0;
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  font-family: 'nexa-bold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: opacity .4s linear;
  -moz-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

#content .exhibitor_listing .exhibitor_listing_inner a:hover .exhibitor_listing_read_more {
  opacity: 1;
}

.detail_exhibitor_category {
	width: 100%;
	float: left;
	margin: 0 0 18px 0;
}

.detail_exhibitor_category span {
	background: url(../images/securex-west-africa-icon.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 24px;
	background-size: 12px;
}

.speaker_detail_image {
    float: right;
    margin: 24px;
}

.speaker_detail_image img {
    max-width: 200px;
    height: auto;
    outline: solid 1px #040404;
}

h4.speaker-session-times {
    margin-top: 32px;
}

p.speaker-session-times {
    background: url(../images/breadcrumb_bg.png) no-repeat left center;
    padding-left: 28px;
}

p.speaker-session-times span {
    color: #CF1820;
}

.detail_contact_info_wrapper {
	float: right;
	margin-top: 24px;
}

.detail_contact_info {
	display: inline-block;
}

.detail_contact_info a {
	width: 42px;
	background-color: #CF1820;
	display: block;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	margin: 0 12px 12px 0;
	border-radius: 21px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
	text-align: center;
}

.detail_contact_info a:hover {
	background: #FC1926;
	color: #FFFFFF;
}

.detail_exhibitor_products,
.detail_exhibitor_press {
	width: 100%;
	float: left;
	margin-top: 52px;
}

#content .carousel_listings_wrapper .carousel_listing .carousel_listing_title.product h4 {
	color: #040404;
	margin: 0;
	padding: 12px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	border-bottom: solid 1px #040404;
}

.detail_exhibitor_press {
	border-bottom: solid 1px #040404;
	padding-bottom: 18px;
}

.detail_exhibitor_press .press-item {
	border-top: solid 1px #040404;
	margin-top: 18px;
	padding-top: 18px;
	position: relative;
}

.detail_exhibitor_press .press-item p {
	padding-right: 32px;
	margin: 0;
}

.detail_exhibitor_press .press-item .press-download {
	position: absolute;
	right: 0;
	top: 18px;
}

/*------------------------------
   NEWS
-------------------------------*/
#content .blog-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 52px;
}

#content .blog-wrapper .gallery-listing-wrapper,
#content .blog-wrapper .carousel-listings-outer-wrapper,
.blog-wrapper .video-container-wrapper,
#content .blog-wrapper .content-area {
	width: 100%;
    padding: 32px 0;
}

#content .blog-wrapper-left {
    width: 72%;
    float: left;
}

#content .blog-wrapper-right {
    width: 23%;
    float: left;
    margin-left: 5%;
    padding-top: 32px;
}

#content .exhibitor_listings_wrapper.news .exhibitor_listing a::after {
	position: absolute;
	top: 0;
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background: #CF1820;
	-webkit-transition: width .6s;
	transition: width .6s;
	margin-left: -4%;
}

#content .exhibitor_listings_wrapper.news .exhibitor_listing a:hover::after {
	width: 100%;
}

#content .exhibitor_listings_wrapper.news .exhibitor_listing img {
	width: 100%;
	float: left;
	height: auto;
}

#content .exhibitor_listings_wrapper.news .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title,
#content .exhibitor_listings_wrapper.news .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_subheading {
    text-align: left;
}

.blog-sharing-wrapper {
	width: 100%;
    float: left;
    text-align: center;
    margin-top: 6px;
    position: sticky;
    top: 0;
    -webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.blog-sharing-wrapper.fixed {
    top: 200px;
}

.blog-sharing-wrapper .sharing-wrapper h4 {
    margin-top: 0;
}

/*------------------------------------*\
    BLOG SOCIAL SHARING SECTION
\*------------------------------------*/
.sharing-wrapper {
    float: left;
    width: 100%;
    margin: 12px 0 18px 0;
    text-align: center;
}

.sharing-wrapper h4 {
    background: #040404;
    outline: solid 1px #040404;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 20px;
    margin-top: 24px;
}

.sharing-item-wrapper {
    float: left;
    width: 100%;
    text-align: center;
    outline: solid 1px #040404;
    margin-top: 8px;
}


.sharing-item {
    width: 24.5%;
    float: left;
    text-align: center;
    border-left: solid 1px #040404;
}

.sharing-item:first-child {
    border-left: none;
}

.sharing-item a {
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

/*------------------------------------*\
	TIMETABLES
\*------------------------------------*/
.timetable_listings_wrapper {
	width: 100%;
	float: left;
}

.timetable_listings_wrapper .timetable_listings_inner_wrapper {
	float: left;
	background-color: #F2F2F2;
	padding: 12px 1%;
	width: 98%;
}


ul#tabs {
	width: 100%;
	float: left;
	background-color: #F2F2F2;
	list-style-type: none;
	margin: 12px 0 0 0;
	padding: 0;
	text-align: center;
}

ul#tabs li {
	width: 31.33%;
	padding: 6px 0;
	margin: 0 0 4px 0;
	float: none;
    display: inline-block;
    border-bottom: solid 1px #142741;
    border-top: solid 1px #142741;
    outline: solid 1px #142741;
    color: #142741;
    cursor: pointer;
    background-image: none;
    background-color: #FFFFFF;
    font-size: 16px;
	font-family: 'nexa-bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#content ul#tabs li,
#content ul#tab li {
		background-image: none !important;
		padding: 6px 0;
}

ul#tabs li:hover {
	background-color: #142741;
	color: #FFFFFF;
}

ul#tabs li.active {
	background-color: #142741;
	color: #FFFFFF;
}

ul#tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	width: 100%;
}

ul#tab li {
	display: none;
	background-image: none;
	padding: 0;
}

ul#tab li.active {
	display: block;
}

.session {
	width: 98%;
	float: left;
	background-color: #FFFFFF;
	margin: 1% 1% 1% 1%;
	position: relative;
	text-align: center;
}

.session_inner_wrapper {
	width: 98%;
	float: left;
	padding: 2% 1%;
}

.session_details_wrapper {
	text-align: center;
}

.session_day,
.session_time {
	font-weight: bold;
}

.session_day {
	text-transform: uppercase;
	margin-top: 6px;
	font-weight: 700;
	font-size: 15px;
}

.session_time  {
	background-color: #CF1820;
	color: #FFFFFF;
	font-family: 'nexa-bold', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	padding: 8px 0;
}

.session_details_wrapper .session_time  {
	font-size: inherit;
	margin: 12px 0 0 0;
	float: left;
	width: 100%;
}

.modal-content .session_details_wrapper .session_time {
	margin-bottom: 18px;
}

.session_speaker {
	margin: 12px 0;
	font-family: 'nexa-bold', sans-serif;
	font-size: 15px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	float: left;
}

.session_title a {
	color: #142741 !important;
}

.session_speaker a {
	color: #142741 !important;
}

.session-speaker-company {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #040404;
    margin: 5px 0;
}

.speaker {
	max-width: 200px;
	margin: 12px;
	display: inline-block;
	vertical-align: top;
}

.session_details_wrapper .speaker {
	float: none;
	margin: 0 9px 12px 9px;
	display: inline-block;
}

.speaker a img  {
	max-width: 120px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 0 8px 0;
	height: auto;
}

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

.session_speaker a:hover,
.session_speaker a:hover .session-speaker-company  {
	color: #121737 !important;
}

.session_view_more a.button {
	font-size: 13px;
	padding: 2px 10px;
	margin-top: 0;
	background: #FCB814;
}

.session_view_more a:hover.button {
	background: #040404;
}

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

/*------------------------------
   CATEGORY FILTERS STYLING
-------------------------------*/
#content .category_listing_filters_wrapper {
	width: 100%;
	float: left;
}

#content .exhibitor_listings_wrapper.news .category_listing_filters_wrapper {
	margin-bottom: 32px;
}

#content .category_listing_filters_wrapper_inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
}

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

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

.category_filter_right {
	margin-left: 2%;
}

.category_listing_search {
	display: inline-block;
	position: relative;
	margin-bottom: 24px;
	width: 100%;
	text-align: center;
}

.category_listing_search form {
	margin: 0;
	padding: 0;
}

.category_listing_search input {
	margin: 20px 0 0 0;
}

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

.reset_search {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.reset_search a {
	font-weight: normal;
}

#category_buttons button {
	background-color: #FCB814;
	border: none;
	color: #ffffff;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: 'nexa-bold', sans-serif
	font-size: 14px;
	font-weight: 700;
	margin: 6px 6px 6px 0;
	border-radius: 20px;
	text-transform: uppercase;
}

#category_buttons button:hover {
	background: #040404;
}

/*------------------------------
   PAGINATION
-------------------------------*/
#pagination {
	width: 100%;
	float: left;
	text-align: center;
	padding: 12px 0 24px 0;
}

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

#content #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: #040404;
	line-height: 26px;
	padding: 0 8px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 12px;
}

#pagination ul li a.active,
#pagination ul li a:hover {
	background-color: #293483;
	color: #FFFFFF;
	text-decoration: none;
}

#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: #040404;
	background: none;
	border: none;
	width: auto;
}

#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: #293483;
	background: none;
	border: none;
	text-decoration: none;
}


/*------------------------------------*\
	SPONSORS
\*------------------------------------*/
#sponsors-wrapper  {
	background: #FFFFFF;
	text-align: center;
	padding: 0;
}

#sponsors {
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	font-size: 15px;
	color: #040404;
	font-weight: 600;
}

#sponsors h4 {
	margin-bottom: 16px;
}

#sponsors #sponsor-carousel-wrapper {
	width: 100%;
	float: left;
	padding: 52px 0 52px 0;
}

#sponsors-carousel,
#partners-carousel,
#media-partners-carousel {
	margin-bottom: 72px;
}

#sponsors h4 {
	margin: 42px 0;
}

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

.sponsor-no-carousel {
    width: 100%;
    float: left;
    margin-bottom: 72px;
}

.sponsor-no-carousel .sponsor.static {
    display: inline-block;
    margin: 18px 42px;
}

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

footer {
	margin: 0 auto;
	padding: 52px 20px 122px 20px;
	color: #FFFFFF;
	overflow: hidden;
	font-weight: 300;
	text-align: center;
	font-size: 16px;
}

#links {
	width: 100%;
	font-size: 16px;
}

#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: 0 12px;
	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: #2A538B;
}

#links ul#social_icons li a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	margin: 24px 6px 12px 6px;
	padding: 0;
	border: none;
	color: #FFFFFF;
}

#links ul#social_icons li a:hover {
	color: #2A538B;
}

.organiser {
	font-weight: 700;
}

.organiser p {
	margin: 12px 0 0 0;
}

#website_by_symphony {
	width: 100%;
	margin-top: 28px;
}

#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;
	text-decoration: none;
}

#copyright {
	width: 100%;
	margin-top: 28px;
}

/*------------------------------------*\
	COUNTDOWN
\*------------------------------------*/
#countdown-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  text-align: center;
  color: #FFFFFF;
  background-color:rgba(125, 27, 49, 0.9);
  font-family: 'nexa-bold', sans-serif;
	font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items:center;
  justify-content:center;
  padding: 20px 0;
	z-index: 9999999;
}

#countdown-bar .countdown-section {

}

#countdown-bar .countdown-section.countdown-number {
  font-size: 42px;
  align-items:center;
  justify-content:center;
  margin-left: 24px;
  padding: 0 12px 0 24px;
  border-left: solid 2px #cba4ad;
}

#countdown-bar .countdown-section.countdown-header {
  color: #cba4ad;
}

.countdown-cta {
  margin-left: 24px;
}

.countdown-cta a.button {
  margin-top: 0;
}

/*------------------------------------*\
	FEATURE POP-UPS
\*------------------------------------*/
.feature-pods.sliding {
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 52px;
    float: inherit;
    overflow: hidden;
    width: inherit;
}

.feature-pods.sliding .list-item {
    outline: none;
    text-align: left;
}

.feature-pods.sliding .list-item a {
  color: #FFFFFF;
}

.feature-pods.sliding .list-item.half {
    width: 49%;
    margin-bottom: 2%;
}

.feature-pods.sliding .list-item.half.right {
    margin-left: 2%;
}

.feature-pods.sliding .list-item .copy {
    width: 80%;
    float: left;
    padding: 7% 10%;
    background: none;
}

.feature-pods.sliding .list-item .sliding-copy {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.feature-pods.sliding .list-item a .sliding-copy .sliding-copy-title {
  width: 92%;
  padding: 20px 4%;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.feature-pods.sliding .list-item a:hover .sliding-copy .sliding-copy-title {
  padding: 20px 4% 0 4%;
  bottom: -60px;
}

.feature-pods.sliding .list-item.purple .sliding-copy .sliding-copy-title,
.feature-pods.sliding .list-item.purple a .sliding-copy .sliding-copy-body {
  background-color: #7e1130;
}

.feature-pods.sliding .list-item.blue .sliding-copy .sliding-copy-title,
.feature-pods.sliding .list-item.blue a .sliding-copy .sliding-copy-body {
  background-color: #305a80;
}

.feature-pods.sliding .list-item.dark-blue .sliding-copy .sliding-copy-title,
.feature-pods.sliding .list-item.dark-blue a .sliding-copy .sliding-copy-body {
  background-color: #05071c;
}

.feature-pods.sliding .list-item.grey .sliding-copy .sliding-copy-title,
.feature-pods.sliding .list-item.grey a .sliding-copy .sliding-copy-body {
  background-color: #939699;
  color: #05071c;
}

.feature-pods.sliding .list-item.grey .sliding-copy .sliding-copy-title h3,
.feature-pods.sliding .list-item.grey .sliding-copy .sliding-copy-body h3,
.feature-pods.sliding .list-item .modal-content h3 {
  color: #05071c;
}

.feature-pods.sliding .list-item .sliding-copy .sliding-copy-title i {
  position: absolute;
  right: 24px;
}

.feature-pods.sliding .list-item a .sliding-copy .sliding-copy-body {
  width: 92%;
  position: relative;
	bottom: -400px;
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	transition: all 1.4s ease;
  padding: 20px 4%;
  font-weight: 600;
}

.feature-pods.sliding .list-item a:hover .sliding-copy .sliding-copy-body {
  bottom: 0;
}

.feature-pods.sliding .list-item .sliding-copy .sliding-copy-body .read-more-button,
.feature-pods.sliding .list-item .modal-content  .read-more-button {
  font-family: 'filson-pro', sans-serif;
    cursor: pointer;
    font-size: 14px;
    -webkit-appearance: none;
    padding: 6px 18px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
}

.feature-pods.sliding .list-item.grey .sliding-copy .sliding-copy-body .read-more-button {
  background-color: #05071c;
  color: #FFFFFF;
}

.feature-pods.sliding .list-item.dark-blue .sliding-copy .sliding-copy-body .read-more-button {
  background-color: #939699;
  color: #05071c;
}

.feature-pods.sliding .list-item.purple .sliding-copy .sliding-copy-body .read-more-button {
  background-color: #305a80;
  color: #FFFFFF;
}

.feature-pods.sliding .list-item.blue .sliding-copy .sliding-copy-body .read-more-button,
.feature-pods.sliding .list-item .modal-content  .read-more-button {
  background-color: #7e1130;
  color: #FFFFFF;
}

.feature-pods.sliding .modal-content {
  color: #05071c;
}

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

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing {
    width: 17.2%;
}

}

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

#fixed-top-wrapper .fixed-top-container .dates-wrapper .dates {
	font-size: 13px;
	line-height: 17px;
	margin-top: 10px;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas a.button {
	font-size: 11px;
	padding: 4px 16px;
}

.desktop {
	display: none;
}

#mobile-navigation,
.mobile-navigation-show-wrapper {
	display:inherit;
}

#strapline-wrapper h1 {
font-size: 36px;
line-height: 42px;
}

.logo-wrapper h1 {
	font-size: 36px;
	line-height: 38px;
	margin: 32px 20px;
}

#content .te-col-copy .inner {
  padding: 72px;
  font-size: 20px;
  line-height: 24px;
}

.list-item.half,
.list-item.third.last {
    width: 100%;
}

.list-item.half .copy,
.list-item.third.last .copy {
  padding: 14% 10%;
}

.list-item.quarter,
.list-item.third {
    width: 50%;
}

#content .exhibitor_listing {
	width: 30.33%;
}

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing {
    width: 22.6%;
    font-size: 15px;
    line-height: 22px;
}

#content .blog-wrapper-left {
    width: 100%;
}

#content .blog-wrapper-right {
    width: 100%;
    margin-left: 0;
}

ul#tabs li {
    width: 46%;
}

}

@media only screen and (max-width:1023px) {
#fixed-top-wrapper {
	position: inherit;
}

#fixed-top-wrapper.home,
#fixed-top-wrapper.fixed {
	position: fixed;
}

#fixed-top-wrapper .fixed-top-container {
    padding: 0;
}

#fixed-top-wrapper .fixed-top-container .dates-wrapper {
    width: 96%;
    padding: 0 2%;
    margin-left: 0;
    margin-bottom: 10px;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas {
    float: left;
    margin-right: 0;
    margin-left: 8px;
    margin-bottom: 10px;
}

.logo-wrapper {
	margin-top: 0;
}

#hero-social-wrapper {
	bottom: 20px;
}

.hero-social {
	margin-bottom: 0;
	margin-left: 12px;
	float: left;
}

.inner.copy {
	width: 90%;
	padding: 6% 5%;
}

.key-fact {
	width: 34.5%;
	padding: 0 6%;
}

.key-fact.three {
	margin-left: 0;
}

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing {
    width: 26%;
}

#countdown-bar {
	display: none;
}

}

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

ul#tabs li {
    width: 98%;
		font-size: 16px;
		line-height: 22px;
}

#mobile-ctas {
	display: inherit;
	width: 100%;
	position: fixed;
	bottom: -50px;
	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-ctas a.button {
	display: block;
	color: #FFFFFF;
	border-radius: 0;	outline: 2px solid #FFFFFF;
	font-size: 13px;
	background: #939699;
}

#mobile-ctas.fixed {
	bottom: 0;
}

.mobile-sign-up-cta,
.mobile-book-cta {
	width: 50%;
	float: left;
	text-align: center;
}

.mobile-sign-up-cta.full-width {
	width: 100%;
}

#mobile-ctas .mobile-sign-up-cta a.button {
	color: #FFFFFF;
	background: #142741;
}


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 1px #FFFFFF;
	padding: 6px 0;
}

}

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

#overlay {
	background: rgba( 20,39,65, 0.5);
}

#hero-vid {
	background-image: url(../images/hero-mobile.jpg) !important;
}

#hero-vid iframe {
    display: none;
}

#content div.te-left-col, #content div.te-right-col, #content div.te-first-col, #content div.te-second-col, #content div.te-third-col {
    width: 100%;
    margin: 32px 0;
}

.single-video,
.left-video,
.right-video {
  width: 100%;
  margin: 18px 0;
}

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

#content .exhibitor_listing {
	width: 45.3%;
	margin: 2%;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
	font-size: 16px;
}


}

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

body {
	font-size: 16px;
	line-height: 22px;
}

a.button {
	font-size: 13px;
}

#fixed-top-wrapper.fixed #logo-menus {
	padding: 8px 0;
}

#navigation-wrapper #logo-small img {
    max-width: 140px;
}

.mobile-navigation-show-wrapper {
	top: 16px;
}

#fixed-top-wrapper.fixed #navigation-wrapper #logo-small {
	display: none;
}

#fixed-top-wrapper.fixed #navigation-wrapper #logo-icon {
	display: inherit;
	margin-left: 10px;
}

#fixed-top-wrapper.fixed .mobile-navigation-show-wrapper {
	top: 14px;
}

#fixed-top-wrapper.fixed .mobile-navigation-show-wrapper,
#fixed-top-wrapper.fixed .mobile-navigation-show-wrapper a.simple-menu {
	height: 18px;
	line-height: 18px;
}

#strapline-wrapper h1 {
	font-size: 32px;
	line-height: 36px;
}

#discover {
	display: none;
}


#content div.te-col-image {
  width: 100%;
}

#content div.te-col-copy {
  width: 100%;
  min-height: auto !important;
}

#content .te-col-copy .inner {
  padding: 42px 32px;
  position: inherit;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  float: left;
  font-size: 18px;
  line-height: 22px;
}

#content .te-col-copy .inner {
  height: auto !important;
}

.gallery-image {
  margin: 0 2% 4%;
  width: 29.33%;
}

}


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

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing {
    width: 40%;
}

}

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

h1 {
    font-size: 26px;
    line-height: 26px;
}

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

#fixed-top-wrapper .fixed-top-container .dates-wrapper {
    width: 90%;
    padding: 0 5%;
    text-align: center;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    display: none;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas .show-selector,
#fixed-top-wrapper .fixed-top-container .selector-ctas .register-cta,
#fixed-top-wrapper .fixed-top-container .selector-ctas .stand-booking-cta {
    margin-right: 0;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas .show-selector {
    width: 44%;
    display: inline-block;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas .register-cta {
    width: 24%;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas .stand-booking-cta {
    width: 32%;
}

#fixed-top-wrapper .fixed-top-container .selector-ctas a.button {
    padding: 4px 10px;
    border-radius: 0;
    font-size: 10px;
    display: block;
    text-align: center;
    line-height: 28px;
}

#hero-social-wrapper.fixed {
	bottom: 66px;
}

#strapline-wrapper h1 {
	font-size: 28px;
	line-height: 32px;
}

.logo-wrapper {
	padding: 16% 0;
}

.logo-wrapper h1 {
	font-size: 28px;
	line-height: 32px;
}

#breadcrumbs {
	padding-right: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
}

#breadcrumbs a,
#breadcrumbs span {
	padding: 3px 0;
	margin-right: 0;
	display: block;
	border-right: none;
	border-bottom: solid 1px #040404;
	background: none;
}

#breadcrumbs span {
	border-bottom: none;
}

#content-wrapper {
	padding: 22px 0;
}

.inner.copy {
	width: 80%;
    padding: 16% 10%;
}

.list-item .copy,
.list-item.half .copy,
.list-item.third.last .copy {
  padding: 25% 10%;
}

.list-item.quarter,
.list-item.third {
    width: 100%;
}

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

.list-item.half h3 {
    font-size: 20px;
	line-height: 20px;
}

.list-item.third h3 {
    font-size: 20px;
 	line-height: 20px;
}

.list-item.quarter h3 {
    font-size: 20px;
	line-height: 20px;
}

.list-item .copy-text h3,
.list-item:hover .copy-text h3 {
	font-size: 20px;
	line-height: 20px;
}

.accordian-title {
  line-height: 22px;
  font-size: 16px;
}

.accordian-title a img {
    max-width: 16px;
}

.gallery-image {
  margin: 0 2% 4%;
  width: 46%;
  overflow: hidden;
}

.key-fact {
	width: 84.5%;
	padding: 0 9%;
	max-height: 240px;
}

.key-fact.two,
.key-fact.four {
	margin-left: 0;
}

#key-facts-wrapper.content-page .key-fact {
	margin: 6% 1%;
}

.speaker_detail_image {
	width: 100%;
    float: none;
    margin: 24px 0;
}

.inpage-sponsor-grid-wrapper .sponsor {
	width: 28%;
}

#sponsors #sponsor-carousel-wrapper {
    padding: 22px 0;

}

footer {
	padding: 52px 20px 122px 20px;
}

.feature-pods.sliding {
    padding: 32px;
}

.feature-pods.sliding .list-item.half {
    width: 100%;
    margin-bottom: 32px;
}

.feature-pods.sliding .list-item.half h3 {
    font-size: 18px;
    line-height: 18px;
}

.feature-pods.sliding .list-item.half.right {
    margin-left: 0;
}

.feature-pods.sliding .list-item a .sliding-copy .sliding-copy-body {
    font-weight: normal;
    font-size: 16px;
}

}

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

#content .accordian-section-wrapper,
#content .gallery-listing-wrapper,
#content .carousel-listings-outer-wrapper,
.video-container-wrapper,
#content .content-area,
.image-content-wrapper {
    padding: 32px;
}

#content .blog-wrapper {
  padding: 0 32px;
}

.hero-social,
.fixed-signup {
    margin-left: 8px;
}

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing {
    width: 60%;
    margin: 5% 20%;
}

}

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

#strapline-wrapper h1 {
	font-size: 22px;
	line-height: 26px;
}

#content .accordian-section-wrapper,
#content .gallery-listing-wrapper,
#content .carousel-listings-outer-wrapper,
.video-container-wrapper,
#content .content-area,
.image-content-wrapper {
    padding: 32px 20px;
}

#content .blog-wrapper {
  padding: 0 20px;
}

ul#tabs li {
		font-size: 14px;
		line-height: 20px;
}

}

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

#content .exhibitor_listings_wrapper .exhibitor_listings_inner_wrapper {
	padding: 3%;
	width: 94%;
}

#content .exhibitor_listing,
#content .exhibitor_listing.expert,
#content .exhibitor_listings_wrapper.chefs .exhibitor_listing {
	width: 100%;
	margin: 0 0 4% 0;
}

#content .exhibitor_listings_wrapper.speakers .exhibitor_listing {
    width: 80%;
    margin: 5% 10%;
}

.inpage-sponsor-grid-wrapper .sponsor {
	width: 38%;
}

}

/* TEXT EDITOR RESPONSIVE TABLE STYLING */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

table.responsive {
	border-left: 1px solid #D9D8D5;
	margin: 24px 0;
	width: 100% !important;
	text-align: center;
}

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

table.responsive.large-only tr:first-child td {
	border-right: 1px solid #D9D8D5;
	border-bottom: 1px solid #D9D8D5;
	border-top: 1px solid #D9D8D5;
	padding: 6px 6px 6px 12px;
	/*background-color: #A2B39A;*/
	color: #040404;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

table.responsive td {
	border-right: 1px solid #D9D8D5;
	border-bottom: 1px solid #D9D8D5;
	background: #FFFEFA;
	padding: 6px 6px 6px 12px;
	vertical-align: top;
}

table.responsive td.st-key {
	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 #D9D8D5;
	border-bottom: 1px solid #D9D8D5;
	border-top: 1px solid #D9D8D5;
	padding: 6px 6px 6px 12px;
	/*background-color: #A2B39A;*/
	color: #040404;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

table.responsive .st-head-row.st-head-row-main {
	background-color: #040404;
	color: #FFFFFF;
	padding: 6px 6px 6px 12px;
}

table.simple-responsive {
	border-left: none;
	margin: 24px 0;
	width: 100% !important;
	text-align: center;
}

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

table.simple-responsive.large-only tr:first-child td {
	border-right: none;
	border-bottom: none;
	border-top: none;
	padding: 6px 6px 6px 12px;
	font-family: 'Nunito Sans', sans-serif;
}

table.simple-responsive td {
	border-right: none;
	border-bottom: none;
	background: #FFFFFF;
	padding: 6px 6px 6px 12px;
	vertical-align: top;
}

table.simple-responsive td.st-key {
	padding: 6px 6px 6px 12px;
}

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

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

table.simple-responsive.small-only th {
	border-right: none;
	border-bottom: none;
	border-top: none;
	padding: 6px 6px 6px 12px;
	/*background-color: #A2B39A;*/
	color: #040404;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

@media (max-width: 800px) {
	.stacktable.large-only { display: none; }
	.stacktable.small-only { display: table; }

	.timetable_wrapper h3 {
		padding: 12px;
	}

}

@media (max-width: 599px) {

	.timetable_wrapper td .sponsor_area {
		display: inherit;
	}

}

/* END TEXT EDITOR TABLE STYLING */

/*------------------------------------*\
	Modal Default styling
\*------------------------------------*/
.blocker {
	z-index: 999999 !important;
}

#cookie-notice-modal.modal {
	max-width: 900px !important;
	padding: 2% !important;
	position: relative;
}

#cookie-notice-modal.modal a.close-modal {
	top: -30px !important;
	right: -30px !important;
	width: 60px !important;
	height: 60px !important;
	background-image: url(../images/close-button.png) !important;
}

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

	.modal a.close-modal {
		background-size: 64% !important;
	}

}
