input, button, select, textarea {
    font-family: "DecimaRoundA", arial, helvetica, sans-serif;
}

.no-padding {
    padding:0;
}

/*** Header ***/
body {
    color: #4e5156;
    font-size: 16px;
    font-family: "DecimaRoundA", arial, helvetica, sans-serif;
}

a {
    font-size: inherit;
    font-weight: bold;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:link, a:visited {
    color: #565656;
}

a:hover, a:active {
    color: #343434;
}

/*Styles from Editor*/
.col-event-page .greenPanel a {
    color: #FFFFFF;
}

.col-event-page .greenPanel a:hover {
    text-decoration: underline;
}

.banner-event {
    margin-bottom: 0;
}

.banner-details {
    position: relative;
    overflow: auto;
    height: inherit;
}

.banner-details .row{
    margin:0;
}

.banner-details div.event-logo {
    margin-bottom: 5px;
    position: relative;
}

div.banner-details div.container div.row div.event-header-info {
    font-family: "DecimaRoundA", sans-serif;
}

h1.event-title {
    font-size:36px;
}




div.event-location {
	
}

div.event-header-info p.event-date {
	color: #95c11f;	
	font-size: inherit;
}


	div.banner-details div.container div.row div.co-located a img {
		width: 200px;
    }

	
.banner-associates ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.banner-associates li {
    font-family: "DecimaRoundA", Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    text-indent: 0;
    text-align: center;
    color: #484e53;
    margin: 0;
    padding: 0;
}

.banner-associates li ul {
    margin: 0;
    padding: 8px 0 0;
    list-style-type: none;
}

.banner-associates li li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.banner-associates li li:first-child {
    border-left: none;
    margin-right: 0;
}

.banner-associates li li img {
    display: block;
    margin: 0;
}


/***********Countdown timer*************/
/*Countdown!!!*/
#europe{
	position:relative;
	margin-top:20px;
	text-align:center;
	font-family:"DecimaRoundA";
}

#europe h3{
 
}

#europe > div {
    width: 45px;
    display: inline-flex;
    height: 100px;
    text-align: center;
	position:relative;
	margin-right:5px;
}

#europe > div > span {
	display: block;
    width: 45px;
    position: absolute;
}

#europe > div > span:first-child {
	font-family:"DecimaRoundA";
    top: 0;
    text-align: center;
    left: 0;
    height: 60px;
    padding-top: 12px;
    border: 1px solid rgba(149, 193, 38,1);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    background-color: #99c42d;
    -webkit-box-shadow: inset 2px 2px 6px 0px rgba(182,221,85,1);
    -moz-box-shadow: inset 2px 2px 6px 0px rgba(182,221,85,1);
    box-shadow: inset 2px 2px 6px 0px rgba(182,221,85,1);
    
        /*color: transparent;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
        -webkit-background-clip: content-box;
        -moz-background-clip: content-box;
        background-clip: border-box;*/

    /*background-color: rgba(149, 193, 38,1);
	background: rgba(149, 193, 38,1);
	background: -moz-linear-gradient(top, rgba(149, 193, 38,1) 0%, rgba(149, 193, 38,1) 20%, rgba(173, 213, 64,1) 50%, rgba(149, 193, 38,1) 80%, rgba(149, 193, 38,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(149, 193, 38,1)), color-stop(20%, rgba(149, 193, 38,1)), color-stop(50%, rgba(173, 213, 64,1)), color-stop(80%, rgba(149, 193, 38,1)), color-stop(100%, rgba(149, 193, 38,1)));
	background: -webkit-linear-gradient(top, rgba(149, 193, 38,1) 0%, rgba(149, 193, 38,1) 20%, rgba(173, 213, 64,1) 50%, rgba(149, 193, 38,1) 80%, rgba(149, 193, 38,1) 100%);
	background: -o-linear-gradient(top, rgba(149, 193, 38,1) 0%, rgba(149, 193, 38,1) 20%, rgba(173, 213, 64,1) 50%, rgba(149, 193, 38,1) 80%, rgba(149, 193, 38,1) 100%);
	background: -ms-linear-gradient(top, rgba(149, 193, 38,1) 0%, rgba(149, 193, 38,1) 20%, rgba(173, 213, 64,1) 50%, rgba(149, 193, 38,1) 80%, rgba(149, 193, 38,1) 100%);
	background: linear-gradient(to bottom, rgba(149, 193, 38,1) 0%, rgba(149, 193, 38,1) 20%, rgba(173, 213, 64,1) 50%, rgba(149, 193, 38,1) 80%, rgba(149, 193, 38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003287', endColorstr='#003287', GradientType=0 );*/
}



