@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body {
  background: #e5e5e5;
  color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
  font-weight: 300;
}
a {
  color: #52b6ec;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.btn {
  font-weight: 300;
  border: 0;
}
.btn.btn-primary {
  background-color: #52b6ec;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a:hover,
a:focus {
  color: #80c9f1;
  text-decoration: none;
  outline: none;
}
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  bottom: 0;
  z-index: 99999;
}

#main-slider {
  margin-top: 52px;
}

#main-slider .item {
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
  text-align: center;
}

#main-slider .item:first-child {
  top: 0;
  position: relative;
}

#main-slider .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 2;
}
#main-slider .item.active h1 {
  -webkit-animation: scaleUp 400ms;
  -moz-animation: scaleUp 400ms;
  -o-animation: scaleUp 400ms;
  -ms-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -50px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider h1 {
  font-size: 68px;
  text-shadow: 0 3px rgba(0, 0, 0, 0.1);
  color: #fff;
}
#contact .box {
  background-color: #222;
  color: #999;
}
#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}
#contact .box a {
  color: #999;
}
#contact .box a:hover {
  color: #52b6ec;
}
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.box {
  padding: 5px 50px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding-bottom: 30px;
}
.box.first {
  margin-top: 0;
  border-radius: 5px 5px 0 0;
}
.box.last {
  border-radius: 0 0 5px 5px;
}
.box h2 {
  padding: 10px 50px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  font-size: 48px;
}

.center {
  text-align: center;
}

#content {

  color: #555555;
  font-stretch: expanded;
  font-size: medium;
}

.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}
.carousel.scale .left-arrow {
  left: -10px;
}
.carousel.scale .right-arrow {
  right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}

/* dropdown on hover */
.dropdown-menu .sub-menu {
  left: 10%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
  cursor: pointer;

}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-default {
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  overflow: visible;
}
.navbar-default .first a {
  border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 10px;
  padding: 5px 5px;
  width: 45px;
  height: 45px;
  background: url(../images/logo.png) no-repeat 0 5%;
  background-size: 45px 45px;
}

.navbar-default .navbar-nav > li {
  margin-left: 1px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > p
{
  margin-top: 20px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 0px;
  /*color: #999; */
  color: #2c3e50;
}

.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}

/*
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #52b6ec;
  color: #fff;
}
*/

.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}
.icon-md {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}
.icon-color1 {
  background-color: #e74c3c;
}
.icon-color2 {
  background-color: #2ecc71;
}
.icon-color3 {
  background-color: #3498db;
}
.icon-color4 {
  background-color: #8e44ad;
}
.icon-color5 {
  background-color: #1abc9c;
}
.icon-color6 {
  background-color: #2c3e50;
}
.gap {
  margin-bottom: 50px;
}
.big-gap {
  margin-bottom: 100px;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
}
#footer a {
  color: #999;
}
#footer a:hover {
  color: #52b6ec;
}
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
ul.social > li {
  margin: 0 0 20px;
}
ul.social > li > a {
  display: block;
  font-size: 18px;
}
ul.social > li > a i {
  margin-right: 10px;
}
textarea#message {
  padding: 10px 15px;
  height: 220px;
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes scaleUp {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scaleUp {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}
@-o-keyframes scaleUp {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

.carousel-image {
  z-index: -1;
  width: 100%;
}


.typed-item {
  position: absolute;
  top: 1px;
  left: 820px;
  background-color: rgba(255,255,255,0.33);
  border-radius: .75em;
  padding: 1em;
  margin: 1em;
  top: 0;
  right: 0;
}

.typed-item > h3 {
  margin: .5em 5px;
  padding: 0;
  color: black;
  line-height: 100%;
  text-align: center;
}

.typed-item > h4 {
  margin: .5em 5px;
  padding: 0;
  color: black;
  line-height: 100%;
  text-align: left;
}

/*.typed-item {
  position: absolute;
  top: 1px;
  left: 860px;
  white-space:pre;
}*/

/* code for animated blinking cursor */
.typed-cursor{
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:none;
}

@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  /*.navbar .navbar-collapse {
    text-align: center;
  }*/
}

#about td {
  vertical-align: top;
  text-align: justify;
  font-size: 18px;
  padding: 20px 20px 20px 10px;
}

#content {
  text-align: left;
}

.circle > img {
  height: 80px;
  width: 80px;
  box-shadow: 0 0 1.2em 0.3em #AAA;
}

#shortcuts {

  margin: 15px 0px;
}

#papersDates td, table th {
  padding-right: 90px;
  text-align: left;
  vertical-align: top;
}

#registrationPrice td, table th{
  text-align: left;
  vertical-align: top;
 }

#AgendaSchedule td, table th{
  text-align: left;
  vertical-align: top;
 }




#workshopDates td, table th {
  padding-right: 25px;
  text-align: left;
  vertical-align: top;
}
#tutorialDates td, table th {
  padding-right: 70px;
  text-align: left;
  vertical-align: top;
}
#venuetabs div {
  padding: 8px 5px;
}

#workshopHeader {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
}

#paperHeader {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
}

.affiliation {
  font-style: italic;
}


.question {
  font-style: italic;
  margin-bottom: 12px;
}

.answer {
  margin-left: 50px;
  margin-right: 60px;
  background: #E6E6FA;
  margin-bottom: 25px;
  padding: 12px;
}

.workshopDetails {

  padding-top: 10px;
  font-size: 95%;
}

.workShopTitle {
  padding-top: 10px;
}



.track1 {
  background-color:   #FFEC94;
}
.track2 {
  background-color: #ADD8E6; 
}
.track3 {
  background-color:  #FFEC94;
}
.track4{
  background-color:   #ADD8E6;
}
.track5{
  background-color:  #FFEC94; 
}
.track6{
  background-color: #ADD8E6;
}
.track7{
  background-color: #FFEC94;
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
   /* border: 1px solid #ddd;*/
    padding: 8px;
    /*background-color: rgba(0,0,0,0);*/
    border-collapse: collapse;
 
}

#customers th {
  width: 75px;
}

#customers td {
   border-bottom: 1px solid #F5F5F5;
   }
/*#customers tr:hover {background-color: #ddd;}*/
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    color: black;
}
.dummy {
    background-color: rgba(0,0,255,.25);

}
.coffee {
    background-color: #EAECEE;
    text-align: center;
}
.general {
    background-color: #FFFF66;
    text-align: center;
}
.time {
    background-color: #AEB6BF;
    text-align: left;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.top
{
    text-align: right;
}
.bottom
{
    text-align: left;
}
.divide
{
    background-image: linear-gradient(to top right,transparent 49%,black,transparent 51%);
}

#abstract2 {
  font-size: 16px;
}

#bio td {
    vertical-align: top;
    padding-top: 12px;
    padding-left: 20px;
    padding-bottom: 12px;
    padding-right: 20px;
    text-align: left;
}

#tutphoto {
  overflow: auto;
  float: left;
  width: 175px;
}

#abstract {
  font-size: 14px;
}

#papertitleshort{
 font-size: 13px;
}

#authorshort{
 font-size: 11px;
 font-style: italic;
}

#biography {
  overflow: auto;
  float: left;
  font-size: 14px;
}