@import url("../taglib/css/reset-html5-tag.css");
html {
  height: 100%;
}

body {
  font-family: "museo sans", "helvetica neue", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  height: 100%;
}

body{
	direction: ltr;
}

body.arabic {
  direction: rtl;
}

a {
  color: #ff5e17;
}
a:hover {
  color: #ff5e17;
}

#document {
  overflow: hidden;
  position: relative;
  height: 100%;
}

#document > header {
  background-color: #005186;
  color: #fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  height: 45px;
  line-height: 45px;
  border: 1px solid #004161;
  border-bottom: none;
  -moz-box-shadow: 0 1px 0 #007dbc inset;
  -webkit-box-shadow: 0 1px 0 #007dbc inset;
  -ms-box-shadow: 0 1px 0 #007dbc inset;
  -o-box-shadow: 0 1px 0 #007dbc inset;
  box-shadow: 0 1px 0 #007dbc inset;
  padding-left: 5px;
  position: relative;
  z-index: 999;
}
#document > header h1 {
  margin-top: 5px;
  position: absolute;
  z-index: 1000;
  text-indent: -999em;
  width: 78px;
  height: 58px;
  background: url("../images/player/twr360-logo.svg") no-repeat left top;
  background-size: contain;
}
#document > header h1 a {
  display: block;
  text-indent: -999em;
  height: 45px;
}
body.arabic #document > header h1 {
  left: 5px;
  float: right;
}
#document > header #tagline {
  position: absolute;
  z-index: 1001;
  margin-top: 11px;
  left: 85px;
  float: left;
  line-height: 12px;
  font-size: .7em;
  text-indent: -11px;
}
body.arabic #document > header #tagline {
  float: right;
  text-indent: 0;
}
#document > header #ministries {
  position: relative;
  float: right;
}
@media (max-width: 570px) {
  #document > header #ministries {
    position: static;
  }
}
#document > header #ministries h2 {
  cursor: pointer;
  padding-right: 20px;
  font-size: .9em;
  height: 45px;
  color: #7aa8c4;
  color: #fff;
}
#document > header #ministries h2:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0ca";
  margin-right: .25em;
  font-size: 1.3em;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
body.arabic #document > header #ministries h2:before {
  margin-right: 0;
  margin-left: .3em;
}
#document > header #ministries h2:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
  margin-left: .44em;
  font-size: .8em;
}
body.arabic #document > header #ministries h2:after {
  margin-right: .44em;
  margin-left: 0em;
}
@media (max-width: 420px) {
  #document > header #ministries h2 {
    overflow: hidden;
    text-align: center;
    width: 40px;
    line-height: 45px;
    margin: 0;
    padding: 0;
  }
  #document > header #ministries h2:before {
    font-size: 1.5em;
    height: 45px;
    line-height: 45px;
    display: block;
    margin: 0;
  }
}
#document > header #ministries.open h2 {
  color: #fff;
}
#document > header #ministries.open h2:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d8";
}
#document > header #ministries ul {
  right: 0;
  position: absolute;
  z-index: 10002;
  display: none;
  list-style: none;
  background-color: #003253;
  min-width: 130px;
  padding: 0.1875em 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 570px) {
  #document > header #ministries ul {
    width: 100%;
  }
}
#document > header #ministries ul li a {
  font-size: 0.9em;
  line-height: 2.5em;
  margin: 0em;
  padding: 0em 1.1em;
  display: block;
  white-space: nowrap;
  color: #7aa8c4;
  text-decoration: none;
}
#document > header #ministries ul li a:hover {
  color: #fff;
}
#document > header #languages {
  position: relative;
  float: right;
}
@media (max-width: 570px) {
  #document > header #languages {
    position: static;
  }
}
#document > header #languages h2 {
  cursor: pointer;
  padding-right: 10px;
  font-size: .9em;
  height: 45px;
  color: #fff;
}
#document > header #languages h2:before {
  font-family: 'twr360';
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e003";
  margin-right: .25em;
  font-size: 1.3em;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
