/* ---------------------------------------------------------------------- */
/* --------------------------- MUDANÇAS ADCD ---------------------------- */
/* ---------------------------------------------------------------------- */

/* --------------------------- GERAL ------------------------------------ */

/* ----- FONTE ----- */

.fp-roksprocket-fullwidth .layout-slideshow .sprocket-features-title,
.fp-roksprocket-mosaic .sprocket-mosaic h2,
.fp-roksprocket-mosaic .sprocket-mosaic a,
.fp-roksprocket-mosaic .sprocket-mosaic p {
  font-family: 'Josefin Sans', 'Helvetica', arial, serif !important;
}

.josefin .module-title h2.title,
.josefin h5 {
  font-family: 'Josefin Sans', 'Helvetica', arial, serif;
  color: #711c29;
}

/* ----- IMAGE SHADOW CLASS ----- */

.image-shadow {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.4);
}

/* ----- MENU ----- */

.gf-menu .dropdown ul li {
  text-align: left;
}

.menu-block .gf-menu .dropdown {
  background: #FFFFFF;
}

.menu-block .gf-menu .dropdown li a {
  display: block;
}

.menu-block .gf-menu .dropdown li a:hover {
  color: #FFFFFF;
  background-color: #ba2539;
  padding: 3px 8px;
  border-radius: 3px;
}

#rt-top .visible-large {
  width: 360px;
  float: left;
}

/* ----- PAGINAÇÃO ----- */

.pagination .counter, #pagination .counter {
  display: none;
}

.pagination ul li,
#pagination ul li,
.pagination li[class*="pagination"],
#pagination li[class*="pagination"] {
  width: inherit;
  float: left;
  line-height: 16px;
  border-radius: 0;
  margin: 0px 2px;
  padding: 3px 7px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination ul li a,
.pagination ul li span,
#pagination ul li a,
#pagination ul li span {
  margin: 0px;
  padding: 0px;
  border: 0;
  font: inherit;
  font-size: 100%;
  text-align: left;
  vertical-align: middle;
  line-height: 16px !important;
}

/* ---------------------- MENU PRINCIPAL ----------------------- */

/* --- Links --- */

.menu-block .gf-menu .modules a:not(.readon):hover {
  color: #ba2539;
}

/* --- TOP MENU --- */

#rt-top a {
  color: #FFFFFF;
}

#rt-top a:hover {
  color: #CCCCCC;
}

/* --- MOBILE MENU --- */

.gf-menu-toggle {
  top: 53px;
}

.layout-mode-responsive .gf-menu-device-container {
  background: #ffffff;
}

/* -------------------------- MULTI TRANS --------------------- */

#google_translate_element {
  width: 170px;
}

#rt-top #trans {
  height: 28px;
}

#rt-top div.goog-te-gadget-simple {
  height: 22px;
  padding-top: 0;
  padding-bottom: 0;
}

#rt-top div.goog-te-gadget-simple img {
  margin-top: 2px;
  vertical-align: top;
}

#rt-top div.goog-te-gadget-simple a.goog-te-menu-value {
  color: #711C29;
  vertical-align: bottom;
}

#rt-top div.goog-te-gadget-simple a.goog-te-menu-value:hover {
  color: #999999;
}

/* --------------------------- HOME --------------------------- */

/* --------------------------- Logo --------------------------- */

.rt-logo-block {
  padding: 5px 0;
}

/* ------------------------- Top Menu ------------------------- */

#rt-top .rt-block {
  margin: 0;
  padding: 0;
}

#rt-top .rt-block .gf-menu li.parent > .item {
  padding: 0 10px 0 0;
  font-size: 15PX;
}

#rt-top .rt-block li.parent > a {
  color: #FFFFFF;
}

#top-menu.gf-menu > .rt-dropdown-right-large:hover > .dropdown {
  background-color: #FFFFFF;
}

/* ----------------------- FONT RESIZE ------------------------ */

#fontsize {
  margin-top: 4px;
  float: right;
}

.font-resize {
  margin: 0 25px 0;
  padding: 0 15px 0;
}

#rt-main #rt-content-top + .rt-component-block {
  margin: 0 10px 10px;
  padding: 0 15px 15px;
}

