@media only screen and (min-width: 1200px) and (max-width: 2000px)
{
.bx-wrapper .bx-viewport{height:900px !important;}
.banner ul li{height: 914px !important;}
}

@media only screen and (min-width: 960px) and (max-width: 1199px)
{
.header .navbar{top:98px !important;}
.navbar-inner{padding:0 12% !important;}
.top-nav ul li:before {left: -18px !important;}
/*.top-nav ul li{margin: 0 3px !important;}*/
}

@media only screen and (min-width: 768px) and (max-width: 959px)
{
.header .navbar{top:98px !important;}
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    /*width: 724px;*/
	width:95% !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
.service1{width: 98% !important;}
}

@media only screen and (max-width: 479px)	
{
.header .navbar{top: 146px !important;}
.service1{width: 98% !important;}
}

