body {
    overflow-x:hidden;
	background: url('../gfx/TNC17_background_white.jpg') center top no-repeat;
}



/* For Mobile */
	@media screen and (max-width: 500px) {
		.jumbotron {
	
			background: #fff url("../gfx/TNC17_banner_small.jpg") no-repeat;
			background-position: right top;
			background-size: 658px 150px;
			height: 150px;
		}
	}

	
	/* For Mobile */
	@media screen and (min-width: 500px) and (max-width: 900px) {
		.jumbotron {
	
			background: #fff url("../gfx/TNC17_banner_small.jpg") no-repeat;
			background-position: right top;
			/*background-size: 100% 100% ;*/
			height: 205px;
	
		}
	}

	/* For Tablets */
	@media screen and (min-width: 900px) and (max-width: 1280px) {
		.jumbotron {
	
			background: #fff url("../gfx/TNC17_banner.jpg") no-repeat;
			/*background-size: 100% 100% ;*/
			height: 205px;
	
		}
	}
	
	@media screen and (min-width: 1280px) {
		.jumbotron {
	
			background: #fff url("../gfx/TNC17_banner.jpg") no-repeat ; 
			/*background-size: 100% 100% ;*/
			height: 205px;
	
		}
	}

	
	


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}


a.inactive {
	color:#b7b7b7 !important;
	/*background: grey !important; */
}


 


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 1000px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

@media (max-width: 1000px) {
  #registration {
	/*left: 0px !important; */
  }
}

/*************************************************************************************
 **										   											 **
 **				ROUNDED CORNER BOXES												 **
 **																					 **
 **		- 3 box varianten met witte achtergrond en grijze randen					 **
 **		- media section rounded corner box											 **
 **		- hotels section in venue													 **
 **		- 																			 **
 **																					 **
 *************************************************************************************/
div.box{
	max-width:288px;
	margin-bottom:18px;
	border: 1px black;
	    border-radius: 3px;
}
.box .body{
	padding:18px;
	
}
.box .closer{
	max-width:288px;
	height:8px;
}

div.bigbox{
	max-width:900px;
	margin-bottom:18px;
	border-color: #e7e7e7;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #e3e3e3;
	padding:18px;
}

#sidebar .box{
	max-width:900px;
	margin-bottom:18px;
	border-radius: 3px;
	border: 1px solid #d7d7d7;
	padding: 15px;
}

#sidebar .box h1, h2{
	margin-top: 0px;
}


.sgallery div {
	
	float:left;
	margin: 10px;
}



.bigbox .body{
	max-width: 555px;
	padding:18px;
	
}


div.widebox{
	max-width:900px;
	margin-bottom:18px;
	padding: 9px;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
	overflow:hidden;
}
.widebox .body{
	max-width: 864px;
		padding:18px;
		
}



abbr{
	border:none;
}




/**
  *
  * Custom Style Hotel boxes
  * -----------------------------
  */
  
  div.hotelinfo{
	padding: 9px;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
	min-width: 270px;
	margin-bottom: 10px;
}
 
  
  
div.hotelintro{
	border: 1px black;
	border-radius: 5px;
	width:100%;
	height:113px;
	margin-bottom:1em;
	background-color: #505050;
	min-width: 250px;
}
.hotelintro img{
	margin:6px 10px;
	float: left;
}

.hotelinfo h2{
	font-size: 1.16em !important;
	font-weight: bold;
	
}



div.hotelmeta{
	float:left;
	width:115px;
	height:80px;
	padding:5px 5px;
	
}
div.hotelmeta h1{
	font-size:1.20em;
	color:#fff;
	margin-top: 5px !important;
}
.stars1{
	width:18px;
	height:12px;
	margin-top:10px;
	background:url(../gfx/icons/hotelstar.gif) top left repeat-x;
}
.stars2{
	width:36px;
	height:12px;
	margin-top:10px;
	background:url(../gfx/icons/hotelstar.gif) top left repeat-x;
}
.stars3{
	width:54px;
	height:12px;
	margin-top:10px;
	background:url(../gfx/icons/hotelstar.gif) top left repeat-x;
}
.stars4{
	width:72px;
	height:12px;
	margin-top:10px;
	background:url(../gfx/icons/hotelstar.gif) top left repeat-x;
}
.stars5{
	width:90px;
	height:12px;
	margin-top:10px;
	background:url(../gfx/icons/hotelstar.gif) top left repeat-x;
}
/**
  *
  * Custom list for Google Map
  * -----------------------------
  */
ul.legend{
	margin-bottom:1em;
	padding:0;
	list-style:none;
	border-top:1px solid #e6e6e7;
}
ul.legend li{
	padding: 12px 24px;
	border-bottom:1px solid #e6e6e7;
}

ol.legend {
	counter-reset: item;
	list-style-type: none;
	margin-left: -35px;
  
}
ol.legend li:before {
	content: 'H' counter(item, decimal) ". " ;
	counter-increment: item;
	}

#gm_venue{
	background:url(https://chart.googleapis.com/chart?chst=d_map_pin_letter&amp;chld=V|00cd00) center left no-repeat;
}
#gm_train{
	background:url(https://chart.googleapis.com/chart?chst=d_map_pin_letter&amp;chld=T|ff3e96) center left no-repeat;
}
#gm_airplane{
	background:url(https://chart.googleapis.com/chart?chst=d_map_pin_letter&amp;chld=A|963eff) center left no-repeat;
}
#gm_hotel{
	background:url(https://chart.googleapis.com/chart?chst=d_map_pin_letter&amp;chld=H|fe7569) center left no-repeat;
}