body.arabic #document > header #languages h2:before {
  margin-right: 0;
  margin-left: .3em;
}
#document > header #languages h2:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
  margin-left: .44em;
  font-size: .8em;
}
body.arabic #document > header #languages h2:after {
  margin-right: .44em;
  margin-left: 0em;
}
@media (max-width: 420px) {
  #document > header #languages h2 {
    overflow: hidden;
    text-align: center;
    width: 40px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    padding-right: 5px;
  }
  #document > header #languages h2:before {
    font-size: 1.5em;
    height: 45px;
    line-height: 45px;
    display: block;
    margin: 0;
  }
}
#document > header #languages.open h2 {
  color: #fff;
}
#document > header #languages.open h2:after {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f0d8";
}
#document > header #languages ul {
  right: 0;
  position: absolute;
  z-index: 10002;
  display: none;
  list-style: none;
  background-color: #003253;
  min-width: 130px;
  padding: 0.1875em 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 570px) {
  #document > header #languages ul {
    width: 100%;
  }
}
#document > header #languages ul li a {
  font-size: 0.9em;
  line-height: 2.5em;
  margin: 0em;
  padding: 0em 1.1em;
  display: block;
  white-space: nowrap;
  color: #7aa8c4;
  text-decoration: none;
}
#document > header #languages ul li a:hover {
  color: #fff;
}

#content {
  overflow: hidden;
}

#player-container {
  height: 350px;
  position: relative;
  background-color: #000;
}
#player-container #player-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#player-container #player-inner #player-audio-overlay {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 65px;
}
#player-container #player-inner #player-audio-overlay img {
  margin: 0 auto;
  display: block;
}
#player-container #player-inner #player_display_button {
  top: 75% !important;
  background-color: #ff5e17;
  background-image: none !important;
  border-radius: 5px;
  z-index: 400;
}

#player, #video_tag {
	width: 100%;
	height: 100%;
}

.player_watermark {
  position: absolute;
  top: 65px;
  left: 20px;
}

#share {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 900;
  padding: 1.5em;
  color: #aaa;
}
#share .close {
  float: right;
  color: #888;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1.25em;
  margin: 0.3125em 0em 0em 0.625em;
}
body.arabic #share .close {
  float: left;
  margin-left: 0;
}
#share .close:hover {
  color: #ff5e17;
}
#share .close:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f057";
  margin-right: .2em;
  font-size: 1.2em;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
body.arabic #share .close:before {
  margin-right: 0;
  margin-left: .2em;
}
#share h2 {
  font-size: 1.6em;
  line-height: 1.40625em;
  margin-top: 0em;
  margin-bottom: 0.9375em;
  color: #fff;
}
#share h3 {
  font-size: 1.22em;
  line-height: 1.22951em;
  margin-top: 0.92213em;
  margin-bottom: 0.30738em;
  color: #fff;
}
#share section {
  margin-bottom: 1.5em;
}
#share section input[type="text"], #share section textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: inherit;
  font-family: inherit;
  padding: 5px;
}
.ie7 #share section input[type="text"], .ie7 #share section textarea {
  behavior: url("/taglib/css/boxsizing.htc");
}
#share section.basic {
  position: relative;
  margin-bottom: 0.75em;
}
#share section.basic:after {
  display: block;
  clear: both;
  content: " ";
  overflow: hidden;
  height: 0;
}
#share section.basic ul.social {
  margin: 0 1em 0.75em 0;
  list-style: none;
  float: left;
}
body.arabic #share section.basic ul.social {
  margin-right: 0;
  margin-left: 1em;
  float: right;
}
#share section.basic ul.social li {
  display: inline;
}

#share section.basic ul.social li a{
	font-size: 1.4em;
	line-height: 1.9em;
	height: 1.8em;
	width: 1.8em;
	margin: 0em;
	padding: 0;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	background-color: #aaa;
	color: #fff;
	border-radius: 50%;
}

