/* Responsive Framework for modern browsers and mobile designs */
#top .left{
    display:none;
}
#top .breadcrumb-nav {
    padding-left: 30px;
}

#top .center{
    margin:0;
    padding:0;
    padding-left:30px;
    padding-right:25px;
    width:605px;
    
}

#top .right{
    margin:0;
    padding:0;
    width:300px;
}

#top .full-width-containers{
    clear:both;
    width:100%;
    overflow:hidden;
}

@media only screen and (min-width: 980px) {
  /* Full Site Width and tablets in landscape view */
}

@media only screen and (min-width: 960px) and (max-width:979px){
  /* Full Site Shadow Removed */
}

@media only screen and (min-width: 768px) and (max-width:959px){
  /* iPad in Potrait view ( other 10in tablets, and 7in tablets in landscape view) */
}

@media only screen and (min-width: 600px) and (max-width:767px){
  /* 7in tablets in partrait view ( and large screen phones in landscape view) */
}

@media only screen and (min-width: 480px) and (max-width:599px){
  /* iPhone, iPod touch in portrait view ( and other small screen phone) */
}

@media only screen and (min-width: 320px) and (max-width:479px){
  /* iPhone, iPod touch in portrait view ( and other small screen phone) */
}

@media only screen and (max-width:319px){
  /* Extra Small Screens */
}

@media only screen and (max-width:767px){
  /* Target Mobile View */
  #top .center {
      max-width: 316px;
  }
}

@media only screen and (min-width: 768px){
  /* Target Desktop View */
}