/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 600px) {
  /* Add your Mobile Styles here */

  #com,#av_section_8,#av_section_9,#av_section_10 {display:none}
  #full_slider_1 {display:none}
}
@media only screen and (min-width: 700px) {
  /* Add your desktop Styles here */


#mobile_only{display:none;}

}
th {
    letter-spacing: .5px;
    text-transform: none;
}