#share section.basic ul.social li a:before{
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
}

#share section.basic ul.social li.facebook a{
	background-color: #305991;
}

#share section.basic ul.social li.facebook a:before{
	content: "\f09a";
}

#share section.basic ul.social li.twitter a{
	background-color: #2DA8D2;
}

#share section.basic ul.social li.twitter a:before{
	content: "\f099";
}

#share section.basic ul.social li.google a{
	background-color: #DB4437;
}

#share section.basic ul.social li.google a:before{
	content: "\f0d5";
}



#share section.basic ul.social li img {
  vertical-align: middle;
}
#share section.basic div.url {
  padding-top: 0.15em;
  display: inline;
  float: left;
  white-space: nowrap;
  margin-bottom: 0.75em;
}
body.arabic #share section.basic div.url {
  float: right;
}
#share section.basic div.url input {
  width: 18em;
}
@media (max-width: 480px) {
  #share section.basic div.url input {
    width: auto;
  }
}
#share section.email {
  border-top: 1px solid #444;
}
#share section.email ul {
  list-style: none;
}
#share section.email ul li {
  margin-bottom: 0.75em;
}
#share section.email ul li label {
  display: block;
  line-height: 1.125em;
  margin-bottom: 0.375em;
}
#share section.email ul li small {
  font-size: .75em;
  font-style: italic;
}
#share section.email button {
  list-style: none;
  background-color: #0A649B;
  color: #fff;
  font-size: inherit;
  font-family: inherit;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.875em;
  margin: 0em;
  height: 1.875em;
  padding: 0em 0.75em;
}
#share section.embed {
  border-top: 1px solid #444;
}

#playlist-search {
  z-index: 101;
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0.75em;
}
#playlist-search .field-search {
  position: relative;
}
#playlist-search .field-search label {
  position: absolute;
  overflow: hidden;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0em;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  opacity: .5;
  color: #444444;
  padding: 1px;
}
#playlist-search .field-search label:before {
  display: block;
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
}
#playlist-search .field-search input[type="search"] {
  margin: 0;
  -webkit-appearance: none;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #e6e6e6;
  font-family: inherit;
  font-size: 1em;
  padding: 5px 5px 5px 26px;
  width: 100%;
  box-sizing: border-box;
}
body.arabic #playlist-search .field-search input[type="search"] {
  padding: 5px 26px 5px 5px;
}
#playlist-search .field-filter {
  margin-top: 0.375em;
}
#playlist-search .field-filter label {
  font-size: .83em;
}
#playlist-search.searching label:before {
  content: url("../images/player/searching.gif");
  position: relative;
  top: 3px;
}

#playlist {
  background-color: #262728;
  border-top: 1px solid #000;
  padding: 8px;
  -moz-box-shadow: inset 0 1px 0 #3c3d3e;
  -webkit-box-shadow: inset 0 1px 0 #3c3d3e;
  -ms-box-shadow: inset 0 1px 0 #3c3d3e;
  -o-box-shadow: inset 0 1px 0 #3c3d3e;
  box-shadow: inset 0 1px 0 #3c3d3e;
  position: absolute;
  top: 396px;
  left: 0;
  right: 0;
  bottom: 0;
}
#playlist .tabbed {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  top: 8px;
}
#playlist .tabbed .tabs {
  margin: 0;
  list-style: none;
  overflow: hidden;
}

