/* CSS Document */

body {
	background-color: #f0f0f0;
	/*background-color: #ffffff;*/
	/*font: normal normal normal 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font: normal normal normal 18px/165% "Crimson Text", "Times New Roman", Times, serif;
	position: relative;
}

hr {
	border-color: #ddd;
}

h1, h2, h3, h4, h5, h6 {
	font: normal normal normal 1em/140% "Refrigerator", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1 {
	color: #333;
	font-size: 2.1em;
	font-weight: 500;
	line-height: .75em;
	margin: .75em 0 .2em 0;
	padding: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 1.8em;
	font-weight: 300;
	margin: .75em 0 0;
}

h3 {
	font-size: 1.4em;
	font-weight: 400;
	margin: 1em 0 0;
}

h4 {
	font-size: 1.4em;
	font-weight: 300;
	margin: .3em 0 0;
}

h5 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 1.4em 0 .4em;
	text-transform: uppercase;
}

h1 > small {
	font-weight: 300;
}

/*h2, h3, h4, h5, h6 {
	font-family: "Crimson Text", "Times New Roman", Times, serif;
}*/

p {
	margin: .35em 0 0;
	padding: 0;
}

a {
	color: #ee4036;
}

a:hover {
	color: #4875b9;
}

#sunday  a, #thursday  a {
	color: #728EC8;
}

#monday  a {
	color: #F08589;
}

#tuesday a {
	color: #F9BC26;
}

ul {
	list-style: none url("../img/style/ul.png") outside;
	margin-left: 0;
	padding-left: 1.5em;
}

hr {
	margin-bottom: 10px;
	margin-top: 10px;
}

table.dates {
	width: 500px;
}
table.dates > tbody > tr > td {
	width: 100px;
}
td.times {

	width: 150px;
	vertical-align: top;
}
b {
	line-height: 1em; /* force line-hight to stay unchanged */
}

.text-right {
	text-align: right;
}

.stay-in-touch-headline {
	margin-bottom: .6em;
	margin-top: 1.2em;
	position: relative;
}

.stay-in-touch-headline > a {
	display: block;
	float: right;
	margin-left: .5em;
	position: relative;
	top: -.1em;
}

.stay-in-touch-box {
	position: relative;
}

.stay-in-touch-box > .twitter-follow-button {
	position: relative;
	left: 1em;
	top: .8em;
}

.no-margin-top {
	margin-top: 0;
}

.no-line-height {
	line-height: 100%;
}

.lead {
	font: normal normal normal 1.2em/140% "Crimson Text", "Times New Roman", Times, serif;
	margin: .3em 0;
}

.container {
	background-color: #fff;
	padding-bottom: 15px;
	padding-top: 15px;
}

.row {
	background-color: #fff;
	/*box-shadow: 0 0 10px #9bc1ca;*/
	padding-bottom: 15px;
	padding-top: 15px;
}

.container .row {
	padding-bottom: 0;
	padding-top: 0;
}

.container.white {
	background-color: #fff;
	position: relative;
}

.copyright-image {
	position: relative;
}
.copyright-image > .note {
	color: #e3dbd2;
	font-size: .8em;
	font-weight: 300;
	position: absolute;
	right: 2.2em;
	bottom: .2em;
}
.welcome-images {
	margin-top: 2em;
}
.welcome-images img {
	width: 60%;
}

.flickr-preview {

	display: inline-block;
	max-width: 100%;
	padding: 4px;
	line-height: 1.42857;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	transition: all 0.2s ease-in-out 0s;

}

#chairs .row {
	background-color: #f0f0f0;
	padding-bottom: 10px;
	padding-top: 10px;
	border-style:inset;
	border-style:solid;
	border-width:0px 15px 0px 15px;
	border-color: #fff;
}

#chairs section h1 {
	font-size: 2em;
	font-weight: 300;
	/*letter-spacing: -.035em;*/
	line-height: .75em;
	margin: .5em 0 0 0;
	margin-top: 1em;
}

