.red {
  background-color: red !important;
}
.yellow {
  background-color: yellow !important;
}
.green {
  background-color: green !important;
}
.resetspace {
  margin: 0;
  padding: 0;
}
.clean {
  text-decoration: none;
}
.clean:hover {
  text-decoration: none;
}
.clean:visited {
  text-decoration: none;
  color: inherit;
}
.smooth {
  webkit-text-stroke: 0.6px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans/opensans-regular-webfont.eot');
  src: url('../fonts/opensans/opensans-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/opensans/opensans-semibold-webfont.eot');
  src: url('../fonts/opensans/opensans-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/opensans/opensans-bold-webfont.eot');
  src: url('../fonts/opensans/opensans-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansitalic';
  src: url('../fonts/opensans/opensans-italic-webfont.eot');
  src: url('../fonts/opensans/opensans-italic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/opensans-italic-webfont.woff') format('woff'), url('../fonts/opensans/opensans-italic-webfont.ttf') format('truetype'), url('../fonts/opensans/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quandoregular';
  src: url('../fonts/quando/quando-regular-webfont.eot');
  src: url('../fonts/quando/quando-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/quando/quando-regular-webfont.woff') format('woff'), url('../fonts/quando/quando-regular-webfont.ttf') format('truetype'), url('../fonts/quando/quando-regular-webfont.svg#quandoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #f5f5f5;
  background-image: url('../lay/bg/cream_dust.png');
  background-repeat: repeat;
  font-family: 'Open Sans', open_sansregular, arial, sans-serif;
}
#mainlogo {
  background-image: url('../lay/prowincja_logo_black.gif');
  background-repeat: no-repeat;
  width: 220px;
  height: 70px;
  margin-top: 15px;
  border-right: solid 1px black;
  text-decoration: none;
}
#mainlogo:hover {
  text-decoration: none;
}
#mainlogo:visited {
  text-decoration: none;
  color: inherit;
}
.imglogo {
  margin-top: 16px;
}
.logotext {
  border-left: solid 1px black;
  padding-left: 25px;
  margin-top: 11px;
  color: #5b5b5b;
  font-size: 1.3em;
  webkit-text-stroke: 0.6px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.logotext span {
  font-family: 'Open Sans', open_sanssemibold, arial, sans-serif;
  font-weight: 600;
  color: #7c0281;
  font-size: 1.6em;
}
.toplinx {
  display: block;
  width: 44px;
  height: 41px;
  float: right;
  margin-left: 6px;
  margin-top: 37px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.toplinx:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.rss {
  background: url('../lay/sprites.png') repeat 0 0;
}
.twitter {
  background: url('../lay/sprites.png') no-repeat -49px 0;
}
.fb {
  background: url('../lay/sprites.png') no-repeat -98px 0;
}
.sliderwrap {
  background-color: #777;
  height: 100%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.eventfeed {
  margin-top: 1px;
  background-color: #363636;
  width: 100%;
  min-height: 377px;
  height: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.eventsheaderbox {
  height: 40px;
  border: 1px solid #000;
  border-bottom: 1px solid #555;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
  background: #242424;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #131313), color-stop(1, #393939));
  background: -ms-linear-gradient(bottom, #131313, #393939);
  background: -moz-linear-gradient(center bottom, #131313 0%, #393939 100%);
  background: -o-linear-gradient(#393939, #131313);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393939', endColorstr='#131313', GradientType=0);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding-top: 2px;
  overflow: hidden;
}
.eventsheaderbox h6 {
  font-family: 'Open Sans', open_sansbold, arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.8em;
  color: #c8c8c8;
  margin-bottom: 0;
  padding-bottom: 0;
  text-shadow: 0px 2px 2px rgba(1, 1, 1, 0.4);
}
.eventsheaderbox h6 i {
  color: #f09f04;
}
.eventslist {
  margin: 0;
  padding: 0;
}
.eventslist li {
  margin: 0;
  padding: 0;
  background-color: #3b3b3b;
  padding: 4px 8px 5px 8px;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: normal;
  color: #f0f0f0;
  font-size: 0.9em;
  line-height: 21px;
  webkit-text-stroke: 0.6px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 2px 2px rgba(1, 1, 1, 0.4);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #494949;
}
.eventslist li .event-whenwhere {
  color: #d4feaf;
}
.eventslist li .event-whenwhere i {
  color: #f09f04;
}
.eventslist li .event-who {
  color: #b8b8b8;
}
.eventslist li a {
  text-decoration: none;
  color: #f0f0f0;
}
.eventslist li a:hover {
  text-decoration: none;
}
.eventslist li a:visited {
  text-decoration: none;
  color: inherit;
}
.eventslist li:hover {
  background-color: #320723;
  border-bottom: 1px solid #505050;
}
a.evmorelink {
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  padding-top: 14px;
  color: #fffad1;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9em;
  padding-left: 10px;
}
a.evmorelink i {
  color: #fffa00;
}
a.evmorelink:hover {
  color: #fffa72;
}
/* adapt protect */
@media screen and (min-width: 961px) {
  .eventfeed {
    min-width: 200px;
  }
  .sliderwrap {
    min-height: 377px;
  }
  .eventslist li {
    max-height: 72px;
    overflow: hidden;
  }
  .sliderwrap {
    overflow: hidden;
  }
  .sliderwrap img {
    min-height: 376px;
    min-width: 800px;
  }
}
@media screen and (max-width: 960px) and (min-width: 651px) {
  .eventfeed {
    height: 100%;
    min-height: 100%;
  }
  .eventslist li {
    float: left;
    width: 48%;
    margin: 5px;
    border-left: 1px solid #494949;
    border-right: 1px solid #494949;
  }
  a.evmorelink {
    text-align: center !important;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
#prowincja ul.red {
  border-radius: 2px;
  background-color: #320723;
  background: #320723;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e0620), color-stop(1, #360826));
  background: -ms-linear-gradient(bottom, #2e0620, #360826);
  background: -moz-linear-gradient(center bottom, #2e0620 0%, #360826 100%);
  background: -o-linear-gradient(#360826, #2e0620);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#360826', endColorstr='#2e0620', GradientType=0);
}
#prowincja ul.red li a {
  background: #320723;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2e0620), color-stop(1, #360826));
  background: -ms-linear-gradient(bottom, #2e0620, #360826);
  background: -moz-linear-gradient(center bottom, #2e0620 0%, #360826 100%);
  background: -o-linear-gradient(#360826, #2e0620);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#360826', endColorstr='#2e0620', GradientType=0);
  color: #f3eca0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#prowincja ul.red li a:hover {
  color: #edc937;
  background: #320723;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1c0413), color-stop(1, #200416));
  background: -ms-linear-gradient(bottom, #1c0413, #200416);
  background: -moz-linear-gradient(center bottom, #1c0413 0%, #200416 100%);
  background: -o-linear-gradient(#200416, #1c0413);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#200416', endColorstr='#1c0413', GradientType=0);
}
#prowincja ul.red .submenu li {
  min-width: 200px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#prowincja ul.red .submenu li a {
  background: #680f49;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#prowincja ul.red .submenu li a:hover {
  background: #510b39;
}
.txtcontainer {
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}
.txtcontainer h1 {
  font-family: quando, serif;
}
.txtcontainer h1 .small {
  color: #565656;
}
.txtcontainer h2 {
  font-family: quando, serif;
  color: #3b3b3b;
  margin-bottom: 0.2em;
}
.txtcontainer h2 .small {
  color: #565656;
}
.txtcontainer .author {
  font-family: 'Open Sans', arial, sans-serif;
  color: #818181;
  font-weight: bold;
  font-size: 1.2em;
}
.txtcontainer .author i {
  color: #58063a;
}
.txtcontainer hr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.txtcontainer a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.txtcontainer a:hover {
  background-color: #efefef;
  color: #5900ea;
}
.txtcontainer .article-author {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6c4f9b;
  text-decoration: none;
}
.txtcontainer .article-author:hover {
  text-decoration: none;
}
.txtcontainer .article-author:visited {
  text-decoration: none;
  color: inherit;
}
.txtcontainer .article-author:hover {
  background-color: #efefef;
  color: #5900ea;
}
.txtcontainer .article-author:visited {
  color: #6c4f9b;
}
.txtcontainer .article-details {
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  float: left;
  padding-right: 5px;
  margin-right: 15px;
  margin-bottom: 1em;
  color: #6c4f9b;
}
.txtcontainer .article-details:hover {
  text-decoration: none;
}
.txtcontainer .article-details:visited {
  text-decoration: none;
  color: inherit;
}
.txtcontainer .article-details:hover {
  background-color: #efefef;
  color: #5900ea;
}
.txtcontainer .article-details:visited {
  color: #6c4f9b;
}
.txtcontainer .article-details i {
  color: #58063a;
}
.txtcontainer .article-details a {
  text-decoration: none;
  color: #6c4f9b;
}
.txtcontainer .article-details a:hover {
  text-decoration: none;
}
.txtcontainer .article-details a:visited {
  text-decoration: none;
  color: inherit;
}
.txtcontainer .article-details a:hover {
  background-color: #efefef;
  color: #5900ea;
}
.txtcontainer .article-details a:visited {
  color: #6c4f9b;
}
.txtcontainer p {
  clear: both;
}
.txtcontainer .readmore {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #f09f04;
  border: 1px solid #a56d03;
  font-weight: bold;
}
.txtcontainer .readmore:hover {
  background: #fbb121;
}
.txtcontainer img {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1%;
  margin-bottom: 1%;
  border: 1px solid #eaeaea;
}
.txtcontainer img.nostyle {
  margin: 0;
  border: none;
}
.txtcontainer figure {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #eee;
  padding: 10px;
  text-align: center;
}
.txtcontainer figure figcaption {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.txtcontainer figure img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.txtcontainer footer {
  border: 0;
  background: transparent;
  padding-top: 3px;
  padding-bottom: 10px;
}
.txtcontainer footer .ink-button {
  float: right;
  font-weight: normal;
  webkit-text-stroke: 0.6px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.stdpage .ciemnasliwa {
  color: #351428 !important;
}
.stdpage .mocnyczarny {
  color: #000 !important;
}
.stdpage .szary {
  color: #c8c8c8 !important;
}
.stdpage .tlozielone {
  background-color: #d4feaf !important;
}
.stdpage .tloorange {
  background-color: #fbb42c !important;
}
.stdpage .tlojasnasliwa {
  background-color: #edc937 !important;
}
.stdpage .tlojasnoszare {
  background-color: #eee;
}
.stdpage a.intext {
  text-decoration: none;
  color: #6c4f9b;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #f3f3f3;
}
.stdpage a.intext:hover {
  background-color: #efefef;
  color: #5900ea;
  text-decoration: none;
}
.stdpage a.intext:visited {
  color: #6c4f9b;
}
.stdpage h2 {
  color: #555;
}
.articlecontent img {
  margin: 10px;
}
.pushintro {
  border-left: 20px solid #eee;
  padding-left: 10px;
  margin-left: 2px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.danewydarzenia {
  margin-bottom: 50px;
}
a.transparent {
  text-decoration: none;
  color: inherit;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.transparent:hover {
  background-color: #efefef;
  color: #5900ea;
  text-decoration: none;
}
a.transparent:visited {
  color: inherit;
}
.articlesintro {
  margin-bottom: 50px;
}
.nicegraycontainer {
  padding: 12px;
  background-color: #efefef;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #e1e1e1;
}
.blogheader {
  margin-bottom: 60px;
}
.underarticle-header {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #ddfeb9;
  padding: 10px;
  margin-bottom: 0;
}
.underarticle-header i {
  color: #58063a;
}
.underarticle {
  padding: 10px;
  margin-top: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #ecffd7;
}
.underarticle i {
  color: #58063a;
}
.underarticle a {
  color: #080;
}
.underarticle a:hover {
  color: #070;
  background-color: #d4feaf;
}
.galeria img {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 8px solid #eee;
  float: left;
}
.galeria img:hover {
  border: 8px solid #c7fe8b;
  -webkit-filter: contrast(120%);
  -moz-filter: contrast(120%);
}
#lbImage {
  max-height: 650px !important;
}
.fb-comments,
.fb-comments span[style],
.fb-comments iframe[style] {
  width: 100% !important;
}
.sidebar {
  height: 100%;
  width: 100%;
  padding-left: 1px;
}
.sidebar img {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 50px;
  float: left;
}
.sidebar img:hover {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ddd;
}
/* adapt protect */
@media screen and (min-width: 961px) {
  .txtcontainer {
    padding-left: 2px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 960px) and (min-width: 0px) {
  .sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 10px solid #f8f8f8;
  }
  .sidebar img {
    margin: 10px;
  }
  #lbImage {
    max-height: 400px !important;
    max-width: 550px !important;
    background-size: 100%;
  }
}
.mainfooter {
  background-color: #1e0c17;
  border-top: 12px solid black;
  min-height: 500px;
}
.fm1-wrapper {
  background-color: #10060c;
  background-image: url('../lay/fm_bg_info.png');
  background-repeat: no-repeat;
  background-position: 97% 7%;
  margin-top: 16px;
  border: 1px solid #3a172c;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.fm1-wrapper address {
  margin-left: 7%;
  padding-right: 10px;
  margin-top: 20px;
  font-family: 'Open Sans', open_sansregular, arial, sans-serif !important;
  font-style: normal !important;
}
.fm1-wrapper address img {
  margin-top: -10px;
}
.fm1-wrapper address .fgr {
  color: #c7fe8b !important;
  line-height: 1.1em;
}
.fm1-wrapper address .fwh {
  color: #fefefe !important;
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.fm1-wrapper address .krskonto {
  font-size: 0.8em;
}
.fm1-wrapper address .ft-prowincja {
  font-size: 1.6em;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.fm1-wrapper .footernav {
  padding-right: 10px;
  margin-left: 7%;
}
.fm1-wrapper .footernav li {
  height: 1.1em;
}
.fm1-wrapper .footernav a {
  color: #f3eca0;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.2em;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fm1-wrapper .footernav a:hover {
  color: #edc937;
}
.fm2-wrapper {
  background-color: #10060c;
  background-image: url('../lay/fm_bg_fb.png');
  background-repeat: no-repeat;
  background-position: 97% 7%;
  border: 1px solid #3a172c;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-top: 16px;
  padding-right: 2px;
  padding-left: 10px;
  padding-top: 10px;
  margin-left: 0;
  overflow: hidden !important;
}
.fm2-wrapper .fframe {
  width: 99% !important;
  overflow: hidden !important;
}
.fmp-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fmp-wrapper h5 {
  font-size: 1.2em;
  color: #f5d0f2;
  border-bottom: 1px solid #4e3c47;
  margin-bottom: 24px;
  margin-left: 0;
  padding-left: 0;
}
.fmp-wrapper h5 i {
  color: #f09f04;
}
.fmp-wrapper a {
  display: block;
  float: left;
  padding-top: 5px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-decoration: none;
  outline: 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.fmp-wrapper a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/* adapt protect */
@media screen and (min-width: 961px) {
  .fm1-wrapper {
    min-height: 282px;
  }
  .fm2-wrapper {
    height: 282px;
  }
  .m1left {
    border-right: 1px solid #281a23;
  }
  .footernav {
    margin-top: 80px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) and (min-width: 651px) {
  .fm1-wrapper,
  .fm2-wrapper {
    height: 452px;
  }
}
@media screen and (max-width: 960px) and (min-width: 0px) {
  .m1left {
    padding-bottom: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #281a23;
  }
  .footernav {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .fm2-wrapper {
    padding-right: 10px;
  }
}