#europe > div > span:last-child {
	font-family:"DecimaRoundA";
    bottom: -2px;
    padding-bottom: 5px;
    font-size: 13px;
    text-align: center;
    left: 0;
    width: 45px;
	color: #4a4e54;
    text-transform:uppercase;
}

@media screen and (max-width:768px) {
    #europe {
        margin-top: 40px;
        margin-bottom:20px;
    }
}

/**Countdown end!***********************************************************************************************************/



/**** Call To Action ****/
.cta-wrapper {
    min-height: 180px;
    vertical-align: middle;
}

.cta {
    margin-top: 0;
    margin-bottom: 0.5em;
}

.col-event-page p.reg-btn {
    margin-top: 20px;
}

.cta p.reg-btn a {
    border: none;
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
    position: relative;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-family: "DecimaRoundA", arial, sans-serif;
	font-weight: normal;
}

.cta p.reg-btn i {
    position: absolute;
    color:#262626;
}

.cta p.reg-btn a:link,
.cta p.reg-btn a:visited,
.col-event-page p.reg-btn a:link,
.col-event-page p.reg-btn a:visited {
    background: rgba(241, 104, 23,1);
    background: -moz-linear-gradient(left, rgba(255, 220, 1,1) 0%, rgba(255, 220, 1,1) 80%, rgba(74, 79, 85,1) 80%, rgba(74, 79, 85,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 220, 1,1)), color-stop(80%, rgba(255, 220, 1,1)), color-stop(80%, rgba(74, 79, 85,1)), color-stop(100%, rgba(74, 79, 85,1)));
    background: -webkit-linear-gradient(left, rgba(255, 220, 1,1) 0%, rgba(255, 220, 1,1) 80%, rgba(74, 79, 85,1) 80%, rgba(74, 79, 85,1) 100%);
    background: -o-linear-gradient(left, rgba(255, 220, 1,1) 0%, rgba(255, 220, 1,1) 80%, rgba(74, 79, 85,1) 80%, rgba(74, 79, 85,1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 220, 1,1) 0%, rgba(255, 220, 1,1) 80%, rgba(74, 79, 85,1) 80%, rgba(74, 79, 85,1) 100%);
    background: linear-gradient(to right, rgba(255, 220, 1,1) 0%, rgba(255, 220, 1,1) 80%, rgba(74, 79, 85,1) 80%, rgba(74, 79, 85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc01', endColorstr='#4a4e54', GradientType=1 );
}

.cta p.reg-btn a:hover,
.cta p.reg-btn a:active,
.col-event-page p.reg-btn a:hover,
.col-event-page p.reg-btn a:active {
    -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.3);
    /*background: rgba(241, 104, 23,1);
    background: -moz-linear-gradient(left, rgba(241, 104, 23,1) 0%, rgba(241, 104, 23,1) 80%, rgba(74, 79, 85,1) 80%, rgba(74, 79, 85,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241, 104, 23,1)), color-stop(80%, rgba(241, 104, 23,1)), color-stop(80%, rgba(74, 79, 85,1)), color-stop(100%, rgba(74, 79, 85,1)));
    background: -webkit-linear-gradient(left, rgba(241, 104, 23,1) 0%, rgba(241, 104, 23,1) 80%, rgba(74, 79, 85,1) 80%, rgba(74, 79, 85,1) 100%);
    background: -o-linear-gradient(left, rgba(241, 104, 23,1) 0%, rgba(241, 104, 23,1) 80%, rgba(74, 79, 85,1) 80%, rgba(74, 79, 85,1) 100%);
    background: -ms-linear-gradient(left, rgba(241, 104, 23,1) 0%, rgba(241, 104, 23,1) 80%, rgba(74, 79, 85,1) 80%, rgba(74, 79, 85,1) 100%);
    background: linear-gradient(to right, rgba(241, 104, 23,1) 0%, rgba(241, 104, 23,1) 80%, rgba(74, 79, 85,1) 80%, rgba(74, 79, 85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16817', endColorstr='#4a4e54', GradientType=1 );*/
}

.col-event-page p.reg-btn a {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.6em 2em;
}

/* @end */

/*** Nav ***/
.navbar-event {
    border: 0 none;
    margin-bottom: 0;
    background-color: #787878;
}

.navbar-toggle {
    position: inherit;
    padding: 10px 5px 10px 25px;
    border-radius: 0;
    border: none;
    margin-top: 0;
    width: 100%;
}

.navbar-event .icon-bar {
    background-color: #fff;
    width: 20px;
    height: 4px;
    border-radius: 1px;
}

.navbar-collapse {
    padding: 0;
    border-top: 0 none;
    width: 100%;
}