#chairs section h2 {
	font-size: 1.4em;
	font-weight: 300;
}

#chairs section h3, #chairs section h4 {
	font-size: 1em;
	font-weight: 300;
}

small.chaircontact {
	float: right;
	font-family: "Crimson Text", "Times New Roman", Times, serif;
	font-size: .5em;
	line-height: 180%;
	text-transform: none;
}

small.chaircontact a:before {
	content: "\2709\00a0";
}

small.download {
	float: right;
	font-family: "Crimson Text", "Times New Roman", Times, serif;
	font-size: .45em;
	text-transform: none;
}

small.download-nofloat {
	float: none;
	font-family: "Crimson Text", "Times New Roman", Times, serif;
	font-size: .45em;
	text-transform: none;
}

.sponsor-logo {
	margin: 1em 1em 2em 2em;
	float: left;
}

.clear {
	clear:left;
}

section {
	margin-bottom: 2em;
}

section img {
	display: block;
	/*max-width: 20%;*/
	position: relative;
}

section .portrait {
	display: block;
	max-width: 20%;
	position: absolute;
}

section img + div {
	min-height: 146px;
	padding-left: 130px;
	position: relative;
}

section img + div > div {
	bottom: 0;
	position: absolute;
}

.caption {
	min-height: 0 px;
}

.img-matrix {
	padding-left: 10px;
	padding-right: 10px;
}

.img-matrix-col {
	padding: 5px;
}

#sigchi {
	background-color: #fff;
	float: right;
	margin-right: -15px;
	padding: .75em 1em;
}

#lastmodified {
	color: #999;
	font-size: .9em;
	margin-top: -1px;
}

.navbar {
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	padding-bottom: 25px;
}

.navbar-brand {
	background: transparent url("../img/its-logo.png") no-repeat 0 0;
	height: 102px;
	line-height: 1000px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 121px;
}

.navbar-nav {
	margin-top: 52px;
}

/*.navbar-nav > li > a:hover {
	background-color: #a5b8b6;
	color: #fff;
}*/

.navbar-nav > li {
	/*font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: "Refrigerator", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1.05em;
	letter-spacing: .05em;
	/*text-transform: uppercase;*/
}

.dropdown-menu > li > a {
	/*font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: "Refrigerator", Helvetica, Arial, sans-serif;
	/*font-family: "Crimson Text", "Times New Roman", Times, serif;*/
	font-weight: 400;
	font-size: 1.2em;
	letter-spacing: .05em;
	/*text-transform: uppercase;*/
	line-height: 1.1em;
}

.navbar-nav > li > a {
	background: #fff url("../img/nav-bg.gif") repeat-x 0 -100px;
	color: #666;
}

.navbar-nav > li > a:hover {
	background-color: #fafafa;
	background-position: 0 47px;
	color: #ee4036;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
	color: #ee4036;
	text-decoration: none;
	background: #fff url("../img/nav-active-bg.gif") repeat-x 0 47px;
	/*background-color: #00b2e5;*/ /*#a5b8b6;*/
	outline: 0;
}

.navbar-nav > .active {
	background-color: #fff;
	/*color: #000;*/
}

.navbar-nav > .active > a:focus {
	background-color: #a5b8b6;
	color: #fff;
}

.subsubnav > h5 {
	margin-top:0.5em;
}

.table>thead>tr>th {
	border-color: #ee4036;
}

.deadlines {
	font-size: 1em;
	background-color: #fff;
	padding: 12px 6px 0px 6px;
	margin-top:0;
}
.deadlines+.deadlines {
	margin-top:-20px;
}

.table.table-deadlines {
	font-size: .9em;
	margin-bottom: 0;
}

.table.table-deadlines th {
	padding: 0.55em 5px 5px 5px;
	font: normal normal normal 1em/140% "Refrigerator", Helvetica, Arial, sans-serif;
	line-height: 100%;
	font-size: 1.4em;
	font-weight: 300;
}

