/* #Tablet (landscape)
================================================== */
/* Portrait tablet to landscape and desktop */

@media (min-width: 960px) and (max-width: 1199px) {


body {
    overflow-x: hidden;
}

/*
.container{
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
*/


.banner-box{width: 27%;}
.banner_contents {margin-top: -144px;}

.banner_form {
  margin-top: -349px;
  width: 20%;
  }

.content_part p{ padding-right:10px;}

.newslet { width: 43%;}


.nav-wrap ul li{margin:0 0px }
.text-abcol{ float:left; width:70%;}

}