/* ------------------------- Slideshow ------------------------- */

.menu-home .fp-roksprocket-fullwidth .layout-slideshow .sprocket-features-content {
  background-color: transparent;
  background-image: none;
  background: none;
}

.menu-home .fp-roksprocket-fullwidth .layout-slideshow .sprocket-features-index-1 .sprocket-features-content {
  background-color: rgba(0,0,0,0.26);
}

.menu-home .fp-roksprocket-fullwidth .layout-slideshow .sprocket-features-index-1 h2 {
  font-weight: 100;
}

.menu-home .fp-roksprocket-fullwidth .layout-slideshow .sprocket-features-content .sprocket-features-content-text {
  width: 100%;
}

.menu-home .layout-slideshow .sprocket-features-desc div {
  opacity: 0;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
}

.menu-home .layout-slideshow:hover .sprocket-features-desc div {
  opacity: 1;
}

#rt-firstfullwidth a {
  color: #FFFFFF;
}

/* ---------------------- MOSAICO --------------------- */

#rt-feature .sprocket-mosaic .sprocket-mosaic-header {
  display: none;
}

/* ------------------------- Marcas ------------------------- */

#rt-extension {
  height: 100px;
}

#rt-extension .rt-block {
  margin: 0;
  padding: 0;
}

#rt-extension .sprocket-mosaic .sprocket-mosaic-item .sprocket-mosaic-text {
  margin: 0;
}

#rt-extension .sprocket-mosaic .sprocket-padding {
  border: none;
}

#rt-extension .sprocket-mosaic img {
  width: auto;
  height: 70px;
  display: block;
  margin: 0 auto;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#rt-extension .sprocket-mosaic img:hover {
  opacity: 1;
}

#rt-extension .sprocket-mosaic-hover,
#rt-extension .sprocket-mosaic-hovercontent,
#rt-extension a.sprocket-readmore {
  display: none;
}

/* ------------------------------------------------------------ */
/* ------------------------- MAIN BODY ------------------------ */
/* ------------------------------------------------------------ */

/* ----- Breadcrumbs ----- */

#rt-breadcrumbs .rt-block {
  margin: 0 25px;
}

/* ----- Banners ----- */

body:not([class*="menu-home"]) #rt-showcase .rt-container {
  width: 100%;
}

body:not([class*="menu-home"]) #rt-showcase .rt-container .rt-block {
  margin: 0;
  padding: 0;
}

/* Page Title */

#rt-mainbody .component-content {
  padding: 10px 20px;
}

#rt-mainbody h1 {
  color: #711c29;
  border-bottom: 1px solid #711c29;
  line-height: 100%;
  margin: 0 0 20px;
}

/* Título + Facebook */

body.menu-novidades-do-museu div[itemprop="articleBody"] .fastsocialshare_container:first-child {
  display: none;
}

body:not([class*="menu-novidades-do-museu"]) div[itemprop="articleBody"] .fastsocialshare_container:last-child {
  display: none;
}

body.menu-novidades-do-museu div[itemprop="articleBody"] .fastsocialshare_container {
  width: 59%;
}

body:not([class*="menu-novidades-do-museu"]) div[itemprop="articleBody"] .fastsocialshare_container {
  width: 43%;
  float: right;
}

div[itemprop="articleBody"] .fastsocialshare_container .fastsocialshare-share-tw {
  float: right;
}

div[itemprop="articleBody"] .fastsocialshare_container .fastsocialshare-share-fbsh {
  margin: 1px 5px;
}

/* Drop Cap */

.dropcap {
  float: left;
  color: #ba2539;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: Georgia;
}

/* Cores */

#rt-page-surround,
#rt-mainbody-surround {
  background: #f6f6f6;
}

#component-body,
.component-content {
  background: #f6f6f6;
}

#rt-main .rt-component-block {
  overflow: auto;
}

/* ------------------------------------------------------------ */
/* -------------------------- SIDEBAR ------------------------- */
/* ------------------------------------------------------------ */

#rt-sidebar-a .rt-block {
  padding: 15px 0;
}

#rt-sidebar-a .module-title .title {
  font-family: 'Josefin Sans', 'Helvetica', arial, serif;
  color: #711c29;
}