.table.table-deadlines th, .table.table-deadlines td {
	padding-left: 0;
}

.table.table-deadlines > tbody > tr > td:nth-child(1) {
	font-style: italic;
	width: 6.5em;
}

.table-confdates {
	margin-top:46px;
}

.table.table-confdates > tbody > tr > td:nth-child(1) {
	font-style: italic;
	width: 7.5em;
}

.table.table-confdates > tbody > tr > td:nth-child(2) {
	font-weight: bold;

}

.table thead tr th span.desc {
    display: block;
    font-weight: normal;
    font-size: .9em;
    font-style: italic;
}

.table tbody tr td span.desc {
    font-weight: normal;
    font-size: .9em;
    font-style: italic;
}

.table.table-bordered > tbody > tr.sep > td {
    border-top: 4px solid #ddd;
}

.table * .text-center {
    text-align: center;
}
.table {
	margin-bottom:0px;
}

table.notes {
}

table.notes > thead > tr > td {
    /*border-top: 1px solid #ee4036;*/
    vertical-align: top;
    padding-bottom: .5em;
}

table.notes > thead > tr:first-child > td {
    /*border-top: none;*/
}

table.notes > thead > tr > td > ul {
    margin-bottom: 0;
    margin-top: 0;
}
table.notes > thead > tr > td > ul > li {
    margin-bottom: 0;
    margin-top: 0;
}

.schedule-main .panel-default {
	
	margin-top:15px;
}

.panel-title {
	font-size: 1.2em;
	
}

.panel-heading.panel-schedule {

	padding: 0px 15px;
}

.panel-body.panel-schedule {

	padding: 3px 15px 0px 15px;
	margin-bottom:-1px;
}

footer {
	background-color: #f0f0f0;
	font-size: .9em;
	margin-bottom: 2em;
	margin-top: 15px;
}

#sponsor-logos {
	margin-top: 15px;
}

#sponsor-logos > h1 {
	margin: 0 0 .3em;
}

#sponsor-logos > p > a {
	padding-right: 1em;
}

#sponsor-logos * div > p {
	padding-bottom: 0;
}

#sponsor-logos h3 {
    border-bottom: 1px solid #eee;
	margin: 0px;
}

#sponsor-logos .img-responsive {
    display: inline;
}

/* SPONSOR logos formatting */
#sponsor-logos .spon-academic {
	width: 24%;
}
#sponsor-logos .spon-academic img{
	width: 85%;
}
#sponsor-logos .spon-gold {
	width: 25%;
}
#sponsor-logos .spon-gold img{
	width: 92%;
}
#sponsor-logos .spon-silver {
	width: 25%;
}
#sponsor-logos .spon-silver img{
	max-width: 35%;
	margin-right: 1em;
	
}
#sponsor-logos .spon-bronze {
	width: 26%;
}
#sponsor-logos .spon-bronze img{
	padding-bottom: 0.5em;
	width: 45%;
}
#sponsor-logos .img-hp {
	max-width:17%;
	margin-left:15%;
}

#sponsor-logos .spon-friends {
	margin-top: 0em;
}
#sponsor-logos .spon-friends img{
	margin-top: 1em;
}

.overlay{
	color: #333;
	background-color: white;
	opacity: 0.9;
	position: absolute;
	left: 15%;
	bottom: 1.3em;
	width: 70%;
	height: 3em;
	font: normal normal 1em/140% "Refrigerator", Helvetica, Arial, sans-serif;
	padding: 5px;
	top: 335px;
	min-height: 95px;
}

.overlay .pretitle{
	position: absolute;
	left: 10px;
	top: 5px;
}

.overlay .title{
	position: absolute;
	left: 9px;
	bottom: 40%;
	font-size: 2em;
	font-weight: 500;
	top: 32px;
}

.overlay .underline{
	position: absolute;
	left: 10px;
	top: 62px;
	background-color: #ee4036;
	width: 90%;
	height: 2px;
}

