/* FONTS */
@font-face {
        font-family: 'Verlag-Bold';
        src: url('fonts/Verlag-Bold.eot');
}
@font-face {
        font-family: 'Verlag-Bold';
        src: url('fonts/Verlag-Bold.woff') format('woff'),
        url('fonts/Verlag-Bold.svg') format('svg');
}
@font-face {
        font-family: 'Verlag-Black';
        src: url('fonts/Verlag-Black.eot');
}

@font-face {
        font-family: 'Verlag-Black';
        src: url('fonts/Verlag-Black.woff') format('woff'),
        url('fonts/Verlag-Black.svg') format('svg');
}
@font-face {
        font-family: 'Verlag-Book';
        src: url('fonts/Verlag-Book.eot');
}

@font-face {
	    font-family: 'Verlag-Book';
	    src: url('fonts/Verlag-Book.woff') format('woff'),
	    url('fonts/Verlag-Book.svg') format('svg');
}
       
/* GLOBAL */

body {
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	font-family: 'Verlag-Bold';
}
section {
	width:100%;	
}
a {
	color:black;
	text-decoration: none;
}
a:hover {
	color:black;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	
}

h1 {
	font-family: 'Verlag-Black';
	font-size: 24px;
	line-height: 24px;
}
h2 {
	font-family: 'Verlag-Black';
	font-size: 14px;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}
h3 {
	font-family: 'Verlag-Bold';
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	/* text-transform: uppercase; */
}
p {
	
	font-family: "Georgia";
	
}
a:hover {
	text-decoration: none;
}
em {
	font-family: "Georgia";
}

.btn-click {
	font-family: 'Verlag-Black';
	color: black;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-top:solid black 1px;
	border-bottom:solid black 1px;
	display: block;
	letter-spacing: 0.1em;
	text-align: center;
}
.sharelink {
	display:inline;
	padding-right: 10px;
}



/* UNITS */
#topunit {
	
}
.panel h2, .panel h1 {
	padding-top: 10px;
}
.panel {
	visibility: hidden;
}
.blackbg {
	background-color: #1e1e1e;
	color:white;
}
.blackbg .btn-click {
	border-color: white;
	color:white;
}
.panel li {
	list-style: none;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	padding-top: 10px;
}
.panel li:first-child {
	border-top: 1px dotted #999;
}
.panel li:last-child {
	margin-bottom: 10px;
	/* border: none; */
}
.signup {
	position: absolute;
	top: 69px;
	right: -32px;
	z-index: 999;
}
.ticket-sticker {
	position: absolute;
	top: -20px;
	right: 45px;
	z-index: 999;

}
.exhibitors {
position: absolute;
top: 270px;
right: 50px;
z-index: 999;
}
.countdown {
	position: absolute;
	top:100px;
	right:64px;
	z-index: 999;
}

.overlayunit {
	overflow: hidden;
	position: relative;
}
.overlayinner {
	width:100000px;
	height:0px;
	position: absolute;
	top:0px;
	left:0px;
	
}
#map_canvas {
	width: 100%;
	height:600px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.reveal {
	height: 0px;
	overflow: hidden;
}
.reveal div {
	margin-top: 10px;
	padding-bottom: 20px;
}
#blackunderlay {
	display: none;
}
#navcontainer {
	background-color: white;
	padding-top: 10px;
	padding-bottom: 12px;	
}
#second-navcontainer {
	background-color: rgb(88, 88, 88);
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#navigation, #second-nav {
	
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
#navigation ul, #second-nav ul {
	margin-left: 0px;
	padding-left: 0px;
}
#navigation li a {
	color: black;
}
#mob-navigation {
	margin-left: 0px;
	padding-left: 0px;
}
#mob-navigation li {
	padding-top: 5px;
	display: inline;
	margin-right: 5px;
	font-size: 8px;
}
#mob-navigation {
	margin: 15px;
	list-style: none;
}
#navigation li:first-child , #second-nav li:first-child {
	margin-left: 0px;
}
#navigation li {
	list-style: none;
	display: inline;
	margin-left: 20px;
	color: black;
	font-family: 'Verlag-Black';
	text-transform: uppercase;
}
#second-nav li {
	list-style: none;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	/* border-right:1px solid white; */	
	font-family: 'Verlag-Bold';
	text-transform: uppercase;
}
#second-nav li:last-child {
	/* border-right:1px solid white; */	
	border:none;
}

#second-nav li a {
	color: white;
}
#second-nav li a:hover {
	color: white;
}
#sub-nav ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 50px;
}
#sub-nav li {
	list-style: none;
	border-bottom: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
	font-family: 'Verlag-Bold';
	float: none;
	
	
}
.navposition {
	position: absolute;
	left:0px;
	top:0px;
	display: none;
}
ul {
	margin-left: 0px;
}
#sub-nav ul {
	margin-left: 0px;
	
}
#sub-nav li a {
	color: black;
	text-transform: uppercase;
	
}
#sub-nav li a:hover {
	color: black;
	text-decoration: none;
	
}
.navoverlay {
	height: 0px !important;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
#maincontent {
	margin-top: 30px;
}
#slidecontent {
	
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.tweet-slideshow {
	
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
}
.tweet-slideshow div {
	margin-top: 10px !important;
	padding-top: 0px !important;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 16px;

}
.tweet a {
	color: red;
}

