@media screen and (max-width: 992px) {
  .rows-title{
    margin-bottom: 40px;
  }
}

@media screen and (max-width:992px) and (min-width:768px) {
    .navbar-brand {
      float: none;
    }
    .navbar-brand>img {
      display: inherit;
    }
  .navbar-header {
    padding-top: 20px;
    width: 100%;
    float: left;
    text-align: center;;
  }
  .navbar-collapse{
    width: 100%;
    float: left;
    text-align: center;;
  }
  .navbar-nav {
    float: none !important;
    display: inline-block !important;
  }
  nav ul li {
    float: none !important;
    display: inline-block !important;
  }
  .news-item{
    margin-bottom: 20px;
  }
  .rows-content .col-md-3:nth-last-child(1) .news-item, .rows-content .col-md-3:nth-last-child(2) .news-item{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  nav ul li:hover .tooltips {
    display: none;
    opacity: 0;
  }
  .news-item{
    margin-bottom: 20px;
  }
  .rows-content .col-md-3:last-child .news-item{
    margin-bottom: 0;
  }
  .wrap-content {
    padding: 40px 0 0;
  }
  .wrap-content:nth-of-type(1){
    padding: 60px 0 0;
  }
  .l84-right-content{
	  padding:0 15px;
  }
}

@media screen and (max-width:640px){
	.gallery-item{
		width:50%;
	}
	.content-wrap-news span.date2{
		display:block;
	}
	.wrap-primary-table-st1 table tr td{
		width:100%;
		float:left;
		padding:0;
	}
	.wrap-primary-table-st1 table tr td:last-child{
		margin-bottom:15px;
	}
}
 
@media screen and (max-width:480px) {
  .navbar-brand {
    max-width: 250px;
  }
  .row-news-item{
	  width:100%;
  }
  .service-item{
	  width:100%;
	  margin-bottom:20px;
  }
  .service-item:last-child{
	  margin-bottom:0;
  }
}