/* --- Menu Coleções --- */

ul.menusidebar-menu {
  margin: 0 0 15px;
}

ul.menusidebar-menu li {
  list-style-type: none;
}

/* --- Newsletter --- */

div.newsletter input.inputbox {
  width: 100%;
}

div.newsletter input.button {
  display: block;
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  border-radius: 5px;
}

div.newsletter form {
  margin: 0 0 15px;
}

/* --- Destaques --- */

#rt-sidebar-a .sprocket-strips-c img {
  width: 100%;
}

#rt-sidebar-a .sprocket-strips-c .sprocket-strips-c-content {
  height: 20px;
  padding: 15px 15px 20px;
}

#rt-sidebar-a .sprocket-strips-c .sprocket-strips-c-content .sprocket-strips-c-title {
  font-size: 110%;
  line-height: 120%;
}

#rt-sidebar-a .sprocket-strips-c .sprocket-strips-c-image {
  border-color: #711c29;
}

/* --- Novidades do Museu --- */

.sidebar-novidades .sprocket-lists ul.sprocket-lists-container li {
  overflow: inherit;
}

.sidebar-novidades .sprocket-lists-image {
  width: 100%;
}

.sidebar-novidades .sprocket-lists-item .readon {
  display: none;
}

.sidebar-novidades .sprocket-lists-nav {
  display: none;
}

/* --------------------------- EVENTOS ------------------------ */

.eventos .rme-items li,
.eventos .rme-timeline-bar,
.eventos .rme-arrow {
  width: 100%;
  clear: left;
  background: transparent;
  border: none;
  display: block;
  float: left;
}

.eventos .rme-badge {
  width: 52px;
  margin-bottom: 0;
  padding: 3px;
}

.eventos .rme-title {
  line-height: 1.2em;
  font-size: 1em;
}

.eventos .rme-items {
  display: block;
}

.eventos .rme-items li {
  margin: 10px 0 0;
  padding: 0;
}

.eventos .rme-timeline {
  display: none;
}

.eventos .rme-timeline-point:hover,
.eventos .rme-timeline-point.active,
.eventos .rme-badge {
  background: #711C29;
}

/* Pagination */

.pagination {
  margin: 10px 0 30px;
}

/* ------------------------------------------------------------ */
/* ---------------------- MOSAIC SPROCKET --------------------- */
/* ------------------------------------------------------------ */

.fp-roksprocket-mosaic .sprocket-mosaic .sprocket-mosaic-container li .sprocket-mosaic-image-container {
  margin: -15px -15px 15px -15px;
}

#rt-main .sprocket-mosaic .sprocket-padding {
  background: #FFFFFF;
  border: 1px solid #F4DBDF;
  padding: 5px;
}

#rt-main .sprocket-mosaic h2.sprocket-mosaic-title {
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
}

#rt-main .sprocket-mosaic .sprocket-mosaic-text {
  display: none;
}

.todas-colecoes a.sprocket-readmore {
  display: none;
}

/* ------------------------------------------------------------ */
/* --------------------------- AGENDA ------------------------- */
/* ------------------------------------------------------------ */

body.option-com-jevents h2.contentheading {
  display: none;
}

div.ev_navigation td.iconic_td {
  width: 70px !important;
}

body.menu-agenda a.ev_link_row {
  color: #711C29 !important;
  font-style: italic;
  font-weight: bold;
}

body.menu-agenda .ev_td_today {
  background-color: #711C29;
}

body.menu-agenda .ev_td_today a.ev_link_weekday {
  color: #FFFFFF;
}

body.menu-agenda .cal_td_daysnames,
body.menu-agenda .cal_td_weeklink {
  background-color: #711c29 ;
}

body.menu-agenda .cal_td_daysnoevents {
  background-color: #FFF7F8;
  
}

body.menu-agenda .cal_td_dayshasevents {
  background-color: #FFF7F8;
}

body.menu-agenda .cal_td_today {
  background-color: #F0B1BA;
  border: solid 2px #711c29;
}

body.menu-agenda .cal_td_daysoutofmonth {
  border: 1px solid #eeeeee;
  background-color: #FAE2E6;
}

