@font-face {
	font-family: ff-din-web-pro-1;
	src: url("css/DINWebPro-Black.eot"); /*/live*/
}
/* For the rest */
@font-face {
    font-family: ff-din-web-pro-1;
    src: url("css/DINWebPro-Black.woff") format("woff");
}

/* For IE < 9 */
@font-face {
	font-family: ff-din-web-regular;
	src: url("css/DINWeb.eot");
}

/* then for WOFF-capable browsers */
@font-face {
	font-family: ff-din-web-regular;
	src: url("css/DINWeb.woff") format("woff");
}

/* For IE < 9 */
@font-face {
	font-family: ff-din-web-bold;
	src: url("css/DINWeb-Bold.eot");
}

/* then for WOFF-capable browsers */
@font-face {
	font-family: ff-din-web-bold;
	src: url("css/DINWeb-Bold.woff") format("woff");
}

/*
Theme Name: BBA2016-nieuw
Theme URI: http://bigbrotherawards.nl/

BBAX is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	position: relative;
	min-height: 100%;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #028c9b;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-family: ff-din-web-pro-1, sans-serif;
/*
	font-size: 12px;
	font-size: 1.2rem;
*/
	font-weight: normal;
	line-height: 1;
	padding: 16px;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #fff;
	color: #028c9b;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #034249;
	text-decoration: underline;
}

