body{
    font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.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;
}
.navbar-brand {
    position: relative;
    float:left;
    height: 91px;
    width: 400px;
    z-index: 3;
    background: url(http://conf.researchr.org/getImage/pldi-ecoop-2017/orig/barc2017-landing2.png) no-repeat;
    background-size:auto 100%; 
}
 .brand-text {
     opacity: 0;
}
.carousel {
    top: -71px;
    margin-bottom: 10px;   
}

.carousel-inner {
    overflow: initial !important;
}


.logobar {
  border-bottom:solid 30px #000;
  background:#fff;
  margin-bottom:73px;
}

.logobar .container {
  height:90px;
  /*background: url(http://conf.researchr.org/getImage/pldi-ecoop-2017/orig/barc2017.png) no-repeat 0% 0px;*/
  /*background: url(../images/barc2017-landing.png) no-repeat 0% 0px;
  background-size: auto 95px;*/

}
                                          
.navbar-default {
  top: 70px;
  z-index: 5;
  border: none;
  min-height: 44px;
  border-radius: 0;
  /*background-image:
    linear-gradient(
      to right, 
      #1D4D71, #59A558
    );*/
  -webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    0px 5px 20px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         0px 5px 20px 0px rgba(50, 50, 50, 0.25);
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {   
    background-color: #fff; 
    color: #000;            
}
.navbar-default #navigationbar .navbar-nav>li>a {
    color: #fff;            
}
 .navbar-default #navigationbar .navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: 0.2s !important;
    transition: 0.2s !important; 
    /*font-weight: bold !important;*/ 
    font-size: 15px; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#333;                             
} 

 .place {
    z-index: 2 !important;
    position: relative !important;
    color: #fff !important;
    display: block;
    clear:both;
    line-height:27px;
    float:left;
}

 .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: inline-block;
    color: #fff !important;
    margin-left:5px;
}
 .place2 a {
    color: #EBA226 !important;
}
 .carousel .left .glyphicon  {
     display:none;
 }
 
 .carousel .right .glyphicon  {
     display:none;
 }
 .carousel .carousel-indicators {
     display:none;
 }
 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    
 }

@media (min-width: 992px) {
     .navbar-default {
        top: -73px;
      }
}
@media (max-width:991px){
      .carousel {
        top: -289px;
      }
      
      .logobar .container{
          display:none;
      }
      
       .navbar-default .navbar-nav>li>a{
          font-size:14px;
          padding:10px;
       }
}

@media (min-width: 992px) {
     .navbar-default {
        
        /*z-index: 2;*/
        } 
    
     #content {
        margin-top: -40px;
    }    
}

@media (max-width: 767px) {
     /*.navbar-default {
        top: 9px;
        margin-top: 179px;
    }*/
      .carousel {
       position: absolute;
       width: 100%;
       top: 0px;
     }
      .frame {
       position: absolute;
     } 
      .place {
       font-size: 14px !important;  
     }                                                     
      .navigationbar {
       margin-top: 25px;
     }
     
     #content {
        margin-top: 75px;
    }
}

 @media (min-width:768px) and (max-width: 992px) {
     #content {
        margin-top: -280px;
    }
}


 @media (min-width:992px) and (max-width: 1439px) {
     /*.navbar-default {
        top: 359px;
      }   */
}

@media (min-width: 994px) {
      #navigationbar {
        background-position: 80%;
        background-repeat: no-repeat;
        padding:0px;
      } 
          
}
@media (max-width: 440px) {
     .place {
       font-size: 10px !important;
    } 
}

#content .panel,
#content .panel .panel-heading,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child{
  border-radius: 0px;
}

#content .panel .panel-heading .btn-default {
    color: black!important;
}

#content .panel{
  border-color: #333;
}

#content .panel .panel-heading,
#content .panel .btn-primary{
  background-color:#333;
  border-color: #333;
  color:#fff;
}

#content .panel .text-success{
  background-color:#EEE;
}

#content .page-header{
  margin:0px;
}

#home #content > .row > .col-sm-7{
  width:100%;
}

#home #content > .row > .col-sm-4{
  display:none;
}

#home #content > .row .page-header{
  border-bottom:0px;
}

@media print{
  .tab-content.program-wrap.printable>p>span, .carousel, .footer {
    display: none !important;
  }
  #content{
    margin-top: initial !important;
  }
}