div.legend{
	/*
	float:left;
	width:25%;
	*/
}
div#map{
	height:500px;
	/*
	float:right;
	
	width:70%;
	*/
}



ul.navbar-nav > li > ul > li > a {
    color: #cdcdcd;
}

#header-title {
   max-width:900px;
   margin: 0px auto;
   
}

#header-menu {
   /*position: absolute;*/
   top: 10px;
   right: 0px;
   max-width:470px;
   float: right;
}

#header-menu ul li {
	text-decoration:none;
	color:#005da4;
	text-align:center;
	margin:none;
	width:auto;
	float:left;
	display:block;
	
}

#header-menu li a {
    display:inline-block;
	
	white-space: nowrap;
	
	text-decoration:none;
	color:#005da4;
	display:inline-block;
	width:100%;
	text-align:center;
	margin-left:0;
	margin-right:0;
		padding:10px 20px;
}

#header-menu-left {
   /*position: absolute;*/
   top: 10px;
   left: 0px;
   max-width:470px;
   float: left;
}

#header-menu-left ul li {
	text-decoration:none;
	color:#005da4;
	text-align:center;
	margin:none;
	width:auto;
	float:left;
	display:block;
	
}

#header-menu-left li a {
    display:inline-block;
	
	white-space: nowrap;
	
	text-decoration:none;
	color:#005da4;
	display:inline-block;
	width:100%;
	text-align:center;
	margin-left:0;
	
		padding:10px 20px;
}

.socialicons img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%); 
	
}

.socialicons a:hover img {
	filter: none;
	transition: all 0.2s ease;
	
	/*-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;*/
}







.scaleimg {
	width:auto;
	max-width: 100%;

}



.teambanner
{
	display: block;
	width:100%; height: 80px; 
	background:#d6007f; 
	color:#FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	text-shadow:3px 2px 10px rgba(43,43,43,0.8);
	font-weight:bold;
	letter-spacing:0pt;
	word-spacing:0pt;
	font-size:25px;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
}

.teambanner:hover {
	color:#FFFFFF;
	text-decoration: none;
	background:#e6209f; 
}

.teambanner:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.teambanner:active {
	color:#FFFFFF;
	text-decoration: none;
}





.boothbanner
{
	display: block;
	width:100%; height: 80px; 
	background:#78448c; 
	color:#FFFFFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;
	text-shadow:3px 2px 10px rgba(43,43,43,0.8);
	font-weight:bold;
	letter-spacing:0pt;
	word-spacing:0pt;
	font-size:25px;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
}

.boothbanner:hover {
	background:#9864ac; 
	color:#FFFFFF;
	text-decoration: none;
}

.boothbanner:visited {
	color:#FFFFFF;
	text-decoration: none;
}

.boothbanner:active {
	color:#FFFFFF;
	text-decoration: none;
}


.boothbanner-yellow:hover {
	background: #FBD35B;
	text-decoration: none;
}

.boothbanner-yellow {
	background: #D8A81E;
}



.supportcontainer {
	width:100%;
}

.supportbox {
	float:left;
	width:180px;
	height: 260px;
	padding: 10px;
	
}

h1 {
    margin-top: 0;
    color: #000;
    font-size: 1.33em;
}

h2 {
    color: #000;
    font-size: 1.16em;
	font-weight: bold;
}


table{
	width:100%;
	margin-bottom:0.5em;
}
th{
	text-align:left;
	text-transform:uppercase;
	color:#000;
	border-bottom:1px solid #d5d6d5;
	padding-top: 20px;
}
td{
	padding:0.2em;
	border-bottom:1px solid #d5d6d5;
}



.kspeaker {
    text-decoration: none;
    font-weight: bold;
	
}

.keynotepres {
    /*text-decoration: none;*/
	
}

table.keynotes td{
	padding: 10px;
	text-decoration: underline;
	color: #000000 !important;
}
table.keynotes td:first-child{
	    width: 120px;
		text-decoration: none;
}


h3 {
	font-size: 1.1em;
	color: #818285;
	margin-top:0px;
}

.sponsorsbox {
 background: #ffffff !important;	
}



div.country-name{margin-bottom:1em;}
div.em{margin-top:1em;}



.tnc {
	
}

.sponsordiv{
	border-top: 1px solid #ddd;
	padding:10px;
}

.sponsorcat{
	float:left;
	width:140px;
	height:40px;
}

.sponsorlogos{
	overflow: hidden;
	
	min-width:150px;
}

.sponsorlogos a{
	display: inline-block;
	margin-right:20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.wslist {
	padding-top: 10px;
}


.userpic {
	display:none;
	-webkit-print-color-adjust: exact !important;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

ul.more-padding li {
	padding-bottom: 15px;
}

.sponsorbody-more-padding {
	padding-bottom: 30px;
}




/*******SPONSORSHIP**************/


ul.blockmenu{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #cacbcd;
	width:100%;
	
}
ul.blockmenu li{
	border-top:1px solid #cacbcd;
	background:none;
	padding:0;
}
ul.blockmenu li a{
	display:block;
	height:100%;
	margin:0;
	padding:12px 12px;

}
ul.blockmenu li a:hover{
	color:#000;
	background-color:#f3f3f4;
}



.sponsor_img {
	float:left;
	width: 270px;
}

.sponsor_description {
	float:left;
	width: 270px;
}


/*******SPONSORSHIP**************/