h1,h2,h3,h4,h5,h6 { font-family : "Open Sans", sans-serif; }
body {font-family: "Open Sans", sans-serif; }

@media only screen and (min-width:1024px) {
#header {position:fixed; background-color:#ffffff;border-bottom:none; height:118px!important;top:0px;}
#logo {margin-top:15px;}
  .fullwidthabanner, #full-player-wrap{margin-top:118px;}

}

/*#main-content {margin-top:60px!important;}*/
#page-header {padding-top:140px!important;margin-top: 30px;}



#main-nav .current-menu-item > a {border-left:none; border-right:none;background-color:#ffffff;}
#main-nav .current_page_item > a {border-left:none; border-right:none;background-color:#ffffff;}
#main-nav a:hover {border-left:none; border-right:none;background-color:#ffffff;}
#main-nav a {border-left:none; border-right:none;color:#444444}
#main-nav {border-left:none; border-right:none;}
#main-nav .current-menu-ancestor > a {background-color:#fff;border-right:none;}
/* #full-player-wrap {background: #1D1D1D;border-top:none;}
.playable .ui.progress {border-color:#1D1D1D;background-color:#999;} */


@media only screen and (max-width:1024px) {
  #header {background-color:#ffffff;border-bottom:none}
  #logo {margin-top:5px;}
   #main-content {padding-top:0px!important;}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  #header {height:118px!important; background-color:#ffffff;border-bottom:none}
  #logo {margin-top:15px;}
  #main-content {padding-top:0px!important;}
  .responsive-nav {margin-top:35px!important;}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2)

  {
  #header {height:118px!important; background-color:#ffffff;border-bottom:none}
  #logo {margin-top:15px;}
  #main-content {padding-top:80px!important;}
  .responsive-nav {margin-top:35px!important;}
  }