.overlay .subtitle{
	position: absolute;
	left: 10px;
	top: 65px;
}

.map{
	width: 100%;
}

.bg-info {
	background-color: #f0f0f0;
}

a img + span {
	color: #838383;
	font: normal normal 1.1em/140% "Refrigerator", Helvetica, Arial, sans-serif;
	float: right;
	margin: 0.3em 0.1em 0em 0em;
}

.travelby {
	position: relative;
}

.travelby img{
	float: left;
}

.travelby h4{
	padding-top: 1.5em;
}

.googleMap{
	height: 400px;
	background-color: gray;
	text-align: center;
}

#map-canvas {
    height: 400px;
    width: 100%;
    margin: 0px;
    padding: 0px
  }

#mapWrap #durationWrap{
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -140px;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 2px;
	font: normal normal normal 1.2em/100% "Refrigerator", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

#mapWrap #durationWrap #duration{
	font-weight: 100;
}

input.mapBtn{
	background: rgba(0,0,0,0);
	background-image:url('../img/travel/showItOnTheMap2.png');
	background-repeat:no-repeat;
	background-size: 1.4em;
	width: 180px;
	padding-left: 1.5em;
	align: left;
	height: 1.45em;
	border-radius: 2px;
	border-width: 0px;
	margin: 0em 0.3em 0em 0.3em;
}

input.mapBtn:hover{
	background-image:url('../img/travel/showItOnTheMap3.png');
}

img.travelicon{
	width: 4em;
	margin-right: 0.5em;
}

.icon-bar {
	background: #888;
}

.navbar-toggle {
	border-color: #DDD;
	float: none;

}

/** Carousel Style **/
.welcome-text {
  max-width:100%;
}

.welcome-text h3, .welcome-text p {
  padding-left: 15px;
  text-align: justify;
}

.carousel {
  position: relative;
  z-index: 50;
  
  height: auto;
  margin-top: 1.8em;
  margin-left: 2em;
}

.carousel-margin {
  margin-right: 0.5em;
}

.item > img {
  border: none;
}

#carousel-main {
  position: relative;
  width: 48%;
}

#carousel-example-generic {

	
}

.carousel-inner {
  
  -webkit-box-shadow: 5px 5px 10px -1px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 5px 10px -1px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.5);
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  
  height: auto;
  width: 100%;
  line-height: 1;
}

.carousel-control {
  top: 20%;
}

.carousel-control.left {
  left: 1em;
  background-image: none;
  background-repeat: none;
  filter: none;
  z-index: 50;
  height: 50%;
}

.carousel-control.right {
  right: 1em;
  left: auto;
  background-image: none;
  background-repeat: none;
  filter: none;
  z-index: 50;
  height: 50%;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 30%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: -10%;
}