#playlist .tabbed .tabs.multi-ministry li.search{
	display: none;
}
#playlist .tabbed .tabs > li {
  float: left;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0em;
  padding: 0.15em 1.125em 0.6em;
  cursor: pointer;
  color: #bbb;
}
@media (max-width: 580px) {
  #playlist .tabbed .tabs > li {
    font-size: 0.88em;
    line-height: 1.70455em;
    margin: 0em;
    padding: 0.17045em 0.85227em 0.68182em;
  }
}
@media (max-width: 460px) {
  #playlist .tabbed .tabs > li {
    font-size: 0.75em;
    line-height: 2em;
    margin: 0em;
    padding: 0.2em 0.66em 0.8em;
  }
}
body.arabic #playlist .tabbed .tabs > li {
  float: right;
}
#playlist .tabbed .tabs > li:hover {
  color: #fff;
}
#playlist .tabbed .tabs > li.current {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0em;
  padding: 0.3em 1.125em 0.45em;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  background-color: #fff;
  color: #444444;
}
@media (max-width: 580px) {
  #playlist .tabbed .tabs > li.current {
    font-size: 0.88em;
    line-height: 1.70455em;
    margin: 0em;
    padding: 0.34091em 0.85227em 0.51136em;
  }
}
@media (max-width: 460px) {
  #playlist .tabbed .tabs > li.current {
    font-size: 0.75em;
    line-height: 2em;
    margin: 0em;
    padding: 0.2em 1em 0.8em;
  }
}
#playlist .tabbed .tabs-container {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.25em;
  bottom: 0;
  background-color: #fff;
}
#playlist .tabbed .feed {
  color: #444444;
  display: none;
}
#playlist .tabbed .feed div.search {
  padding: 0.375em 0.75em;
  margin: 0.75em 0.75em 0;
  overflow: hidden;
  color: #666;
  background-color: #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#playlist .tabbed .feed div.search .term {
  float: left;
}
#playlist .tabbed .feed div.search .clear {
  float: right;
  cursor: pointer;
  font-size: 0.9em;
  line-height: 1.66667em;
  color: #888;
}
#playlist .tabbed .feed div.search .clear:hover {
  color: #ff5e17;
}
#playlist .tabbed .feed div.search .clear:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f057";
  margin-right: .3em;
}
#playlist .tabbed .feed div.search + section {
  border-top: none;
}
#playlist .tabbed .feed div.select_a_ministry {
  color: #fff;
  background-color: #ff5e17;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0.75em;
  padding: 0.375em 0.75em;
  font-weight: bold;
}
#playlist .tabbed .feed div.select_a_ministry:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f05a";
  margin-right: .3em;
}
#playlist .tabbed .feed.current {
  display: block;
}
#playlist .tabbed .feed.programs > section {
  padding: 1.05em 0.75em;
  border-top: 1px solid #ddd;
}
#playlist .tabbed .feed.programs > section:first-child {
  border-top: none;
}
#playlist .tabbed .feed.programs > section header {
  font-size: 1em;
  line-height: 1.2em;
  cursor: pointer;
  position: relative;
}
#playlist .tabbed .feed.programs > section header h1 {
  margin: 0 0em 0 0em;
  padding-left: 2em;
  padding-right: .75em;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 760px) {
  #playlist .tabbed .feed.programs > section header h1 {
    margin-right: 0 !important;
  }
}
body.arabic #playlist .tabbed .feed.programs > section header h1 {
  padding-left: .75em;
  padding-right: 2em;
}
#playlist .tabbed .feed.programs > section header h1:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f055";
  color: #bbb;
  position: absolute;
  top: 50%;
  font-size: 18px;
  line-height: 18px;
  margin-top: -9px;
  margin-left: -29px;
}
body.arabic #playlist .tabbed .feed.programs > section header h1:before {
  margin-left: 0px;
  margin-right: -22px;
}
#playlist .tabbed .feed.programs > section header:hover h1:before {
  color: #ff5e17;
}
#playlist .tabbed .feed.programs > section header.open h1:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f056";
}
#playlist .tabbed .feed.programs > section header .meta {
  margin: 0 0em 0 0em;
  padding-left: 2em;
  padding-right: .75em;
  color: #888;
}
@media (max-width: 760px) {
  #playlist .tabbed .feed.programs > section header .meta {
    margin-right: 0 !important;
  }
}
body.arabic #playlist .tabbed .feed.programs > section header .meta {
  padding-left: .75em;
  padding-right: 2em;
}
#playlist .tabbed .feed.programs > section header .meta time, #playlist .tabbed .feed.programs > section header .meta cite {
  font-size: .75em;
  font-style: normal;
}
#playlist .tabbed .feed.programs > section header .meta time:before, #playlist .tabbed .feed.programs > section header .meta cite:before {
  content: "\00b7";
  margin-right: .3em;
}
#playlist .tabbed .feed.programs > section header .meta time:first-child:before, #playlist .tabbed .feed.programs > section header .meta time:only-child:before, #playlist .tabbed .feed.programs > section header .meta cite:first-child:before, #playlist .tabbed .feed.programs > section header .meta cite:only-child:before {
  content: "";
  margin: 0;
}
#playlist .tabbed .feed.programs > section .description {
  display: none;
  overflow: hidden;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
