@media(max-width:600px){
   .top-header{
    text-align: center;
   }
   .logo{
    margin:auto;
   }
   .social{
    text-align: center;
    padding-top: 2px;
   }
   .social ul {
    float: none;
    padding-right: 0px;
    text-align: center;
   }
   .social li {
    float: left;
    float: none;
    display: inline-block;
   }
   .header-center{
    padding-bottom: 0px;
   } 
   .page_title{
    height: 28px;
    font-size: 20px;
   }
   .menu.navbar-nav li{
    width: 100%;
   }
 
   .gallery-img .carousel-indicators li img {
    min-height: 73px;
   }
   .gallery-img .carousel-indicators li { 
     width: 48%;
     height: 84px;
   }
}
@media(min-width:600px){
  .menu li:before{
  content: '';
  position: absolute;
  right: 0px;
  top:0px;
  height: 16px;
  margin:auto;
  bottom: 0px;
  border-right:2px solid #fd963a;
  }
  .menu li:last-child:before{
  display: none;
  }
  .contact.form-horizontal{
    margin-bottom: 20px;
  }
}
@media(max-width:800px) and (min-width:768px) {
  .gallery-img .carousel-indicators li {
    display: inline-block;
    width: 151px;
}
}