.carousel-caption {
  margin: 0;
  padding: 0;

  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin: -52px 0px 0px 0px;
  left: 0;
  bottom: 0;

  max-width: 100%;

  color: #111;
  text-align: center;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.carousel-caption h3, .carousel-caption p {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

.carousel-caption h3 a {
  color: #111;
}

.carousel-caption h3 {
  font: normal normal normal 1em/140% "Refrigerator", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  margin: 0;
  padding: 6px 3px 6px 6px;
  line-height:100%;
  min-height: 52px;
}

.carousel-caption p {
  font-size: 0.5em;
  margin-top:0px;
  padding: 0px 3px 0px 3px;
}

/* fade effect for slider */
.carousel.fade {
   opacity: 1;
 }
 .carousel.fade .item {
   -moz-transition: opacity ease-in-out .7s;
   -o-transition: opacity ease-in-out .7s;
   -webkit-transition: opacity ease-in-out .7s;
   transition: opacity ease-in-out .7s;
   left: 0 !important;
   opacity: 0;
   top:0;
   position:absolute;
   width: 100%;
   display:block !important;
   z-index:1;
 }
 .carousel.fade .item:first-child {
   top:auto;
   position:relative;
 }
 .carousel.fade .item.active {
   opacity: 1;
   -moz-transition: opacity ease-in-out .7s;
   -o-transition: opacity ease-in-out .7s;
   -webkit-transition: opacity ease-in-out .7s;
   transition: opacity ease-in-out .7s;
  z-index:2;
}

@media (max-width: 1199px) {
	section img + div {
		min-height: 121px;
		padding-left: 110px;
	}
	.welcome-images img {
		width: 70%;
	}
	#carousel-main {
    width: 60%;
  }
}

@media (max-width: 1000px) {
    small.download {
            float: none;
    }
}

@media (max-width: 991px) {
	.note {
		font-size: .8em;
		right: 45px;
	}

	section img + div {
		min-height: 94px;
		padding-left: 90px;
	}

	h1 {
		font-size: 1.8em;
		line-height: .75em;
	}

	h2 {
		font-size: 1.25em;
	}

	h3 {
    font-size: 1.2em;
  }
  
  .welcome-text h3, .welcome-text p {
    text-align: inherit;
  }

	#carousel-main {
    width: 70%;
  }

	.stay-in-touch-box {
		margin-top: 1.8em;
	}

	.stay-in-touch-box a img {
		width: 60%;
	}

	.stay-in-touch-box .fb-share-button {
		margin-top: -1.8em;
	}
	
	.welcome-images img {
		width: 80%;
	}
}

@media (max-width: 767px) {
	.note {
		font-size: .8em;
		right: 40px;
	}

	section img {
		max-width: 100%;
		width: 113px;
	}

	section img + div {
		min-height: 134px;
		padding-left: 122px;
	}
	
	.welcome-images  .caption {
		min-height: 3.5em;
	}
	
	.welcome-images div {
		min-width: 50%;
	}
	
	.welcome-images img {
		max-width: 100%;
		width: auto;
	}

	.row > div {
		margin-bottom: 15px;
	}

	small.chaircontact {
		float: none;
	}

	.stay-in-touch-box a img {
		width: auto;
	}

	.stay-in-touch-box .fb-share-button {
		float: none;
		display: inline;
	}

  #carousel-main {
    width: 65%;
  }
	
	/* SPONSOR logos formatting */
	#sponsor-logos h3 {
		margin-top: 1.5em;
	}
	#sponsor-logos .spon-academic {
		width: 100%;
	}
	#sponsor-logos .spon-academic img{
		width: 40%;
	}
	#sponsor-logos .spon-gold {
		width: 100%;
	}
	#sponsor-logos .spon-gold img{
		width: 40%;
	}
	#sponsor-logos .spon-silver {
		width: 100%;
	}
	#sponsor-logos .spon-silver img{
		width: 23%;
		margin-right: 1em;
	}
	#sponsor-logos .spon-bronze {
		width: 100%;
	}
	#sponsor-logos .spon-bronze img{
		width: 23%;
		padding-bottom: 0.5em;
		margin-right: 1em;
	}
	#sponsor-logos .img-hp {
		max-width:12%;
		margin-left:0%;
	}

	#sponsor-logos .spon-friends {
		margin-top: 0em;
	}
	#sponsor-logos .spon-friends img{
		width: 20%;
		margin-top: 1em;
	}
}

@media (max-width: 520px) {
  #carousel-main {
    width: 100%;
    margin-bottom: 2em;
  }

  .carousel {
    padding-left: 0;
    margin-left: 0.5em;
  }
}

/** Bootstrap Fixes **/
a:focus {
  outline: none !important;
  outline-style: none !important;
}

/**/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    color: #ccc;
    width: 50px;
    height: 50px;
    line-height: 48px;
    right: 2%;
    bottom: 2%;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media print {
								
	#schedule-main {
		width:100%;
	}
	
	.noprint {
		display: none;
	}
	
	h2 {
		font-weight:500;
	}
}

.scroll-top-wrapper:hover {
    
	color: #999;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}