a {
  text-decoration: underline;
  color: #a5a4a4;
}

/*ul, ol {
  list-style-type: none;
}*/

.header {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: -10px;
}

.main-w {
  display: block;
  max-width: 1200px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  padding: 40px 15px 20px;
  background-color: #3a3a3a;
  color: #adadad;
}

.top {
  padding: 25px 15px 15px;
  background-image: -webkit-linear-gradient(270deg, #3a3a3a, #3a3a3a);
  background-image: linear-gradient(180deg, #3a3a3a, #3a3a3a);
}

.menu {
  position: relative;
  z-index: 2;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #9e1122;
  background-image: -webkit-linear-gradient(270deg, #d0021b, #d0021b);
  background-image: linear-gradient(180deg, #d0021b, #d0021b);
  color: #fff;
}

.mosaic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.end-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  background-image: url('../images/BBM-WEB-Dots2x.png');
  background-position: 0px 0px;
  background-size: 27px;
  font-family: Roboto, sans-serif;
}

.logo-w {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.acess-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.acess-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.acess-en {
  margin-left: 10px;
}

.size-plus:hover {
  opacity: 0.8;
}

.size-minus:hover {
  opacity: 0.8;
}

.acess-constrast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
}

.constrast-icon:hover {
  opacity: 0.8;
}

.en-icon {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.en-icon:hover {
  opacity: 0.8;
}

.search-input {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-drop {
  /*margin-right: 15px;*/
  margin-right: 10px;
  width: 26%;
}

.search-btn {
  height: 35px;
  padding: 8px 40px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #d0021b, #d0021b);
  background-image: linear-gradient(180deg, #d0021b, #d0021b);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.search-btn:hover {
  background-image: -webkit-linear-gradient(270deg, #f6001e, #f6001e);
  background-image: linear-gradient(180deg, #f6001e, #f6001e);
}

.html-embed {
  width: 60%;
  margin-right: 10px;
}

.menu-pushdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.menu-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #9e1122;
  border-left: 1px solid #9e1122;
  font-weight: 300;
  text-transform: uppercase;
}

.menu-item:hover {
  border-right-color: #9e1122;
  border-bottom-color: #e4243c;
  border-left-color: #9e1122;
}

.menu-item.no-border {
  border-right-style: none;
  border-left-style: none;
}

.text-block {
  font-weight: 400;
  letter-spacing: 2px;
}

.text-block:hover {
  text-decoration: none;
}

.pushdown-link {
  display: inline-block;
}

.pushdown-link:hover {
  opacity: 0.87;
}

.slider {
  height: 400px;
}

.smenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  margin: 15px auto;
  border: 1px solid #adadad;
  border-radius: 5px;
}

.smenu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #adadad;
  background-color: #ececec;
  color: #3a3a3a;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.smenu-item:hover {
  background-color: #f8f8f8;
  text-decoration: none;
}

.smenu-item:first-child {
  border-left: none;
}

._1m {
  width: 33.333%;
  padding: 0px 14px 14px 0px;
}

._1m._1st {
  padding-right: 7px;
}

._1m._2nd {
  padding-right: 7px;
  padding-left: 7px;
}

._1m._3rd {
  padding-right: 0px;
  padding-left: 7px;
}

.card-title {
  position: relative;
  color: #d0021b;
  font-weight: 500;
  letter-spacing: 1px;
}

.card-title.white {
  color: #fff;
}

.card-title.gray {
  position: relative;
  z-index: 1;
}

.card-p {
  position: relative;
  z-index: 1;
  /*width: 70%;*/
  margin-top: 10px;
  margin-bottom: 15px;
  color: #3a3a3a;
  font-size: 21px;
  line-height: 34px;
  font-weight: 300;
}

.stylec .card-p {
  font-size: 14px;
  line-height: 18px ;
  margin-bottom: -14px;
}

.card-p.white {
  color: #fff;
}

.card-p.double {
  width: 50%;
}

.card {
  position: relative;
  overflow: hidden;
  height: 300px;
  padding: 11px;
  background-image: -webkit-linear-gradient(270deg, #ececec, #ececec);
  background-image: linear-gradient(180deg, #ececec, #ececec);
}

.card.stylea {
  padding: 16px;
}

.card.stylec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card.styleb {
  background-image: -webkit-linear-gradient(270deg, #ececec, #ececec);
  background-image: linear-gradient(180deg, #ececec, #ececec);
}

.card.styled {
  background-image: url('../images/BBM-WEB-Dots2.png'), -webkit-linear-gradient(270deg, #ececec, #ececec);
  background-image: url('../images/BBM-WEB-Dots2.png'), linear-gradient(180deg, #ececec, #ececec);
  background-position: 0px 0px, 0px 0px;
  background-size: 100px, auto;
}

.card.stylee {
  background-image: none;
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.card.stylef {
  background-image: -webkit-linear-gradient(270deg, #e4243c, #e4243c);
  background-image: linear-gradient(180deg, #e4243c, #e4243c);
}

.card.styleh {
  background-image: -webkit-linear-gradient(270deg, #3a3a3a, #3a3a3a);
  background-image: linear-gradient(180deg, #3a3a3a, #3a3a3a);
}

.card.stylei {
  background-image: url('../images/BBM-WEB-Dots2.png'), -webkit-linear-gradient(270deg, #ececec, #ececec);
  background-image: url('../images/BBM-WEB-Dots2.png'), linear-gradient(180deg, #ececec, #ececec);
  background-position: 0px 0px, 0px 0px;
  background-size: 100px, auto;
}

.card-btn {
  /*position: absolute;*/
  display: block;
  margin: 5px;
  height: 35px;
  padding: 8px 12px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #d0021b, #d0021b);
  background-image: linear-gradient(180deg, #d0021b, #d0021b);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}

.card-btn:hover {
  background-image: -webkit-linear-gradient(270deg, #f6001e, #f6001e);
  background-image: linear-gradient(180deg, #f6001e, #f6001e);
  text-decoration: none;
}

.card-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-double {
    display: block;
}

.card-img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  padding: 30px 15px 10px 10px;
  text-align: right;
}

.card-img img {
  height: auto;
  width: auto;
}


.card-date {
  max-width: 50%;
  margin-top: 10px;
  margin-bottom: -12px;
  color: #000;
  font-weight: 300;
  letter-spacing: 1px;
}

.card-date.white {
  width: 100%;
  color: #fff;
}

.map-api {
  height: 300px;
}

.f-logo {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #adadad;
}

.f-logolink {
  width: 25%;
}

.end-column {
  display: block;
  width: 16.66666%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.end-column.hide {
  display: none;
}

.end-column-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-column {
  width: 16.66666%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-column-main {
  width: 16.66666%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #f8f8f8;
  font-weight: 400;
}

.f-contact-title {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  border-top: 1px solid #adadad;
}

.omenu {
  position: absolute;
  left: 0px;
  top: 116px;
  right: 0px;
  z-index: 5;
  display: none;
  padding-top: 0px;
  padding-bottom: 20px;
  background-image: -webkit-linear-gradient(270deg, #e4243c, #e4243c);
  background-image: linear-gradient(180deg, #e4243c, #e4243c);
}

.omenu-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
}

.header-ref {
  opacity: 0;
}

.omenu-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.omenu-item {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.omenu-item:hover {
  color: #000;
  text-decoration: none;
}

.omenu-item.bold {
  font-weight: 500;
}

.omenu-item.padding-left {
  padding-left: 20px;
}

.main {
  padding-right: 15px;
  padding-left: 15px;
}

.omo-menu {
  position: absolute;
  left: 0px;
  top: 41px;
  right: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, #e4243c, #e4243c);
  background-image: linear-gradient(180deg, #e4243c, #e4243c);
  opacity: 1;
  font-size: 13px;
}

.bmenu-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.bmenu-column.b-acervo {
  margin-left: 102px;
  margin: 0px;
}

.bmenu-column.b-acontece {
  margin-left: 13px;
}

.bmenu-item {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.bmenu-item:hover {
  color: #000;
  text-decoration: none;
}

.bmenu-item.bold {
  font-weight: 500;
}

.bmenu-item.padding-left {
  padding-left: 20px;
}

.imain {
  padding-right: 15px;
  padding-left: 15px;
}

.imain-w {
  position: relative;
  top: -31px;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: -31px;
  margin-left: auto;
  padding: 40px 20px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block {
  height: 200px;
  background-image: -webkit-linear-gradient(270deg, rgba(139, 76, 76, .5), rgba(139, 76, 76, .5));
  background-image: linear-gradient(180deg, rgba(139, 76, 76, .5), rgba(139, 76, 76, .5));
}

.breadcumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadlink {
  margin-right: 5px;
  color: #adadad;
  text-decoration: none;
}

.breadlink:hover {
  color: #000;
}

.breadlink.w--current {
  color: #3a3a3a;
}

.breadarrow {
  margin-right: 5px;
  color: #adadad;
}

.h1-ptitle {
  font-size: 24px;
  font-weight: 300;
}

.h1-sub-ptitle {
  font-size: 18px;
  font-weight: 300;
}

.h1-ptitle.ghost {
  opacity: 0;
}

.h1-ptitle.no-margim-top {
  margin-top: 0px;
}

.imain-row {
  font-size: 18px;
  line-height: 32px;
}

.imain-row.plus-margin-bottom {
  margin-bottom: 30px;
}

.imain-c1 {
  padding-right: 60px;
  padding-left: 0px;
}

.imglink-a {
  width: 100%;
  margin-bottom: 15px;
}

.img-a {
  width: 100%;
}

.i-btn-a {
  display: inline-block;
  height: 35px;
  margin-right: 25px;
  margin-bottom: 30px;
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid #d0021b;
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #d0021b;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.i-btn-a:hover {
  border-color: #f6001e;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 100%, 92%, .5), hsla(0, 100%, 92%, .5));
  background-image: linear-gradient(180deg, hsla(0, 100%, 92%, .5), hsla(0, 100%, 92%, .5));
  color: #f6001e;
}

.p1 {
  font-size: 16px;
}

.subtitle {
  font-size: 20px;
  font-weight: 300;
}

.h1-mtitle {
  margin-top: 0px;
  font-size: 31px;
  font-weight: 400;
}

.h1-mtitle.ghost {
  opacity: 0;
}

.omenu-align {
  margin-left: 74px;
}

.omenu-align.o-acervo {
  margin-left: 104px;
  margin: 0px;
}

.omenu-align.o-acontece {
  margin-left: 0px;
}

.fmain-row {
  font-size: 18px;
  line-height: 32px;
}

.fmain-row.plus-margin-bottom {
  margin-bottom: 30px;
}

.fmain-c1 {
  padding-right: 10px;
  padding-left: 0px;
}

.fmain-c2 {
  padding-left: 50px;
}

.i-titlep {
  width: 75%;
  margin-bottom: 20px;
}

.sub-p {
  font-size: 16px;
  line-height: 24px;
}

.filters {
  display: block;
  height: 900px;
  background-image: -webkit-linear-gradient(270deg, #ececec, #ececec);
  background-image: linear-gradient(180deg, #ececec, #ececec);
  font-size: 14px;
  line-height: 18px;
}

.pagination {
  font-size: 18px;
  text-decoration: none;
}

.pagination.more-mtop {
  margin-top: 20px;
}

.pag-esq {
  margin-right: 5px;
  color: #9e1122;
  text-decoration: none;
}

.pag-n {
  margin-right: 5px;
  color: #3a3a3a;
  text-decoration: none;
}

.pag-n:hover {
  color: #9e1122;
}

.pag-n.w--current {
  color: #9e1122;
}

.pag-point {
  margin-right: 5px;
  color: #3a3a3a;
  text-decoration: none;
}

.pag-dir {
  margin-right: 5px;
  color: #9e1122;
  text-decoration: none;
}

.filter-block {
  padding: 13px;
}

.filter-block.minus-paddingdow {
  padding-bottom: 8px;
  font-weight: 500;
}

.filtro-opcao {
  margin-top: 12px;
}

.fcard-a {
  padding-bottom: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #adadad;
  color: #3a3a3a;
  text-decoration: none;
}

.fcard-a:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 93%, .45), hsla(0, 0%, 93%, .45));
  background-image: linear-gradient(180deg, hsla(0, 0%, 93%, .45), hsla(0, 0%, 93%, .45));
  text-decoration: none;
}

.h1-fcard-a {
  font-size: 24px;
  font-weight: 300;
}

.fcard-b {
  padding-bottom: 35px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #adadad;
  color: #3a3a3a;
  text-decoration: none;
  width: 100%;
}

.fcard-s {
  padding-bottom: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #adadad;
  color: #3a3a3a;
  text-decoration: none;
  display: block;
}

.fcard-b:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 93%, .45), hsla(0, 0%, 93%, .45));
  background-image: linear-gradient(180deg, hsla(0, 0%, 93%, .45), hsla(0, 0%, 93%, .45));
  text-decoration: none;
}

.h1-fcard-b {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

.fcard-b-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
}

.fcard-b-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.f-card-b-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 20px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-card-b-img-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 20%;*/
  /*margin-right: 20px;*/
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-p {
  font-weight: 300;
}

.fgrid-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-card-c {
  width: 32%;
  margin-bottom: 20px;
  padding: 12px 12px 0px;
  background-image: -webkit-linear-gradient(270deg, #ececec, #ececec);
  background-image: linear-gradient(180deg, #ececec, #ececec);
}

.f-card-c-title {
  display: block;
  margin-top: 5px;
  padding-bottom: 0px;
  color: #3a3a3a;
  font-size: 14px;
  text-decoration: none;
}

.f-card-c-title:hover {
  color: #9e1122;
}

.f-card-c-p {
  color: #3a3a3a;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
}

.f-card-c-p:hover {
  color: #9e1122;
}

.paragraph-4 {
  margin-bottom: 0px;
}

.f-card-c .paragraph-4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
}

.f-card-c-lermais {
  color: #9e1122 !important;
  font-size: 14px;
  text-decoration: none;
}

.f-card-c-lermais:hover {
  color: #d0021b;
}

.imain-video {
  margin-bottom: 30px;
}

.imain-date {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  font-weight: 300;
}

.expo-data {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.momenu {
  position: relative;
  z-index: 2;
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid #9e1122;
  background-image: -webkit-linear-gradient(270deg, #d0021b, #d0021b);
  background-image: linear-gradient(180deg, #d0021b, #d0021b);
  color: #fff;
}

.momenu-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.momenu-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #9e1122;
  border-left: 1px solid #9e1122;
  font-weight: 300;
  text-transform: uppercase;
}

.momenu-item:hover {
  border-right-color: #9e1122;
  border-bottom-color: #e4243c;
  border-left-color: #9e1122;
}

.momenu-item.no-border {
  border-right-style: none;
  border-left-style: none;
}

.mob-showfilter {
  display: none;
}

.micro-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.oder-title {
  margin-right: 8px;
}

.order-class {
  margin-right: 5px;
  color: #3a3a3a;
  text-decoration: none;
}

.order-class:hover {
  color: #d0021b;
}

.order-title {
  margin-right: 5px;
}

.order-separate {
  margin-right: 5px;
}

.download-list {
  border-top: 1px solid #ececec;
  font-size: 14px;
}

.download-item {
  border-bottom: 1px solid #ececec;
  color: #9e1122;
}

.download-link {
  display: block;
  color: #9e1122;
  text-decoration: none;
}

.download-link:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 93%, .28), hsla(0, 0%, 93%, .28));
  background-image: linear-gradient(180deg, hsla(0, 0%, 93%, .28), hsla(0, 0%, 93%, .28));
}

.download-p {
  display: inline-block;
}

.download-arrow {
  margin-left: 10px;
}

.slide-img {
  position: fixed;
}

.card-imgfundo1 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.card-link {
  color: #d0021b;
  text-decoration: none;
}

.card-link:hover {
  /*text-decoration: underline;*/
}

.card-link.white {
  position: relative;
  z-index: 1;
  color: #fff;
}

.card-link-p {
  color: #3a3a3a;
  text-decoration: none;
}

.stylec .card-link-p {
  font-size: 15px !important;
}

.card-link-p:hover {
  /*text-decoration: underline;*/
}

.card-link-p.white {
  color: #fff;
}

.card-imgfundo2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.micro-menu-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #adadad;
}

.microsearch-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-left: 10px;
  padding: 8px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #adadad, #adadad);
  background-image: linear-gradient(180deg, #adadad, #adadad);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.microsearch-btn-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-left: 10px;
  padding: 4px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #adadad, #adadad);
  background-image: linear-gradient(180deg, #adadad, #adadad);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.microsearch-btn:hover {
  background-image: -webkit-linear-gradient(270deg, #f6001e, #f6001e);
  background-image: linear-gradient(180deg, #f6001e, #f6001e);
}

.microsearch-btn-submit:hover {
  background-image: -webkit-linear-gradient(270deg, #f6001e, #f6001e);
  background-image: linear-gradient(180deg, #f6001e, #f6001e);
}

.html-embed-2 {
  width: 40%;
}

.add-btn {
  margin-bottom: 10px;
}

.add {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #318808;
  border-radius: 3px;
  color: #318808;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.add:hover {
  background-color: #f2ffec;
}

.min {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #e4243c;
  border-radius: 3px;
  color: #d0021b;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.min:hover {
  background-color: #faeeef;
}

.label-small {
  margin-bottom: -6px;
  font-size: 14px;
  font-weight: 300;
}

.r-form-label {
  font-weight: 400;
}

.main-text-field {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-bottom: 2px;
  padding-left: 0px;
  border: 1px solid #ddd;
}

.main-text-field:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 93%, .5), hsla(0, 0%, 93%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 93%, .5), hsla(0, 0%, 93%, .5));
}

.main-text-field:focus {
  border-bottom-color: #318808;
}

.form-btn {
  height: 35px;
  padding: 2px 40px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #d0021b, #d0021b);
  background-image: linear-gradient(180deg, #d0021b, #d0021b);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.form-btn:hover {
  background-image: -webkit-linear-gradient(270deg, #f6001e, #f6001e);
  background-image: linear-gradient(180deg, #f6001e, #f6001e);
}

.fitem {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-min {
  color: #3a3a3a;
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
  font-weight: 300;
}

.main-text-field-big {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 20px;
  padding-bottom: 2px;
  padding-left: 0px;
  border-style: solid;
  border-color: #dadada;
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
}

.main-text-field-big:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 93%, .5), hsla(0, 0%, 93%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 93%, .5), hsla(0, 0%, 93%, .5));
}

.main-text-field-big:focus {
  border-bottom-color: #318808;
}

.radio-button {
  display: block;
  float: left;
}

.r-radio-input {
  display: block;
  margin-top: 6px;
  margin-right: 7px;
  float: left;
}

.field-label {
  font-weight: 400;
}

.rich-text{
  font-size: 16px;
}

fieldset {
  border: 1px solid #dadada;
  padding: 8px 20px 8px 20px;
  margin-bottom: 10px;
}


a:link {
  color: #8b8b8b;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #9e1122;
}

a:hover {
    text-decoration: none;
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

a.search-btn:visited {
    color: white;
}

a.search-btn:hover {
  color: white;
  text-decoration: none;
}

a.search-btn {
  color: white;
}

a.search-btn:hover {
    color: white;
}

a.bmenu-item {
    color: #fff;
}

a.card-btn{
    color: white;
    text-transform: uppercase;
    display: inline-block;
	height: auto;
	margin-left: 0px;
}

a.i-btn-a:visited {
    color:#d0021b;
}

a.select-page {
    padding: 0px 10px 0px 10px;
    background-color: lightgray;
    color: #d0021b;
    border-radius: 99px;
    text-decoration: none;
}

.dic-viewer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
}

.dic-title {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dic-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 23px;
  padding-bottom: 23px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dic-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 11px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dic-title-div {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}

.dic-text-title {
  display: inline-block;
  color: #9e1122;
}

.dic-text-pagination {
  display: inline-block;
  margin-left: 5px;
  color: #9e1122;
}

.dic-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f12b44), to(#f12b44));
  background-image: linear-gradient(180deg, #f12b44, #f12b44);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.dic-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9e1122), to(#9e1122));
  background-image: linear-gradient(180deg, #9e1122, #9e1122);
}

.text-block-4 {
  margin-top: -6px;
}

.dicslide {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3a3a3a;
  font-size: 10px;
  text-decoration: none;
}

.dicslide.none {
  display: none;
}

.dic-mobile-menu {
  display: none;
}

.micro-menu-search-dic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #adadad;
  background-color: #f8f8f8;
}

@media (max-width: 991px) {
  .top {
    display: block;
  }
  .menu {
    display: none;
  }
  .mosaic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-w {
    padding-top: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .end-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-w {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .acess-w {
    width: 20%;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search-w {
    width: 90%;
  }
  .constrast-icon {
    margin-top: 3px;
  }
  .en-icon {
    margin-top: 2px;
    font-size: 17px;
  }
  .menu-pushdown {
    display: none;
  }
  .slide1 {
    overflow: hidden;
  }
  .slider {
    height: 245px;
  }
  ._1m {
    width: 49%;
    margin-bottom: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  ._1m._1st {
    padding-right: 0px;
  }
  ._1m._2nd {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._1m._3rd {
    padding-left: 0px;
  }
  .card {
    height: 350px;
    min-height: 150px;
  }
  .f-logolink {
    width: 50%;
  }
  .end-column {
    width: 100%;
  }
  .end-column-social {
    width: 30%;
  }
  .contact-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-column {
    width: 100%;
  }
  .contact-column-main {
    width: 100%;
  }
  .imain-w {
    position: static;
  }
  .h1-ptitle {
    margin-top: 0px;
  }
  .h1-ptitle.ghost {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .imain-c1 {
    padding-right: 0px;
  }
  .imain-c2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .filters {
    display: block;
  }
  .momenu {
    display: block;
  }
  .momenu-item {
    display: block;
    border-right-style: none;
    border-left-style: none;
  }
  .menu-button {
    display: block;
    padding: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .momenu-o {
    background-color: #e4243c;
  }
  .momenu-drop {
    color: #fff;
    font-weight: 400;
    text-transform: none;
  }
  .momenu-list.w--open {
    background-image: -webkit-linear-gradient(270deg, #f12b44, #f12b44);
    background-image: linear-gradient(180deg, #f12b44, #f12b44);
  }
  .momenu-link {
    background-color: #e4243c;
    color: #fff;
    font-weight: 300;
    text-transform: none;
  }
  .mob-showfilter {
    display: none;
  }
  .text-block-3 {
    display: inline-block;
  }
  .image {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .slider {
    height: 180px;
  }
  .card-p {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }
  .card-p.double {
    font-size: 18px;
    margin-top: 14px;
  }
  .card {
    height: 280px;
  }
  .card.styleb {
    background-image: -webkit-linear-gradient(270deg, #ececec, #ececec);
    background-image: linear-gradient(180deg, #ececec, #ececec);
  }
  .card-btn {
    padding-right: 6px;
    padding-left: 6px;
  }
  .fmain-c2 {
    margin-top: 10px;
    padding-left: 0px;
  }
  .filters {
    display: none;
    height: auto;
  }
  .f-card-c {
    width: 100%;
  }
  .momenu-link.mleft {
    padding-left: 35px;
  }
  .mob-showfilter {
    display: block;
    padding: 10px 13px;
    background-image: -webkit-linear-gradient(270deg, #ececec, #ececec);
    background-image: linear-gradient(180deg, #ececec, #ececec);
    font-size: 14px;
    cursor: pointer;
  }

.dic-viewer {
    padding-right: 44px;
    padding-left: 44px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .dic-container {
    margin-top: -30px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .dic-left.dic-hide {
    display: none;
  }
  .dic-right.dic-hide {
    display: none;
  }
  .dic-mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dic-mobile-menu {
    height: 50px;
  }


}

@media (max-width: 479px) {
  .mosaic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .end-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .acess-w {
    width: 40%;
  }
  .search-w {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search-input {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .search-drop {
    width: 49%;
    margin-right: 0px;
  }
  .search-btn-w {
    width: 49%;
  }
  .search-btn {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider {
    height: 98px;
  }
  .smenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .smenu-item {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #adadad;
  }
  .smenu-item:first-child {
  border-top: none;
  }
  ._1m {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  ._1m._1st {
    padding-right: 0px;
  }
  ._1m._2nd {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._1m._3rd {
    padding-left: 0px;
  }
  .card-p {
    font-size: 17px;
  }
  .card {
    height: auto;
    min-height: 250px;
  }
  .card.styleb {
    background-image: -webkit-linear-gradient(270deg, #ececec, #ececec);
    background-image: linear-gradient(180deg, #ececec, #ececec);
  }
  .card-btn {
    padding-right: 25px;
    padding-left: 25px;
  }
  .f-logolink {
    width: 100%;
  }
  .end-column {
    width: 100%;
  }
  .end-column-social {
    width: 100%;
  }
  .contact-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-column {
    width: 100%;
  }
  .contact-column-main {
    width: 100%;
  }
  .omo-menu {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .imain-w {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h1-ptitle.no-margim-top {
    font-size: 21px;
  }
  .i-btn-a {
    height: auto;
    padding: 10px;
    line-height: 20px;
    text-align: center;
  }
  .p1 {
    font-size: 14px;
    line-height: 27px;
    text-align: left;
  }
  .h1-mtitle {
    font-size: 27px;
  }
  .i-titlep {
    width: 100%;
  }
  .pagination {
    text-align: center;
  }
  .fcard-a-p {
    font-size: 14px;
    line-height: 27px;
  }
  .fcard-b-p {
    width: 100%;
    font-size: 14px;
  }
  .fcard-b-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .f-card-b-img {
    width: auto;
  }
  .momenu-item {
    display: block;
    text-transform: none;
  }
  .momenu-tab {
    background-image: -webkit-linear-gradient(270deg, #d0021b, #d0021b);
    background-image: linear-gradient(180deg, #d0021b, #d0021b);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
  }
  .momenu-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-linear-gradient(270deg, #e4243c, #e4243c);
    background-image: linear-gradient(180deg, #e4243c, #e4243c);
    text-align: center;
  }
  .momenut-link {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }
  .menu-button {
    padding: 0px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .momenu-o {
    float: none;
    background-image: -webkit-linear-gradient(270deg, #e4243c, #e4243c);
    background-image: linear-gradient(180deg, #e4243c, #e4243c);
  }
  .momenu-drop {
    color: #fff;
    font-weight: 400;
  }
  .momenu-list.w--open {
    background-image: -webkit-linear-gradient(270deg, #f12b44, #f12b44);
    background-image: linear-gradient(180deg, #f12b44, #f12b44);
  }
  .momenu-link {
    background-color: #f12b44;
    color: #fff;
    font-weight: 300;
  }
  .momenu-link:hover {
    color: #000;
    text-decoration: none;
  }
  .momenu-link:active {
    color: #000;
    text-decoration: none;
  }
  .momenu-link.w--current {
    color: #000;
  }
  .momenu-link.mleft {
    padding-left: 35px;
  }
  .micro-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .order-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slide-img {
    position: static;
    left: -147px;
    top: -10px;
    right: 0px;
    bottom: 0px;
    display: block;
    max-width: 100%;
  }
  .mask {
    height: 100%;
  }
  .micro-menu-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .microsearch-btn {
    margin: 5px;
  }
  .form-btn {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dic-viewer {
    padding: 0px;
  }
  .dic-container {
    margin-top: -51px;
  }


}