a:visited {
	color: #034249;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #034249;
	text-decoration: underline;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {

}

.main-navigation ul {

	list-style: none;
	margin: 0;
	padding-left: 0;
	
	position: absolute;
	background: black;
	background: rgba(0,0,0,0.85);
	width: 100%;
	left: 0;
	text-align: right;
	padding: 16px 16px;
	line-height: 32px;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-links {
	background: #028c9b;
	padding: 16px 0;
	border-bottom: 2px dashed #028c9b;
}

.nav-links a {
	color: #fff;
	font-family: ff-din-web-pro-1, sans-serif;
	text-transform: uppercase;
}

.nav-links a:hover {
	color: #028c9b;
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.home .speakers:after,
.home .speakers:before {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.home .speakers:after {
	clear: both;
}
/*--------------------------------------------------------------
8.1 Image Replacement
--------------------------------------------------------------*/

.ir,
#page > header h1 a,
#page > header .menu-toggle,
#page > header .site-description,
.social li a,
body > footer > a,
body > footer .sponsors a,
body > footer a.bof {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
	text-decoration: none;
}

.ir:before,
#page > header h1 a:before,
#page > header .menu-toggle:before,
#page > header .site-description:before,
.social li a:before,
body > footer > a:before,
body > footer .sponsors a:before,
body > footer a.bof:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden,
#page > header h2 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}



/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*
body {
	background: #000;
	color: #fff;
}
*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}
.hentry {
	border-bottom: 2px dashed #028c9b;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	font-family: ff-din-web-regular, sans-serif;
	font-size: 14px;
	display: block;
	position: relative;
	margin-top: -44px;
	background: black;
	background: rgba(0,0,0,0.5);
	text-shadow: 0px 0px 3px black;
}

.wp-caption .wp-caption-text {
	margin: 0.5em 0;
}

.featured img + .wp-caption-text {
	padding: 8px 16px;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
BBAX
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: ff-din-web-pro-1, sans-serif;
}

h1,
h2,
h3,
h6 {
	text-transform: uppercase;
}

h6 {
	font-size: 12px;
}

#page > header,
body > footer {
	background: #fff;
	color: #fff;
	font-family: ff-din-web-pro-1, sans-serif;
}

	#page > header > div {
		margin: 0 auto;
	}
	
	#page > header a,
	body > footer a,
	#page > header a:visited,
	body > footer a:visited {
		color: #028c9b;
		text-decoration: none;
	}
	
	#page > header a:hover,
	#page > header a:focus,
	#page > header a:active,
	body > footer a:hover,
	body > footer a:focus,
	body > footer a:active {
		color: #f1668d;
		outline: none;
		text-decoration: none;
	}
	
	
	
	#page > header h1 {
		float: left;
		width: 144px;
		margin: 16px;
	}

  @media only screen and (min-width : 390px) {	
		#page > header h1 a {
			background-image: url(img/bba2016-logos.png);
			background-repeat: no-repeat;
			
			display: block;
			height: 56px;
			position: relative;
			width: 190px;
		}
  }
		
	#page > header .site-description {
		display: none;
	}
	
	
	#page > header .menu-toggle {
		background-image: url(img/bba2016-logos.png);
		background-position: -275px -15px;
		border: none;
		border-radius: 0;
		box-shadow: none;
		display: block;
		height: 72px;
		text-shadow: none;
		width: 72px;
		color: transparent; /* fixes FF bug, .ir not working for button elements */
	}
		#page > header .menu-toggle:hover,
		#page > header .menu-toggle:active,
		#page > header .menu-toggle:focus {
			border: none;
			box-shadow: none;
			outline: none;
		}
		
		#page > header nav {
			float: right;
			text-transform: uppercase;
		}
		
			#page > header nav ul li {
				display: block;
				float: none;
			}
			
				.menu-toggle,
				.main-navigation.toggled .nav-menu {
					display: block;
				}
				
				.main-navigation ul {
					display: none;
				}
			
			a#tickets {
				background: #028c9b;
				display: block;
				float: right;
				font-size: 17px;
				line-height: 72px;
				text-align: center;
				text-transform: uppercase;
				width: 88px;
				color: #fff;
				text-decoration: none;
			}
			
				#page > header a#tickets:hover {
					background: white;
					color: #f1668d;
				}

				#page > header a#tickets {
					background: #028c9b;
					color: #fff;
				}
			
	
	.home .speakers {
		background: #000;
		margin: 0 0 16px 0;
		padding: 16px 0 0 0;
	}
	
	
	.home .speakers ul,
	.nominees ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.home .speakers ul li {
		float: left;
		margin: 0px 0 16px 0;
		width: 100%;
	}
	.home .speakers .thumb {
		display: block;
		max-height: 396px;
		overflow: hidden;
		text-align: center;
		width: 100%;
	}
		.home .speakers .thumb img {
			display: inline-block;
			width: 100%;
		}
		
		.home .speakers ul li h2 {
			font-size: 24px;
			line-height: 32px;
			margin: 8px 0 0 0;
		}
		.home .speakers ul li h3 {
			font-size: 14px;
			line-height: 16px;
			margin: 0 0 8px 0;
		}
		
	.nominees .entry-title {
		background: #000;
		padding: 16px 0;
		margin: 0;
	}
		
	.nominees li {
		background: #fff;
		border-bottom: dashed 2px #028c9b;
		margin-bottom: 16px;
	}
		
	
	
.intro {
	font-family: ff-din-web-bold, sans-serif;
	font-size: 16px;
	line-height: 24px;	
}	
	.intro h2,
	.speakers > h2 {
		font-size: 27px;
		line-height: 32px;
		margin-bottom: 8px;
	}
	.intro h2 span {
		display: block;
	}
	
#page #content {
	background: #fff;
	color: #000;
	max-width: 800px;/*768px+32*/
	padding: 24px 16px 0;
	/*margin: 40px auto;*/
	margin: 0 auto;
}

.entry-title,
.page-title {
	font-size: 27px;
	line-height: 32px;
	/*max-width: 720px;*/
	margin: 0 auto;
	color: #028c9b;
}

.entry-meta {
	font-family: ff-din-web-bold, sans-serif;
	margin: 0 auto 8px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color: #028c9b;
}
	.featured {
		margin: auto;
		color: #034249;
	}
	
	.featured img {
		width: 100%;
	}

.entry-title a {
	color: #028c9b;
	text-decoration: none;
}
	.entry-title a:hover {
		/*color: #028c9b;*/
    color: #f1668d;
	}
		
		
.entry-content {
	font-size: 14px;
	line-height: 24px;
	/*max-width: 642px;*/
	margin: 16px auto;
	margin-top: 25px;
	color: #034249;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	background: #028c9b;
	color: #fff;
	font-family: ff-din-web-bold, sans-serif;
	font-weight: normal;
	
}