#playlist .tabbed .feed.programs > section .description .wrapper {
  margin: 1.05em 1em 0 2em;
}
#playlist .tabbed .feed.programs > section .actions {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.9375em;
}
@media (max-width: 760px) {
  #playlist .tabbed .feed.programs > section .actions {
    margin-top: 0.75em;
    position: static;
    padding-left: 2em;
  }
  #playlist .tabbed .feed.programs > section .actions:after {
    display: block;
    clear: both;
    content: " ";
    overflow: hidden;
    height: 0;
  }
}
#playlist .tabbed .feed.programs > section .actions > li {
  text-align: center;
  float: left;
  list-style: none;
  background-color: #0A649B;
  background-color: #6fc215;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.85em;
  line-height: 2.20588em;
  margin: 0em;
  height: 2.20588em;
  padding: 0em 0.58235em;
  margin-left: 4px;
}
#playlist .tabbed .feed.programs > section .actions > li:hover {
  background-color: #ff5e17;
}
#playlist .tabbed .feed.programs > section .actions > li.video a:before {
  font-family: 'twr360';
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  margin-right: .33em;
}
body.arabic #playlist .tabbed .feed.programs > section .actions > li.video a:before {
  margin-left: .33em;
  margin-right: 0;
}
#playlist .tabbed .feed.programs > section .actions > li.audio a:before {
  font-family: 'twr360';
  speak: none;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e001";
  margin-right: .33em;
}
body.arabic #playlist .tabbed .feed.programs > section .actions > li.audio a:before {
  margin-left: .33em;
  margin-right: 0;
}
#playlist .tabbed .feed.programs > section .actions > li.ereader a:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f02d";
  margin-right: .33em;
}
body.arabic #playlist .tabbed .feed.programs > section .actions > li.ereader a:before {
  margin-left: .33em;
  margin-right: 0;
}
#playlist .tabbed .feed.programs > section .actions > li.share:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f045";
  margin-right: .33em;
}
body.arabic #playlist .tabbed .feed.programs > section .actions > li.share:before {
  margin-left: .33em;
  margin-right: 0;
}
#playlist .tabbed .feed.programs > section .actions > li.download {
  position: relative;
}
#playlist .tabbed .feed.programs > section .actions > li.download > a:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f019";
  margin-right: .33em;
}
body.arabic #playlist .tabbed .feed.programs > section .actions > li.download > a:before {
  margin-left: .33em;
  margin-right: 0;
}
#playlist .tabbed .feed.programs > section .actions > li.download ul {
  list-style: none;
  margin: 0;
  text-align: left;
  left: 0;
  position: absolute;
  z-index: 200;
  border: 2px solid #0A649B;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  min-width: 100%;
  width: 100px;
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#playlist .tabbed .feed.programs > section .actions > li.download ul.expanded {
  display: block;
}
#playlist .tabbed .feed.programs > section .actions > li.download ul li + li {
  border-top: 1px solid #ddd;
}
#playlist .tabbed .feed.programs > section .actions > li.download ul a {
  padding: 0 .6em;
  text-decoration: none;
  color: #0A649B;
  display: block;
}
#playlist .tabbed .feed.programs > section .actions > li.download ul a:hover {
  color: #ff5e17;
}
@media (max-width: 760px) {
  #playlist .tabbed .feed.programs > section .actions > li {
    margin-left: 4px;
    height: 32px;
    width: 48px;
    line-height: 32px;
    text-align: center;
    padding: 0;
  }
  #playlist .tabbed .feed.programs > section .actions > li.video a, #playlist .tabbed .feed.programs > section .actions > li.audio a, #playlist .tabbed .feed.programs > section .actions > li.ereader a, #playlist .tabbed .feed.programs > section .actions > li.download > a, #playlist .tabbed .feed.programs > section .actions > li.share {
    overflow: hidden;
    height: 32px;
    width: 48px;
    line-height: 32px;
    text-align: center;
    padding: 0;
  }
  #playlist .tabbed .feed.programs > section .actions > li.video a:before, #playlist .tabbed .feed.programs > section .actions > li.audio a:before, #playlist .tabbed .feed.programs > section .actions > li.ereader a:before, #playlist .tabbed .feed.programs > section .actions > li.download > a:before, #playlist .tabbed .feed.programs > section .actions > li.share:before {
    height: 32px;
    width: 48px;
    line-height: 34px;
    font-size: 1.33em;
    display: block;
    margin: 0;
  }
}
#playlist .tabbed .feed.programs > section .actions > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#playlist .tabbed .feed.programs > section .actions > li > a:before {
  vertical-align: middle;
  top: -2px;
  position: relative;
}
#playlist .tabbed .feed.programs > section.current {
  background-color: #ff5e17 !important;
  color: #fff;
  border-color: #e34500 !important;
}
#playlist .tabbed .feed.programs > section.current .meta, #playlist .tabbed .feed.programs > section.current header h1:before {
  color: #fff;
}
#playlist .tabbed .feed.programs > section.current + section {
  border-color: #e34500;
}
#playlist .tabbed .feed.programs > section.current .actions li {
  background-color: #b03600;
}
#playlist .tabbed .feed.categories > section {
  overflow: hidden;
  position: relative;
  z-index: 100;
}
#playlist .tabbed .feed.categories > section > h1 {
  padding: 1.05em 0.75em 1.05em 2.75em;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
