/*
 * Campaign General Style
 */
/*#52771B*/
/* promobar */
/*#7e3bd0*/
/*#d03bc4*/
/* media up to # */
/* media from # up */
body.page-cms .coupon_code {
  display: none; }

body.page-cms h1 {
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
  margin: 150px auto 0 auto;
  top: 10%;
  padding: 10px 0 10px 0;
  text-align: center;
  /*border-top: 2px solid #fff;*/
  /*border-bottom: 2px solid #fff;*/
  color: #fff;
  font-style: italic;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  font-size: 4rem;
  line-height: normal; }
  @media (min-width: 768px) and (max-width: 979px) {
    body.page-cms h1 {
      font-size: 5rem; } }
  @media (min-width: 980px) and (max-width: 1199px) {
    body.page-cms h1 {
      font-size: 6rem; } }
  @media (min-width: 1200px) {
    body.page-cms h1 {
      font-size: 7rem; } }

body.page-cms h3 {
  font-size: 180%;
  line-height: 140%; }

body.page-cms section.content {
  text-align: center;
  background-color: #F4F5F2;
  margin-bottom: 40px; }

body.page-cms .image {
  position: relative;
  overflow: hidden;
  height: 50vh; }
  body.page-cms .image img {
    position: relative;
    left: 0;
    width: 100%;
    height: auto; }

body.page-cms .text {
  padding: 20px 20px 0px; }
