html, body { margin: 0; padding: 0; height: 100%; border:none; }


.banner {
    margin-left: -800px;
    overflow:hidden;
    height:200px;

}

@media screen and (max-width: 767px) {
    /*// 如果使用者之視窗寬度 <= 768px，將會再載入這裡的 CSS。*/    
    .navbar-brand::before {
    content:"ICBIT 2016";
    color:white;
}
    .banner {
    display:none;
    }
       .navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color:#4DB559; 
  }

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
      .banner {
       margin-left:-1000px;
    }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
      .banner {
      display:none;
    }
}


.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.navbar.affix {
   position: fixed;
   top: 0;
   z-index:9999;
   -webkit-transition: all .6s ease-in-out;
   width:100%;
}

/*header {
height:200px;


}*/


.navbar-default {
   background-color:#0D8883;
        border-color: #0D8883;
        border-radius:0px;
}

.nav > li > a {
    padding: 15px 10px;
}

.footer {

color:white;
}


#wrapper {
    min-height: 100%;
    position: relative;
    height: auto !important;
    overflow:hidden;
}

.MainContent {
    padding-bottom:100px;
    min-height:280px;
}
footer{
   width:100%;
  
    background-color:#065D5D;

    margin-bottom:-20px;
    border-top:3px solid #cbcbcb;
    padding-top:10px;
    padding-bottom:20px;
}

.page-header {
    margin: 20px 0 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover {
     color:#CEE446;
}

.carousel-caption {
font-size:20px;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
}

    
a.downloadfile{
  color: #FFFFFF;
    background-image: url('http://www.conf.tw/site/img/download2.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 10px;
    display: inline-block;
    background-color: #48be19;
    border-left: #000000 7px solid;
    padding-bottom:12px;
}

.page-header {
    border-bottom: 1px solid #DEDEDE;
}