/* ----------- iPhone 4 and 4S ----------- */

/* Portrait */
@media only screen
and (min-width: 320px)
and (max-width:1180px)
 {
    .det_media{width: 100%;margin: 0px;}

    .logo{width:100%; padding-left: 12%;}

    #nav_media{width: 21%; float: left;}

    .navbar-toggle{ float:left; }

    .search_wrap{width: 60%; float:right;}

    .tab_search{float:right;}

    #nav_media{width:40%;}

    .content_stand_inner {width: 90%;}
    .content {width: 90%;}
}
@media only screen and (min-width:768px)
                  and (max-width:1180px)
      {
     #nav_media{width:100%; padding-left: 14%;
     }

   }
@media only screen and (min-width:992px)
                  and (max-width:1180px){
   .search_wrap{width:30%; margin-top: -113px;}

}
@media only screen and (min-width:1180px){
.tab_search{margin-top:16px;}
}