html, body, .ui-page {
 width: 100%;
 height: 100%;
}

body {
 background: #000;
}

.ui-content {
 margin: 0 auto;
}


.ui-body-a {
 background: #efefef;
 border: 1px;
}

.notification {
 background: #fc3;
}

.notification .ui-li-desc {
 white-space: inherit;
 font-weight: inherit;
 font-size: inherit;
 text-overflow: inherit;
}

.dtNavBar img {
 width: 50px;
}

.ui-btn-up-c:hover { 
 background: #b8b8b8;
}

.ui-keyboard-button.ui-state-hover {
 border: inset;
}

.ui-btn-active:visited, .ui-btn-active:hover, .ui-btn-active a.ui-link-inherit {
 color: blue;
}



/*
.ui-mobile-viewport {
 -webkit-tap-highlight-color: rgba(255,0,0,1);
} 
*/

* { text-shadow: none !important; } 

.ui-input-text:hover,.ui-input-search:hover { -moz-box-shadow:0px 0px 12px #ee252c ;-webkit-box-shadow:0px 0px 12px #ee252c ;box-shadow:0px 0px 12px #ee252c ;}

[data-role="footer"] { display: none; }



//RWS

.home .ui-listview .ui-li.ui-btn {
 ;;
}

div[data-role="page"]:not(.home), div[data-role="page"]:not(.home) div[data-role="content"] { 
 background: white;
}

.home h4 { 
 padding-top: 25px;
 clear: both;
}


@media all and (min-width: 768px) {
 div[data-role="page"], div[data-role="content"] {
  background: #000;
 }
 .home .ui-content {
  padding: 9px; 
 }
 .home h4 { 
  color: white; 
 }
 .home .ui-listview .ui-li.ui-btn {
  float: left;
  width: 30.9333%;
  height: 232px;
  margin: 9px 1.2%;
  border-width: 0;
 }
 .home .ui-listview .ui-li.ui-btn-inner {
  border: inherit;
  border-width: 1px;
  margin: -1px;
 }
 .home .ui-listview .ui-btn-inner,
 .home .ui-listview .ui-btn-text,
 .home .ui-listview .ui-link-inherit,
 .home .ui-listview .ui-li-thumb {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
 }
 .home .ui-listview .ui-link-inherit {
  padding: 0 !important;
  position: relative;
 }
 .home .ui-listview .ui-li,
 .home .ui-listview .ui-btn-text,
 .home .ui-listview .ui-link-inherit,
 .home .ui-listview .ui-li-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
 }
 .home .ui-listview .ui-li-thumb {
  height: auto; 
  max-width: 100%;
  max-height: none;
  margin: 0;
  left: 0;
  z-index: -1;
 }
 .home .ui-listview .ui-icon {
  display: none;
 }
 .home .ui-listview .ui-li-heading,
 .home .ui-listview .ui-li-desc {
  white-space: normal;
  overflow: visible;
  position: absolute;
  left: 0;
  right: 0;
 }
 .home .ui-listview .ui-li-heading {
  margin: 0;
  padding: 20px;
  bottom: 1px;
  font-size: 11px;
 }
 .home .ui-listview .ui-li-desc {
  margin: 0;
  padding: 0 20px;
  min-height: 50%;
  bottom: 0;
  line-height: 1.5;
 }
 .home .ui-listview .ui-li-has-thumb .ui-li-heading,
 .home .ui-listview .ui-li-has-thumb .ui-li-desc {
  -webkit-background-clip: padding;
  background-clip: padding-box;
 }
 .home .ui-listview .ui-li-has-thumb .ui-li-heading {
  padding: 10px;
  bottom: 1%;
 }
 .home .ui-listview .ui-li-has-thumb .ui-li-desc {
  padding: 0 10px;
  min-height: 20%;
  -webkit-border-bottom-left-radius: inherit;
  border-bottom-left-radius: inherit;
  -webkit-border-bottom-right-radius: inherit;
  border-bottom-right-radius: inherit;
 }
 .home .ui-listview  .ui-li-has-count .ui-li-count {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  top: 15px ;
  right: 40%;
  background: #dd1a22;
  color: #fff;
 }
 .home .ui-listview .ui-btn:hover {
  -moz-box-shadow: 0px 0px 12px #387bbe;
  -webkit-box-shadow: 0px 0px 12px #387bbe;
  box-shadow: 0px 0px 12px #387bbe;
 }
 .home .ui-listview .ui-btn {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease; 
 }
 .home .ui-content {
  padding: 10px;
 }
 .home .ui-listview {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 5%;
 }
 .home .ui-listview .ui-li.ui-btn {
  width: 23%;
  height: 230px;
  margin: 10px 1%;
 }
}


.fbDiv {
 height: 0px;
 text-align: right;
 position: relative;
 top: -26px;
 z-index: 99999999999999;
}

.fbRecommend, .fbLike {
  padding-right: 10px;
 cursor: url(../img/fbLikeIcon.png), crosshair;
}

