/*** YJ News Pop
* @package YJ News Pop
* @author Youjoomla.com
* @website Youjoomla.com 
* @copyright  Copyright (c)  since 2007 Youjoomla.com.
* @license   PHP files are GNU/GPL V2 Copyleft CSS / JS / IMAGES are Copyrighted Commercial
*/
div.yjNewsPopContainer {
  display:block;
  position:relative;
  opacity:0;
}
/* filter */
ul.yjnewspopFilter {
  display:block;
  border-bottom: 1px solid #f5f5f5;
  overflow:hidden;
  text-align:center;
  margin:0px 5px 20px 5px;
  padding:0 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.yjnewspopFilter li {
  display:inline-block!important;
  text-align:center;
  margin:0;
  padding:0;
  background:none;
  float:none;
}
ul.yjnewspopFilter li.hide {
}
ul.yjnewspopFilter li.hide a.disabled:hover {
  background:none;
}
ul.yjnewspopFilter li a {
  padding:10px 15px;
  display:block;
  margin:0 2px;
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
ul.yjnewspopFilter li a:hover,
ul.yjnewspopFilter li a.selected {
  background: #f4f4f4;
}
/* category items holder */
.yjnewspopLayout {
  display:block;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* News Pop item */
.yjnewspopItem {
  display:block;
  overflow:hidden;
  position:relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yjnewspopItem.height2 {
  height: 230px;
}
@media screen and (max-width: 980px) {
.yjnewspopItem {
  width:33%!important;
}
}
@media screen and (max-width: 780px) {
.yjnewspopItem {
  width:49%!important;
}
}
@media screen and (max-width: 680px) {
.yjnewspopItem {
  width:100%!important;
}
}
.yjnewspop {
  display:block;
  overflow:hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0px;
  background:#fff;
  margin:0;
}
.yjnewspopC {
  display:block;
  overflow:hidden;
  position:relative;
}
.yjnewspop a.yjnewspopLink {
  font-size:0;
  line-height:0;
  display:block;
  position:relative;
  overflow:hidden;
  padding:0;
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yjnewspop a.yjnewspopLink {
  -webkit-transition: max-width .5s ease-out;
  -moz-transition: max-width .5s ease-out;
  -ms-transition: max-width .5s ease-out;
  -o-transition: max-width .5s ease-out;
  transition: max-width .5s ease-out;
}
.yjnewspop a.yjnewspopLink img {
  width: 100%;
  max-width:100%;
  -webkit-transition: margin-top .5s ease-out;
  -moz-transition: margin-top .5s ease-out;
  -ms-transition: margin-top .5s ease-out;
  -o-transition: margin-top .5s ease-out;
  transition: margin-top .5s ease-out;
}
.yjnewspop a.yjnewspopLink img {
  display: block;
  margin: 0;
  padding: 0;
}
.yjnewspopC div.yjnewspopIntro {
  position: absolute;
  width: 100%;
  height: 100%;
  display:block;
  text-align:center;
  overflow:hidden;
  background:url(../images/yjnewspopIntro.png);
  box-shadow: inset 0px 0px 35px 4px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: inset 0px 0px 35px 4px rgba(0, 0, 0, 0.47);
  -webkit-box-shadow: inset 0px 0px 35px 4px rgba(0, 0, 0, 0.47);
}
.yjnewspopInfo {
  display:block;
  position:relative;
  overflow:hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.yjnewspopInfo .infoItem {
  display:block;
  clear:both;
  margin-top:10px;
  overflow:hidden;
}
.yjnewspopC div.yjnewspopIntro h2 {
  color:#fff;
  display:inline-block;
  border-bottom:1px solid #fff;
  padding:0 10px;
}
div.yjnewspopIntro .yjnewspopIcons {
  font-size:20px;
  font-weight:normal;
}
div.yjnewspopIntro .yjnewspopIcons a {
  margin:0 5px;
}
div.yjnewspopIntro .yjnewspopCat a {
  font-size:120%;
  display:inline-block;
}
div.yjnewspopIntro,
div.yjnewspopIntro a {
  color:#fff;
}
div.yjnewspopIntro a:hover,
div.yjnewspopIntro a:hover span {
  color:#2e2e2e;
}
.yjnewspopIntroBlock {
  display:block;
  position:relative;
  padding:15px 0 15px 0;
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.introTitle {
}
.introAuthor {
}
div.yjNewsPopContainer .load_more {
  height:50px;
  margin:0 auto;
  display:block;
  overflow:hidden;
}
div.yjNewsPopContainer a.getmore,
div.yjNewsPopContainer a.getmore:hover,
div.yjNewsPopContainer a.getmore:focus {
  width:150px;
  height:30px;
  margin:10px auto;
  text-align:center;
  line-height:32px;
  display:block;
  text-transform:uppercase;
  color:#999;
  text-shadow:1px 1px #fff;
  font-size:13px;
  border:1px solid #dedede;
  cursor:pointer!important;
  background:#efefef;
}
div.yjNewsPopContainer .loading {
  text-align: center;
  display:block;
  overflow:hidden;
  z-index: 4000;
  position: fixed;
  bottom: 40px;
  width: 200px;
  padding: 10px 0;
  height:80px;
  background:#000 url(../images/loadnews.gif) no-repeat center top;
  color: #fff;
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
div.yjNewsPopContainer .loading .loadingtxt {
  position:absolute;
  bottom:10px;
  width:100%;
  text-align:center;
}
.clear-news {
  display: block;
  visibility: hidden;
  clear: both;
}
/*Tipr drop 1.0Copyright (c) 2013 TipueTipr is released under the MIT Licensehttp://www.tipue.com/tipr*/
.tipr_content {
  font-size:11px;
  text-transform:none;
  color: #333;
  background-color: #fff;
  color: #333;
  padding: 9px 17px;
  max-width:200px;
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000;
}
.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -75px;
  z-index: 1000;
}
.tipr_point_top,
.tipr_point_bottom {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius:4px;
  -khtml-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
.tipr_point_top:after,
.tipr_point_top:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_top:after {
  border-top-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_top:before {
  border-top-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}
.tipr_point_bottom:after,
.tipr_point_bottom:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}
.tipr_point_bottom:after {
  border-bottom-color: #fff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.tipr_point_bottom:before {
  border-bottom-color: #dcdcdc;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
  overflow-x:hidden!important;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox_sprite@2x.png');
  background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
  background-image: url('../images/fancybox_loading@2x.gif');
  background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
.fancybox-nav {
  width: 60px;
}
.fancybox-nav span {
  visibility: visible;
  opacity: 0.5;
}
.fancybox-nav:hover span {
  opacity: 1;
}
.fancybox-next {
  right: -60px;
}
.fancybox-prev {
  left: -60px;
}
.fancybox-type-ajax .fancybox-next {
  right: -80px;
}
.fancybox-type-ajax .fancybox-prev {
  left: -80px;
}
.fancybox-type-iframe .fancybox-next {
  right: -80px;
}
.fancybox-type-iframe .fancybox-prev {
  left: -80px;
}
.fancybox-type-swf .fancybox-inner {
  overflow:hidden!important;
}/* icons  */
@font-face {
  font-family: 'yjnewspop';
  src:url('fonts/yjnewspop.eot?uws0v5');
  src:url('fonts/yjnewspop.eot?#iefixuws0v5') format('embedded-opentype'), url('fonts/yjnewspop.woff?uws0v5') format('woff'), url('fonts/yjnewspop.ttf?uws0v5') format('truetype'), url('fonts/yjnewspop.svg?uws0v5#yjnewspop') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ico_"], [class*=" ico_"] {
font-family: 'yjnewspop';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ico_pause:before {
  content: "e609";
}
.ico_list:before {
  content: "e600";
}
.ico_play:before {
  content: "e601";
}
.ico_pause2:before {
  content: "e602";
}
.ico_backward:before {
  content: "e603";
}
.ico_forward:before {
  content: "e604";
}
.ico_volume-low:before {
  content: "e605";
}
.ico_volume-mute:before {
  content: "e606";
}
.ico_loop:before {
  content: "e607";
}
.ico_shuffle:before {
  content: "e608";
}
.ico_youtube:before {
  content: "75";
}
.ico_twitter:before {
  content: "74";
}
.ico_facebook:before {
  content: "66";
}
.ico_star:before {
  content: "64";
}
.ico_bubbles:before {
  content: "63";
}
.ico_alarm:before {
  content: "61";
}
.ico_google-plus:before {
  content: "67";
}
.ico_link:before {
  content: "21";
}
.ico_accessibility:before {
  content: "22";
}
.ico_eye:before {
  content: "23";
}
.ico_thumbs-up:before {
  content: "24";
}
.ico_thumbs-up-2:before {
  content: "25";
}
.ico_info:before {
  content: "26";
}
.ico_image:before {
  content: "27";
}
.ico_camera:before {
  content: "28";
}
.ico_image-2:before {
  content: "29";
}
.ico_images:before {
  content: "2a";
}
.ico_pinterest:before {
  content: "2b";
}
.ico_vimeo2:before {
  content: "2c";
}
.ico_map:before {
  content: "2d";
}
.ico_shuffle:before {
  content: "e608";
}/* playlist */
.yjnewspop-playlist-wrap {
  display:none;
  position:relative;
  margin-top:30px;
  margin-bottom:30px;
}
.yjnewspop-playlist-wrap:after {
  display:table;
  content:'';
  clear:both;
}
.yjnewspop-playlist {
  margin:0 auto;
  width:100%;
  height: 100%;
  max-width: 100%;
  min-height: 50px
}
div.yjnewspop-playlist {
  background:#fff;
}
div.yjnewspop-playlist .mejs-controls {
  background:#fff;
  border:1px solid #f5f5f5;
}
div.yjnewspop-playlist .mejs-controls .mejs-time span {
  color:#121212;
}
div.yjnewspop-playlist .mejs-controls .mejs-time-rail .mejs-time-total,
div.yjnewspop-playlist .mejs-controls .mejs-time-rail .mejs-time-loaded,
div.yjnewspop-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background:#e4e4e4;
}
div.yjnewspop-playlist .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current,
div.yjnewspop-playlist .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
div.yjnewspop-playlist .mejs-controls .mejs-time-rail .mejs-time-float {
  background:#00aff8;
}
div.yjnewspop-playlist .mejs-controls .mejs-time-rail .mejs-time-float {
  color:#fff;
  border:none;
}
div.yjnewspop-playlist .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  border: solid 5px #00aff8;
  border-color: #00aff8 transparent transparent transparent;
}
.yjnewspop-playlist .mejs-controls .mejs-button button {
  font-family: 'yjnewspop';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  background:none!important;
  font-size:16px;
  line-height:1;
  text-align:center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}
.yjnewspop-playlist .mejs-controls .mejs-button button:hover,
.yjnewspop-playlist .mejs-controls .mejs-button button:focus {
  outline: none;
}
.yjnewspop-playlist .mejs-controls button:before {
  color:#121212;
}
.yjnewspop-playlist .mejs-controls .mejs-prevtrack button:before {
  content: "e603";
}
.yjnewspop-playlist .mejs-controls .mejs-play button:before {
  content: "e601";
}
.yjnewspop-playlist .mejs-controls .mejs-pause button:before {
  content: "e609";
}
.yjnewspop-playlist .mejs-controls .mejs-nexttrack button:before {
  content: "e604";
}
.yjnewspop-playlist .mejs-controls .mejs-mute button:before {
  content: "e605";
}
.yjnewspop-playlist .mejs-controls .mejs-unmute button:before {
  content: "e606";
}
.yjnewspop-playlist .mejs-controls .mejs-show-playlist button:before,
.yjnewspop-playlist .mejs-controls .mejs-hide-playlist button:before {
  content: "e600";
}
.yjnewspop-playlist .mejs-controls .mejs-loop-on button:before,
.yjnewspop-playlist .mejs-controls .mejs-loop-off button:before {
  content: "e607";
}
.yjnewspop-playlist .mejs-controls .mejs-shuffle-on button:before,
.yjnewspop-playlist .mejs-controls .mejs-shuffle-off button:before {
  content: "e608";
}
.yjnewspop-playlist .mejs-controls .mejs-show-playlist button:before,
.yjnewspop-playlist .mejs-controls .mejs-unmute button:before,
.yjnewspop-playlist .mejs-controls .mejs-shuffle-off button:before,
.yjnewspop-playlist .mejs-controls .mejs-loop-off button:before {
  color:#ccc;
}
[class^="yjnp-"], [class*=" yjnp-"] {
font-family: 'yjnewspop';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.yjnp-play:before {
  content: "e601";
}
.yjnp-play.currentTrack:before {
  content: "e609";
}/*Playlist*/
.yjnewspop-playlist-wrap .mejs-playlist {
  position: relative;
  display:block;
  clear:both;
  max-height:200px;
  overflow-y: auto;
  background: #fff;
  border:1px solid #f5f5f5;
  border-top:none;
}
.yjnewspop-playlist-wrap .mejs-playlist ul {
  margin: 0;
  padding: 5px;
  list-style-type:none;
}
.yjnewspop-playlist-wrap .mejs-playlist li {
  cursor: pointer;
  display:block;
  line-height:32px;
  border-bottom:1px solid #f5f5f5;
  padding:0;
  margin:0;
  background:none;
}
.yjnewspop-playlist-wrap .mejs-playlist li:last-child {
  border:none;
}
.yjnewspop-playlist-wrap .mejs-playlist li:hover {
  color: #a8a8a8;
}
.yjnewspop-playlist-wrap .mejs-playlist li.current {
  font-weight: bold;
}