.navbar-nav {
    margin: 0;
    background-color: #4a4e54;
}

.navbar-nav > li > a {
    font: 1em/55px "DecimaRoundA", arial, sans-serif;
    color: #787878;
    height: 38px;
    padding: 0 0 0 25px;
    border-bottom: 1px solid #787878;
}

.navbar-nav > li > a:hover {
    background: transparent;
}

.navbar-nav > li > a:visited {
    background: #787878;
    color: #ffffff;
}

.navbar-nav > li {
    position: relative;
}

.navbar-toggle-event {
    background: #efefef url('data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%3E%3Cpath%20fill%3D%22%23787878%22%20d%3D%22M10.325%2012.832c-.094.12-.21.168-.325.168s-.256-.048-.326-.168L.086.697C-.006.577-.03.41.04.24.11.097.25%200%20.41%200h19.18c.16%200%20.3.096.37.24.068.17.047.337-.047.457l-9.588%2012.135z%22/%3E%3C/svg%3E') center 20px no-repeat;
    position: absolute;
    top: 0;
    height: 38px;
    right: 0;
    padding: 0;
    margin: 0;
    width: 70px;
    border-left: 1px solid #787878;
}

.navbar-toggle-event.collapsed {
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAABDUlEQVQ4T63RzU3DQBQE4DdGguvaDUAJoQLkCnBsxb6SCqADQgekAnK1I5vtIOmAlBAacPYKEjvISLGcYMfhZ2+rnffpaQdyxIm9aAYh07IY98XRFxip8MZx8FTlrOV4borZoZmD4EgFA8BZAFAVQtKQ1p8bvepCO8FABeoMzosAFzvD5PqN9lIbbdrQTjB2wyWAq9ZNKMt0k/tHg4kXPYrIbc//TtMyv9vPfNuwWUJfYbQyzEyum7kdcL+EXrClpBqsSjjFyQKQQR/UfCdl9c4Pf1tSDSZupAVy/RNsmyVFZ5t8WN2/wNgLJxDc/warUeFDVhYTxCoK4MjzX7DtLCx8JG64FuD8P0AhXz8BuSxjpKEhCWoAAAAASUVORK5CYII=') center 20px no-repeat;
}

.navbar-toggle-event.collapsed {
    background: transparent url('data:image/svg+xml;charset=US-ASCII,%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%20%5B%0D%0A%09%3C%21ENTITY%20ns_flows%20%22http%3A//ns.adobe.com/Flows/1.0/%22%3E%0D%0A%5D%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2213%22%20viewBox%3D%220%200%2020%2013%22%3E%3Cpath%20fill%3D%22%23787878%22%20d%3D%22M9.676.168C9.768.048%209.886%200%2010%200c.116%200%20.255.048.325.168l9.588%2012.135c.094.12.116.288.047.456-.07.144-.208.24-.372.24H.41c-.16%200-.3-.096-.37-.24-.068-.17-.045-.337.047-.457L9.677.168z%22/%3E%3C/svg%3E') center 20px no-repeat;
}

.no-svg .navbar-toggle-event.collapsed {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAABDUlEQVQ4T63RzU3DQBQE4DdGguvaDUAJoQLkCnBsxb6SCqADQgekAnK1I5vtIOmAlBAacPYKEjvISLGcYMfhZ2+rnffpaQdyxIm9aAYh07IY98XRFxip8MZx8FTlrOV4borZoZmD4EgFA8BZAFAVQtKQ1p8bvepCO8FABeoMzosAFzvD5PqN9lIbbdrQTjB2wyWAq9ZNKMt0k/tHg4kXPYrIbc//TtMyv9vPfNuwWUJfYbQyzEyum7kdcL+EXrClpBqsSjjFyQKQQR/UfCdl9c4Pf1tSDSZupAVy/RNsmyVFZ5t8WN2/wNgLJxDc/warUeFDVhYTxCoK4MjzX7DtLCx8JG64FuD8P0AhXz8BuSxjpKEhCWoAAAAASUVORK5CYII=') center 20px no-repeat;
}

.navbar-event-subnav > li {
    position: relative;
    z-index: 9999999 !important;
}

.navbar-event-subnav > li > a {
    display: block;
    font: 0.9em/24px "DecimaRoundA", arial, sans-serif;
    color: #787878;
    height: auto;
    padding: 0 0 0 25px;
    border-bottom: 1px solid #FFFFFF;
    background: #FFFFFF;
    transition:all 0.2s;
}

.navbar-event-subnav  li:last-child a {
    border-bottom: 1px solid #95c11e;
}

.navbar-event-subnav > li > a:hover {
    text-decoration: none;
}

