.footer {
    background: #231f20 !important;
    display: block !important;
    color: #525252 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    padding: 0 0 30px !important;
    border-top: 5px solid #7B7A7B !important;
    height: auto !important;
}

footer h1, footer h2, footer h3, footer h4, footer h5 {
    color: #7B7A7B !important;
    border-bottom: 2px solid #272727 !important;
    padding-bottom: 10px !important;
    margin-top: 22px;
}

footer hr 
{
    display: none;
}

footer small
{   
    font-size: 100% !important;
    line-height: 21px !important;
}

footer a {
    line-height: 18px !important;
    -webkit-transition: all 500ms ease !important;
    -moz-transition: all 500ms ease !important;
    -ms-transition: all 500ms ease !important;
    -o-transition: all 500ms ease !important;
    transition: all 500ms ease !important;
}

footer a:hover, footer a:focus {
    color:  #7B7A7B !important;
}
body {
    background-image: url('http://conf.researchr.org/getImage/icfp-2016/orig/bg.png');
}
.navbar-brand {
    position: relative;
    background-image: url('http://conf.researchr.org/getImage/icfp-2016/orig/logo.png');
    background-repeat: no-repeat;
    height: 150px;
    width: 115px;
    z-index: 3;
    
}
 .brand-text {
     opacity: 0;
}
.carousel {
    top: -220px;
    
}

.carousel-inner {
    overflow: initial !important;
}
                                          
.navbar-default {
  top: 269px;
  z-index: 5;
  border: none;
  border-radius: 0;
  background-color: #B41A1D;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a {   
    background-color: #DE2614 !important; 
    color: #fff !important;            
}
.navbar-default .navbar-nav>li>a {
    color: #fff;            
}
 .navbar-default .navbar-nav>li>a {
    height: 70px;
    padding-top: 25px  !important;
    padding-bottom: 25px !important;
    -webkit-transition: 0.2s !important;
    transition: 0.2s !important; 
    font-weight: bold !important; 
    font-size: 18px !important; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;                             
}  

 .place {
    z-index: 2 !important;
    position: relative !important;
    color: #fff !important;
    font-size: 24px !important;
    text-shadow: 2px 2px 4px #000 !important; 
    min-width: 340px;
}

 .place2 {
    z-index: 2 !important;
    position: relative !important;
    color: #fff !important;
    font-size: 24px !important;
    text-shadow: 2px 2px 4px #000 !important; 
    min-width: 340px;
}

 .place a {
    display: block !important;
    color: #fff !important;
}
 .place2 a {
    color: #EBA226 !important;
}
 .carousel .left .glyphicon  {
     display:none;
 }
 
 .carousel .right .glyphicon  {
     display:none;
 }

 @media (max-width: 1439px) {
     .navbar-default {
        top: 209px;
        }
}
@media (max-width:991px){
      .carousel {
        top: -289px;
      }
}
@media (max-width: 767px) {
     .navbar-default {
        top: 9px;
        margin-top: 60px;
    }
      .carousel {
       position: absolute;
       width: 100%;
       top: 0px;
     }
      .frame {
       position: absolute;
     } 
      .place {
       font-size: 14px !important;  
     }
                                                           
      .navigationbar {
       margin-top: 25px;
     }
}
@media (min-width: 768px) {
     .navbar-default {
        
        z-index: 2;
        } 
    
     #content {
        margin-top: -190px;
    }    
}

@media (min-width: 994px) {
      #navigationbar {
        background: url('http://conf.researchr.org/getImage/icfp-2016/orig/gate-small.png');
        background-position: 80%;
        background-repeat: no-repeat;
      } 
          
}
@media (max-width: 440px) {
     .place {
       font-size: 10px !important;
    } 
}