/*!
* YJ Module Engine CSS
* @package YJ Module Engine
* @author Youjoomla.com
* @website Youjoomla.com * @copyright  Copyright (c) 2007 - 2011 Youjoomla.com.
* @license   PHP files are GNU/GPL V2 Copyleft CSS / JS / IMAGES are Copyrighted Commercial
*/div.yjNewsPopContainer {
  display: block;
  position: relative;
  opacity: 0;
}
ul.yjnewspopFilter {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  text-align: center;
  margin: 0 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;
  text-align: center;
  margin: 0;
  padding: 0;
  background: 0;
  float: none;
}
ul.yjnewspopFilter li.hide a.disabled:hover {
  background: 0;
}
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: #56B0D8;
}
.yjnewspopLayout {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.yjnewspopItem {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.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: 0;
  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: none repeat scroll 0 0 #4CDDF3;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.yjnewspopInfo {
  display: block;
  position: relative;
  overflow: hidden;
}
.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: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div.yjNewsPopContainer .loading .loadingtxt {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.clear-news {
  display: block;
  visibility: hidden;
  clear: both;
  height: .1px;
  font-size: .1em;
  line-height: 0;
}
@font-face {
  font-family: 'newspopfont';
  src: url('fonts/newspopfont.eot');
  src: url('fonts/newspopfont.eot?#iefix') format('embedded-opentype'), url('fonts/newspopfont.woff') format('woff'), url('fonts/newspopfont.ttf') format('truetype'), url('fonts/newspopfont.svg#newspopfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'newspopfont';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico_youtube, .ico_twitter, .ico_facebook, .ico_star, .ico_bubbles, .ico_alarm, .ico_google-plus, .ico_link, .ico_accessibility, .ico_eye, .ico_thumbs-up, .ico_thumbs-up-2, .ico_info, .ico_image, .ico_camera, .ico_image-2, .ico_images, .ico_pinterest, .ico_vimeo2, .ico_map {
  font-family: 'newspopfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.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";
}
.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: 0;
  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: .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');
  -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;
}
.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;
}
.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;
  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);
}
@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;
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
}
.fancybox-nav {
  width: 60px;
}
.fancybox-nav span {
  visibility: visible;
  opacity: .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;
}