.entry-content h1 { 
	font-size: 27px;
	margin-bottom: 16px;
}
.entry-content h2 { 
	font-size: 24px; 
	margin-bottom: 8px;
}
.entry-content h3 { 
	font-size: 20px; 
	margin-bottom: 8px;
	
}

.alignleft,
.alignright {
	width: 100%;
}

.entry-content img {
	margin-bottom: 12px;
}
		
body > footer {
 	text-align: center;
	text-decoration: none;
}

body > footer > div {
	margin: 0 auto;
}

body > footer a.home {
	background-image: url(img/bbax-sprites.png);
	background-image: none, url(img/bbax-sprites.svg);
	background-position: -676px 0px;
	display: inline-block;
	float: left;
	height: 80px;
	margin: 16px 0px 16px 16px;
	width: 80px;
	text-decoration: none;
}

body > footer a.bof {
	background-image: url(img/bba2016-logos.png);
	background-position: -460px -230px;
	display: block;
	width: 260px;
	height: 73px;
	margin: 8px auto;
}

body > footer ul {
	list-style: none;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
	body > footer ul li {
		display: inline-block;
		margin: 8px 12px;
	}
	
	body > footer .social a {
    background-image: url(img/bba2016-social-buttons.png);
		background-repeat: no-repeat;
		display: inline-block;
		margin: 0;
		width: 24px;
		height: 24px;
	}
		#s_twitter { background-position: -100px -0px; }
		#s_linkedin { background-position: -21px -0px; }
		#s_facebook { background-position: -0px -0px; width: 12px; }
		#s_rss { background-position: -68px -0px; }

    /*		
		#s_twitter:hover { background-position: -24px -242px; }
		#s_linkedin:hover { background-position: -25px -317px; }
		#s_facebook:hover { background-position: -78px -242px; }
		#s_rss:hover { background-position: -76px -317px; }
    */

	body > footer .site-info {
		margin: 8px auto 16px;;
	}
		
 	body > footer .sponsors {
 		border-top: 2px dashed #028c9b;
 		clear: both;
 		padding-top: 24px;
		margin: 8px auto;
 	}
		
body > footer .sponsors #sci {
			background-image: url(img/bba2016-logos.png);
			background-position: -621px -411px; 
			image-rendering: -webkit-optimize-contrast;
			background-repeat: no-repeat;
			display: inline-block;
			height: 70px;
			width: 270px;
		}

body > footer .sponsors #xs4all {
			background-image: url(img/bba2016-logos.png);
			background-position: -345px -411px; 
			image-rendering: -webkit-optimize-contrast;
			background-repeat: no-repeat;
			display: inline-block;
			height: 70px;
			width: 250px;
		}

body > footer .sponsors #engage {
			background-image: url(img/bba2016-logos.png);
			background-position: -930px -411px; 
			image-rendering: -webkit-optimize-contrast;
			background-repeat: no-repeat;
			display: inline-block;
			height: 70px;
			width: 260px;
		}


	body > footer .btt {
		background: #028c9b;
		display: block;
		font-size: 14px;
		line-height: 48px;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
	}


/*****
**		Gravity forms CSS overrides
*****/
.gform_wrapper {
	overflow: inherit;
	margin: 0 !important;
	max-width: 100% !important;
	border-top: dashed 2px #028c9b;
	padding: 16px 0 0 0;
}

.gform_wrapper .gform_heading {
	margin-bottom: 16px !important;
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
	background: #000 !important;
	color: #fff;
	display: inline;
}

.gform_wrapper h3.gform_title {
	display: block !important;
	margin: 8px 0 16px 0 !important;
}

.gform_wrapper span.gform_description {
	display: block;
}

.gform_wrapper .top_label .gfield_label {
	font-family: ff-din-web-pro-1, sans-serif !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
}

.gform_wrapper .gfield_required {
	color: #db1940 !important;
}

