@charset "UTF-8";
/* GLOBALS */
/* BLOCKS */
.mfz-posts-list {
  font-size: 0;
  margin: 10px -8px 0; }

.mfz-post-group {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 10px 40px 7px;
  text-align: left;
  font-size: initial;
  overflow: hidden; }

.mfz-post-group > .mfz-post:last-child {
  margin-bottom: 0; }

.mfz-post-group-col-2 {
  width: 620px; }

.mfz-post-group-col-2 .mfz-post,
.mfz-post-group-col-2 .mfz-post .mfz-post-img {
  max-height: 490px;
  height: 490px; }

.mfz-post-group-4widget {
  overflow: visible; }

.mfz-post {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  background: #fff; }

article.mfz-post header.mfz-post-header div,
article.mfz-post header.mfz-post-header .mfz-post-rubric,
article.mfz-post div,
article.mfz-post .mfz-post-rubric {
  display: inline-block; }

article.mfz-post header.mfz-post-header div,
article.mfz-post div {
  margin-right: 4px; }

.mfz-news-group > .mfz-post-rubric {
  display: none;
  position: absolute;
  top: 3px;
  left: 12px; }

.mfz-news-group > .mfz-post-rubric .icon-right-open-1:before {
  position: absolute;
  top: 3px; }

.mfz-news-group {
  position: relative;
  /*float: left;*/
  background: #fff;
  border-radius: 6px;
  padding-top: 5px;
  /*height: 1000px;*/ }

/* ELEMENTS */
/*
  News list:
*/
.mfz-news-list .mfz-post .mfz-post-header {
  width: 245px; }

.mfz-news-list .mfz-post .mfz-post-header .mfz-post-title {
  font-size: 14px;
  line-height: 1.4em; }

.mfz-news-list .mfz-post-rubric {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left; }

.mfz-news-list .mfz-post-rubric a {
  pointer-events: auto; }

.mfz-news-list .mfz-post-rubric a:hover {
  text-decoration: none; }

.mfz-news-list {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*padding-left: 10px;*/
  padding-bottom: 10px;
  margin-bottom: 0px;
  background: #fff; }

.mfz-news-post {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 280px;
  padding-left: 40px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.2em; }

.mfz-news-post a.mfz-news-post-title {
  font-size: 12px;
  width: 225px;
  text-decoration: none;
  color: #4078CD;
  padding: 2px 0; }

.mfz-post-title > a:visited,
.mfz-news-post a.mfz-news-post-title:visited,
.mfz-list-a a:visited {
  color: #8448A8 !important; }

.mfz-news-post a.mfz-news-post-title:active,
.mfz-news-post a.mfz-news-post-title:focus,
.mfz-news-post a.mfz-news-post-title:hover {
  text-decoration: underline; }

.mfz-news-list img {
  display: block;
  max-width: 120px;
  max-height: 70px;
  border-radius: 6px; }

.mfz-news-list-hot a {
  font-weight: 600; }

.mfz-news-list-hot .mfz-news-post-img,
.mfz-news-post-time {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  max-width: 40px;
  top: 3px;
  left: 0;
  line-height: 1em;
  width: 37px;
  padding-right: 5px;
  font-size: 11px; }

.mfz-news-list-hot .mfz-news-post-img:hover + .mfz-news-post-title {
  text-decoration: underline; }

.mfz-news-list-hot .mfz-news-post-img img {
  width: 100%;
  height: auto; }

/*

  Search:
*/
.mfz-main-search {
  width: 250px;
  min-height: 80px;
  border-radius: 5px;
  padding: 0 15px;
  background: #f6f6f6;
  margin-bottom: 20px;
  overflow: auto; }

.mfz-main-search > h5 {
  margin-bottom: 7px;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.mfz-main-search > .mfz-search-wrap {
  position: relative; }

.mfz-main-search > .mfz-search-wrap > .icon-search {
  position: absolute;
  font-size: 16px;
  font-weight: 100;
  top: 3px;
  left: 4px; }

.mfz-main-search > .mfz-search-wrap > input {
  height: 28px;
  border: 1px solid #ccc;
  width: 100%;
  padding-left: 25px;
  font-size: 12px;
  padding-right: 60px;
  border-radius: 6px;
  outline: none; }

.mfz-main-search > .mfz-search-wrap > button {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  font-size: 11px;
  padding: 5px 10px;
  top: 2px;
  right: 2px;
  cursor: pointer; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mfz-main-search > .mfz-search-wrap > button {
    top: 0px;
    right: 0px; } }

@-moz-document url-prefix() {
  .mfz-main-search > .mfz-search-wrap > button {
    top: 3px;
    padding: 4px 10px;
    right: 4px; } }

.mfz-currency-search .mf-currency-wgt {
  float: left;
  width: auto; }

.mfz-currency-search .mfz-main-search {
  float: right; }

/*
  Ads:
*/
.mfz-banner-a {
  height: 405px;
  text-align: center;
  /*border: 1px solid #ccc;*/
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
  box-shadow: inset 0 0 0 1px #ccc;
  border-radius: 10px;
  overflow: visible; }

.mfz-banner-a:before {
  content: '';
  display: inline-block;
  margin-left: -4px;
  height: 100%;
  vertical-align: middle; }

.mfz-banner-a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  pointer-events: none; }

.mfz-banner-a .mfz-banner-img {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  margin-top: 5px;
  /*vertical-align: middle;*/ }

.mfz-banner-b {
  height: 600px; }

.mfz-banner-c {
  padding: 0px;
  margin: 0 auto;
  min-height: 250px;
  text-align: center; }

.teaser-wrap {
  display: table; }

.teaser-wrap .teaser-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.mfz-teaser-a {
  margin: 20px 0; }

.mfz-teaser-a a:visited {
  color: inherit !important; }

.mfz-teaser-a .mfz-post-img {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  margin-top: 7px; }

.mfz-teaser-a .mfz-post-header {
  display: inline-block;
  vertical-align: middle;
  width: 208px; }

.mfz-teaser-a .mfz-post-header .mfz-post-title {
  font-size: 16px; }

/* TEASER ANONS */
.mfz-teaser-a .mfz-post-b .mfz-post-header {
  max-height: 75px;
  padding-right: 5px;
  padding-top: 5px; }

.mfz-teaser-a .mfz-post-b .mfz-post-header .mfz-post-title {
  font-size: 12px;
  line-height: 17px; }

.mfz-teaser-a .mfz-post-b {
  height: 75px; }

.mfz-teaser-a .mfz-post-b .mfz-post-img {
  bottom: 0;
  margin: auto;
  left: 5px; }

/*
  Basic:
*/
.mfz-post-link {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-decoration: none; }

.mfz-post-rubric {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0; }

.mfz-post-rubric a {
  text-decoration: none;
  pointer-events: none;
  color: inherit; }

.mfz-post-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  color: #4078CD;
  margin: 0; }

.mfz-post-title a {
  text-decoration: none;
  color: inherit; }

.mfz-post-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 10px; }

.mfz-post-description a {
  text-decoration: none;
  color: inherit; }

.mfz-post-header .mfz-post-description {
  padding: 7px 0 0;
  color: #636161; }

.mfz-post-rubric a:hover,
.mfz-post-title a:hover {
  text-decoration: underline; }

/*
  Details
  (date,views,comments,badges)
*/
.mfz-post-img:hover ~ .mfz-post-title a,
.mfz-post-img:hover + .mfz-post-header .mfz-post-title a {
  text-decoration: underline; }

.mfz-post-img .mfz-post-counters {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 5px;
  border-radius: 3px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.mfz-post:hover .mfz-post-counters,
.mfz-post:active .mfz-post-counters,
.mfz-post:focus .mfz-post-counters {
  background-blend-mode: multiply;
  opacity: 1; }

.mfz-post-counters span {
  margin-right: 5px; }

.mfz-post-counters .mfz-post-views:before,
.mfz-post-counters .mfz-post-comments-count:before {
  vertical-align: middle;
  margin-right: 3px; }

.mfz-post-counters .mfz-post-views:empty,
.mfz-post-counters .mfz-post-comments-count:empty {
  display: none; }

/*
  BLOCKS
  [A]:
*/
.mfz-post-a .mfz-post-img {
  max-height: 426px;
  overflow: hidden;
  position: relative;
  border-radius: 6px; }

.mfz-post-a .mfz-post-img img {
  width: 100%;
  height: auto; }

.mfz-post-a .mfz-post-img:hover ~ .mfz-post-header .mfz-post-title a,
.mfz-post-a .mfz-post-img:hover ~ .mfz-post-title a {
  text-decoration: underline; }

.mfz-post-a .mfz-post-header .mfz-post-rubric {
  margin-top: 7px; }

.mfz-post-a .mfz-post-header .mfz-post-description {
  padding-top: 5px; }

/*
  BLOCKS
  [B]:
*/
.mfz-post-b {
  height: 65px; }

.mfz-post-b .mfz-post-img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1; }

.mfz-post-b .mfz-post-img img {
  height: 100%;
  width: auto; }

.mfz-post-b .mfz-post-header {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  max-height: 56px;
  overflow: hidden;
  width: 100%;
  padding-left: 78px;
  -webkit-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  -o-transform: translateY(-53%);
  transform: translateY(-53%); }

.mfz-post-b .mfz-post-header .mfz-post-title {
  font-size: 15px; }

/* IE8 FIX */
body[data-browser="Internet Explorer"][data-version="8"] .mfz-post-b .mfz-post-header,
body[data-browser="Internet Explorer"][data-version="7"] .mfz-post-b .mfz-post-header {
  top: 0; }

/*
  BLOCKS
  [B2]:
*/
.mfz-post-b2 {
  height: 65px; }

.mfz-post-b2 .mfz-post-img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1; }

.mfz-post-b2 .mfz-post-img img {
  height: 100%;
  width: auto; }

.mfz-post-b2 .mfz-post-header {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  padding-left: 78px;
  position: relative;
  top: -5px; }

.mfz-post-b2 .mfz-post-header .mfz-post-title {
  font-size: 15px; }

/*
  BLOCKS
  [C]:
*/
.mfz-post-c {
  height: 405px;
  border-radius: 6px; }

.mfz-post-c .mfz-post-img {
  height: 100%;
  border-radius: 6px; }

.mfz-post-c .mfz-post-img img {
  width: 100%;
  height: auto; }

/*
  BLOCKS
  [D]:
*/
.mfz-post-d {
  border: 1px solid #ccc;
  padding: 20px 10px;
  border-radius: 10px; }

.mfz-post-d .mfz-post-rubric {
  text-align: center; }

.mfz-post-d .mfz-post-img {
  /*width: 100px;*/
  width: 100%;
  height: 100px;
  margin: 5px auto 5px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mfz-post-d .mfz-post-img img {
  width: 100%;
  height: auto; }

.mfz-post-d .mfz-post-header {
  text-align: center; }

.mfz-post-d .mfz-post-header .mfz-post-title {
  font-size: 18px;
  font-family: Georgia, serif;
  font-style: italic; }

/*
  BLOCKS
  [E]:
*/
.mfz-post-e {
  border: 1px solid #ccc;
  padding: 20px 10px;
  border-radius: 10px; }

.mfz-post-e .mfz-post-img {
  width: 160px;
  height: 160px;
  margin: 5px auto;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.mfz-post-e .mfz-post-img img {
  height: 100%;
  width: auto; }

.mfz-post-e .mfz-post-title,
.mfz-post-e .mfz-post-rubric {
  text-align: center; }

.mfz-post-e .mfz-post-title {
  font-weight: 600; }

/*
  BLOCKS
  (specially for widgets)
  [W]:
*/
.mfz-post-w {
  overflow: visible;
  border: 1px solid transparent;
  border-radius: 10px; }

/*
  LISTS
  (text only)
  [A]:
*/
.mfz-list-a {
  padding: 20px 25px;
  border-radius: 10px;
  border: 1px solid #ccc; }

.mfz-list-a .mfz-post-rubric {
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  padding-right: 40px; }

.mfz-list-a .mfz-post-date-wrap {
  position: absolute;
  text-align: center;
  font-size: 28px;
  padding-left: 10px;
  top: 15px;
  right: 15px;
  letter-spacing: 0;
  line-height: 20px;
  border-left: 1px solid #ccc; }

.mfz-list-a .mfz-post-date-wrap .mfz-list-month {
  display: block;
  font-size: 8px;
  font-weight: bold;
  margin-top: 5px;
  line-height: 8px; }

.mfz-list-a > ul {
  color: #4078CD;
  list-style: none;
  margin-top: 20px; }

.mfz-list-a > ul > li > a:hover {
  text-decoration: underline; }

.mfz-list-a > ul > li > a:before {
  content: '•';
  position: absolute;
  left: -9px; }

.mfz-list-a > ul > li + li {
  margin-top: 10px; }

.mfz-list-a > ul > li > a {
  position: relative;
  text-decoration: none;
  color: #4078CD; }

/* show more button */
.mfz-moar-btn-wrap {
  text-align: center;
  margin-bottom: 24px; }

.mfz-moar-btn {
  display: inline-block;
  margin: 0 auto;
  padding: 16px 20px;
  text-align: center;
  text-decoration: none;
  color: #316ec9;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #316ec9;
  background: #fff;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  outline: none; }

.mfz-moar-btn:hover {
  color: #fff;
  background: #316ec9; }

/*
  Rubric link
  (Example text: view all, read all)
*/
.mfz-rubric-link {
  display: block;
  text-decoration: none;
  color: #4078CD;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase; }

.mfz-news-group .mfz-rubric-link {
  text-align: left;
  padding-left: 40px;
  display: inline-block; }

.mfz-news-group .mfz-rubric-link:hover {
  text-decoration: underline; }

/*
  MOBILE BANNER
*/
.mfz-bbm-wrap {
  width: 100%;
  height: 60px;
  padding-top: 10px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 1000; }

.mfz-bbm-wrap .mfz-close-bbm:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 0;
  height: 0;
  z-index: -1; }

.mfz-bbm-wrap .mfz-close-bbm {
  width: 20px;
  height: 20px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  overflow: hidden;
  font-size: 20px;
  line-height: 20px;
  border: 2px solid #000;
  position: absolute;
  top: -15px;
  right: 5px; }

.main-bottom-banner {
  padding: 20px 0; }