body.arabic #playlist .tabbed .feed.categories > section > h1 {
  padding: 1.05em 2.75em 1.05em 0.75em;
}
#playlist .tabbed .feed.categories > section > h1:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f055";
  color: #bbb;
  position: absolute;
  top: 50%;
  font-size: 18px;
  line-height: 18px;
  margin-top: -9px;
  margin-left: -29px;
}

body.arabic #playlist .tabbed .feed.categories > section > h1:before {
  margin-left: 0px;
  margin-right: -22px;
}
#playlist .tabbed .feed.categories > section > h1:hover:before {
  color: #ff5e17;
}
#playlist .tabbed .feed.categories > section.open > h1:before {
  font-family: FontAwesome;
  font-weight: normal !important;
  font-style: normal !important;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f056";
}
#playlist .tabbed .feed.categories > section > .feed.programs {
  padding-left: 1.4em;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}
body.arabic #playlist .tabbed .feed.categories > section > .feed.programs {
  padding-left: 0;
  padding-right: 2.75em;
}
#playlist .tabbed .feed.categories > section > .feed.programs > section {
  border-left: 1px solid #ddd;
  background-color: #fff;
}
body.arabic #playlist .tabbed .feed.categories > section > .feed.programs > section {
  border-left: 0;
  border-right: 1px solid #ddd;
}

#ministries_main {
  padding: 0 !important;
}
#ministries_main section {
  padding: 0.75em;
  border-top: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
}
#ministries_main section:first-child {
  border-top: none;
}
#ministries_main section a.thumbnail {
  display: inline-block;
  vertical-align: middle;
}
#ministries_main section a.thumbnail img {
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  display: block;
  margin-right: .6em;
}
#ministries_main section h1 {
  display: inline-block;
  vertical-align: middle;
}

#playlist .feed.programs section.no-details h1:before{
	display: none;
}