/*.gform_wrapper h2.gsection_title, 
.gform_wrapper .gsection_description, */
.gform_wrapper h3.gform_title {
	font-size: 27px !important;
	font-weight: normal !important;
	line-height: 32px !important;
}

.gform_wrapper input[type=text], 
.gform_wrapper input[type=url], 
.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=number], 
.gform_wrapper input[type=password] {
	font-size: 14px !important;
	padding: 5px 7px !important;
}

.gform_wrapper textarea {
	font-size: 14px !important;
	padding: 4px 7px 4px 7px !important;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 24px;
}

.gform_wrapper div.validation_error {
	color: #db1940 !important;
}

.gform_wrapper .gform_footer {
	text-align: center;
}

/** WP-Polls style overrides **/
.wp-polls-ul {
	margin: 0 0 16px 0;
}
	
.wp-polls .Buttons {
	border:none;
	background-color: #028c9b;
}

.wp-polls LABEL {
	font-family: ff-din-web-regular, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}


@media screen and (min-width : 480px) {

	#page > header h1 {
		margin: 16px 24px;
	}
	
	#page > header .menu-toggle {
		background-position: -784px -50px;
		width: 72px;
	}
	
	a#tickets {
		width: 120px;
	}
	
.intro {
	font-size: 18px;
}
	
#page #content {
	padding: 24px 24px 0;
}

	.featured {
		margin: auto;
	}

	
.entry-content {
	font-size: 15px;
	color: #034249;
	line-height: 1.5;
}
	
	body > footer a.home {
		margin: 16px 8px 16px 24px;
	}
	
	body > footer .site-info {
		width: 100%;
	}
	
	body > footer .btt {
		width: 216px;
		margin: 0 auto;
	}
	
.gform_wrapper input[type=text], 
.gform_wrapper input[type=url], 
.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=number], 
.gform_wrapper input[type=password] {
	font-size: 15px !important;
}

.gform_wrapper textarea {
	font-size: 15px !important;
}

}/*/mediaquery*/
/* eo >=480px */

@media screen and (min-width : 768px) {

	body {
		background: url(img/bg-temp-01.png) top center repeat-x #fff;
		margin-bottom: 258px;
	}

body > footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
	
	#page > header h1 {
		margin: 24px 24px 24px 40px;
		width: 274px;
	}
	
	#page > header h1 a {
		background-position: -3px -231px;
		height: 54px;
		width: 400px;
	}
	
	#page > header .site-description {
		background-image: url(img/bba2016-logos.png);
		background-image: none, url(img/bba2016-logos.png);
		background-position: -222px -79px;
		display: block;
		float: left;
		height: 60px;
		margin: 34px 0 24px;
		width: 134px;
		position: relative;
		clear: none;
	}
	
	#page > header .menu-toggle {
		background-position: -760px -27px;
		margin-left: 0px;
		width: 120px;
		height: 120px;
	}
	
	#page > header nav {
		position: relative;
	}
	
		#menu-top-menu {
			width: 248px;
			left: inherit;
			right: 0;
			position: absolute;
			line-height: 40px;
			font-size: 24px;
			margin-right: 188px;
		}
	
	a#tickets {
		font-size: 20px;
		line-height: 120px;
		width: 128px;
	}
		
#page #content {
	padding: 0;
	background: transparent;
}

.intro {
	font-size: 24px;
	line-height: 32px;
	background: #000;
	margin: 16px 0 0;
	padding: 24px 40px;	
}
	.intro h2 {
		display: none;
	}
	.intro p {
		margin: 0 auto;
	}
	
#main {
	margin: 16px auto;
	max-width: 768px;
}
	.home #main {
		margin: 0 auto;
		padding: 0;
	}

.home .hentry,
.page .hentry {
	background: #000;
	border-bottom: none;
}

.entry-title {
	font-size: 40px;
	line-height: 40px;
	margin: 24px 0 0;
	color: #028c9b;
}

.featured img + .wp-caption-text {
	padding: 8px 40px;
	margin: auto;
}

.entry-meta {
	font-size: 19px;
	line-height: 24px;
}