/* ------------------------------------------------------------ */
/* -------------------------- CONTATO ------------------------- */
/* ------------------------------------------------------------ */

.menu-contato .formulario-contato iframe {
  width: 100%;
}

/* ------------------------------------------------------------ */
/* --------------------------- SOCIAL ------------------------- */
/* ------------------------------------------------------------ */

.bt-social-share {
  border: none;
  background: none;
  width: 80%;
  margin: 0 0 5px;
}

.fb_iframe_widget iframe {
  max-width: none;
}

/* ------------------------------------------------------------ */
/* -------------------------- GALERIAS ------------------------ */
/* ------------------------------------------------------------ */

a[data-rokbox-generate-thumbnail] img {
  margin: 5px;
}

/* ------------------------------------------------------------ */
/* ------------------------ SMART SLIDER ---------------------- */
/* ------------------------------------------------------------ */

div[id*="nextend-smart-slider"] .smart-slider-items img {
  width: auto !important;
  max-height: 510px;
  margin: 0 auto;
}

/*.slider-pintura-brasileira div[id*="nextend-smart-slider"] .smart-slider-items img {
  max-height: 510px;
}*/

.no-shadow {
  text-shadow: none;
}

div[data-item="paragraph"] p {
  font-size: 12pt;
  line-height: 1.4em;
}

div.slider-caption {
  font-size: 10pt;
  line-height: 1.2em;
}

/* ------------------------- Exposições ----------------------- */

body[class*="menu-exposicoes"] div[data-item="paragraph"] p {
  font-size: 10pt;
}

div[id^="nextend-smart-slider"] {
  margin-bottom: 10px !important;
}

/* ------------------------------------------------------------ */
/* ------------------------- LOCALIZAÇÃO ---------------------- */
/* ------------------------------------------------------------ */

p.local {
  background-color: rgb(221, 221, 221);
  padding: 5px;
  border-radius: 5px;
}

p.local:hover {
  background-color: rgb(232, 231, 231);
}

/* ------------------------------------------------------------ */
/* ----------------------------- H's -------------------------- */
/* ------------------------------------------------------------ */

h3, h5, h6 {
  color: #711C29;
}

h5 {
  font-size: 130%;
}

.yendifVideoShare.yendifResponsive h3  {
  color: #711c29;
  font-size: 250%;
  font-weight: 600;
  border-bottom: 1px solid #711c29 !important;
  line-height: 100%;
  margin: 0 0 20px;
}

/* ------------------------------------------------------------ */
/* -------------------- GALERIA DE VIDEOS --------------------- */
/* ------------------------------------------------------------ */

div.yendifVideoShare h3 a.rss_icon {
  line-height: 0;
}

/* ------------------------------------------------------------ */
/* ---------------------------- BUTTONS ----------------------- */
/* ------------------------------------------------------------ */

:not(#rt-sidebar-a) .button,
.readon,
.readon2,
a.readmore,
button.validate,
p.readmore a,
#member-registration a,
.formelm-buttons button,
.controls .btn,
.logout-button .btn,
.sprocket-readmore,
.roksearch_results a.clr,
.search .btn,
#finder-search .btn,
.content_vote .btn,
.filters .btn {
  border: 2px solid transparent;
  background-color: #BA2539;
  color: #FFFFFF;
  border-radius: 5px;
}

:not(#rt-sidebar-a) .button:hover,
.readon:hover,
.readon2:hover,
a.readmore:hover,
button.validate:hover,
p.readmore a:hover,
#member-registration a:hover,
.formelm-buttons button:hover,
.controls .btn:hover,
.logout-button .btn:hover,
.sprocket-readmore:hover,
.roksearch_results a.clr:hover,
.search .btn:hover,
#finder-search .btn:hover,
.content_vote .btn:hover,
.filters .btn:hover {
  border: 2px solid #BA2539;
  background-color: #FFFFFF;
  color: #BA2539;
}

/* ------------------------------------------------------------ */
/* ----------------------- MEDIA QUERIES ---------------------- */
/* ------------------------------------------------------------ */

@media only screen
and (max-width: 1199px)
and (min-width: 960px) {

  /* ------------------------------------------------------------ */
  /* ----------------------- TOP MENU --------------------------- */
  /* ------------------------------------------------------------ */
  
  body.layout-mode-responsive #rt-top .rt-container [class*="rt-grid"]:not(.rt-alpha):not(.rt-omega) {
    min-width: 185px !important;
  }
  
  body.layout-mode-responsive #rt-top .rt-alpha {
    max-width: 250px !important;
  }
  
  body.layout-mode-responsive #rt-top .rt-omega {
    min-width: 520px !important;
  }

  .social-items {
  	display: none;
  }


}

  /* ------------------------------------------------------------ */
  /* ----------------------- COLEÇÕES --------------------------- */
  /* ------------------------------------------------------------ */

  div[id*="nextend-smart-slider"] img {
    max-height: 400px !important;
  }