#content {
    padding: 0;
    font-family: "DecimaRoundA", arial, sans-serif;
    margin-bottom: 1em;
}

#content .col-event-page section {
    margin-bottom: 1em;
    padding-bottom: 1em;
}


#content .col-event-page section p {
	font-size: 20px;	
}


#content .col-event-page section table,
#content .col-event-page section table tbody tr td table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

#content table th, #content table td {
    vertical-align: top;
    padding: 8px;
    color: #1a171b;
}

#content table td p {
    margin: 0;
    padding: 0;
    color: #1a171b;
}

.google-maps-wrapper {
    max-width: 90%;
    margin: 30px auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    padding: 6px;
    border-radius: 4px;
    display:none;
}

/*******Image strip bottom of page*******/
.image-strip img {
    border: 5px solid #fff;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    margin-bottom:10px;
}

/****Exhibitor logo scroller ****/
.exhib-scroller {
    width: 100%;
    height: 110px;
    display: block;
    background: #ffffff;
    margin-top: 0;
    margin-bottom: 14px;
    overflow: hidden;
    border-bottom: 4px solid #787878;
    padding: 0;
}

    .exhib-scroller h3 {
        width: 100%;
        background: #787878;
        font: normal 18px/22px "DecimaRoundA", arial, sans-serif;
        color: #ffffff;
        padding: 0.5% 0 0.5% 3.4%;
        margin-top: 0;
    }

.scroller-content {
    width: 99%;
    margin: 0 auto;
    padding: 0;
    height: 50px;
}

#marqueeFrame {
    /*width:100%;*/
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 50px;
}

ul#marquee, ul#marquee li {
    list-style-type: none;
}

ul#marquee {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0px;
}

ul#marquee li {
    display: inline-block;
    height: 50px;
    width: 103px;
    vertical-align: middle;
    text-align: center;
    border-left: 1px dotted #ccc;
}

ul#marquee li a, ul#marquee li a img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto !important;
}

ul#marquee img.alt-black-white {
    isplay: none;
}

