/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
/* Colors GW 5
---------------
 #283954 - dark blue/purple
 #828282 - grey
 #FFCC99 - beige
 #000000 - black          */
 

body {
    padding-top: 90px;
}

h1,h2,h3 { color:#283954; }
h4,h5,h6 { color:#633; }
h2 { font-size:3em; text-align:center; font-weight:bold; }
h4 { font-size:1.5em; }

h1.box,h2.box,h3.box,h4.box,h5.box {
	color: white;
	padding:10px;
    background-color: #283954;
    border-radius: 5px;	
}

a {
	color:#633;
	border-bottom: 1px #633 dotted;
}
a:focus, a:hover {
    color: #483f8c;
    text-decoration: none;
	border-bottom: 1px #283954 dotted;
}
.navbar-inverse, .navbar-collapse {
	background-color: #283954 !important;
}
.navbar a, .panel-heading a { border-bottom:0; }

.strike { text-decoration: line-through; }

.noborder, .noborder:focus, .noborder:hover { border:0 }

.todo {
	color:#e6e600;
	background:#FF8;
	padding:30px 10px;
	font-size:3em;
	text-align:center;
}

.navbar-inverse,
.navbar-collapse {
	background-color:#000;
}
.btn-primary {
	background-color:#FFF;
	border-color:#BBB;
	color:#283954;
}
.btn-primary:hover {
	background-color:#EEE;
	border-color:#BBB;
	color:#283954;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
	background-color:#DDD;
	border-color:#BBB;
	color:#283954;
}



.table-dates {
    margin-bottom:20px;
}
.table-dates th {
	text-align:right;
	background:#f5f5f5;
}
.table-dates tr.strike {
	text-decoration: line-through;
	color:#555;
}
.table-dates td {
	white-space: nowrap;
}
.navbar .container {
	position:relative;
	padding-left:15px;
}
.navbar-inverse{
	height:60px;
	border-bottom: 1px solid black;
}
.navbar-inverse>.container{
	height:55px;
}
.navbar-inverse>.collapse{
	height:55px;
}
.navbar-fixed-top .nav {
    padding:4px 0;
}
.navbar-inverse .navbar-nav>li>a{
	color:white;
}
.navbar-inverse .navbar-nav>li>a:hover{
	color:white;
	text-decoration:underline;
}

.language-select {
	display:block;
	float:right;
	margin:0 5px; 
	padding:0 10px;
	line-height:34px;
}
.language-select {
	color:#FFF !important;
}
.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}
footer {
    padding: 30px 0;
}

@media(min-width:768px) {
    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}
@media(max-width:768px) {
	.navbar .container {
		padding-left:25px;
	}
}
@media(max-width:1325px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav img { display:none; }
  .navbar-nav>li,
  .navbar-nav>li a {
      float: none !important;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-collapse {
      margin-top: 9px;
      margin-left: -25px !important;
  }
  .collapse.in{
      display:block !important;
  }
}

.page-header-title
{
	padding-top:40px;
	padding-left:30px;
	text-align:center;
	font-weight:600;
	text-decoration:underline;
}
.page-header-block
{
	    margin-bottom: 20px;
}

.box-style1 {    
	padding: 19px;
    margin: 0 20px 20px 0;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	float:left;
}

.gm-style-iw div {
	overflow:hidden !important;
}

/* RESTAURANT */
.restaurant {
	width:100%;
}
.restaurant .name {
	font-weight:bold;
	font-size:1.2em;
	color: rgb(102, 51, 51);
}
.restaurant .address {
	font-size:1.2em;
	color: rgb(192, 0, 0);
}
.restaurant .schedule {    
	padding: 8px;
    margin: 8px -9px -9px -9px;
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/* PARKING */
.parking {
	width:350px;
}
.parking .name {
	font-weight:bold;
	font-size:1.2em;
	color: rgb(102, 51, 51);
}
.parking .address {
	font-size:1.2em;
	color: rgb(192, 0, 0);
}
.parking .daily,
.parking .evening,
.parking .weekend {
	font-size:0.9em
}
	
/* HOTELS AND TRAVEL */
.hotel-listing {
	display:block;
	float:left;
	min-height:170px;
}
.hotel-listing.box-style1 { 
	width:350px;
}
@media(max-width:768px) {
	.hotel-listing {
		width:100%;
	}
}
.hotel-listing h5 {
	font-size:1.2em;
	font-weight:bold;
}
.hotel-listing p {
	margin:0;
}

/* VENUE */
.city-info-block>p{
	font-size:16px;
}
.city-info-block>figure{ 
	margin:20px;
}
.city-info-block>figure>figcaption>p{
	margin:0px;
	color: gray;
    font-style: italic;
}
figure>img{
    border: 1px solid black;
    width: 100%;
}
.embed-responsive {
	border: 1px solid black;
}

canvas{ display: block; vertical-align: bottom; } 
#particles-js{ 
	position:absolute; 
width: 100%; height: 98%; 
background-color: transparent; 
background-image: url(""); 
background-repeat: no-repeat; 
background-size: cover; 
background-position: 50% 50%; } 

@media print {
	.collapse {
	    display: block !important;
	    height: auto !important;
	}
}

#sponsorship-page img.sponsor {
	margin-bottom:10px;	
}
.sponsor-title {
	font-size: 1.5em;
	margin-top: 15px;
	text-align:center;
    padding: 5px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;	
}

.sponsor-title-lead {
	font-size:2.5em !important;
}
.sponsor-title-lead,
.sponsor-title-gold {
    background-color: rgb(247, 243, 217);
    color: rgb(140, 101, 43) !important;
    border-color: rgb(255, 213, 120);
}
.sponsor-title-silver {
    background-color: #EEE;
    color: #555;
    border-color: #999;
}
.sponsor-title-bronze {
    background-color: rgb(224, 218, 197);
    color: rgb(107, 78, 35);
    border-color: rgb(181, 148, 124);
}

.lead-sponsor {
	margin: 0 auto;
}

.index-sponsors img {
	margin-bottom:20px;
}

div.agenda h4 {
	padding-top:20px;
}
div.agenda h4, div.agenda div {
	clear:both;
}
div.agenda span {
	display:inline-block;
	float:left;
}
div.agenda span.time {
	width:175px;
	font-family: monospace, "Courier New", Courier
}
div.agenda span.desc {
}
@media(max-width:767px) {
    img.lead-sponsor { max-height: 80px; }
    img.gold-sponsor { max-height: 55px; }
    img.silver-sponsor { max-height: 45px; }
    img.bronze-sponsor { max-height: 35px; }
    img.other-thanks { max-height:22px; }
}
@media(min-width:768px) and (max-width:991px) {
    img.lead-sponsor { width: 220px; }
    img.gold-sponsor { max-height: 55px; }
    img.silver-sponsor { max-height: 50px; }
    img.bronze-sponsor { max-height: 40px; }
    img.other-thanks { max-height:30px; }
}
@media(min-width:992px) and (max-width:1199px) {
    img.lead-sponsor { width: 300px; }
    img.gold-sponsor { max-height: 70px; }
    img.silver-sponsor { max-height: 50px; }
    img.bronze-sponsor { max-height: 40px; }
    img.other-thanks { max-height:30px; }
}
@media(min-width:1200px) {
    img.lead-sponsor { width: 400px; }
    img.gold-sponsor { max-height:70px; }
    img.silver-sponsor { max-height:50px; }
    img.bronze-sponsor { max-height:40px; }
    img.other-thanks { max-height:30px; }
}