@media only screen
and (max-width: 959px)
and (min-width: 768px) {

  /* ------------------------------------------------------------ */
  /* ----------------------- TOP MENU --------------------------- */
  /* ------------------------------------------------------------ */
  
  body.layout-mode-responsive #rt-top .rt-container [class*="rt-grid"]:not(.rt-alpha):not(.rt-omega) {
    min-width: 185px !important;
  }
  
  body.layout-mode-responsive #rt-top .rt-alpha {
    max-width: 40px !important;
  }
  
  body.layout-mode-responsive #rt-top .rt-omega {
    min-width: 500px !important;
  }

  .social-items {
  	display: none;
  }

  /* ------------------------------------------------------------ */
  /* ----------------------- COLEÇÕES --------------------------- */
  /* ------------------------------------------------------------ */

  div[data-name="Sobre"] {
    top: 85.458% !important;
    height: 15.459% !important;
  }
  
  div[id*="nextend-smart-slider"] img {
    max-height: 315px !important;
  }

  /* ----- Paginação ----- */
  
  .nextend-image-previous {
    bottom: -7% !important;
  }
  
  .nextend-image-next {
    bottom: -7% !important;
  }

}

@media only screen
and (max-width: 767px)
and (min-width: 481px) {

  body.layout-mode-responsive #rt-extension {
    height: 230px;
  }
  
  /* ------------------------------------------------------------ */
  /* ----------------------- TOP MENU --------------------------- */
  /* ------------------------------------------------------------ */
  
  body.layout-mode-responsive #rt-top .rt-container [class*="rt-grid"]:not(.rt-alpha):not(.rt-omega) {
    max-width: 185px !important;
    height: 25px;
  }
  
  body.layout-mode-responsive #rt-top .rt-alpha {
    height: 25px;
    max-width: 0px !important;
  }
  
  body.layout-mode-responsive #rt-top .rt-omega {
    max-width: 295px !important;
  }

  body.layout-mode-responsive #rt-top .rt-omega .gantry-width-block {
    height: 25px;
    width: 220px !important;
    margin-right: 0 !important;
  }
  
  body.layout-mode-responsive #rt-top .rt-omega .gantry-width-block a img {
    max-width: 100px !important;
    height: auto !important;
  }
  
  .social-items {
  	display: none;
  }


  /* ------------------------------------------------------------ */
  /* ----------------------- COLEÇÕES --------------------------- */
  /* ------------------------------------------------------------ */
  
  div[id*="nextend-smart-slider"] {
    height: auto !important;
  }
  
  div.smart-slider-canvas {
    height: auto !important;
  }
  
  div[class*="smart-slider-border"] {
    height: 840px !important;
  }
  
  div[id*="nextend-smart-slider"] img {
    max-height: 570px !important;
  }
  
  div[data-name="Texto"] {
    float: left !important;
    top: inherit !important;
    left: inherit !important;
    width: 100% !important;
    height: auto !important;
    position: inherit !important;
  }
  
  div[data-name="Sobre"] {
    float: left !important;
    top: inherit !important;
    left: inherit !important;
    width: inherit !important;
    height: auto !important;
    position: inherit !important;
    margin: 0 0 10px !important;
  }
  
  div[data-name="Imagem"] {
    float: left !important;
    top: inherit !important;
    left: inherit !important;
    width: inherit !important;
    height: auto !important;
    position: inherit !important;
  }
  
  div[id*="nextend-smart-slider"] img {
    max-height: 570px !important;
  }
  
  div[data-item="heading"] h1 {
    font-size: 8em;
    line-height: 1.5em;
  }
  
  div[data-item="heading"] h2 {
    font-size: 5em !important;
  }
  
  /* ----- Paginação ----- */
  
  .nextend-image-previous {
    left: inherit !important;
    right: 12% !important;
    bottom: inherit !important;
    top: 24% !important;
  }
  
  .nextend-image-next {
    right: 1% !important;
    bottom: inherit !important;
    top: 24% !important;
  }

}