#main > article {
	background: #fff;
	padding: 8px 40px 16px;
}
	.home #main > article {
		padding: 0;
	}
	
.entry-content {
	font-size: 16px;
}
.home .entry-content {
	padding: 32px 40px 16px;
}
	
	.home .speakers > h2 {
		margin-bottom: 16px;
	}
	
	.home .speakers .thumb {
		float: left;
		width: 268px;		
	}
	.home .speakers .info {
		float: left;
		margin: 0 0 0 16px;
		width: 404px;
	}
	.home .speakers ul li h2 {
		font-size: 30px;
		margin: 8px 0 0 0;
	}
	.home .speakers ul li h3 {
		font-size: 19px;
		line-height: 24px;
	}
	
	.nominees {
		margin: 0 auto 16px;
		max-width: 768px;
	}
	
	.nominees .entry-title {
		padding: 32px 40px 24px;
		margin-bottom: 16px;
	}
	
	.nominees li {
		border-bottom: none;
		padding: 32px 40px 16px;
	}

.entry-content h1 { 
	font-size: 37px; 
}
.entry-content h2 { 
	font-size: 34px; 
	margin-bottom: 8px;
	line-height: 36px;
}
.entry-content h3 { 
	font-size: 30px; 
	margin-bottom: 8px;
	line-height: 32px;
}

.nav-links {
	border-bottom: none;
	padding: 16px 40px;
}

.nominees .alignleft,
.nominees .alignright {
	width: 44%;
}
	
	
	body > footer .presented {
		border-right: dashed 2px #028c9b;
		float: left;
		margin-right: -336px;
		margin-bottom: 16px;
		position: relative;
		width: 336px;
	}
	
	body > footer .sponsors {
		border-top: none;
		clear: none;
		float: right;
		padding-top: 0px;
		padding-left: 336px;
		width: 100%;
	}
	
	body > footer .btt {
		clear: both;
		line-height: 64px;
		margin: 24px auto 0;
		width: 280px;
	}
	
.home .gform_wrapper {
	border-top: none;
}
	
.gform_wrapper input[type=text], 
.gform_wrapper input[type=url], 
.gform_wrapper input[type=email], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=number], 
.gform_wrapper input[type=password] {
	font-size: 16px !important;
}

.gform_wrapper textarea {
	font-size: 16px !important;
}

.gform_wrapper h3.gform_title {
	font-size: 35px !important;
	font-weight: normal !important;
	line-height: 40px !important;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 34px;
}

.wp-polls LABEL {
	font-family: ff-din-web-regular, sans-serif;
	font-size: 19px;
	line-height: 32px;
	text-transform: uppercase;
}
	
}/*/mediaquery*/
/* eo >=768px */

@media screen and (min-width : 1024px) {

		

/*
	#page > header h1 {
		margin: 24px 56px;
	}
	
	#page > header .menu-toggle {
		background-position: -516px 0px;
		width: 154px;
	}
	
	.entry-title,
	.page-title {
		font-size: 48px;
		line-height: 48px;
	}
	
	
	
	#menu-top-menu {
		width: 314px;
	}
*/	
	
	

}/*/mediaquery*/
/* eo >=1024px */

@media only screen and (min-width : 1200px) {

	#page > header .menu-toggle {
		display: none;
	}
	
	a#tickets {
		font-size: 24px;
		line-height: 120px;
		width: 160px;
	}
	
	#menu-top-menu {
		width: 1000px; /* width: 418px; */
		line-height: 88px;
	}
	
	.main-navigation ul {
		background: transparent;
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 188px;
		text-align: right;
	}
	
	#page > header nav ul li {
		display: inline-block;
		margin: 0 0 0 20px;
	}
		#page > header nav ul li:first-child {
			margin: 0;
		}

}/*/mediaquery*/


/** background experiments **/
body  {
	background-color: #fff;

background-image:  url(img/bba2016-background.png);



background-repeat: repeat;
background-position: top left, bottom right, center center;

}

/*
@media only screen and (max-width : 340px) {
    .site-title a {
        background: url(img/bba2016-logo-mobile.png) !important;
    }
}
*/