img.alt-black-white:hover {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

/*** Footer ***/
.contentinfo {
    clear: both;
}

.contentinfo-social {
    padding: 10px 0;
    text-align: center;
}

.contentinfo-social-title {
    text-align: center;
    margin-top: 0;
    font: 26px "DecimaRoundA", arial, sans-serif;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #95c11f;
}

.contentinfo-social-icons {
    padding: 0;
    margin: 0;
}

.contentinfo-social-icons li {
    list-style: none;
    padding: 0;
    margin: 0 2px;
    display: inline-block;
}

.contentinfo-social-icons a {
    position: relative;
    top: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contentinfo-social-icons a:link,
.contentinfo-social-icons a:visited {
    color: #94c11e;
    font-size: 3em;
}

.contentinfo-social-icons a:hover,
.contentinfo-social-icons a:active {
    color: #4a4e54;
    top: -4px;
}

div.quicklinks h3 {
    font-family: "DecimaRoundA", arial, sans-serif;
    padding: 0;
    margin-top: 0;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size:28px;
}

.quicklinks {
    background: #95c11f;
    padding: 1em 0;
    margin-bottom: 0;
    text-align: center;
}

.quicklinks ul {
    padding: 0.5%;
    list-style: none;
    margin: 0 auto;
}

.quicklinks ul li {
    line-height: 1.4em;
    font-size: 1.15em;
    display: inline-block;
    border-left: 1px solid #FFFFFF;
    padding: 0px 32px;
}

.quicklinks ul li:first-child {
    border-left: none;
    padding-left: 0;
}

.quicklinks ul li a {
    color: #FFFFFF;
    font-family: "DecimaRoundA", Arial, sans-serif;
    font-weight: 400;
}

.contentinfo-brintex {
    background: #768274;
    color: #fff;
    padding: 0.5em 0;
    text-align: center;
    font: 1.1em "DecimaRoundA", arial, sans-serif;
    margin-top: 0;
}

.contentinfo-brintex a {
    color: #ffffff;
}

.contentinfo-brintex span {
    display: block;
    margin:10px auto;
    max-width: 780px;
}

.opening-times-header {
	font-family: "DecimaRoundA", arial, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    padding: 5px 0;
}

.contentinfo-logo {
    width: 96%;
}

.contentinfo-logo ul li {
    display: inline-block;
}


/*News feed*/
footer.footer-with-news .quicklinks{
    float:right;
    background-color:#262626;
}

.footer-news-feed-container {
    padding-top:20px;
}

.footer-news-feed-container h3 {
    color:#BBBBBB;
}

.newsfeed-panel {
    display: block;
    height: auto;
    max-width: 990px;
    margin: auto;
}

.newsfeed-wrapper {
    background-color: #FFF;
    height: 200px;
    overflow: hidden;
    position: relative;
    padding: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.newsfeed-scroller {
    padding:0;
    margin:0;
    list-style-type:none;
    position:absolute;
    top:0;
}

.newsfeed-scroller:hover{
    animation-play-state:paused;
}

.newsfeed-entry {
    position:relative;
    display: inline-table;
    width: 100%;
}

.newsfeed-entry a {
    text-decoration:none;
    display: block;
    padding: 7px 20px;
    font-weight: normal;
    color: #262626;
    -moz-transition:all 0.275s;
    -webkit-transition:all 0.275s;
    transition:all 0.275s;
}

.newsfeed-entry a:hover {
    background-color:#EEEEEE;
}

.newsfeed-entry span {
    position: absolute;
    right: 15px;
    top: 8px;
    font-style:italic;
    font-size:14px;
}

.newsfeed-entry a:before {
    font-family: 'FontAwesome';
    content: "\f1ea";
    font-weight: normal;
    margin-right: 10px;
}


footer.footer-with-news div.quicklinks h3 {
    color:#FFFFFF;
    margin-bottom:15px;
}

footer.footer-with-news div.quicklinks ul {
    width: 80%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    overflow:hidden;
}

footer.footer-with-news div.quicklinks ul li{
    font-size: 1em;
    display: block;
    padding:0;
    margin:0;
    border:none;
}

footer.footer-with-news div.quicklinks ul li a
{
    text-decoration:none;
    color: #262626;
    display: block;
    background-color: #FFFFFF;
    padding: 10px 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 30px;
    font-weight: normal;
    text-align:left;
    font-size:14px;
}

footer.footer-with-news div.quicklinks ul li a:hover
{
    background-color:#EEEEEE;
    padding-left:35px;
}
/*End footer******************/

/*** Blocks***/
.carousel-home {
    clear: both;
}

.carousel-caption {
    right: auto;
    bottom: 0px;
    left: 0;
    padding: 20px 20px 20px 33px;
    color: #fff;
    text-align: left;
    background: rgba(255,255,255,.2);
    text-shadow: none;
    font: 1.4em "DecimaRoundA", arial, sans-serif;
}

.carousel-caption b {
    font-family: "DecimaRoundA", arial, sans-serif;
    font-weight: bold;
}

.carousel-caption span {
    display: block;
    font-size: 0.8em;
}

.carousel-indicators {
    bottom: 2px;
    left: auto;
    right: 33px;
    width: 25%;
    text-align: right;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 1px;
    border: 1px solid #ffdc01;
    background-color: #ffdc01;
}

.carousel-inner > .item > img {
    width: 100%;
    max-width: none;
}

.main {
    text-align: left
}

.container-event-inside {
    padding: 0 25px;
}

.col-event-page p a, .col-event-page a, .col-event-page ul li a {
    color: #95c11e;
}

h1, h2, h3,
.col-event-page section h1,
.col-event-page section h2,
.col-event-page section h3,
.col-event-page article h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.3em;
    color: #95c11f;
    font-family: "DecimaRoundA", arial, sans-serif;
    line-height: normal;
}


/*  to keep h3 in homepage content area grey  */

body.page-1056 .col-event-page section h3 {
	color: #4e5156;	
}


.col-event-aside {
    padding-bottom: 20px;
}

/*** Typography***/
.col-event-page {
    font-family: "DecimaRoundA", arial, sans-serif;
    color: #1a171b;
	font-size: 1.2em;
}

.col-event h1,
.col-event-page h1 {
    margin-top: 0;
    font: normal 2.2em "DecimaRoundA", arial, sans-serif;
}

.col-event h2,
.col-event-page h2 {
    font: normal 1.7em/2em "DecimaRoundA", arial, sans-serif;
    margin: 0;
}

    .col-event h2.red-subheading,
    .col-event-page h2.red-subheading {
        font: normal 1.7em/2em "DecimaRoundA", arial, sans-serif;
        margin: 0;
        color: #b10a25;
    }

.col-event h3,
.col-event-page h3 {
    font: normal 1.2em "DecimaRoundA", arial, sans-serif;
    margin: 0;
}


.bg-white{background-color:#ffffff;}
.fg-white{color:#ffffff;}
.bg-green{background-color:#95C11F}
.fg-green{color:#95C11F}
.bg-gray{background-color:#484E54}
.fg-gray{color:#484E54}
.font-arial{font-family:"Arial",sans-serif;}
.fg-lgray{color:#DCDDDF;}
.bg-lgray{background-color:#DCDDDF;}
.fg-orange{color:#cc6a13 !important;}

.h1-title{font-size:48px;text-transform:uppercase;}

.decima-12pt{font-family: 'DecimaRoundA', Helvetica, Arial, Sans-Serif !important;font-size:12pt;}
.decima-14pt{font-family: 'DecimaRoundA', Helvetica, Arial, Sans-Serif !important;font-size:14pt;}
.decima-16pt{font-family: 'DecimaRoundA', Helvetica, Arial, Sans-Serif !important;font-size:16pt;}
.decima-18pt{font-family: 'DecimaRoundA', Helvetica, Arial, Sans-Serif !important;font-size:18pt;}



.col-event h1,
.col-event h2,
.col-event h3,
.col-event-page h1,
.col-event-page h2,
.col-event-page h3 {
    color: #4a4e54;
}

.col-event p,
.col-event li,
.col-event table tbody tr th,
.col-event table tbody tr td {
    font: "DecimaRoundA", arial, sans-serif;
    color: #1a171b;
}

.col-event table tbody tr td {
    vertical-align: top;
    font-family: "DecimaRoundA", arial, sans-serif;
}

.col-event ul {
    padding-left: 0;
    margin-left: 1.25em;
    font-family: "DecimaRoundA", arial, sans-serif;
}

.col-event p {
    margin-bottom: 1.5em;
    font-family: "DecimaRoundA", arial, sans-serif;
    color: #1a171b;
}

.col-event .highlight {
    font-family: "DecimaRoundA", arial, sans-serif;
    color: #787878;
}

.col-event .text-columns {
    color: #000;
    font: 1em "DecimaRoundA", arial, sans-serif;
}

    .col-event .text-columns li {
        font: 1em "DecimaRoundA", arial, sans-serif;
    }

.col-event dt {
    font: 1.3em/1.5 "DecimaRoundA", arial, sans-serif;
}

.col-event hr {
    border-top: 1px solid #acb762;
}

.col-event blockquote {
    padding: 1.5em 5px;
    margin: 0;
    border-left: 0 none;
    border-top: 1px solid #d5aa4b;
    border-bottom: 1px solid #d5aa4b;
}

    .col-event blockquote p {
        font: 1.4em "DecimaRoundA", arial, sans-serif;
        text-transform: uppercase;
        margin-bottom: .5em;
    }

    .col-event blockquote cite {
        font: .8em/1.5 "DecimaRoundA", arial, sans-serif;
        font-style: normal;
    }


.col-event .blue-highlight {
    color: #787878;
}

.red-highlight {
    color: #b10a25;
    font-weight: bold;
}


 /* WHY VISIT PAGE */

 .claim1 {font-size:32px;line-height:32px;  font-family: 'DecimaRoundA', Helvetica, Arial, Sans-Serif;}

@media screen and (max-width:767px){
.claim1 {font-size:28px;line-height:28px;}
}
	
 /* STATIC EXHIBITOR LIST */
	
.table-100 { width:100%;}
	

/*************Temporary Exhibitor List*************/


#content table.exhibitors-temp {
	width: 90%;
	font-size: 1.2em;
	margin: 10px auto;
}


#content table.exhibitors-temp tr {
	vertical-align: top;	
}


#content table.exhibitors-temp tr th {
	background: #95c11f;
	color: #ffffff;	
}


#content table.exhibitors-temp tr th,
#content table.exhibitors-temp tr td {
	padding: 4px 6px;	
}


#content table.exhibitors-temp tr:hover {
	background-color: #dedede;
}








/* 'strong' added here to allow for when a strong gets added unnecessarily to h2 in text editor */
.col-event section h2 strong {
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}





.event-page-hr {
    padding: 30px 0;
    border-top: 1px solid #acb762;
    border-bottom: 1px solid #acb762;
}


.home-hr { 
	margin:40px 0 50px;
	background-color:#b1d156;
	border-top: 1px solid #b1d156;
}


.figure-event {
    margin-bottom: 30px;
}

.figure-event img {
    width: 100%;
    max-width: none;
}

hr {
    margin: 30px 0;
    border-top: 1px solid #acb762;
    border-bottom: none;
}

p.main-large-image img {
    border-bottom: 1px solid #d5aa4b;
    border-top: 1px solid #d5aa4b;
    padding: 30px 0;
    margin-bottom: 30px;
    display: block;
    height: auto;
    max-width: 100%;
}

.smaller-text {
    font-size: 50%;
}



p.thumbnails {
    margin: 0 auto;
    border: 1px solid #000000;
    width: 100%;
}



.thumbnails a img {
    margin: 16px;
    border: 1px solid #ffffff;
    width: 18em;
}

    .thumbnails a img:hover {
        border: 1px solid #676767;
    }

.thumbnails a.gallery-call-to-action img {
    overflow: visible;
    border: none;
    position: relative;
    top: -1px;
}

.calendar-panel {
    margin-bottom: 1em;
}

.clear {
    clear: both;
}

/****Side panel (twitter feed, sponsors,....)*******************/

/*New twitter conversation button*/

.row.twitter-conversation{
	font-family: "DecimaRoundA";
    text-align: center;
}


.row.app-panel{
	text-align:center;
	margin-bottom:10px;
}

body.page-2290 .row.app-panel{
	display:none;
}

.row.app-panel a{
	display:block;
	position:relative;
	max-width: 150px;
	width:100%;
	margin:auto;
	overflow:hidden;
}

.row.app-panel a::after{
	opacity:0;
	content: 'Official Event App';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    text-transform: uppercase;
    background: #b1d156;
    padding: 10px;
    color: #FFF;
    text-shadow: 1px 1px #95c11f;
    font-family: "DecimaRoundA";
    font-size: 16x;
	transition:all 0.3s;
}

.row.app-panel a:hover::after{
	opacity:1;
	transform: translateY(-50%) scale(1);
}

a.tc-link{
	color: #FFF;
    display: inline-flex;
    align-items: center;
    background: #00b4f1;
    font-weight: normal;
    font-size: 18px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-right: 15px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
	text-decoration:none;
	transition:all 0.3s;
	position:relative;
	z-index:0;
	overflow:hidden;
	width:100%;
}

a.tc-link::after{
	content:"";
	position:absolute;
	height:100%;
	width:0;
	left:50%;
	transition:all 0.2s;
	opacity:0;
	z-index:-1;
	background:#4a4e54;
}

a.tc-link:hover::after{
	opacity:1;
	width:100%;
	left:0;
}

a.tc-link i{
	font-size: 30px;
    padding: 6px;
    border: 1px solid #00b4f1;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    text-align: center;
    margin-right: 10px;
    background: #FFF;
    color: #00b4f1;
	z-index:0;
	
}

a.tc-link:hover i{
    border: 1px solid #4a4e54;
	transition: 0.1s all 0.1s;
}





.sidebar-large {
    margin-top:0;
}

.sidebar-large .carousel {
    margin-bottom: 0.8em;
}

.sidebar-large .carousel .carousel-indicators {
    bottom: -4px;
    left: auto;
    right: 10px;
    width: 25%;
    text-align: right;
}

.sidebar-large .partners,
.sidebar-large .side-news-feed{
    background-color: #ffffff; 
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	margin-top:20px;
}

.sidebar-large .partners.main-partner{
    margin-top:20px;
}

.sidebar-large .side-news-feed{
    margin-top:20px;
}

.sidebar-large .twitter-feed-wrap {
    background-color:#FFFFFF;
    margin-top: 20px;
    min-height: 560px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.sidebar-large .partners h3,
.sidebar-large .countdown h3,
.sidebar-large .twitter-feed-wrap h3,
.sidebar-large .side-news-feed h3
{
    color: #FFF;
	text-shadow: 1px 1px #95c11f;
    background-color: #b1d156;
    padding: 7px;
    margin-top: 0;
    border: 1px solid #b1d156;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align:center;
    text-transform:uppercase;
    font-family: "DecimaRoundA";
}

ul.side-partners-list, ul.in-association-with-list {
    list-style-type:none;
    padding:0;
    margin-top:10px;
}

ul.side-partners-list li {
    text-align:center;
    margin-bottom:10px;
}

ul.side-partners-list li img, ul.in-association-with-list li img {
    display:inline-block;
    max-height:50px;
}

.partners.main-partner ul.side-partners-list li img {
    max-height: 60px;
}


ul.in-association-with-list li {
    text-align:center;
    margin:10px auto;
	width: 48%;
    display: inline-block;
}

.latest-news-panel {
    margin-top: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
}

.latest-news-panel article a {
    color: #003366;
}

.latest-news-panel article p {
    color: #000033;
}

.twitter-feed p {
    margin-bottom: 1em;
}

/*Image with caption styles***********************/
.image-with-caption-container{
	margin:0 auto;
}

.image-with-caption-container.align-left{
	margin:0 auto 0 0;
}

.image-with-caption-container.align-right{
	margin:0 0 0 auto;
}
		
.image-with-caption-wrapper{
    margin: 0 auto;
    border: 10px solid #FFFFFF; 
	-moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    text-align:center;
    margin-bottom: 20px;
}

.image-wrapped{
	max-width:100%;
}

.caption-wrapped{
	display: inline-block;
    margin-top: 10px;
	text-align:center;
}

/*****Schedule Member Sign In / Sign Up panel*************************/
/*#LoginModal .modal-content,
#SignUpModal .modal-content {
    border: 1px solid #9FCE20;
    border-radius:3px;
}

#LoginModal .modal-dialog,
#SignUpModal .modal-dialog {
    max-width:380px;
}

#LoginModal .modal-header,
#SignUpModal .modal-header{
    padding: 12px;
    border: none;
}

#LoginModal .modal-body,
#SignUpModal .modal-body{
    padding: 10px 10px 15px 10px;
}

h3.modal-title.login-modal-title {
    font-family: 'oswaldregular', sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #9FCE20;
    color: #FFF;
    display: block;
    padding: 8px 15px 4px 15px;
    margin: 0;
    line-height: 18px;
    position: absolute;
    top: -2px;
    left: 10%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}*/

#SingUpForm,
#LoginForm {
    width: 90%;
    margin: auto;
}

.form-row {
    /*margin: 0 0 10px 0;*/
    margin: 22px 0;
}

.form-row label{
    font-size: 14px;
    text-align: left;
    display: block;
    font-family: "DecimaRoundA", sans-serif;
}

.form-row label.required:after{
    content:"*";
    color:#9FCE20;
    margin-left:3px;
}

.form-row input,
.form-row textarea{
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
    padding: 5px 10px;
    font-size: 15px;
    width: 100%;
    font-family: "DecimaRoundA", sans-serif;
    color: #61656b;
}

.form-row input{
    height: 40px;
}

.form-row.recaptcha{
    text-align:center;
}

.form-row .g-recaptcha{
    display:inline-block
}

.form-row input:focus,
.form-row textarea:focus{
    border-color: #66afe9;
    outline: 0;
    border:1px solid #9FCE20;
}

.form-row.actions {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px
}

.form-row.actions button{
    text-transform: uppercase;
    padding: 10px 10px 8px 10px;
    font-size: 14px;
    min-width: 49%;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: all 200ms cubic-bezier(0.4,0.0,0.2,1);
    border-radius: 2px;
    font-family: "DecimaRoundA";
    line-height: 16px;
}

.form-row.actions button:hover{
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}

.form-row.actions button:focus,
.form-row.actions button:active {
    outline:0;
}
.form-row.actions button[name=login],
.form-row.actions button[name=signup]{
    color: #FFFFFF;
    background: #9FCE20;
}

.form-row.actions button[name=close]{
    background: #FFFFFF;
    color:#4a4e54;
}

/*Validation*/
#SignUpErrorSummary,
#LoginErrorSummary,
.error-summary{
    display: none;
    border: 1px solid #f27126;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);
    padding: 8px;
    font-family: "DecimaRoundA", sans-serif;
    font-size: 13px;
    font-weight: 100;
    margin-top: 15px;
    padding: 10px 15px;
    color: #f27126;
    text-align: center;
    background: rgba(249, 192, 159,0.2);
}

.error-summary.success-summary {
    border: 1px solid #9FCE20;
    color: #9FCE20;
    background: rgba(238, 248, 211,0.2);
}

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

.error-list li{
    margin: 4px 0px;
}

.exhibitor-form-send-msg {
    position: relative;
    top: -8px;
}

.col-sm-6.video-embeded{
	margin:auto;
	float:none;
}


/* Transport Network Portfolio page */
ul.tn-portfolio {
	margin: 0 auto;
	text-align:center;
	padding: 10px 0 0;
	width: 100%;
	border-top: 1px dotted #374e59;
}
		
		
ul.tn-portfolio li {
	display: inline-block;
	list-style: none;
	margin: 5px 3px;
	width: 256px;	
}
		
		
ul.tn-portfolio li a img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
		
		
ul.tn-portfolio li a img:hover {
	opacity: 0.7;
	border: 1px solid #898989;	
}
		
		
ul.tn-portfolio li a img {
	border: 1px solid #cccccc;
}
		
		
		
ul.tn-portfolio li p {
	font-size: 0.9em;	
}

/*Hotel Maps container fix*/
#hotelmap > .container{
	width:100%;
}


/*Media queries - Move to the proper files once finished*/
@media screen and (max-width:767px) {
    .contentinfo-brintex {
        padding-left:20px;
        padding-right:20px;
        font-size:1em;
    }

    .quicklinks ul li {
        border: none;
        display: block;
        text-align: center;
        padding: 5px;
    }

    .ps-day span {
        margin: 5px;
    }
}