.table {
	text-align: center;
	/*
margin-left: 0px;
	padding-left: 0px;
*/
	margin-bottom: 0px;
}
#footer {
	/* background-color: #dcd9d9; */
	background-color: white;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 40px;
	
}
.footerunit {
	
	position: relative;
	text-align: right;

}
.footerunit p {
	float: right;
}

.logo {
	position: absolute;
	top:0px;
	left:33px;
	z-index: 999;
}
button {
	background: none;
	box-shadow: none;
	border: none;
}
.imgmask {
	overflow-y: hidden;
	height:220px;
}

.modal.fade.in {
	top:40%;

}
/* CONTENT */
.center {
	text-align: center;
}
.edittitle {
	font-size:20px;
	line-height: 22px;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 20px;
}
.editsubtitle {
	font-size:13px;
	line-height: 15px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 0px;
	font-family: 'Verlag-Book' !important;
	text-transform: uppercase;
}
.cols3 {
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
}

#section-animation {
	
}
.toppadding {
	padding: 5px 0px;
}
.innerpadding {
	padding: 5px 15px;
}
.imagepadding {
	padding: 15px 15px;
}
.readmore {

	font-family: 'Georgia';
	font-style: italic;
	display: block;
	color: black;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 5px 20px 0px 20px;
	letter-spacing: 0.1em;
	border-top: 1px solid #CCC;
	


	
}
.bigtitle {
	padding-bottom: 10px;
	border-bottom: 2px solid black;
	margin-bottom:20px;
}
.panel img {
	padding-top: 8px;
	padding-bottom: 8px;
}
.panel {
	margin-bottom: 20px;

}
.animation-panels {
	background-color: white;
	min-height:300px;
	margin-bottom: 0px;
	position: relative;

}
.ani-title {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ani-sub {
	padding-top: 0px;
	margin-top: 0px;
}
.outer {
	

}
.half {
	float: left;
	width:40%;
	
}
.quarter {
	float: left;
	width:25%;
}
.full {
	float: left;
	width:100%;
}
.container {
	background-color: white;
}
.panel tr {
	border-bottom: 1px solid black;
}
.panel td {
	padding: 5px 0px 5px 0px;
	font-family: "Georgia";
}
.topcol {
	font-family: 'Verlag-Bold' !important;
	font-size: 14px;
	line-height: 15px;
}
.headercol {
	font-family: 'Verlag-Bold' !important;
	font-size: 14px !important;
	padding-top: 20px !important;
}
.headerunit {

}
.headerpadding {
	padding-left:30%;
	padding-right:30%;
}

.headerunit h2 {
	font-size:20px; 
	line-height:24px;
	padding-top:39px;
}
.headerunit p:first-child {
	margin-top: 28px;
	
}
#next {
	position: absolute;
	right:10px;
	top:40%;
	z-index: 9999;
}
#prev {
	position: absolute;
	left:10px;
	top:40%;
	z-index: 9999;
}
.selected {
	border-bottom: 2px black solid;
	padding-bottom: 2px;
}
#second-nav .active a {
	border-bottom: 2px white solid;
	padding-bottom: 4px;
}
.shop-active {
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
/*
.details img {
	height:600px;

}
*/

/* EFFECTS */
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
text-decoration: none;
color: #ffffff;
background-color: black;
background-image: none;
}

.border {
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 1);
}
.shadow {
	-webkit-box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, .2);
	box-shadow:  0px 0px 10px 2px rgba(0, 0, 0, .2);
}
.shadow-tight {
	-webkit-box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, .2);
	box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, .2);
}
.slideimg {
	max-width: none !important;
	height:100%;
	margin-bottom: 50px;

}
.innsershadow {
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, .3);
        
        box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, .3);
}
.gradient {
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #eaeaea 0%, #dcd8d8 35%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#eaeaea), color-stop(35%,#f7f7f7), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #eaeaea 0%,#f7f7f7 35%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #eaeaea 0%,#f7f7f7 35%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #eaeaea 0%,#f7f7f7 35%,#ededed 100%); /* IE10+ */
	background: linear-gradient(135deg,  #eaeaea 0%,#f7f7f7 35%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.blackgradient {
	background: rgb(48,48,48); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(48,48,48,1) 0%, rgba(7,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,48,48,1)), color-stop(100%,rgba(7,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(7,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(7,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(48,48,48,1) 0%,rgba(7,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(48,48,48,1) 0%,rgba(7,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#070000',GradientType=0 ); /* IE6-9 */

}

/* Landscape phones and down */
@media (max-width: 480px) { 
	#navcontainer {
		padding-bottom: 0px;
	} 
	#navigation li {
		list-style: none;
		display: inline;
		margin-left: 0px;
		color: black;
		font-family: 'Verlag-Black';
		text-transform: uppercase;
	}
	#second-navcontainer {
		padding-top: 5px;
		padding-bottom: 10px;	
	}
	#second-nav li {
		list-style: none;
		display: inline;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		font-family: 'Verlag-Bold';
		text-transform: uppercase;
		font-size: 8px;
	}
	.table {
		text-align: center;
		margin-left: 0px;
		padding-left: 0px;
		margin-bottom: 0px;
	}
	.container {
		padding-left: 10px;
		padding-right:10px;
	}
	.footerunit {
		text-align: center;
	}
	.footerunit p {
		float:none;
	}
	.headerunit p:first-child {
		margin-top: 0px;
	}
	.headerunit h2 {
		padding-top: 0px;
	}
	#maincontent {
		margin-top: 0px;
	}

}