/*
	Verti 2.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	html
	{
		/*background: #f7f7f7; */
		background: #DBD7D7;
		height: 100%;
	}

	body
	{
		font-family: 'Montserrat', sans-serif;
		font-size: 9pt;
		color: #4e4e4e;
		font-weight: 300;
		/*background: url('images/bgshadow.png') top left no-repeat;*/
		background-size: 100% 100%;
	}
	
	a
	{
		/*color: #0090c5;*/
        color: #193985;
		text-decoration: underline;
	}
	
		a:hover
		{
			text-decoration: none;
		}
	
	h1, h2, h3, h4, h5, h6
	{
		font-family: 'Montserrat', sans-serif;
		color: #333333;
		font-weight: 700;
	}
	
	h2.byline
    {
        color: #4e4e4e;
        font-weight: 600;
        text-transform: uppercase;
    }
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: inherit;
		text-decoration: none;
		outline: 0;
	}
h1.act, h2.act { color: #1C75BC; }
table.act th { color: #1C75BC; }

h1.sa, h2.sa { color: #1C75BC; }
table.sa th { color: #1C75BC; }

h1.vic, h2.vic { color: #00A651; }
table.vic th { color: #00A651;}

h1.qld, h2.qld { color: #F7941E; }
table.qld th { color: #F7941E; }

h1.nsw, h2.nsw { color: #ED1B2E; }
table.nsw th { color: #ED1B2E; }

h1.wa, h2.wa { color: #AD68E3; }
table.wa th { color: #AD68E3; }

h1.nat, h2.nat { color: #000000; }
table.nat th { color: #000000; }

	strong
	{
	}

	form
	{
	width: 100%;
	}
	
		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
			width: 10%;
			height: 30px;
		}
        form textarea { height: 80px;}
        form input.submit {width: 20%;}
        
     #exhibit
	{
	width: 100%;
	}
	
		#exhibit input,
		#exhibit select,
		#exhibit textarea
		{
			-webkit-appearance: none;
			width:100%;
			height: 30px;
		}
		#exhibit input {margin: 5px 0 5px 0;}
        #exhibit textarea { height: 80px;}
        #exhibit input.submit {width: 20%;}   
			
	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}
	
	ul, ol
	{  margin-left: 2em;}
	
    th,td {border: thin #ccc solid !important; padding:8px; vertical-align: middle;}
    th  {font-weight: bold;}
	
	.pastexhibitor {width: 50%;}
	.retailer th, td {vertical-align: middle;border: 2px #eee solid;}
	.retailer th {background-color: #00A4DC; color: #fff; text-align: left;}
	.retailer img {width: 150px; display: block; clear: both; margin: auto;}
	
	section,
	article
	{
		margin-bottom: 5em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
		outline: 0;
	}
	
		.image img
		{
			display: block;
			width: 100%;
			border-radius: 1px;
		}
		

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 0.2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2.5em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

	.button
	{
		display: inline-block;
		/*background: #0090c5;*/
		background: #E31B23;
		color: #fff;
		text-decoration: none;
		border-radius: 2px;
		font-weight: 800;
		outline: 0;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}
	.exhibit-subscribe { background: #000;}
	.exhibit-subscribe:hover { background: #E31B23 !important;}
	
	.button:hover
	{
		/*background: #10a0d5;*/
		background: #AA131F;
	}
	.qld-button
	{
		display: inline-block;
		/*background: #0090c5;*/
		background: #F7941E;
		color: #fff;
		text-decoration: none;
		border-radius: 2px;
		font-weight: 800;
		outline: 0;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}
	.qld-button:hover
	{
		/*background: #10a0d5;*/
		background: #DE8418;
	}
		
	.act-button
	{
		display: inline-block;
		/*background: #0090c5;*/
		background: #1C75BC;
		color: #fff;
		text-decoration: none;
		border-radius: 2px;
		font-weight: 800;
		outline: 0;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}
	.act-button:hover
	{
		/*background: #10a0d5;*/
		background: #16609C;
	}
		
	.nsw-button
	{
		display: inline-block;
		/*background: #0090c5;*/
		background: #ED1B2E;
		color: #fff;
		text-decoration: none;
		border-radius: 2px;
		font-weight: 800;
		outline: 0;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}
	.nsw-button:hover
	{
		/*background: #10a0d5;*/
		background: #B51422;
	}
		
	.vic-button
	{
		display: inline-block;
		/*background: #0090c5;*/
		background: #00A651;
		color: #fff;
		text-decoration: none;
		border-radius: 2px;
		font-weight: 800;
		outline: 0;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}
	.vic-button:hover
	{
		/*background: #10a0d5;*/
		background: #008541;
	}

	.wa-button
	{
		display: inline-block;
		/*background: #0090c5;*/
		background: #AD68E3;
		color: #fff;
		text-decoration: none;
		border-radius: 2px;
		font-weight: 800;
		outline: 0;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}
	.wa-button:hover
	{
		/*background: #10a0d5;*/
		background: #AD68E3;
	}
		
	.button:active
	{
		background: #AA131F;
	}

	.button-icon
	{
		position: relative;
	}
	
	.button-icon:after
	{
		content: '';
		display: inline-block;
		width: 54px;
	}

	.button-icon:before
	{
		content: '';
		display: inline-block;
		width: 40px;
		height: 40px;
		background: url('images/icons-rebuild-new.png');
		position: absolute;
		right: 0.75em;
		top: 50%;
		margin-top: -20px;
		
	}
	
	.button-icon-rarrow:before
	{
		background-position: -80px 0px;
	}
	
	
	.button-icon-larrow:before
	{
		background-position: -40px 0px;
	}
	

	.button-icon-question:before
	{
		background-position: 0px 0px;
	}
	
	.button-icon-email:before
	{
		background-position: -160px 0px;
	}
	
	.button-icon-tix:before
	{
		background-position: -120px 0px;
	}
		
	.button-alt
	{
		background: #f1f1f1;
		color: #444;
	}

	.button-alt:hover
	{
		background: #e8e8e8;
	}

	.button-alt:active
	{
		background: #e4e4e4;
	}

	ul.style1
	{  list-style-type: disc;	}
	
	ul.style2
	{
	}
	
		ul.style2 li
		{
		}
			
	ol.style1
	{
	   list-style-type: decimal;
	}

	.byline
	{
		display: block;
		font-style: italic;
		
	}

	header
	{
		margin: 0 0 1.5em 0;
	}
	
		header h2, header h3
		{
			margin: 0 0 0.25em 0;
		}
		
		header .byline
		{
			margin: 0;
		}

	footer
	{
		margin: 2.5em 0 0 0;
	}
	
	.box
	{
		background: #fff;
		border-radius: 1px;
		/*box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.015);
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);*/
	}
	
	.whatsonbox
	{
		background: #fff;
		margin: 20px 0 50px 0;
	
	}

#embed_contact{background: #eaeaea; color: #696969; clear:left; font:14px Helvetica,Arial,sans-serif; -moz-border-radius: 1px; border-radius: 1px; padding: 15px; width: 60%;}

.whatson-icon:before
			{
				content: '';
				display: inline-block;
				width: 30px;
				height: 30px;
				background: url('images/whatson-icons.png');
				position: absolute;

				
			}

.whatson-icon-buy:before {background-position: 0px 0px;}
.whatson-icon-find:before {background-position: -30px 0px;}
.whatson-icon-play:before {background-position: -60px 0px;}
.whatson-icon-see:before {background-position: -90px 0px;}

.whatson-label1 {margin: 0 2px 0 32px;}
.whatson-label2 {margin: 0 0px 0 32px;}

.map {max-width: 600px;}
.smallmap {max-width: 300px;}

/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

	.widget-links
	{
	}

	.widget-thumbnails
	{
	}

		.widget-thumbnails .grid
		{
			margin-bottom: 2.5em;
		}

	.widget-contact
	{
	}
	
		.widget-contact ul
		{
			overflow: hidden;
			position: relative;
			left: -4px;
			top: 4px;
			margin-bottom: 1.5em;
		}
		
			.widget-contact ul li
			{
				display: block;
				float: left;
			}

				.widget-contact ul li a
				{
					display: block;
					width: 48px;
					height: 48px;
					background: url('images/icons.png');
					text-indent: -9999px;
					outline: 0;
					opacity: 0.75;
					-moz-transition: opacity .25s ease-in-out;
					-webkit-transition: opacity .25s ease-in-out;
					-o-transition: opacity .25s ease-in-out;
					-ms-transition: opacity .25s ease-in-out;
					transition: opacity .25s ease-in-out;
				}
				
					.widget-contact ul li a:hover
					{
						opacity: 1.0;
					}
				
					.widget-contact ul li a.twitter
					{
						background-position: -48px -48px;
					}
				
					.widget-contact ul li a.facebook
					{
						background-position: -96px -48px;
					}
				
					.widget-contact ul li a.dribbble
					{
						background-position: -144px -48px;
					}
				
					.widget-contact ul li a.googleplus
					{
						background-position: -192px -48px;
					}
	
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
	}
	
	#banner-wrapper
	{
	  	   /*margin-bottom: 10px;*/
	  	   /*background-color: #DBD7D7;*/
	  	   padding-top: 1px;
	  	   padding-bottom: 10px;
	}
	
	#main-wrapper
	{
		background: #fff;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}
	
	#footer-wrapper
	{
	}
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
	}
	
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		overflow: hidden;
		width: 65%;
		display: block;
		margin: auto;
		clear: both;
	}

		#logo a		{
			display: flex;
			justify-content: center;
			font-family: 'Montserrat Black', sans-serif;
			font-weight: 400;
			/*font-style: italic;*/
			/* text-align: right; */
		}
		
		#logo span
		{
			/* font-weight: 800; */
			font-size: 0.75em;

		}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
	}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{ font-size: 0.8em; line-height: 1.75em;}
	
		#footer a
		{
			color: #666;
		}
	
	#copyright
	{
		color: #aaa;
	}
	
		#copyright a
		{
			color: inherit;
		}