
@media screen and (max-width: 991px) {
  .headboxes{
    position:relative;
    clear:both;
  }
  .bx-shorthead{
    top:inherit;
    position:inherit;
    float:left;
    margin-top:-40px;
  }
  .bx-date{
    top:inherit;
    position:inherit;
    float:right; 
    margin-top:-40px; 
  }
}

@media screen and (max-width: 767px) {
	.size1_1, .size1_2, .size1_3, .size1_4, .size1_5, .size1_6, .size1_7, .size1_8 { width: 100%;}
  .navbar-nav > li{
    display:block;
  }
  header .navbar-inverse .navbar-nav > li > a{
    font-size:18px !important;
  }
  footer .container{
  margin-bottom:0;
  }
  body{
    background-size:150%;
    background-position:center top;
  }
  .headboxes{
    padding:0 10px;
  }
  .bx-shorthead{
    max-width:inherit;
    margin-top:inherit;
    float:none;
    background:none;
    text-align:center;
    padding:0;
  }
  .bx-shorthead h1 a{
    text-decoration:underline;
  }
  .bx-date{
    margin-top:10px;
    margin-bottom: 15px;
    text-align:center;
    float:none;
    width:auto;
    font-size:18px;
  }
  .bx-date br{
    display:inline;
  }

}