@media only screen
and (max-width: 480px) {

  body.layout-mode-responsive h2 {
    font-size: 110% !important;
  }
  
  body.layout-mode-responsive #rt-extension {
    height: 500px;
  }
  
  body.layout-mode-responsive .links-rapidos ul {
    margin-top: 0 !important;
  }
  
  .gf-menu-toggle {
    top: 103px;
  }
  
  /* ------------------------------------------------------------ */
  /* ----------------------- TOP MENU --------------------------- */
  /* ------------------------------------------------------------ */
  
  body.layout-mode-responsive #rt-top .rt-container [class*="rt-grid"]:not(.rt-alpha):not(.rt-omega) {
    max-width: 185px !important;
    height: 25px;
  }
  
  body.layout-mode-responsive #rt-top .rt-alpha {
    height: 25px;
    max-width: 0px !important;
  }

  body.layout-mode-responsive #rt-top .rt-omega .gantry-width-block {
    height: 25px;
    width: 220px !important;
    margin-right: 0 !important;
  }
  
  body.layout-mode-responsive #rt-top .rt-omega .gantry-width-block a img {
    max-width: 100px !important;
    height: auto !important;
  }

  .social-items {
  	display: none;
  }

  /* ------------------------------------------------------------ */
  /* ----------------------- COLEÇÕES --------------------------- */
  /* ------------------------------------------------------------ */
  
  div[id*="nextend-smart-slider"] {
    height: auto !important;
  }
  
  div.smart-slider-canvas {
    height: auto !important;
  }
  
  div[class*="smart-slider-border"] {
    height: 700px !important;
  }
  
  div[data-name="Texto"] {
    float: left !important;
    top: inherit !important;
    left: inherit !important;
    width: 100% !important;
    height: auto !important;
    position: inherit !important;
  }
  
  div[data-name="Sobre"] {
    float: left !important;
    top: inherit !important;
    left: inherit !important;
    width: inherit !important;
    height: auto !important;
    position: inherit !important;
    margin: 0 0 10px !important;
  }
  
  div[data-name="Imagem"] {
    float: left !important;
    top: inherit !important;
    left: inherit !important;
    width: inherit !important;
    height: auto !important;
    position: inherit !important;
  }
  
  div[id*="nextend-smart-slider"] img {
    max-height: 420px !important;
  }
  
  div[data-item="heading"] h1 {
    font-size: 8em;
    line-height: 1.5em;
  }
  
  div[data-item="heading"] h2 {
    font-size: 5em !important;
  }
  
  /* ----- Paginação ----- */
  
  .nextend-image-previous {
    left: inherit !important;
    right: 12% !important;
    bottom: inherit !important;
    top: 28.5% !important;
  }
  
  .nextend-image-next {
    right: 1% !important;
    bottom: inherit !important;
    top: 28.5% !important;
  }
  
}

/* ------------------------------------------------------------- */
/* -------------------- REVISTA AVENIDA ------------------------ */
/* ------------------------------------------------------------- */

ul.gf-menu li.item339 {
	display: none;
}

ul.gf-menu li.item329 {
	color: #BA2539
}

.menu-block .gf-menu .dropdown .item329 {
	color: #BA2539
}

.module-content div#fontsize {
	display: none;
}

.html5flippingbook h2#fb_bookname {
    color: #711c29;
    font-weight: 600;
    font-size: 250%;
    border-bottom: 1px solid #711c29;
    width: 100%;
}

.flipbook .page-wrapper .even,
.flipbook .page-wrapper .odd {
	padding: 0;
}
