@media only screen and (min-width : 1279px) {
   	
}

@media only screen and (max-width : 1279px) {
   
}

@media only screen and (max-width : 979px) {
  #container, #content, #sidebars, .teasers_box, .teaser {width:100%;font-size:17px;}
  #content_box {background:none;}  
}

@media only screen and (max-width : 768px) {
  #content img {max-width:100%;height:auto;}
  #header {margin-top:100px;}
  #page {padding:0px!important;}
  .format_text p, .format_text ul li {font-size:20px;}
  #header #logo {font-size:20px;}
  input[type="text"]{width:95%!important;}
  ul.menu {width:100%;border-style:none;}
  ul.menu li {display:block;float:none;}
  ul.menu li a {border-style:none;width:100%;}
  ul.menu li.rss {display:none;}
  ul.menu li.current a {background:#cccccc;}
  .menu {position: fixed;width: 100%;left: 0;top: 0; z-index: 100; border-top: 0;
  -webkit-box-shadow: 0px 7px 15px -5px rgba(64,64,66,1);
  -moz-box-shadow: 0px 7px 15px -5px rgba(64,64,66,1);
  box-shadow: 0px 7px 15px -5px rgba(64,64,66,1);
  }
  
}

@media only screen and (max-width : 480px) {
   
}
