@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  #smoothmenu ul li a:link, #smoothmenu ul li a:visited, ul#leftnav li a, #news-header a {
    padding: 0 8px;
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 960px) {
  img { height: auto; max-width: 100% !important;}
  #page {
    width: 100%;
    overflow-x: hidden;
  }
  #logo {
    margin-top: 0px;
  }
  #content, #left, #videos, #footer, #alt-footer, #alt-footer-mobile {
    max-width: 960px;
    width:  100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 0;
    padding-right: 0;
  }
  nav {
    float: left;
    margin-bottom: 10px;
  }
  #post-logo {
    display: none;
  }
  #mob-post-logo {
    width: 100%;
    display: inline-block;
    margin-left: 10px;
    font-size: 1.6em;
  }
  .flex-direction-nav .flex-prev {
    left: 0;
  }
  .flex-direction-nav .flex-next {
    right: 0;
  }
  #content, #videos, #alt-footer {
    padding-right: 20px;
  }
  #news {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #second {
    margin-top: 0;
  }
  .news {
    display: none;
  }
  #news-header {
    height: 40px;
  }
  #news-header a {
    line-height: 40px;
  }
  #footer-col1 {
    display: none;
  }
  #alt-footer-mobile {
    display: block;
    padding: 0 20px;
  }
  #toPopup {
    left: 0;
    margin-left: 0;
    margin-right: 2%;
    position: fixed;
    top: 10%;
    max-width: 800px;
    width: 96%;    
    margin-right: 10px;
  }
  div.close {
    bottom: 24px;
    left: 0;
  } 
  #artist-info {
    max-width: 48%;
  }
}
@media only screen and (max-width: 900px) {
  #artist-info {
    max-width: 220px;
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  #artist-info {
    position: relative;
    margin-top: 0;
    max-width: 720px;
    width: 90%;
    height: auto;
  }
}
@media only screen and (max-width : 480px) {
  h1, h2, h3, h4, h5, h6 {
    clear: both;
  }
  h1 {
    padding: .5em 0 0 0;
  }
  #content {
    padding: 5px 5px 10px 5px;;    
  }
}  
@media only screen 
and (max-width : 480px) {
  #languages {
    margin-top: 5px;
  }
  nav {
    margin-top: 5px;
  }
  #smoothmenu ul li{
    display: inline;
    float: left;
    height: 30px;
    width: 50%;
  }
  #smoothmenu ul li a:link, #smoothmenu ul li a:visited {
    padding: 0 10px;
    line-height: 30px;
  }  
  #slider {
    overflow: hidden;
  }
  #toPopup {
    top: 6%;
    width: 96%;
    border: 2px solid #ccc;
    padding: 3px;
    left: 0;
    margin-left: 0;
    margin-right: 2%;
    position: fixed;
    max-width: 480px;
  }
 #smoothmenu ul li ul li {
    max-width: 480px;
    width: 100%;
    background: #fff;
    margin-top: 0;
    position: relative;
    z-index: 989;
    -webkit-border-radius: 0;  
    -moz-border-radius: 0;  
    border-radius: 0;
    height: 30px;
    padding: 0;
    float: none;
  }
  #smoothmenu ul li ul li a:link, #smoothmenu ul li ul li a:visited {
    color: #000;
    border: 1px solid #000;
    line-height: 30px;
  }

}
@media only screen 
and (max-width : 455px) {
  #smoothmenu ul li a:link {
    font-size: 1em;
  }
  #smoothmenu ul li ul li {
    max-width: auto;
    width: 100%;   
  }
  #smoothmenu ul li ul li a:link, #smoothmenu ul li ul li a:visited {
   font-size: .9em;
  }
}