/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,500&display=swap');
/*69d69c154cf771a2d952db02ba9b19f1*/
/* @import "custom.scss" */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.2rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.7rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.25rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.2rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 2, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel {
  padding: 0 3rem;
  height: 100%;
}
/* line 6, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 14, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-nav div {
  font-size: 1.5rem;
  bottom: auto;
  margin: 0;
  top: 37%;
}
/* line 20, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-nav div.owl-prev {
  left: 0;
}
/* line 23, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-nav div.owl-next {
  right: 0;
}
/* line 31, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-stage-outer {
  border-radius: 0.5rem 0.5rem 0 0;
}
/* line 36, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item {
  outline: none;
  cursor: pointer;
}
/* line 40, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item img {
  opacity: 0.5;
  z-index: 1;
  position: relative;
}
/* line 47, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container {
  background: #000;
  position: relative;
  z-index: 0;
}
/* line 52, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container:before {
  pointer-events: none;
  height: 8px;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  transition: background-color 1s;
  background-color: rgba(255, 255, 255, 0);
}
/* line 66, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover {
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  position: absolute;
  font-size: 1.2vw;
  top: -1rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  font-weight: 700;
  z-index: 5;
}
@media (max-width: 83.3333333333rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/theme/mixins/_typography.scss */
  .g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover {
    font-size: 1rem;
  }
}
/* line 78, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover a {
  color: #fff;
}
/* line 82, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover .fa {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
/* line 88, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover:before {
  background-color: rgba(25, 167, 142, 0.6);
  background-image: -webkit-linear-gradient(top, rgba(25, 167, 142, 0.6), rgba(211, 17, 69, 0.6));
  background-image: linear-gradient(to bottom,rgba(25, 167, 142, 0.6), rgba(211, 17, 69, 0.6));
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform 0.35s;
  transform-origin: top center;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
/* line 105, templates/rt_reiko/custom/scss/_bgslideshow.scss */
/* line 106, templates/rt_reiko/custom/scss/_bgslideshow.scss */
/* line 107, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item:hover .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover {
  opacity: 1;
  top: 0;
}
/* line 111, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item:hover .g-bgslideshow-carousel-image-container .g-bgslideshow-carousel-image-hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 119, templates/rt_reiko/custom/scss/_bgslideshow.scss */
/* line 120, templates/rt_reiko/custom/scss/_bgslideshow.scss */
/* line 121, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item.owl-current .g-bgslideshow-carousel-image-container:before {
  background-color: #d31145;
}
/* line 126, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-carousel .owl-item.owl-current img {
  opacity: 1;
}
/* line 134, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-slides {
  padding-top: 10vh;
  padding-bottom: 18vh;
}
/* line 137, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.fp-responsive .g-bgslideshow-slides {
  padding-top: 16vw;
  padding-bottom: 13vw;
}
@media only all and (max-width: 50.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .fp-responsive .g-bgslideshow-slides {
    padding-bottom: 5vw;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-bgslideshow-slides {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
/* line 151, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-slides .owl-item {
  text-align: center;
}
/* line 154, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-title {
  font-size: 10vw;
  font-weight: ;
  line-height: 1.2;
}
@media (max-width: 30rem) {
  .g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-title {
    font-size: 3rem;
  }
}
/* line 160, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-description {
  font-size: 1.6vw;
  font-weight: 600;
}
@media (max-width: 68.75rem) {
  .g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-description {
    font-size: 1.1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-description {
    margin: 0.625rem 0;
  }
}
/* line 169, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-link .button {
  margin: 1rem 0 0.5rem 0;
}
@media only all and (max-width: 50.99rem) {
  .g-bgslideshow-slides .owl-item .g-bgslideshow-slides-item-link .button {
    margin: 0.5rem 0 0.5rem 0;
  }
}
/* line 180, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-wrapper, .vegas-overlay, .vegas-timer, .vegas-slide, .vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 196, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-overlay {
  opacity: 0.5;
  background: transparent url('../overlays/02.png') center center repeat;
}
/* line 201, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}
/* line 207, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}
/* line 215, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}
/* line 219, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-slide, .vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}
/* line 228, templates/rt_reiko/custom/scss/_bgslideshow.scss */
body .vegas-container {
  overflow: hidden !important;
  position: relative;
}
/* line 233, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
/* line 240, templates/rt_reiko/custom/scss/_bgslideshow.scss */
body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}
/* line 246, templates/rt_reiko/custom/scss/_bgslideshow.scss */
body.vegas-container #g-page-surround {
  background: rgba(255, 255, 255, 0);
}
/* line 250, templates/rt_reiko/custom/scss/_bgslideshow.scss */
body.vegas-container > .vegas-timer, body.vegas-container > .vegas-overlay, body.vegas-container > .vegas-slide {
  position: absolute;
  z-index: -1;
}
/* Target Safari IOS7+ in order to add 76px */
/* line 258, templates/rt_reiko/custom/scss/_bgslideshow.scss */
_::full-page-media, _:future, :root body.vegas-container > .vegas-slide, :root body.vegas-container > .vegas-overlay {
  bottom: -76px;
}
/*******************************************/
/* blur transition */
/*******************************************/
/* line 267, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-blur, .vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}
/* line 274, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-blur-in, .vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
/* line 281, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-blur2-out {
  opacity: 0;
}
/*******************************************/
/* burn transition */
/*******************************************/
/* line 288, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-burn, .vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}
/* line 295, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-burn-in, .vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}
/* line 302, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}
/*******************************************/
/* fade transition */
/*******************************************/
/* line 311, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-fade, .vegas-transition-fade2 {
  opacity: 0;
}
/* line 316, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-fade-in, .vegas-transition-fade2-in {
  opacity: 1;
}
/* line 321, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-fade2-out {
  opacity: 0;
}
/*******************************************/
/* flash transition */
/*******************************************/
/* line 328, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-flash, .vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}
/* line 335, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-flash-in, .vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
/* line 342, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}
/*******************************************/
/* negative transition */
/*******************************************/
/* line 351, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-negative, .vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
/* line 358, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-negative-in, .vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}
/* line 365, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
/*******************************************/
/* slideDown transition */
/*******************************************/
/* line 374, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideDown, .vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 380, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideDown-in, .vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 386, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/*******************************************/
/* slideLeft transition */
/*******************************************/
/* line 394, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideLeft, .vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 400, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideLeft-in, .vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 406, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*******************************************/
/* slideRight transition */
/*******************************************/
/* line 414, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideRight, .vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 420, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideRight-in, .vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* line 426, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/*******************************************/
/* slideUp transition */
/*******************************************/
/* line 434, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideUp, .vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* line 440, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideUp-in, .vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
/* line 446, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/*******************************************/
/* swirlLeft transition */
/*******************************************/
/* line 454, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlLeft, .vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}
/* line 461, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlLeft-in, .vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* line 468, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}
/*******************************************/
/* swirlRight transition */
/*******************************************/
/* line 477, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlRight, .vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}
/* line 484, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlRight-in, .vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
/* line 491, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}
/*******************************************/
/* zoomIn transition */
/*******************************************/
/* line 500, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomIn, .vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
/* line 507, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomIn-in, .vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 514, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
/*******************************************/
/* zoomOut transition */
/*******************************************/
/* line 523, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomOut, .vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
/* line 530, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomOut-in, .vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 537, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
/*******************************************/
/* kenburns animation */
/*******************************************/
/* line 546, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  -moz-animation: kenburns ease-out;
  animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
  /* line 551, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) rotate(0.02deg);
    -moz-transform: scale(1.5) rotate(0.02deg);
    -ms-transform: scale(1.5) rotate(0.02deg);
    -o-transform: scale(1.5) rotate(0.02deg);
    transform: scale(1.5) rotate(0.02deg);
  }
  /* line 554, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    -o-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
  }
}
@keyframes kenburns {
  /* line 560, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) rotate(0.02deg);
    -moz-transform: scale(1.5) rotate(0.02deg);
    -ms-transform: scale(1.5) rotate(0.02deg);
    -o-transform: scale(1.5) rotate(0.02deg);
    transform: scale(1.5) rotate(0.02deg);
  }
  /* line 563, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) rotate(0.02deg);
    -moz-transform: scale(1) rotate(0.02deg);
    -ms-transform: scale(1) rotate(0.02deg);
    -o-transform: scale(1) rotate(0.02deg);
    transform: scale(1) rotate(0.02deg);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
/* line 571, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  -moz-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
  /* line 576, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    -moz-transform: scale(1.5) translate(10%, -10%);
    -ms-transform: scale(1.5) translate(10%, -10%);
    -o-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  /* line 579, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  /* line 585, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    -moz-transform: scale(1.5) translate(10%, -10%);
    -ms-transform: scale(1.5) translate(10%, -10%);
    -o-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }
  /* line 588, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
/* line 596, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
  /* line 602, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    -moz-transform: scale(1.5) translate(-10%, -10%);
    -ms-transform: scale(1.5) translate(-10%, -10%);
    -o-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  /* line 605, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  /* line 611, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    -moz-transform: scale(1.5) translate(-10%, -10%);
    -ms-transform: scale(1.5) translate(-10%, -10%);
    -o-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }
  /* line 614, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
/* line 622, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
  /* line 628, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    -moz-transform: scale(1.5) translate(0, -10%);
    -ms-transform: scale(1.5) translate(0, -10%);
    -o-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  /* line 631, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  /* line 637, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    -moz-transform: scale(1.5) translate(0, -10%);
    -ms-transform: scale(1.5) translate(0, -10%);
    -o-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }
  /* line 640, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
/* line 648, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
  /* line 654, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    -moz-transform: scale(1.5) translate(10%, 0);
    -ms-transform: scale(1.5) translate(10%, 0);
    -o-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  /* line 657, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  /* line 663, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    -moz-transform: scale(1.5) translate(10%, 0);
    -ms-transform: scale(1.5) translate(10%, 0);
    -o-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }
  /* line 666, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
/* line 674, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
  /* line 680, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    -moz-transform: scale(1.5) translate(-10%, 0);
    -ms-transform: scale(1.5) translate(-10%, 0);
    -o-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  /* line 683, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  /* line 689, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    -moz-transform: scale(1.5) translate(-10%, 0);
    -ms-transform: scale(1.5) translate(-10%, 0);
    -o-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }
  /* line 692, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
/* line 700, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
  /* line 706, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    -moz-transform: scale(1.5) translate(10%, 10%);
    -ms-transform: scale(1.5) translate(10%, 10%);
    -o-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  /* line 709, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  /* line 715, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    -moz-transform: scale(1.5) translate(10%, 10%);
    -ms-transform: scale(1.5) translate(10%, 10%);
    -o-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }
  /* line 718, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
/* line 726, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
  /* line 732, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    -moz-transform: scale(1.5) translate(-10%, 10%);
    -ms-transform: scale(1.5) translate(-10%, 10%);
    -o-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  /* line 735, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  /* line 741, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    -moz-transform: scale(1.5) translate(-10%, 10%);
    -ms-transform: scale(1.5) translate(-10%, 10%);
    -o-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }
  /* line 744, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
/* line 752, templates/rt_reiko/custom/scss/_bgslideshow.scss */
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
  /* line 758, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    -moz-transform: scale(1.5) translate(0, 10%);
    -ms-transform: scale(1.5) translate(0, 10%);
    -o-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  /* line 761, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  /* line 767, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    -moz-transform: scale(1.5) translate(0, 10%);
    -ms-transform: scale(1.5) translate(0, 10%);
    -o-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }
  /* line 770, templates/rt_reiko/custom/scss/_bgslideshow.scss */
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
/* Slick Core */
/* line 2, templates/rt_reiko/custom/scss/toprated.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* line 17, templates/rt_reiko/custom/scss/toprated.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, templates/rt_reiko/custom/scss/toprated.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, templates/rt_reiko/custom/scss/toprated.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
/* line 34, templates/rt_reiko/custom/scss/toprated.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 43, templates/rt_reiko/custom/scss/toprated.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 51, templates/rt_reiko/custom/scss/toprated.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 57, templates/rt_reiko/custom/scss/toprated.scss */
.slick-track:after {
  clear: both;
}
/* line 61, templates/rt_reiko/custom/scss/toprated.scss */
.slick-loading .slick-track {
  visibility: hidden;
}
/* line 66, templates/rt_reiko/custom/scss/toprated.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 71, templates/rt_reiko/custom/scss/toprated.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 75, templates/rt_reiko/custom/scss/toprated.scss */
.slick-slide img {
  display: block;
}
/* line 79, templates/rt_reiko/custom/scss/toprated.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 85, templates/rt_reiko/custom/scss/toprated.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 89, templates/rt_reiko/custom/scss/toprated.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 93, templates/rt_reiko/custom/scss/toprated.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 97, templates/rt_reiko/custom/scss/toprated.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* line 104, templates/rt_reiko/custom/scss/toprated.scss */
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* line 109, templates/rt_reiko/custom/scss/toprated.scss */
/* line 110, templates/rt_reiko/custom/scss/toprated.scss */
.slick-loading .slick-list {
  background: #fff url('../images/slick/ajax-loader.gif') center center no-repeat;
}
/* line 116, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated {
  position: relative;
  /* Arrows */
}
/* line 119, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 123, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-header .g-title {
  flex: 0 1 auto;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
/* line 128, templates/rt_reiko/custom/scss/toprated.scss */
.dir-rtl .g-toprated .g-toprated-header .g-title {
  margin-left: 1rem;
  margin-right: 0;
}
@media only all and (max-width: 50.99rem) {
  .g-toprated .g-toprated-header .g-title {
    margin-right: 0;
  }
}
/* line 138, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-header .g-toprated-filtering {
  flex: 0 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.85rem 0 2rem;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-toprated .g-toprated-header .g-toprated-filtering {
    display: block;
    width: 100%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-toprated .g-toprated-header .g-toprated-filtering {
    display: block;
    width: 100%;
  }
}
/* line 153, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-header .g-toprated-filtering .g-toprated-group {
  position: relative;
  margin: 0 5px;
  padding: 0.125rem 0.9rem;
  font-size: 0.7vw;
  font-weight: 500;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 142.8571428571rem) {
  .g-toprated .g-toprated-header .g-toprated-filtering .g-toprated-group {
    font-size: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-toprated .g-toprated-header .g-toprated-filtering .g-toprated-group {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
/* line 170, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-header .g-toprated-filtering .g-toprated-group:hover {
  background: #d31145;
  cursor: pointer;
}
/* line 175, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-header .g-toprated-filtering .g-toprated-group.active {
  background: #d31145;
}
/* line 182, templates/rt_reiko/custom/scss/toprated.scss */
/* line 183, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slick-list {
  padding-top: 0.5rem;
}
/* line 187, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper {
  margin: 0.75rem;
  padding: 0.85rem;
}
/* line 191, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-image {
  position: relative;
}
/* line 194, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-image a {
  display: block;
}
/* line 198, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-image img {
  width: 100%;
  border-radius: 5px;
}
/* line 203, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-image .g-toprated-score {
  position: absolute;
  display: block;
  top: -22px;
  right: -22px;
  width: 48px;
  height: 48px;
  background: #d31145;
  color: #fff;
  font-family: ;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  z-index: 2;
}
/* line 220, templates/rt_reiko/custom/scss/toprated.scss */
.dir-rtl .g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-image .g-toprated-score {
  right: auto;
  left: -22px;
}
/* line 226, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-image .g-toprated-ribbon {
  position: absolute;
  padding: 3px 8px;
  display: block;
  top: 0;
  left: 0;
  background: #d31145;
  color: #fff;
  font-family: ;
  font-weight: 600;
  font-size: 0.9rem;
  z-index: 2;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 241, templates/rt_reiko/custom/scss/toprated.scss */
.dir-rtl .g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-image .g-toprated-ribbon {
  left: auto;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 252, templates/rt_reiko/custom/scss/toprated.scss */
/* line 253, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-title a {
  color: #fff;
}
/* line 256, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-title a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 262, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-title h3 {
  font-size: 1.2vw;
  margin-bottom: 0;
}
@media (max-width: 91.6666666667rem) {
  .g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-title h3 {
    font-size: 1.1rem;
  }
}
/* line 268, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9vw;
}
@media (max-width: 100rem) {
  .g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-subtitle {
    font-size: 0.9rem;
  }
}
/* line 273, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-slider .slide-content-wrapper .g-toprated-description {
  margin-top: 1rem;
}
/* line 280, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.85rem;
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-toprated .g-toprated-nav {
    top: 35px;
  }
}
/* line 290, templates/rt_reiko/custom/scss/toprated.scss */
.dir-rtl .g-toprated .g-toprated-nav {
  right: auto;
  left: 0;
}
/* line 295, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-nav .slick-prev, .g-toprated .g-toprated-nav .slick-next {
  display: inline-block;
  margin: 0 0.4rem;
  height: 24px;
  width: 24px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 311, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-nav .slick-prev:hover, .g-toprated .g-toprated-nav .slick-next:hover, .g-toprated .g-toprated-nav .slick-prev:focus, .g-toprated .g-toprated-nav .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 316, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-nav .slick-prev:hover:before, .g-toprated .g-toprated-nav .slick-next:hover:before, .g-toprated .g-toprated-nav .slick-prev:focus:before, .g-toprated .g-toprated-nav .slick-next:focus:before {
  opacity: 1;
}
/* line 321, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-nav .slick-prev.slick-disabled:before, .g-toprated .g-toprated-nav .slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 325, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-nav .slick-prev:before, .g-toprated .g-toprated-nav .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 24px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 336, templates/rt_reiko/custom/scss/toprated.scss */
/* line 337, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-nav .slick-prev:before {
  content: "\f137";
}
/* line 340, templates/rt_reiko/custom/scss/toprated.scss */
[dir="rtl"] .g-toprated .g-toprated-nav .slick-prev:before {
  content: "\f138";
}
/* line 346, templates/rt_reiko/custom/scss/toprated.scss */
/* line 347, templates/rt_reiko/custom/scss/toprated.scss */
.g-toprated .g-toprated-nav .slick-next:before {
  content: "\f138";
}
/* line 350, templates/rt_reiko/custom/scss/toprated.scss */
[dir="rtl"] .g-toprated .g-toprated-nav .slick-next:before {
  content: "\f137";
}
/* line 1, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews {
  position: relative;
  opacity: 0;
}
/* line 5, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews.visible {
  opacity: 1;
}
/* line 10, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 1.5rem;
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-header {
    margin: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-header {
    display: block;
  }
}
/* line 25, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header .g-latestnews-title {
  display: block;
  font-size: 2vw;
  font-weight: 700;
  color: #000;
  padding-right: 1.5rem;
}
@media (max-width: 50rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-title {
    font-size: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-title {
    text-align: center;
    padding-right: 0;
  }
}
/* line 37, templates/rt_reiko/custom/scss/_latestnews.scss */
.dir-rtl .g-latestnews .g-latestnews-header .g-latestnews-title {
  padding-left: 1.5rem;
  padding-right: 0;
}
/* line 43, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header .g-latestnews-title .g-latestnews-uppertitle {
  display: block;
  padding-right: 1.5rem;
  color: rgba(3, 3, 3, 0.35);
  font-size: 0.9vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 100rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-title .g-latestnews-uppertitle {
    font-size: 0.9rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-title .g-latestnews-uppertitle {
    text-align: center;
    padding-right: 0;
  }
}
/* line 58, templates/rt_reiko/custom/scss/_latestnews.scss */
.dir-rtl .g-latestnews .g-latestnews-header .g-latestnews-title .g-latestnews-uppertitle {
  padding-left: 1.5rem;
  padding-right: 0;
}
/* line 66, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header .g-latestnews-nav {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
/* line 71, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header .g-latestnews-nav i {
  display: none;
  position: absolute;
  top: 0.8rem;
  left: 0.625rem;
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-nav i {
    display: block;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-nav {
    min-height: 6rem;
    width: 100%;
  }
}
/* line 88, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 75%;
    padding: 0 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: solid 2px #000;
    border-radius: 5px;
    background: #fff;
    z-index: 15;
    margin-top: 1rem;
  }
}
/* line 109, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-item {
  cursor: pointer;
  padding: 0.125rem 0.9rem;
  font-size: 1vw;
  font-weight: 400;
  color: #000;
  position: relative;
  border-radius: 5px;
  text-transform: capitalize;
  border: 2px solid transparent;
}
@media (max-width: 100rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-item {
    font-size: 1rem;
  }
}
/* line 120, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-item.selected {
  border-color: #000;
  background: transparent;
  font-weight: 600;
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-item.selected {
    background: none;
    color: #000;
    border-color: transparent;
  }
}
/* line 131, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-item.selected:hover {
  text-decoration: line-through;
}
/* line 136, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-item:hover {
  text-decoration: line-through;
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-item {
    display: none;
    padding: 0.425rem 2rem;
  }
}
/* line 145, templates/rt_reiko/custom/scss/_latestnews.scss */
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-item.selected {
    display: block;
  }
}
/* line 151, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-header .g-latestnews-nav .g-latestnews-nav-item.clicked {
  display: block;
}
/* line 159, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .button-wrapper {
  margin-top: 3.125rem;
}
/* line 164, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid {
  position: relative;
  margin: 0 -1.5rem;
  overflow: visible !important;
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-grid {
    margin: -1.5rem;
  }
}
/* line 174, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item {
  cursor: pointer;
  will-change: auto !important;
}
/* line 178, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item a.g-latestnews-link-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
}
/* line 186, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper {
  position: relative;
  margin: 1.5rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper {
    margin: 1.5rem;
  }
}
/* line 195, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper .g-latestnews-grid-item-image {
  position: relative;
}
/* line 198, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper .g-latestnews-grid-item-image img {
  width: 100%;
  min-height: 1px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 206, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 207, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-accent-color-1 .g-latestnews-grid-item-case {
  background-color: #d31145;
}
/* line 212, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 213, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-accent-color-2 .g-latestnews-grid-item-case {
  background-color: #19a78e;
}
/* line 219, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 221, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 222, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-bottom.g-latestnews-accent-color-1 .g-latestnews-grid-item-content, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-top.g-latestnews-accent-color-1 .g-latestnews-grid-item-content {
  background: #d31145;
}
/* line 225, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-bottom.g-latestnews-accent-color-1 .g-latestnews-grid-item-content:before, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-top.g-latestnews-accent-color-1 .g-latestnews-grid-item-content:before {
  border-color: #a40d36;
  left: auto;
  right: -1rem;
}
/* line 232, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-bottom.g-latestnews-accent-color-1 .g-latestnews-grid-item-case, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-top.g-latestnews-accent-color-1 .g-latestnews-grid-item-case {
  background-color: #a40d36;
}
/* line 237, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 238, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-bottom.g-latestnews-accent-color-2 .g-latestnews-grid-item-content, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-top.g-latestnews-accent-color-2 .g-latestnews-grid-item-content {
  background: #19a78e;
}
/* line 241, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-bottom.g-latestnews-accent-color-2 .g-latestnews-grid-item-content:before, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-top.g-latestnews-accent-color-2 .g-latestnews-grid-item-content:before {
  border-color: #127b68;
}
/* line 246, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-bottom.g-latestnews-accent-color-2 .g-latestnews-grid-item-case, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-top.g-latestnews-accent-color-2 .g-latestnews-grid-item-case {
  background-color: #d31145;
}
/* line 251, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-bottom .g-latestnews-grid-item-content, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-top .g-latestnews-grid-item-content {
  padding: 3rem;
  bottom: 0;
}
/* line 255, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-bottom .g-latestnews-grid-item-content:before, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-default-top .g-latestnews-grid-item-content:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  left: -1rem;
  border: 4px solid rgba(0, 0, 0, 0);
  content: "";
}
/* line 267, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 269, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo .g-latestnews-grid-item-content, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo-large .g-latestnews-grid-item-content {
  position: static;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 275, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo .g-latestnews-grid-item-content .g-latestnews-grid-item-title, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo-large .g-latestnews-grid-item-content .g-latestnews-grid-item-title {
  position: absolute;
  left: 1rem;
  bottom: -1.5rem;
  font-size: 1.4rem;
  line-height: 1.44;
  width: 80%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo .g-latestnews-grid-item-content .g-latestnews-grid-item-title, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo-large .g-latestnews-grid-item-content .g-latestnews-grid-item-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo .g-latestnews-grid-item-content .g-latestnews-grid-item-title, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo-large .g-latestnews-grid-item-content .g-latestnews-grid-item-title {
    font-size: 1.2rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo .g-latestnews-grid-item-content .g-latestnews-grid-item-title, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo-large .g-latestnews-grid-item-content .g-latestnews-grid-item-title {
    line-height: 1.48;
  }
}
/* line 295, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo .g-latestnews-grid-item-content .g-latestnews-grid-item-title span, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo-large .g-latestnews-grid-item-content .g-latestnews-grid-item-title span {
  color: #fff;
  background: #000;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 7px;
}
/* line 305, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo .g-latestnews-grid-item-content .g-latestnews-grid-item-case, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo-large .g-latestnews-grid-item-content .g-latestnews-grid-item-case {
  position: absolute;
  top: 1rem;
  color: white;
  left: 1rem;
}
/* line 313, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo .g-latestnews-grid-item-image, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo-large .g-latestnews-grid-item-image {
  margin-bottom: 1.5rem;
}
/* line 316, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo .g-latestnews-grid-item-image img, .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-photo-large .g-latestnews-grid-item-image img {
  border-radius: 5px;
}
/* line 322, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 323, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-wrapper.g-latestnews-layout-text .g-latestnews-grid-item-content {
  margin-top: 0;
}
/* line 329, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content {
  width: 100%;
  left: 0;
  text-align: left;
  z-index: 3;
  font-size: 1.2vw;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 83.3333333333rem) {
  .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content {
    font-size: 1rem;
  }
}
/* line 337, templates/rt_reiko/custom/scss/_latestnews.scss */
.dir-rtl .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content {
  text-align: right;
}
/* line 341, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-title {
  color: #000;
  font-weight: 500;
  font-size: 1.2vw;
  line-height: 1.1;
}
@media (max-width: 83.3333333333rem) {
  .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-title {
    font-size: 1rem;
  }
}
/* line 347, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-title:hover {
  text-decoration: line-through;
}
/* line 352, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-subtitle {
  color: #000;
  opacity: 0.3;
  font-weight: 400;
  margin-top: 0.625rem;
  font-size: 0.7vw;
}
@media (max-width: 142.8571428571rem) {
  .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-subtitle {
    font-size: 1rem;
  }
}
/* line 360, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-case {
  color: #000;
  font-size: 0.6vw;
  font-weight: 400;
  background: transparent;
  display: inline-block;
  letter-spacing: 3px;
  clear: both;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
@media (max-width: 133.3333333333rem) {
  .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-case {
    font-size: 0.8rem;
  }
}
/* line 372, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-description {
  color: #617374;
  margin-top: 1.125rem;
  font-size: 0.9vw;
}
@media (max-width: 111.1111111111rem) {
  .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-description {
    font-size: 1rem;
  }
}
/* line 378, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-button {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 0.8vw;
}
@media (max-width: 125rem) {
  .g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-button {
    font-size: 1rem;
  }
}
/* line 386, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 387, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 388, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item:hover .g-latestnews-grid-item-wrapper .g-latestnews-grid-item-title {
  text-decoration: none;
  text-shadow: 2px 2px 16px #666;
  text-decoration-color: inherit;
}
/* line 394, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item:hover .g-latestnews-grid-item-wrapper .g-latestnews-grid-item-button {
  text-decoration: overline;
}
/* line 403, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 404, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid.cols-2 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-2 .g-latestnews-grid-sizer {
  width: 50%;
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-grid.cols-2 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-2 .g-latestnews-grid-sizer {
    width: 100%;
  }
}
/* line 415, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 416, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid.cols-3 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-3 .g-latestnews-grid-sizer {
  width: 33.3%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-latestnews .g-latestnews-grid.cols-3 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-3 .g-latestnews-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-grid.cols-3 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-3 .g-latestnews-grid-sizer {
    width: 100%;
  }
}
/* line 431, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 432, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-sizer {
  width: 25%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-sizer {
    width: 100%;
  }
}
/* line 444, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-item.photo-large, .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-sizer.photo-large {
  width: 50%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-item.photo-large, .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-sizer.photo-large {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-item.photo-large, .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-sizer.photo-large {
    width: 100%;
  }
}
/* line 459, templates/rt_reiko/custom/scss/_latestnews.scss */
/* line 460, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews .g-latestnews-grid.cols-5 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-5 .g-latestnews-grid-sizer {
  width: 20%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-latestnews .g-latestnews-grid.cols-5 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-5 .g-latestnews-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-latestnews .g-latestnews-grid.cols-5 .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-5 .g-latestnews-grid-sizer {
    width: 100%;
  }
}
/* line 475, templates/rt_reiko/custom/scss/_latestnews.scss */
.g-latestnews-grid-item-wrapper.g-latestnews-layout-text {
  min-height: 311px;
}
/* line 1, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life {
  position: relative;
  opacity: 0;
}
/* line 5, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life.visible {
  opacity: 1;
}
/* line 10, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 1.5rem;
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-header {
    margin: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-header {
    display: block;
  }
}
/* line 25, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header .g-real_life-title {
  display: block;
  font-size: 2vw;
  font-weight: 700;
  color: #000;
  padding-right: 1.5rem;
}
@media (max-width: 50rem) {
  .g-real_life .g-real_life-header .g-real_life-title {
    font-size: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-header .g-real_life-title {
    text-align: center;
    padding-right: 0;
  }
}
/* line 37, templates/rt_reiko/custom/scss/_real_life.scss */
.dir-rtl .g-real_life .g-real_life-header .g-real_life-title {
  padding-left: 1.5rem;
  padding-right: 0;
}
/* line 43, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header .g-real_life-title .g-real_life-uppertitle {
  display: block;
  padding-right: 1.5rem;
  color: rgba(3, 3, 3, 0.35);
  font-size: 0.9vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 100rem) {
  .g-real_life .g-real_life-header .g-real_life-title .g-real_life-uppertitle {
    font-size: 0.9rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-header .g-real_life-title .g-real_life-uppertitle {
    text-align: center;
    padding-right: 0;
  }
}
/* line 58, templates/rt_reiko/custom/scss/_real_life.scss */
.dir-rtl .g-real_life .g-real_life-header .g-real_life-title .g-real_life-uppertitle {
  padding-left: 1.5rem;
  padding-right: 0;
}
/* line 66, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header .g-real_life-nav {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
/* line 71, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header .g-real_life-nav i {
  display: none;
  position: absolute;
  top: 0.8rem;
  left: 0.625rem;
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-header .g-real_life-nav i {
    display: block;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-header .g-real_life-nav {
    min-height: 6rem;
    width: 100%;
  }
}
/* line 88, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 75%;
    padding: 0 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: solid 2px #000;
    border-radius: 0px;
    background: #fff;
    z-index: 15;
    margin-top: 1rem;
  }
}
/* line 109, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-item {
  cursor: pointer;
  padding: 0.125rem 0.9rem;
  font-size: 1vw;
  font-weight: 400;
  color: #fff;
  position: relative;
  border-radius: 0px;
  text-transform: capitalize;
  border: 2px solid #fff;
  background: #d31145;
}
@media (max-width: 100rem) {
  .g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-item {
    font-size: 1rem;
  }
}
/* line 120, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-item.selected {
  border-color: #d31145;
  background: #d31145;
  font-weight: 600;
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-item.selected {
    background: none;
    color: #000;
    border-color: transparent;
  }
}
/* line 131, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-item.selected:hover {
  background: #666;
  border-color: #666;
}
/* line 137, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-item:hover {
  background: #666;
  border-color: #fff;
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-item {
    display: none;
    padding: 0.425rem 2rem;
  }
}
/* line 147, templates/rt_reiko/custom/scss/_real_life.scss */
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-item.selected {
    display: block;
  }
}
/* line 153, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-item.clicked {
  display: block;
}
/* line 161, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .button-wrapper {
  margin-top: 3.125rem;
}
/* line 166, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid {
  position: relative;
  margin: 0 -1.5rem;
  overflow: visible !important;
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-grid {
    margin: -1.5rem;
  }
}
/* line 176, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item {
  cursor: pointer;
  will-change: auto !important;
}
/* line 180, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item a.g-real_life-link-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
}
/* line 188, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper {
  position: relative;
  margin: 1.5rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper {
    margin: 1.5rem;
  }
}
/* line 197, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper .g-real_life-grid-item-image {
  position: relative;
}
/* line 200, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper .g-real_life-grid-item-image img {
  width: 100%;
  min-height: 1px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 208, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 209, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-accent-color-1 .g-real_life-grid-item-case {
  background-color: #d31145;
}
/* line 214, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 215, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-accent-color-2 .g-real_life-grid-item-case {
  background-color: #19a78e;
}
/* line 221, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 223, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 224, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-bottom.g-real_life-accent-color-1 .g-real_life-grid-item-content, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-top.g-real_life-accent-color-1 .g-real_life-grid-item-content {
  background: #d31145;
}
/* line 227, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-bottom.g-real_life-accent-color-1 .g-real_life-grid-item-content:before, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-top.g-real_life-accent-color-1 .g-real_life-grid-item-content:before {
  border-color: #a40d36;
  left: auto;
  right: -1rem;
}
/* line 234, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-bottom.g-real_life-accent-color-1 .g-real_life-grid-item-case, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-top.g-real_life-accent-color-1 .g-real_life-grid-item-case {
  background-color: #a40d36;
}
/* line 239, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 240, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-bottom.g-real_life-accent-color-2 .g-real_life-grid-item-content, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-top.g-real_life-accent-color-2 .g-real_life-grid-item-content {
  background: #19a78e;
}
/* line 243, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-bottom.g-real_life-accent-color-2 .g-real_life-grid-item-content:before, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-top.g-real_life-accent-color-2 .g-real_life-grid-item-content:before {
  border-color: #127b68;
}
/* line 248, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-bottom.g-real_life-accent-color-2 .g-real_life-grid-item-case, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-top.g-real_life-accent-color-2 .g-real_life-grid-item-case {
  background-color: #d31145;
}
/* line 253, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-bottom .g-real_life-grid-item-content, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-top .g-real_life-grid-item-content {
  padding: 3rem;
  bottom: 0;
}
/* line 257, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-bottom .g-real_life-grid-item-content:before, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-default-top .g-real_life-grid-item-content:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  left: -1rem;
  border: 4px solid rgba(0, 0, 0, 0);
  content: "";
}
/* line 269, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 271, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-content, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-content {
  position: static;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 277, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-content .g-real_life-grid-item-title, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-content .g-real_life-grid-item-title {
  position: absolute;
  left: 1rem;
  bottom: -1.5rem;
  font-size: 1.4rem;
  line-height: 1.44;
  width: 80%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-content .g-real_life-grid-item-title, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-content .g-real_life-grid-item-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-content .g-real_life-grid-item-title, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-content .g-real_life-grid-item-title {
    font-size: 1.2rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-content .g-real_life-grid-item-title, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-content .g-real_life-grid-item-title {
    line-height: 1.48;
  }
}
/* line 297, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-content .g-real_life-grid-item-title span, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-content .g-real_life-grid-item-title span {
  color: #fff;
  background: #000;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 7px;
}
/* line 307, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-content .g-real_life-grid-item-case, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-content .g-real_life-grid-item-case {
  position: absolute;
  top: 1rem;
  color: white;
  left: 1rem;
}
/* line 315, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-image, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-image {
  margin-bottom: 1.5rem;
}
/* line 318, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-image img, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-image img {
  border-radius: 0px;
}
/* line 324, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 325, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-text .g-real_life-grid-item-content {
  margin-top: 0;
}
/* line 331, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content {
  visibility: hidden;
  width: 100%;
  left: 0;
  text-align: left;
  z-index: 3;
  font-size: 1.2vw;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 83.3333333333rem) {
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content {
    font-size: 1rem;
  }
}
/* line 340, templates/rt_reiko/custom/scss/_real_life.scss */
.dir-rtl .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content {
  text-align: right;
}
/* line 344, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-title {
  color: #000;
  font-weight: 500;
  font-size: 1.2vw;
  line-height: 1.1;
}
@media (max-width: 83.3333333333rem) {
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-title {
    font-size: 1rem;
  }
}
/* line 350, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-title:hover {
  text-decoration: line-through;
}
/* line 355, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-subtitle {
  color: #000;
  opacity: 0.3;
  font-weight: 400;
  margin-top: 0.625rem;
  font-size: 0.7vw;
}
@media (max-width: 142.8571428571rem) {
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-subtitle {
    font-size: 1rem;
  }
}
/* line 363, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-case {
  color: #000;
  font-size: 0.6vw;
  font-weight: 400;
  background: transparent;
  display: inline-block;
  letter-spacing: 3px;
  clear: both;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
@media (max-width: 133.3333333333rem) {
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-case {
    font-size: 0.8rem;
  }
}
/* line 375, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-description {
  color: #617374;
  margin-top: 1.125rem;
  font-size: 0.9vw;
}
@media (max-width: 111.1111111111rem) {
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-description {
    font-size: 1rem;
  }
}
/* line 381, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-button {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 0.8vw;
}
@media (max-width: 125rem) {
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-button {
    font-size: 1rem;
  }
}
/* line 390, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 391, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 392, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item:hover .g-real_life-grid-item-wrapper .g-real_life-grid-item-title {
  text-decoration: none;
  text-shadow: 2px 2px 16px #666;
  text-decoration-color: inherit;
  visibility: visible;
}
/* line 401, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item:hover .g-real_life-grid-item-wrapper .g-real_life-grid-item-button {
  text-decoration: overline;
}
/* line 410, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 411, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid.cols-2 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-2 .g-real_life-grid-sizer {
  width: 50%;
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-grid.cols-2 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-2 .g-real_life-grid-sizer {
    width: 100%;
  }
}
/* line 422, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 423, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid.cols-3 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-3 .g-real_life-grid-sizer {
  width: 33.3%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-real_life .g-real_life-grid.cols-3 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-3 .g-real_life-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-grid.cols-3 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-3 .g-real_life-grid-sizer {
    width: 100%;
  }
}
/* line 438, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 439, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-sizer {
  width: 25%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-sizer {
    width: 100%;
  }
}
/* line 451, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-item.photo-large, .g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-sizer.photo-large {
  width: 50%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-item.photo-large, .g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-sizer.photo-large {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-item.photo-large, .g-real_life .g-real_life-grid.cols-4 .g-real_life-grid-sizer.photo-large {
    width: 100%;
  }
}
/* line 466, templates/rt_reiko/custom/scss/_real_life.scss */
/* line 467, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid.cols-5 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-5 .g-real_life-grid-sizer {
  width: 20%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-real_life .g-real_life-grid.cols-5 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-5 .g-real_life-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-real_life .g-real_life-grid.cols-5 .g-real_life-grid-item, .g-real_life .g-real_life-grid.cols-5 .g-real_life-grid-sizer {
    width: 100%;
  }
}
/* line 483, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-content .g-real_life-grid-item-title span {
  position: relative;
  width: 100%;
  text-align: center;
  background: transparent !important;
  font-size: 40px;
  font-weight: normal;
  border: none;
  margin-top: -45%;
}
/* line 494, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-content .g-real_life-grid-item-title, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-content .g-real_life-grid-item-title {
  position: relative;
  left: 1rem;
  bottom: -1.5rem;
  font-size: 1.4rem;
  line-height: 1.44;
  text-align: center;
  width: 85%;
  margin-top: -25%;
}
/* line 506, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo .g-real_life-grid-item-content .g-real_life-grid-item-title, .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper.g-real_life-layout-photo-large .g-real_life-grid-item-content .g-real_life-grid-item-title {
  position: relative;
  left: 1rem;
  bottom: -1.5rem;
  font-size: 1.4rem;
  line-height: 1.44;
  text-align: center;
  width: 85%;
  margin-top: -25%;
}
/* line 519, templates/rt_reiko/custom/scss/_real_life.scss */
div[itemprop="articleBody"] {
  font-family: 'Roboto', Verdana, Geneva, sans-serif;
}
/* line 523, templates/rt_reiko/custom/scss/_real_life.scss */
.outline-_body_only div[itemprop="articleBody"] {
  padding-left: 0% !important;
  padding-right: 0% !important;
}
/* line 528, templates/rt_reiko/custom/scss/_real_life.scss */
div#lightcase-content {
  padding: 25px 5px 20px 25px;
  border-radius: 20px 20px 0px 0px;
  box-shadow: none !important;
}
/* line 529, templates/rt_reiko/custom/scss/_real_life.scss */
.contentpane.modal {
  padding: 0px;
  margin-right: 20px;
}
/* line 530, templates/rt_reiko/custom/scss/_real_life.scss */
#lightcase-case {
  width: 60% !important;
}
/* line 531, templates/rt_reiko/custom/scss/_real_life.scss */
iframe {
  width: 100% !important;
  scrollbar-color: #f0f;
}
/* line 532, templates/rt_reiko/custom/scss/_real_life.scss */
#lightcase-info {
  background: #fff;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  padding-top: 0px;
}
/* line 534, templates/rt_reiko/custom/scss/_real_life.scss */
#lightcase-caption {
  padding: 0px 0px 10px 20px !important;
  font-family: 'roboto';
}
/* line 535, templates/rt_reiko/custom/scss/_real_life.scss */
#lightcase-sequenceInfo {
  display: none !important;
}
/* line 538, templates/rt_reiko/custom/scss/_real_life.scss */
.g-real_life-grid-item-wrapper.g-real_life-layout-photo {
  min-height: 311px;
}
/* line 1, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes {
  position: relative;
  opacity: 0;
}
/* line 5, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes.visible {
  opacity: 1;
}
/* line 10, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 1.5rem;
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-header {
    margin: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-header {
    display: block;
  }
}
/* line 25, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header .g-recipes-title {
  display: block;
  font-size: 2vw;
  font-weight: 700;
  color: #000;
  padding-right: 1.5rem;
}
@media (max-width: 50rem) {
  .g-recipes .g-recipes-header .g-recipes-title {
    font-size: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-header .g-recipes-title {
    text-align: center;
    padding-right: 0;
  }
}
/* line 37, templates/rt_reiko/custom/scss/_recipes.scss */
.dir-rtl .g-recipes .g-recipes-header .g-recipes-title {
  padding-left: 1.5rem;
  padding-right: 0;
}
/* line 43, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header .g-recipes-title .g-recipes-uppertitle {
  display: block;
  padding-right: 1.5rem;
  color: rgba(3, 3, 3, 0.35);
  font-size: 0.9vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 5px;
  text-transform: uppercase;
}
@media (max-width: 100rem) {
  .g-recipes .g-recipes-header .g-recipes-title .g-recipes-uppertitle {
    font-size: 0.9rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-header .g-recipes-title .g-recipes-uppertitle {
    text-align: center;
    padding-right: 0;
  }
}
/* line 58, templates/rt_reiko/custom/scss/_recipes.scss */
.dir-rtl .g-recipes .g-recipes-header .g-recipes-title .g-recipes-uppertitle {
  padding-left: 1.5rem;
  padding-right: 0;
}
/* line 66, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header .g-recipes-nav {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
}
/* line 71, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header .g-recipes-nav i {
  display: none;
  position: absolute;
  top: 0.8rem;
  left: 0.625rem;
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-header .g-recipes-nav i {
    display: block;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-header .g-recipes-nav {
    min-height: 6rem;
    width: 100%;
  }
}
/* line 88, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 75%;
    padding: 0 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    border: solid 2px #000;
    border-radius: 0px;
    background: #fff;
    z-index: 15;
    margin-top: 1rem;
  }
}
/* line 109, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-item {
  cursor: pointer;
  padding: 0.125rem 0.9rem;
  font-size: 1vw;
  font-weight: 400;
  color: #fff;
  position: relative;
  border-radius: 0px;
  text-transform: capitalize;
  border: 2px solid #fff;
  background: #d31145;
}
@media (max-width: 100rem) {
  .g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-item {
    font-size: 1rem;
  }
}
/* line 120, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-item.selected {
  border-color: #d31145;
  background: #d31145;
  font-weight: 600;
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-item.selected {
    background: none;
    color: #000;
    border-color: transparent;
  }
}
/* line 131, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-item.selected:hover {
  background: #666;
  border-color: #666;
}
/* line 137, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-item:hover {
  background: #666;
  border-color: #fff;
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-item {
    display: none;
    padding: 0.425rem 2rem;
  }
}
/* line 147, templates/rt_reiko/custom/scss/_recipes.scss */
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-item.selected {
    display: block;
  }
}
/* line 153, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-header .g-recipes-nav .g-recipes-nav-item.clicked {
  display: block;
}
/* line 161, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .button-wrapper {
  margin-top: 3.125rem;
}
/* line 166, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid {
  position: relative;
  margin: 0 -1.5rem;
  overflow: visible !important;
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-grid {
    margin: -1.5rem;
  }
}
/* line 176, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item {
  cursor: pointer;
  will-change: auto !important;
}
/* line 180, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item a.g-recipes-link-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
}
/* line 188, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper {
  position: relative;
  margin: 1.5rem;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper {
    margin: 1.5rem;
  }
}
/* line 197, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper .g-recipes-grid-item-image {
  position: relative;
}
/* line 200, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper .g-recipes-grid-item-image img {
  width: 100%;
  min-height: 1px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 208, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 209, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-accent-color-1 .g-recipes-grid-item-case {
  background-color: #d31145;
}
/* line 214, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 215, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-accent-color-2 .g-recipes-grid-item-case {
  background-color: #19a78e;
}
/* line 221, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 223, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 224, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-bottom.g-recipes-accent-color-1 .g-recipes-grid-item-content, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-top.g-recipes-accent-color-1 .g-recipes-grid-item-content {
  background: #d31145;
}
/* line 227, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-bottom.g-recipes-accent-color-1 .g-recipes-grid-item-content:before, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-top.g-recipes-accent-color-1 .g-recipes-grid-item-content:before {
  border-color: #a40d36;
  left: auto;
  right: -1rem;
}
/* line 234, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-bottom.g-recipes-accent-color-1 .g-recipes-grid-item-case, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-top.g-recipes-accent-color-1 .g-recipes-grid-item-case {
  background-color: #a40d36;
}
/* line 239, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 240, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-bottom.g-recipes-accent-color-2 .g-recipes-grid-item-content, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-top.g-recipes-accent-color-2 .g-recipes-grid-item-content {
  background: #19a78e;
}
/* line 243, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-bottom.g-recipes-accent-color-2 .g-recipes-grid-item-content:before, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-top.g-recipes-accent-color-2 .g-recipes-grid-item-content:before {
  border-color: #127b68;
}
/* line 248, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-bottom.g-recipes-accent-color-2 .g-recipes-grid-item-case, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-top.g-recipes-accent-color-2 .g-recipes-grid-item-case {
  background-color: #d31145;
}
/* line 253, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-bottom .g-recipes-grid-item-content, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-top .g-recipes-grid-item-content {
  padding: 3rem;
  bottom: 0;
}
/* line 257, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-bottom .g-recipes-grid-item-content:before, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-default-top .g-recipes-grid-item-content:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  left: -1rem;
  border: 4px solid rgba(0, 0, 0, 0);
  content: "";
}
/* line 269, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 271, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-content, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-content {
  position: static;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 277, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-content .g-recipes-grid-item-title, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-content .g-recipes-grid-item-title {
  position: absolute;
  left: 1rem;
  bottom: -1.5rem;
  font-size: 1.4rem;
  line-height: 1.44;
  width: 80%;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-content .g-recipes-grid-item-title, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-content .g-recipes-grid-item-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-content .g-recipes-grid-item-title, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-content .g-recipes-grid-item-title {
    font-size: 1.2rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-content .g-recipes-grid-item-title, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-content .g-recipes-grid-item-title {
    line-height: 1.48;
  }
}
/* line 297, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-content .g-recipes-grid-item-title span, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-content .g-recipes-grid-item-title span {
  color: #fff;
  background: #000;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 7px;
}
/* line 307, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-content .g-recipes-grid-item-case, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-content .g-recipes-grid-item-case {
  position: absolute;
  top: 1rem;
  color: white;
  left: 1rem;
}
/* line 315, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-image, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-image {
  margin-bottom: 1.5rem;
}
/* line 318, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-image img, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-image img {
  border-radius: 0px;
}
/* line 324, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 325, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-text .g-recipes-grid-item-content {
  margin-top: 0;
}
/* line 331, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content {
  visibility: visible;
  width: 100%;
  left: 0;
  text-align: left;
  z-index: 3;
  font-size: 1.2vw;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  text-shadow: 6px 6px 16px #666;
}
@media (max-width: 83.3333333333rem) {
  .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content {
    font-size: 1rem;
  }
}
/* line 340, templates/rt_reiko/custom/scss/_recipes.scss */
.dir-rtl .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content {
  text-align: right;
}
/* line 344, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-title {
  color: #000;
  font-weight: 500;
  font-size: 1.2vw;
  line-height: 1.1;
}
@media (max-width: 83.3333333333rem) {
  .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-title {
    font-size: 1rem;
  }
}
/* line 350, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-title:hover {
  text-decoration: line-through;
}
/* line 355, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-subtitle {
  color: #000;
  opacity: 0.3;
  font-weight: 400;
  margin-top: 0.625rem;
  font-size: 0.7vw;
}
@media (max-width: 142.8571428571rem) {
  .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-subtitle {
    font-size: 1rem;
  }
}
/* line 363, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-case {
  color: #000;
  font-size: 0.6vw;
  font-weight: 400;
  background: transparent;
  display: inline-block;
  letter-spacing: 3px;
  clear: both;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
@media (max-width: 133.3333333333rem) {
  .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-case {
    font-size: 0.8rem;
  }
}
/* line 375, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-description {
  color: #617374;
  margin-top: 1.125rem;
  font-size: 0.9vw;
}
@media (max-width: 111.1111111111rem) {
  .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-description {
    font-size: 1rem;
  }
}
/* line 381, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-button {
  display: block;
  margin-top: 5px;
  color: #000;
  text-shadow: 6px 6px 16px #666;
  font-size: 0.8vw;
}
@media (max-width: 125rem) {
  .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-content .g-recipes-grid-item-button {
    font-size: 1rem;
  }
}
/* line 391, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 392, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 393, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item:hover .g-recipes-grid-item-wrapper .g-recipes-grid-item-title {
  text-decoration: none;
  text-shadow: 6px 6px 16px #666;
  text-decoration-color: inherit;
  visibility: visible;
}
/* line 402, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item:hover .g-recipes-grid-item-wrapper .g-recipes-grid-item-button {
  text-decoration: overline;
}
/* line 411, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 412, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid.cols-2 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-2 .g-recipes-grid-sizer {
  width: 50%;
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-grid.cols-2 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-2 .g-recipes-grid-sizer {
    width: 100%;
  }
}
/* line 423, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 424, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid.cols-3 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-3 .g-recipes-grid-sizer {
  width: 33.3%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-recipes .g-recipes-grid.cols-3 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-3 .g-recipes-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-grid.cols-3 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-3 .g-recipes-grid-sizer {
    width: 100%;
  }
}
/* line 439, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 440, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-sizer {
  width: 25%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-sizer {
    width: 100%;
  }
}
/* line 452, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-item.photo-large, .g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-sizer.photo-large {
  width: 50%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-item.photo-large, .g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-sizer.photo-large {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-item.photo-large, .g-recipes .g-recipes-grid.cols-4 .g-recipes-grid-sizer.photo-large {
    width: 100%;
  }
}
/* line 467, templates/rt_reiko/custom/scss/_recipes.scss */
/* line 468, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid.cols-5 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-5 .g-recipes-grid-sizer {
  width: 20%;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-recipes .g-recipes-grid.cols-5 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-5 .g-recipes-grid-sizer {
    width: 50%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-recipes .g-recipes-grid.cols-5 .g-recipes-grid-item, .g-recipes .g-recipes-grid.cols-5 .g-recipes-grid-sizer {
    width: 100%;
  }
}
/* line 484, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-content .g-recipes-grid-item-title span {
  position: relative;
  width: 100%;
  text-align: center;
  background: transparent !important;
  font-size: 20px;
  font-weight: normal;
  border: none;
  margin-top: -45%;
}
/* line 495, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-content .g-recipes-grid-item-title, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-content .g-recipes-grid-item-title {
  position: relative;
  left: 1rem;
  bottom: -1.5rem;
  font-size: 1.4rem;
  line-height: 1.44;
  text-align: center;
  width: 85%;
  margin-top: -25%;
}
/* line 507, templates/rt_reiko/custom/scss/_recipes.scss */
.g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo .g-recipes-grid-item-content .g-recipes-grid-item-title, .g-recipes .g-recipes-grid .g-recipes-grid-item .g-recipes-grid-item-wrapper.g-recipes-layout-photo-large .g-recipes-grid-item-content .g-recipes-grid-item-title {
  position: relative;
  left: 1rem;
  bottom: -1.5rem;
  font-size: 1.4rem;
  line-height: 1.44;
  text-align: center;
  width: 85%;
  margin-top: -45%;
}
/* line 520, templates/rt_reiko/custom/scss/_recipes.scss */
div[itemprop="articleBody"] {
  font-family: 'Roboto', Verdana, Geneva, sans-serif;
}
/* line 524, templates/rt_reiko/custom/scss/_recipes.scss */
.outline-_body_only div[itemprop="articleBody"] {
  padding-left: 0% !important;
  padding-right: 0% !important;
}
/* line 529, templates/rt_reiko/custom/scss/_recipes.scss */
div#lightcase-content {
  padding: 25px 5px 20px 25px;
  border-radius: 20px 20px 0px 0px;
  box-shadow: none !important;
}
/* line 530, templates/rt_reiko/custom/scss/_recipes.scss */
.contentpane.modal {
  padding: 0px;
  margin-right: 20px;
}
/* line 531, templates/rt_reiko/custom/scss/_recipes.scss */
#lightcase-case {
  width: 60% !important;
}
/* line 532, templates/rt_reiko/custom/scss/_recipes.scss */
iframe {
  width: 100% !important;
  scrollbar-color: #f0f;
}
/* line 533, templates/rt_reiko/custom/scss/_recipes.scss */
#lightcase-info {
  background: #fff;
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  padding-top: 0px;
}
/* line 535, templates/rt_reiko/custom/scss/_recipes.scss */
#lightcase-caption {
  padding: 0px 0px 10px 20px !important;
  font-family: 'roboto';
}
/* line 536, templates/rt_reiko/custom/scss/_recipes.scss */
#lightcase-sequenceInfo {
  display: none !important;
}
@font-face {
  font-family: BebasNeue;
  src: url('../../fonts/bebas/BebasNeue.eot');
}
@font-face {
  font-family: "BebasNeue";
  src: local("BebasNeue"), url('../fonts/bebas/BebasNeue.oet') format('embedded-opentype'), local("BebasNeue"), url('../../fonts/bebas/BebasNeue.woff2') format('woff2'), local("BebasNeue"), url('../../fonts/bebas/BebasNeue.woff') format('woff'), local("BebasNeue"), url('../../fonts/bebas/BebasNeue.ttf') format('truetype'), local("BebasNeue"), url('../fonts/bebas/BebasNeue.svg') format('svg');
}
/* Feature  */
/* line 25, templates/rt_reiko/custom/scss/custom.scss */
#g-feature .g-content, #g-feature {
  padding: 0px;
  margin: 0px;
}
/* line 31, templates/rt_reiko/custom/scss/custom.scss */
#g-above .button, .g-pricingtable-col- .g-pricingtable .button {
  line-height: 1.2;
}
/* line 34, templates/rt_reiko/custom/scss/custom.scss */
.error {
  color: #fff;
  background: #d21145;
  padding: 15px;
}
/* line 40, templates/rt_reiko/custom/scss/custom.scss */
.greybox {
  background: #f5f5f5;
  padding: 15px;
}
/* Top Strip */
/* line 50, templates/rt_reiko/custom/scss/custom.scss */
.blank_menu .g-menu-item-title {
  display: none;
}
/* line 52, templates/rt_reiko/custom/scss/custom.scss */
#g-top .g-content {
  padding: 0px !important;
  margin: 0px !important;
}
/* line 54, templates/rt_reiko/custom/scss/custom.scss */
body #g-top p, #g-container-main {
  margin: 0px;
  font-family: 'Roboto';
}
/* line 55, templates/rt_reiko/custom/scss/custom.scss */
h1, h2 {
  font-family: "BebasNeue";
}
/* line 57, templates/rt_reiko/custom/scss/custom.scss */
h1 {
  font-size: 18pt;
  font-weight: bold;
  color: #d31145;
}
/* line 58, templates/rt_reiko/custom/scss/custom.scss */
h2 {
  font-size: 14pt;
  font-weight: bold;
  color: #000;
}
/* line 60, templates/rt_reiko/custom/scss/custom.scss */
.page-header h2 {
  color: #fff;
}
/* line 62, templates/rt_reiko/custom/scss/custom.scss */
.g-latestnews-header, .g-latestnews-grid-item-case {
  display: none !important;
}
/* line 63, templates/rt_reiko/custom/scss/custom.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-title {
  color: #fff;
}
/* line 64, templates/rt_reiko/custom/scss/custom.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-description {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
}
/* line 70, templates/rt_reiko/custom/scss/custom.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-title {
  color: #fff;
}
/* line 71, templates/rt_reiko/custom/scss/custom.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-description {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
}
/* Menu */
/* line 80, templates/rt_reiko/custom/scss/custom.scss */
#g-navigation {
  z-index: 50000;
  position: absolute;
}
/* line 86, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-align: center;
  font-weight: normal;
  font-size: 24px !important;
  padding-left: 25px;
}
/* line 92, templates/rt_reiko/custom/scss/custom.scss */
#g-navigation .g-logo-reiko img {
  max-width: 230px;
}
/* line 93, templates/rt_reiko/custom/scss/custom.scss */
#g-navigation .g-container {
  width: 96rem;
  padding-top: 6px !important;
  padding-bottom: 4px !important;
  max-width: 100% !important;
}
/* line 94, templates/rt_reiko/custom/scss/custom.scss */
#g-navigation .g-content {
  padding-top: 6px !important;
  padding-bottom: 4px !important;
}
/* line 95, templates/rt_reiko/custom/scss/custom.scss */
#menu-7690-particle {
  padding-top: 5px;
  padding-bottom: 0px;
}
/* line 96, templates/rt_reiko/custom/scss/custom.scss */
div#logo-1828-particle {
  padding-left: 0px;
}
/* line 97, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav {
  text-align: right;
}
/* line 99, templates/rt_reiko/custom/scss/custom.scss */
.g-nav-header.g-menu-item-content, .g-menu-item-type-separator .g-menu-item-content {
  min-height: 60px;
}
/* gives eough room for the drop arrow to sit below. */
/* line 100, templates/rt_reiko/custom/scss/custom.scss */
li.g-menu-item.g-menu-item-type-heading.exp_menu {
  max-height: 25px;
}
/* line 101, templates/rt_reiko/custom/scss/custom.scss */
.g-nav-header.g-menu-item-content, .g-menu-item-type-separator .g-menu-item-content {
  padding-top: 10px;
}
/* gives eough room for the drop arrow to sit below. */
/* line 102, templates/rt_reiko/custom/scss/custom.scss */
.g-menu-item-container.third_tier {
  margin: 5px 0.9375rem !important;
}
/* line 105, templates/rt_reiko/custom/scss/custom.scss */
.single-line .g-menu-item-content {
  padding-top: 17px !important;
}
/* lines up the single line and double line menu items. */
/* line 107, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-title {
  padding: 0px;
}
/* line 108, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container .g-menu-item-title, .g-main-nav .g-toplevel > li.active > .g-menu-item-container .g-menu-item-title {
  box-shadow: none !important;
}
/* line 110, templates/rt_reiko/custom/scss/custom.scss */
span.g-menu-parent-indicator {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}
/* line 112, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 19px;
}
/* line 113, templates/rt_reiko/custom/scss/custom.scss */
.g-home-particles .g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 15px;
}
/* line 115, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-dropdown {
  border: none !important;
  border-radius: 0px !important;
}
/* line 118, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-standard .g-dropdown.g-active, .g-main-nav .g-fullwidth .g-dropdown.g-active {
  opacity: 0.95;
}
/* line 119, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-fullwidth .g-dropdown .g-block {
  column-count: 3;
}
/* line 120, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after, .g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container .g-menu-parent-indicator:after {
  content: "\f0d7";
  font-weight: bold;
  color: #999;
}
/* line 122, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container .g-menu-parent-indicator:after {
  color: #000;
}
/* line 124, templates/rt_reiko/custom/scss/custom.scss */
.g-menu-item-content:hover, .g-menu-item-content:hover + .g-menu-parent-indicator {
  color: #ababab;
}
/* line 127, templates/rt_reiko/custom/scss/custom.scss */
.donate-and-social, .donate-and-social a {
  font-size: 24px;
  color: #fff;
  text-align: right;
}
/* line 128, templates/rt_reiko/custom/scss/custom.scss */
.tp_social, .tp_resources, .tp_fundraise, .tp_donate {
  display: inline-block;
  padding: 12px 14px;
}
/* line 129, templates/rt_reiko/custom/scss/custom.scss */
.tp_donate {
  background-color: #d31145;
}
/* line 131, templates/rt_reiko/custom/scss/custom.scss */
.tp_resources:hover, .tp_fundraise:hover, .tp_donate:hover {
  background-color: #666;
}
/* line 133, templates/rt_reiko/custom/scss/custom.scss */
.g-social {
  text-align: right;
  padding-top: 15px;
}
/* line 134, templates/rt_reiko/custom/scss/custom.scss */
.g-social a {
  color: #fff;
  padding-left: 15px;
}
/* line 135, templates/rt_reiko/custom/scss/custom.scss */
.g-social a:hover {
  color: #ccc;
}
/* line 137, templates/rt_reiko/custom/scss/custom.scss */
.g-social .fa {
  font-size: 22px;
}
/* line 138, templates/rt_reiko/custom/scss/custom.scss */
#top-strip {
  padding-top: 15px;
}
/* line 141, templates/rt_reiko/custom/scss/custom.scss */
.g-sublevel .third_tier span.g-menu-item-title {
  font-size: 14px !important;
  font-weight: 400;
}
/* line 142, templates/rt_reiko/custom/scss/custom.scss */
.g-sublevel span.g-menu-item-title {
  text-shadow: none !important;
}
/* line 143, templates/rt_reiko/custom/scss/custom.scss */
li.g-dropdown-column {
  font-family: 'Roboto Condensed';
}
/* line 145, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 1px;
  color: #030303;
}
/* line 147, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title, .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title {
  box-shadow: none;
  color: #ccc;
}
/* line 148, templates/rt_reiko/custom/scss/custom.scss */
span.g-menu-item-title {
  color: #222;
}
/* line 150, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-dropdown .g-dropdown-column {
  padding: 5px 30px 30px 30px;
}
/* line 152, templates/rt_reiko/custom/scss/custom.scss */
.third_tier a.g-menu-item-container {
  margin-top: 0px !important;
  margin-bottom: 0px;
}
/* line 154, templates/rt_reiko/custom/scss/custom.scss */
.menu_spacer {
  padding-bottom: 20px;
}
/* Showcase */
/* line 158, templates/rt_reiko/custom/scss/custom.scss */
.section-vertical-paddings {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
/* line 159, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow .g-content {
  margin: 0px !important;
  padding: 0px !important;
}
/* line 161, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow .sprocket-features-content {
  top: 220px;
  float: left;
  position: absolute;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
/* line 170, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow .layout-slideshow .sprocket-features-title {
  font-size: 100px;
  font-weight: normal !important;
  display: block;
  background: none;
  margin-top: 0px !important;
}
/* line 171, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow .layout-slideshow .sprocket-features-desc {
  font-size: 22px;
  font-weight: normal !important;
  display: block;
  background: none;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto';
  margin-top: 0px;
}
/* line 172, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow .layout-slideshow .sprocket-features-content {
  left: 0px;
}
/* line 173, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow .layout-slideshow .sprocket-features-desc a.readon {
  margin-top: 10px;
  display: block;
  color: #999;
}
/* line 178, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow .layout-slideshow .sprocket-features-desc a:hover {
  color: #fff;
}
/* line 180, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow.layout-slideshow .sprocket-features-arrows .prev {
  left: 15%;
  padding-right: 3px;
}
/* line 183, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow.layout-slideshow .sprocket-features-arrows .next {
  left: 85%;
}
/* Two news blocks FP */
/* line 189, templates/rt_reiko/custom/scss/custom.scss */
.g-latestnews-grid-item-content {
  background: #d31145;
}
/* line 190, templates/rt_reiko/custom/scss/custom.scss */
.g-latestnews-grid-item-content {
  padding: 10px;
}
/* line 196, templates/rt_reiko/custom/scss/custom.scss */
#g-top .g-content {
  padding: 0px !important;
  margin: 0px !important;
}
/* line 198, templates/rt_reiko/custom/scss/custom.scss */
.g-real_life-grid-item-content {
  padding: 10px;
}
/* line 203, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow .layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow {
  background: transparent;
  color: #fff;
  box-shadow: none;
  border: solid 3px #fff;
}
/* line 210, templates/rt_reiko/custom/scss/custom.scss */
#g-slideshow .layout-slideshow .sprocket-features-arrows .arrow {
  width: 45px;
  height: 45px;
  line-height: 0.9;
  font-family: 'Roboto';
}
/* line 216, templates/rt_reiko/custom/scss/custom.scss */
#menu-7690-particle {
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px !important;
}
/* line 224, templates/rt_reiko/custom/scss/custom.scss */
#g-showcase .g-content {
  margin-top: 0px !important;
  padding-top: 0px !important;
  margin-right: 15px !important;
  margin-left: 0px !important;
}
/* Three boxes */
/* line 232, templates/rt_reiko/custom/scss/custom.scss */
#g-above {
  position: absolute;
}
/* line 235, templates/rt_reiko/custom/scss/custom.scss */
.box_spacer {
  height: 500px;
}
/* line 236, templates/rt_reiko/custom/scss/custom.scss */
#above-a .g-content.g-blockcontent-subcontent-block-content {
  XXmargin-top: -150px;
}
/* line 237, templates/rt_reiko/custom/scss/custom.scss */
#g-above .g-content.g-blockcontent-subcontent-block-content {
  padding: 0px;
}
/* line 239, templates/rt_reiko/custom/scss/custom.scss */
#g-above h4.g-blockcontent-subcontent-title, #g-extension h4.g-blockcontent-subcontent-title {
  float: left;
  position: absolute;
  color: #ff0;
  top: 0;
  text-align: center;
  width: 24%;
  display: none;
}
/* line 248, templates/rt_reiko/custom/scss/custom.scss */
h4.g-blockcontent-subcontent-title:hover {
  display: block;
}
/* line 251, templates/rt_reiko/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title, .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-menu-item-content > .g-menu-item-title {
  box-shadow: none;
  color: #d31145;
}
/* line 256, templates/rt_reiko/custom/scss/custom.scss */
#g-above .button, .g-pricingtable-col-item .g-pricingtable .button {
  position: absolute;
  width: 25%;
  top: 0;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  height: 390px;
  margin-top: 50px;
  margin-left: 5px;
  padding-top: 8%;
}
/* line 272, templates/rt_reiko/custom/scss/custom.scss */
#above-b .button, .g-pricingtable-col-item .g-pricingtable .button {
  width: 31%;
  height: 390px;
  margin-top: 50px;
  margin-left: 5px;
  padding-top: 8%;
}
/* line 281, templates/rt_reiko/custom/scss/custom.scss */
#above-b .g-blockcontent-subcontent {
  margin-top: -50px;
}
/* line 284, templates/rt_reiko/custom/scss/custom.scss */
#g-above a.button.header-buttons {
  color: transparent;
}
/* line 285, templates/rt_reiko/custom/scss/custom.scss */
#g-above .button.header-buttons:hover {
  color: #fff !important;
  text-shadow: 2px 2px 12px #000;
}
/* line 288, templates/rt_reiko/custom/scss/custom.scss */
#g-above .g-blockcontent-subcontent-block {
  margin: 0px;
}
/* line 289, templates/rt_reiko/custom/scss/custom.scss */
#g-above .g-blockcontent-subcontent-img {
  border-radius: 0px !important;
}
/* line 291, templates/rt_reiko/custom/scss/custom.scss */
#g-above, #above-b {
  position: relative;
  display: block;
}
/* The three boxes on general content */
/* line 294, templates/rt_reiko/custom/scss/custom.scss */
#g-extension .button {
  position: relative;
  width: 100%;
  text-align: center;
  color: transparent;
  font-size: 40px;
  font-weight: normal;
  border: none;
  margin-top: -95%;
}
/* line 306, templates/rt_reiko/custom/scss/custom.scss */
.g-latestnews-grid-item-content {
  background: transparent;
  margin-top: -55% !important;
  position: relative;
  text-align: center !important;
  margin-bottom: 35% !important;
}
/* line 314, templates/rt_reiko/custom/scss/custom.scss */
.g-latestnews .g-latestnews-grid .g-latestnews-grid-item .g-latestnews-grid-item-content .g-latestnews-grid-item-title {
  font-size: 40px;
  text-shadow: 2px 2px 12px #000;
  font-family: "BebasNeue";
}
/* line 316, templates/rt_reiko/custom/scss/custom.scss */
#g-extension .button:hover {
  color: #fff !important;
  text-shadow: 2px 2px 12px #000;
}
/* line 318, templates/rt_reiko/custom/scss/custom.scss */
#g-extension .g-blockcontent-subcontent-img {
  background-color: #d31145;
  margin-top: -10px;
  border: 10px;
}
/* line 320, templates/rt_reiko/custom/scss/custom.scss */
#g-extension .g-blockcontent-subcontent-img {
  border-radius: 0px !important;
}
/* line 321, templates/rt_reiko/custom/scss/custom.scss */
#g-extension h3.g-title {
  text-align: center;
  font-size: 30pt;
  font-weight: 400;
}
/* line 323, templates/rt_reiko/custom/scss/custom.scss */
.g-real_life-grid-item-content {
  background: transparent;
  margin-top: -55% !important;
  position: relative;
  text-align: center !important;
  margin-bottom: 35% !important;
}
/* line 330, templates/rt_reiko/custom/scss/custom.scss */
.g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content .g-real_life-grid-item-title {
  font-size: 40px;
  text-shadow: 2px 2px 12px #000;
  font-family: "BebasNeue";
}
/* Video Segment */
/* line 334, templates/rt_reiko/custom/scss/custom.scss */
#g-expanded .g-content, #g-expanded .platform-content, #g-expanded .moduletable, #g-expanded .widget {
  padding: 0px;
  margin: 0px;
}
/* Footer  */
/* line 342, templates/rt_reiko/custom/scss/custom.scss */
#g-footer .g-content {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
/* line 343, templates/rt_reiko/custom/scss/custom.scss */
.social-footer {
  text-align: right;
}
/* line 345, templates/rt_reiko/custom/scss/custom.scss */
#g-footer input[type="text"] {
  color: #1d1d1d;
  font-family: 'Roboto';
  padding-left: 3px;
  background: #eee;
  margin-top: 12px;
}
/* line 348, templates/rt_reiko/custom/scss/custom.scss */
.g-search form:before {
  color: #1d1d1d;
  top: 43%;
}
/* line 350, templates/rt_reiko/custom/scss/custom.scss */
#g-bottom {
  font-family: 'Roboto';
}
/* line 351, templates/rt_reiko/custom/scss/custom.scss */
#g-bottom .g-simplemenu a {
  font-size: 14.5px;
}
/* line 352, templates/rt_reiko/custom/scss/custom.scss */
#g-bottom h6 {
  margin: 0px;
}
/* line 354, templates/rt_reiko/custom/scss/custom.scss */
.g-simplemenu-particle .g-simplemenu-container .g-simplemenu li a {
  color: #4b4b4b;
}
/* line 356, templates/rt_reiko/custom/scss/custom.scss */
#g-footer input[type="text"]::-webkit-input-placeholder {
  color: #1d1d1d;
}
/* line 360, templates/rt_reiko/custom/scss/custom.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1d1d1d;
}
/* line 364, templates/rt_reiko/custom/scss/custom.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1d1d1d;
}
/* Content Page */
/*title*/
/* line 379, templates/rt_reiko/custom/scss/custom.scss */
.page-header, .second_heading, .third_heading {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 5vw;
}
/* line 391, templates/rt_reiko/custom/scss/custom.scss */
.second_heading, .third_heading {
  font-size: 36px;
  background: #d00b44;
  font-family: "BebasNeue";
  text-align: left;
  padding: 1px 10px;
  text-shadow: 4px 4px 6px #333;
}
/* line 401, templates/rt_reiko/custom/scss/custom.scss */
.second_heading {
  margin-top: 20.8rem;
}
/* line 402, templates/rt_reiko/custom/scss/custom.scss */
.third_heading {
  margin-top: 24.7rem;
}
/* line 405, templates/rt_reiko/custom/scss/custom.scss */
.page-header h2 {
  font-size: 50pt;
  text-shadow: 0px 0px 40px #000;
}
/* line 406, templates/rt_reiko/custom/scss/custom.scss */
h2[itemprop="headline"] {
  XXbackground: #d00b44;
  padding: 10px 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/* line 411, templates/rt_reiko/custom/scss/custom.scss */
#g-container-main .g-content {
  padding: 0px !important;
  margin: 0px !important;
}
/* line 412, templates/rt_reiko/custom/scss/custom.scss */
#g-container-main .pull-none.item-image {
  margin-bottom: 30px;
}
/* line 414, templates/rt_reiko/custom/scss/custom.scss */
xx.beach_scene {
  background-image: url('../../../../images/sampledata/beach_background.jpg') !important;
}
/* line 415, templates/rt_reiko/custom/scss/custom.scss */
section#g-expanded {
  margin-top: -35px;
}
/* line 417, templates/rt_reiko/custom/scss/custom.scss */
img.nurse-icon {
  padding: 0px 5px;
}
/* line 418, templates/rt_reiko/custom/scss/custom.scss */
.nurse-contact {
  font-size: 25px;
}
/* line 419, templates/rt_reiko/custom/scss/custom.scss */
.nurse-contact a {
  color: #fff;
}
/* line 420, templates/rt_reiko/custom/scss/custom.scss */
.nurse-contact a:hover {
  color: #ccc;
}
/* line 421, templates/rt_reiko/custom/scss/custom.scss */
.nurse-contact {
  margin-left: 20px;
}
/* Recipes */
/* line 424, templates/rt_reiko/custom/scss/custom.scss */
.recipex .g-array-item-image {
  padding: 0px 10px;
}
/* line 428, templates/rt_reiko/custom/scss/custom.scss */
.joomrecipe_categoriesrecipe-cat li.list-group-item a:hover {
  color: #d31145;
}
/* line 431, templates/rt_reiko/custom/scss/custom.scss */
.joomrecipe_categoriesrecipe-cat li.list-group-item:hover {
  background: #fff;
}
/* line 434, templates/rt_reiko/custom/scss/custom.scss */
.joomrecipe_categoriesrecipe-cat li.list-group-item a {
  color: #fff;
}
/* line 437, templates/rt_reiko/custom/scss/custom.scss */
.joomrecipe_categoriesrecipe-cat li.list-group-item {
  display: inline;
  font-size: 24px;
  background: #d31145;
  padding: 5px 10px;
  margin-right: 12px;
  color: #fff;
}
/* line 445, templates/rt_reiko/custom/scss/custom.scss */
.moduletable.recipe-cat div#jb_template {
  padding-left: 0px;
}
/* line 446, templates/rt_reiko/custom/scss/custom.scss */
.joomrecipe_categoriesrecipe-cat ul.list-group {
  margin-left: 0px;
}
/* line 447, templates/rt_reiko/custom/scss/custom.scss */
.label-success, .badge-success {
  background-color: #999;
  display: none;
}
/* line 450, templates/rt_reiko/custom/scss/custom.scss */
.moduletable.recipe-cat {
  margin-top: -100px;
  margin-bottom: -100px;
  margin-left: -1.4rem;
}
/* line 456, templates/rt_reiko/custom/scss/custom.scss */
.g-content-array .g-grid:not(:last-child) {
  border: none !important;
}
/* line 458, templates/rt_reiko/custom/scss/custom.scss */
.g-content-array.recipex .g-item-title a {
  color: #666;
  font-size: 19px;
  padding: 0px 10px;
  text-decoration: none;
}
/* line 465, templates/rt_reiko/custom/scss/custom.scss */
.g-content-array.recipex .g-item-title a:hover {
  color: #4e4e4e;
}
/* line 474, templates/rt_reiko/custom/scss/custom.scss */
.ftext_top {
  text-align: center;
  display: block;
  padding-bottom: 15px;
}
/* line 475, templates/rt_reiko/custom/scss/custom.scss */
.flogo, .fwinner, .fwinner2, .fbadge {
  width: 24%;
  display: inline-block;
}
/* line 476, templates/rt_reiko/custom/scss/custom.scss */
.fcopyright {
  text-align: center;
  font-family: 'Roboto';
  color: #797979;
  font-size: 14.5px;
}
/* line 478, templates/rt_reiko/custom/scss/custom.scss */
#g-copyright .g-content {
  padding-top: 8px;
  margin-top: 0px;
}
/* line 480, templates/rt_reiko/custom/scss/custom.scss */
#g-bottom- .g-simplemenu li a {
  color: #4e4e4e;
}
/* line 483, templates/rt_reiko/custom/scss/custom.scss */
.moduletable.shopstrip {
  max-width: 1550px;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* line 491, templates/rt_reiko/custom/scss/custom.scss */
.moduletable.shopstrip h2.g-title {
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 45px;
  margin-bottom: -30px;
}
/* line 497, templates/rt_reiko/custom/scss/custom.scss */
.moduletable.shopstrip .g-toprated-title {
  display: none;
}
/* Removed variable width from here */
/* line 506, templates/rt_reiko/custom/scss/custom.scss */
#g-mainbar .section-horizontal-paddings {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 511, templates/rt_reiko/custom/scss/custom.scss */
div[itemprop="articleBody"] {
  padding-left: 10%;
  padding-right: 10%;
}
/* line 516, templates/rt_reiko/custom/scss/custom.scss */
.sp-accordion.sp-accordion-style2 .toggler span {
  font-size: 14pt !important;
  background-image: none !important;
  background-color: #d21145;
  color: #fff;
  padding-left: 10px;
  font-weight: 400 !important;
}
/* line 524, templates/rt_reiko/custom/scss/custom.scss */
.sp-accordion.sp-accordion-style2 .toggler, .sp-accordion.sp-accordion-style2 .toggler span, .sp-accordion.sp-accordion-style2 .toggler span span {
  background-image: none !important;
}
/* line 528, templates/rt_reiko/custom/scss/custom.scss */
#g-footer input[type="text"] {
  padding-left: 34px;
}
/* line 532, templates/rt_reiko/custom/scss/custom.scss */
.search {
  padding-left: 10%;
  padding-right: 10%;
}
/* line 537, templates/rt_reiko/custom/scss/custom.scss */
.item-pagekick_ass {
  font-family: 'Roboto';
}
/* line 538, templates/rt_reiko/custom/scss/custom.scss */
body.gantry.contentpane.modal.dir-ltr.kick_ass div[itemprop="articleBody"] {
  padding-left: 0px;
  padding-right: 0px;
}
/* line 543, templates/rt_reiko/custom/scss/custom.scss */
.risk_font {
  font-size: 13px;
  line-height: 1;
}
/* line 547, templates/rt_reiko/custom/scss/custom.scss */
.risk_odds {
  font-weight: 700;
}
/* line 550, templates/rt_reiko/custom/scss/custom.scss */
.risk_age {
  font-size: 18px;
  font-weight: 700;
}
/* line 554, templates/rt_reiko/custom/scss/custom.scss */
.ft-highlight .featuretable-cell {
  background: #d21145;
  border-top: 1px solid #fff;
}
/* line 558, templates/rt_reiko/custom/scss/custom.scss */
.ft-highlight.ft-column-first .featuretable-cell {
  border-left: 1px solid #fff;
}
/* line 561, templates/rt_reiko/custom/scss/custom.scss */
.ft-highlight.ft-column-last .featuretable-cell {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* line 565, templates/rt_reiko/custom/scss/custom.scss */
.ft-highlight .ft-row-bottom {
  border-bottom: 1px solid #fff;
}
/* line 572, templates/rt_reiko/custom/scss/custom.scss */
.outer-div {
  height: 740px;
  overflow: hidden;
}
/* line 578, templates/rt_reiko/custom/scss/custom.scss */
.inner-div {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 3s ease;
  background-image: url('../images/best-small-charity.jpg');
}
/* line 587, templates/rt_reiko/custom/scss/custom.scss */
.inner-div:hover {
  transform: scale(1.1);
}
/* line 592, templates/rt_reiko/custom/scss/custom.scss */
.vid_title {
  font-size: 95px;
  color: #fff;
  line-height: 0.9;
  text-shadow: 2px 2px 16px #666;
}
/* line 594, templates/rt_reiko/custom/scss/custom.scss */
.vid_description {
  font-size: 22px;
  color: #fff;
  text-shadow: 2px 2px 16px #666;
  line-height: 1.4;
  font-family: 'Roboto';
  padding-top: 25px;
}
/* line 601, templates/rt_reiko/custom/scss/custom.scss */
.vid_description a {
  color: #fff;
}
/* line 603, templates/rt_reiko/custom/scss/custom.scss */
.vid_play, .vid_cop {
  display: inline-block;
  width: 48%;
}
/* line 604, templates/rt_reiko/custom/scss/custom.scss */
.play_button {
  border: solid 4px #fff;
  border-radius: 60px;
  padding: 37px 30px;
  color: #fff;
  font-size: 35px;
  box-shadow: 1px 0px 5px 5px rgba(255, 255, 255, 0.4);
}
/* line 613, templates/rt_reiko/custom/scss/custom.scss */
.play_button:hover {
  box-shadow: 1px 0px 5px 5px rgba(255, 255, 255, 0.6);
}
/* line 615, templates/rt_reiko/custom/scss/custom.scss */
#g-extension {
  padding-left: 10%;
  padding-right: 10%;
}
/* line 621, templates/rt_reiko/custom/scss/custom.scss */
.vid_cop {
  margin-left: 15%;
  width: 620px;
}
/* line 624, templates/rt_reiko/custom/scss/custom.scss */
.vid_play {
  vertical-align: top;
  padding-top: 300px;
  padding-left: 20px;
}
/* line 629, templates/rt_reiko/custom/scss/custom.scss */
.play_button:hover {
  color: #eee;
  border-color: #eee;
}
/* line 634, templates/rt_reiko/custom/scss/custom.scss */
.recipe_page .page-header h1 {
  display: none;
}
/* line 640, templates/rt_reiko/custom/scss/custom.scss */
.recipe_page #g-slideshow {
  padding-left: 0%;
  padding-right: 0%;
  background: #fff;
}
/* line 646, templates/rt_reiko/custom/scss/custom.scss */
#jb_template {
  padding-left: 10%;
  padding-right: 10%;
}
/* line 647, templates/rt_reiko/custom/scss/custom.scss */
#jb_template .thumbnailsLayout {
  width: 23%;
  padding: 5px;
}
/* line 648, templates/rt_reiko/custom/scss/custom.scss */
#jb_template.page-header h1 {
  display: none !important;
}
/* line 650, templates/rt_reiko/custom/scss/custom.scss */
#jb_template .thumbnailsLayout h5 {
  font-size: 25px;
  text-shadow: 2px 2px 16px #666;
}
/* line 652, templates/rt_reiko/custom/scss/custom.scss */
#jb_template .thumbnailsLayout figcaption {
  top: 30%;
  background-color: transparent;
  text-align: center;
}
/* line 658, templates/rt_reiko/custom/scss/custom.scss */
#jb_template .thumbnailsLayout:hover img, .thumbnailsLayout.hover img, .thumbnailsLayout img {
  transform: none !important;
  opacity: 1 !important;
}
/* line 659, templates/rt_reiko/custom/scss/custom.scss */
#jb_template .thumbnailsLayout * {
  transition: none !important;
}
/* line 661, templates/rt_reiko/custom/scss/custom.scss */
div#jb_template .joomrecipe-cont-results {
  padding: 0px;
}
/* line 665, templates/rt_reiko/custom/scss/custom.scss */
div#jb_template ul {
  list-style-type: none;
}
/* line 669, templates/rt_reiko/custom/scss/custom.scss */
div#jb_template button.btn {
  color: #fff;
}
/* line 674, templates/rt_reiko/custom/scss/custom.scss */
.recipe_page #g-slideshow h3.g-title {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 50pt !important;
  margin-top: 100px;
  text-shadow: 0px 0px 40px #000;
}
/* line 684, templates/rt_reiko/custom/scss/custom.scss */
.find_a_pharmacy_page #g-slideshow h3.g-title {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 50pt !important;
  margin-top: 100px;
  text-shadow: 0px 0px 40px #000;
}
/* line 694, templates/rt_reiko/custom/scss/custom.scss */
#RecipeListing .page-header {
  margin-top: 0px;
}
/* line 695, templates/rt_reiko/custom/scss/custom.scss */
#RecipeListing h1 {
  font-size: 40px;
  margin-top: 0px;
}
/* line 696, templates/rt_reiko/custom/scss/custom.scss */
#RecipeListing h1 {
  font-size: 40px;
  margin-top: 0px;
  text-align: left;
  font-weight: normal;
}
/* line 703, templates/rt_reiko/custom/scss/custom.scss */
#RecipeListing .col-xl-4.col-lg-4.col-md-4.col-sm-12.col-12 {
  display: inline-block;
  padding-right: 20px !important;
}
/* line 707, templates/rt_reiko/custom/scss/custom.scss */
#RecipeListing .col-xl-8.col-lg-8.col-md-8.col-sm-12.col-12 {
  display: inline-block !important;
  width: 68%;
  vertical-align: top;
}
/* line 712, templates/rt_reiko/custom/scss/custom.scss */
#div-recipe-description {
  font-style: normal !important;
}
/* line 714, templates/rt_reiko/custom/scss/custom.scss */
#RecipeListing #div-recipe-preparation-single ol.numbering div {
  font-family: 'Roboto' !important;
  font-size: 18px;
}
/* line 718, templates/rt_reiko/custom/scss/custom.scss */
#div-recipe-preparation-single ol.numbering {
  color: #d21145;
  font-family: 'BebasNeue', Georgia, Times New Roman, Times, serif;
  font-size: 26px;
  font-style: normal;
  padding-right: 15px;
}
/* line 726, templates/rt_reiko/custom/scss/custom.scss */
.blog .page-header h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 50pt !important;
  text-shadow: 0px 0px 40px #000;
  color: #fff;
}
/* line 733, templates/rt_reiko/custom/scss/custom.scss */
.blog .items-row, .-page .s-row {
  padding-left: 10% !important;
  padding-right: 10% !important;
  margin-top: 30px;
}
/* line 738, templates/rt_reiko/custom/scss/custom.scss */
.blog .pagination, .item-page dl.article-info.muted {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
/* line 742, templates/rt_reiko/custom/scss/custom.scss */
.blog .page-header h2 {
  font-size: 32px;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.14;
}
/* line 743, templates/rt_reiko/custom/scss/custom.scss */
.blog .page-header h2 a {
  color: #fff;
  text-shadow: 2px 2px 16px #666;
  display: none;
}
/* line 744, templates/rt_reiko/custom/scss/custom.scss */
div[itemprop="blogPost"] .page-header {
  width: 25%;
  color: #fff;
}
/* line 749, templates/rt_reiko/custom/scss/custom.scss */
.item-page .page-header h1 {
  display: none;
}
/* line 750, templates/rt_reiko/custom/scss/custom.scss */
.blog p.readmore a {
  color: #fff;
  font-weight: normal;
}
/* line 755, templates/rt_reiko/custom/scss/custom.scss */
.blog .icon-chevron-right:before {
  content: none;
}
/* line 759, templates/rt_reiko/custom/scss/custom.scss */
#maps {
  width: 80%;
  margin: 30px 10% 10px 10%;
}
/* line 761, templates/rt_reiko/custom/scss/custom.scss */
li.g-menu-item.g-menu-item-type-component.top_row_buffer {
  padding-top: 15px;
}
/* line 764, templates/rt_reiko/custom/scss/custom.scss */
li.g-menu-item.g-menu-item-type-alias.top_row_buffer {
  padding-top: 20px;
}
/* line 767, templates/rt_reiko/custom/scss/custom.scss */
li.g-menu-item.g-menu-item-type-alias. {
  padding-bottom: 140px;
}
/* line 770, templates/rt_reiko/custom/scss/custom.scss */
li.g-menu-item.g-menu-item-type-component.sub_head_tighten {
  margin-bottom: -10px;
  padding-top: 1px;
}
/* line 774, templates/rt_reiko/custom/scss/custom.scss */
li.g-menu-item.g-menu-item-type-component.head_tighten {
  margin-bottom: -10px;
  padding-top: 0px;
}
/* line 778, templates/rt_reiko/custom/scss/custom.scss */
li.g-menu-item.g-menu-item-type-component.g-menu-item-348.sub_head_tighten.top_row_buffer {
  padding-top: 25px;
}
/* line 783, templates/rt_reiko/custom/scss/custom.scss */
.moduletablesponsors .g-latestnews-grid-item-title {
  display: none;
}
@media screen and (min-width: 56rem) {
  /* line 790, templates/rt_reiko/custom/scss/custom.scss */
  /* Bowel Cancer Drop Down */
  /*What is Bowel Cancer*/
  /* treatment */
  /*bowel cancer in men*/
  /*What is metastic bowel cancer*/
  /*bowel cancer atlas*/
  /*bowel cancer  facts*/
  /*  support */
  /*  BCA Month */
  /* What is Anal Cancer */
  /* Treatment */
  /* Prevention */
  /* Inflammatory Bowel Disease*/
  /* Non-modifable risk factors */
  /* Big bowel tour*/
  /* Early Detection */
  /* Treatment */
  /* Treatment Bowel Cancer */
  /* Treatment mCRC */
  /* Rectal Cancer */
  /* Peritonal Metasis */
  /*Iliostomy Colostomy */
  /* Find a specialist */
  /* Diagnosis */
  /* Support */
  /* Survivorshop */
  /* Life after bowel cancer */
  /* Diet and Eating Well */
  /* Get INvolved */
  /* Supporters in action */
  /* Workplace matched giving */
  /* alliance for safe biological medicines*/
  /* create an online findraising page*/
  /* Virtual Fundraising */
  /*Create an online fundraising page */
  /* About Us */
  /* Sponsors */
  /* Contact Is */
  /* Media Centre */
  /* Campaigns and inititives 2019*/
  /* Campaigns and inititives 2019*/
  /* line 796, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-105 {
    margin-bottom: -10px;
    padding-top: 2px;
  }
  /* line 798, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-276 {
    padding-top: 1px;
  }
  /* line 799, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-521 {
    padding-top: 30px;
    margin-bottom: -10px;
  }
  /* line 800, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-290 {
    padding-top: 5px;
  }
  /* line 801, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-268 {
    padding-bottom: 5px;
  }
  /* line 802, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-url.g-menu-item-581 {
    margin-bottom: 0px;
  }
  /* line 803, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-alias.g-menu-item-610 {
    padding-bottom: 5px;
  }
  /* line 804, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-577 {
    margin-bottom: -10px;
  }
  /* line 805, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-url.g-menu-item-719 {
    margin-bottom: 0px;
  }
  /* line 807, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-url.g-menu-item-340 {
    margin-bottom: 300px;
  }
  /* line 808, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-336 {
    padding-top: 16px;
    margin-bottom: -10px;
  }
  /* line 809, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-alias.g-menu-item-612 {
    padding-top: 3px;
  }
  /* line 812, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-350 {
    padding-top: 1px;
  }
  /* line 815, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-565 {
    margin-bottom: -10px;
  }
  /* line 816, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-371 {
    margin-bottom: -10px;
    padding-top: 0px;
  }
  /* line 819, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-462 {
    padding-top: 57px;
  }
  /* line 821, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-355 {
    margin-top: 2px;
  }
  /* line 823, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-768 {
    margin-bottom: -10px;
    padding-top: 5px;
  }
  /* line 824, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-url.g-menu-item-457 {
    margin-bottom: 30px;
  }
  /* line 829, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-url.g-menu-item-479.bottom_spacer {
    margin-bottom: 35px;
  }
  /* line 830, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-478 {
    margin-bottom: -10px;
  }
  /* line 831, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-598 {
    margin-bottom: -10px;
    padding-top: 1px;
  }
  /* line 834, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-517 {
    margin-bottom: 0px;
  }
  /* line 835, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-url.g-menu-item-767 {
    margin-bottom: 110px;
    padding-top: 5px;
  }
  /* line 837, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-442 {
    margin-bottom: 70px;
  }
  /* line 838, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-715 {
    padding-top: 1px;
  }
  /* line 839, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-434 {
    padding-bottom: 0px;
  }
  /* line 840, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-753 {
    padding-bottom: 3px;
  }
  /* line 841, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-434 {
    padding-top: 2px;
  }
  /* line 843, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-alias.g-menu-item-515 {
    padding-top: 1px;
    margin-bottom: -7px;
  }
  /* line 846, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-497 {
    margin-bottom: 20px;
  }
  /* line 847, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-494 {
    margin-bottom: -10px;
    padding-top: 5px;
  }
  /* line 848, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-689 {
    margin-bottom: 180px;
  }
  /* line 849, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-499 {
    padding-top: 1px;
  }
  /* line 850, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-715 {
    padding-top: 4px;
  }
  /* line 851, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-url.g-menu-item-793 {
    padding-top: 5px;
  }
  /* line 856, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-631 {
    margin-bottom: -10px;
    padding-top: 1px;
  }
}
@media screen and (max-width: 1750px) {
  /* line 863, templates/rt_reiko/custom/scss/custom.scss */
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 1600px) {
  /* line 864, templates/rt_reiko/custom/scss/custom.scss */
  /*  support */
  /* Non-modifable risk factors */
  /* Life after bowel cancer */
  /* Campaigns and inititives 2019*/
  /* Media Centre */
  /* Diet and Eating Well */
  /* Treatment Bowel Cancer */
  /* Treatment mCRC */
  /* Non-modifable risk factors */
  /* What is Anal Cancer */
  /*What is metastic bowel cancer*/
  /*What is Bowel Cancer*/
  /* line 864, templates/rt_reiko/custom/scss/custom.scss */
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-size: 20px !important;
  }
  /* line 867, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-url.g-menu-item-581 {
    margin-bottom: 60px;
  }
  /* line 868, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-336 {
    padding-top: 25px;
  }
  /* line 869, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-478 {
    padding-top: 10px;
    margin-bottom: -2px;
  }
  /* line 870, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-499 {
    padding-top: 10px;
  }
  /* line 872, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-494 {
    margin-bottom: -2px;
  }
  /* line 873, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-598 {
    margin-bottom: -2px;
  }
  /* line 874, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-565 {
    margin-bottom: -2px;
  }
  /* line 875, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-371 {
    margin-bottom: -2px;
  }
  /* line 876, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-336 {
    margin-bottom: -2px;
  }
  /* line 877, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-577 {
    margin-bottom: -2px;
  }
  /* line 878, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-521 {
    margin-bottom: -2px;
  }
  /* line 879, templates/rt_reiko/custom/scss/custom.scss */
  li.g-menu-item.g-menu-item-type-component.g-menu-item-105 {
    margin-bottom: -2px;
  }
  /* line 881, templates/rt_reiko/custom/scss/custom.scss */
  #g-top .size-47 {
    width: 43%;
    flex: 0 41%;
    padding-top: 12px;
  }
  /* line 882, templates/rt_reiko/custom/scss/custom.scss */
  #g-top .size-25 {
    width: 18%;
    flex: 0 22%;
  }
  /* line 883, templates/rt_reiko/custom/scss/custom.scss */
  #g-top .size-27 {
    width: 38%;
    flex: 0 36%;
  }
  /* line 884, templates/rt_reiko/custom/scss/custom.scss */
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-size: 20px !important;
    padding-left: 10px;
  }
  /* line 890, templates/rt_reiko/custom/scss/custom.scss */
  #g-footer .size-33 {
    width: 30%;
    flex: 0 30%;
  }
  /* line 891, templates/rt_reiko/custom/scss/custom.scss */
  #g-footer .size-40 {
    width: 30%;
    flex: 0 30%;
  }
  /* line 892, templates/rt_reiko/custom/scss/custom.scss */
  #g-footer .size-27 {
    width: 40%;
    flex: 0 40%;
  }
  /* line 893, templates/rt_reiko/custom/scss/custom.scss */
  #g-navigation .g-content {
    padding-left: 3px;
    margin-left: 0px;
  }
  /* line 895, templates/rt_reiko/custom/scss/custom.scss */
  .fbadge {
    width: 20%;
  }
  /* line 898, templates/rt_reiko/custom/scss/custom.scss */
  .vid_description {
    font-size: 19px;
  }
  /* line 899, templates/rt_reiko/custom/scss/custom.scss */
  #g-extension {
    padding-left: 2%;
    vertical-align: middle;
    padding-right: 2%;
  }
  /* line 905, templates/rt_reiko/custom/scss/custom.scss */
  h2[itemprop="headline"] {
    line-height: 1.1;
  }
  /* line 906, templates/rt_reiko/custom/scss/custom.scss */
  .page-header {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 910, templates/rt_reiko/custom/scss/custom.scss */
  #g-top .size-47 {
    width: 41%;
    flex: 0 41%;
    padding-top: 12px;
  }
  /* line 911, templates/rt_reiko/custom/scss/custom.scss */
  .nurse-contact {
    margin-left: 10px;
    font-size: 22px;
  }
  /* line 912, templates/rt_reiko/custom/scss/custom.scss */
  #g-top .size-25 {
    width: 22%;
    flex: 0 22%;
  }
  /* line 913, templates/rt_reiko/custom/scss/custom.scss */
  .g-social {
    padding-top: 20px;
  }
  /* line 914, templates/rt_reiko/custom/scss/custom.scss */
  #g-top .size-27 {
    width: 37%;
    flex: 0 37%;
  }
  /* line 915, templates/rt_reiko/custom/scss/custom.scss */
  .donate-and-social a {
    font-size: 22px;
  }
  /* line 917, templates/rt_reiko/custom/scss/custom.scss */
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    font-size: 18px !important;
    padding-left: 10px;
  }
  /* line 922, templates/rt_reiko/custom/scss/custom.scss */
  #g-navigation .size-20 {
    width: 10%;
    flex: 0 10%;
  }
  /* line 923, templates/rt_reiko/custom/scss/custom.scss */
  #g-navigation .size-80 {
    width: 90%;
    flex: 0 90%;
    padding-right: 10px;
  }
  /* line 924, templates/rt_reiko/custom/scss/custom.scss */
  #g-navigation .g-content {
    padding-left: 3px;
    margin-left: 0px;
  }
  /* line 925, templates/rt_reiko/custom/scss/custom.scss */
  #g-navigation .g-logo-reiko img {
    max-width: 180px;
  }
  /* line 926, templates/rt_reiko/custom/scss/custom.scss */
  .g-nav-header.g-menu-item-content, .g-menu-item-type-separator .g-menu-item-content {
    min-height: 30px;
  }
  /* line 927, templates/rt_reiko/custom/scss/custom.scss */
  .g-nav-header.g-menu-item-content, .g-menu-item-type-separator .g-menu-item-content {
    padding-top: 0px;
  }
  /* line 929, templates/rt_reiko/custom/scss/custom.scss */
  #g-footer .size-33 {
    width: 30%;
    flex: 0 30%;
  }
  /* line 930, templates/rt_reiko/custom/scss/custom.scss */
  #g-footer .size-40 {
    width: 30%;
    flex: 0 30%;
  }
  /* line 931, templates/rt_reiko/custom/scss/custom.scss */
  #g-footer .size-27 {
    width: 40%;
    flex: 0 40%;
  }
  /* line 932, templates/rt_reiko/custom/scss/custom.scss */
  #lightcase-case {
    width: 80% !important;
  }
  /* line 933, templates/rt_reiko/custom/scss/custom.scss */
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-content {
    visibility: visible !important;
  }
  /* line 935, templates/rt_reiko/custom/scss/custom.scss */
  .g-real_life .g-real_life-header .g-real_life-nav .g-real_life-nav-container {
    display: -webkit-inline-box !important;
  }
}
@media only screen and (max-width: 56rem) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 941, templates/rt_reiko/custom/scss/custom.scss */
  /*recipes */
  /* line 942, templates/rt_reiko/custom/scss/custom.scss */
  .donate-and-social a {
    font-size: 20px;
  }
  /* line 945, templates/rt_reiko/custom/scss/custom.scss */
  #g-top .size-47 {
    display: none;
  }
  /* line 948, templates/rt_reiko/custom/scss/custom.scss */
  .tp_social, .tp_resources, .tp_fundraise, .tp_donate {
    padding: 12px 10px;
  }
  /* line 953, templates/rt_reiko/custom/scss/custom.scss */
  #g-top .size-25, #g-top .size-27 {
    width: 100%;
    flex: 0 100%;
  }
  /* line 954, templates/rt_reiko/custom/scss/custom.scss */
  #g-top .g-social {
    padding-bottom: 10px;
    display: none;
  }
  /* line 955, templates/rt_reiko/custom/scss/custom.scss */
  #g-navigation .size-20 {
    width: 100%;
    flex: 0 100%;
  }
  /* line 956, templates/rt_reiko/custom/scss/custom.scss */
  #g-navigation .g-logo-reiko img {
    max-width: 80%;
  }
  /* line 957, templates/rt_reiko/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    top: 1rem;
  }
  /* line 958, templates/rt_reiko/custom/scss/custom.scss */
  #g-above .button.header-buttons {
    color: #fff !important;
    text-shadow: 2px 2px 12px #000;
  }
  /* line 962, templates/rt_reiko/custom/scss/custom.scss */
  #g-above .button {
    width: 80%;
    margin-top: -200px;
    top: auto;
  }
  /* line 965, templates/rt_reiko/custom/scss/custom.scss */
  #g-offcanvas, #g-offcanvas #g-mobilemenu-container ul {
    background: #fff;
  }
  /* line 967, templates/rt_reiko/custom/scss/custom.scss */
  #g-offcanvas #g-mobilemenu-container .g-toplevel > li.g-parent .g-menu-parent-indicator {
    position: relative;
  }
  /* line 968, templates/rt_reiko/custom/scss/custom.scss */
  .g-menu-item-container.third_tier {
    margin: 0px 0.9375rem !important;
  }
  /* line 971, templates/rt_reiko/custom/scss/custom.scss */
  #g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    color: #fff;
    padding: 0px 0.625rem;
  }
  /* line 975, templates/rt_reiko/custom/scss/custom.scss */
  span.g-menu-item-title {
    line-height: 2;
  }
  /* line 976, templates/rt_reiko/custom/scss/custom.scss */
  .moduletable.shopstrip h2.g-title {
    font-size: 30px;
  }
  /* line 977, templates/rt_reiko/custom/scss/custom.scss */
  .vid_cop {
    margin-left: 10px;
    width: auto;
  }
  /* line 981, templates/rt_reiko/custom/scss/custom.scss */
  .vid_title {
    font-size: 45px;
    padding-top: 20px;
    line-height: 0.9;
  }
  /* line 988, templates/rt_reiko/custom/scss/custom.scss */
  .inner-div {
    background: #000;
    background-image: none !important;
  }
  /* line 989, templates/rt_reiko/custom/scss/custom.scss */
  #g-footer .size-33, #g-footer .size-40, #g-footer .size-27 {
    width: 100%;
    flex: 0 100%;
  }
  /* line 990, templates/rt_reiko/custom/scss/custom.scss */
  #g-footer .size-27 {
    margin-top: 20px;
  }
  /* line 993, templates/rt_reiko/custom/scss/custom.scss */
  #g-navigation, .page-header {
    position: relative;
  }
  /* line 994, templates/rt_reiko/custom/scss/custom.scss */
  .page-header h2 {
    font-size: 35px;
    color: #d31045;
  }
  /* line 1000, templates/rt_reiko/custom/scss/custom.scss */
  #jb_template .thumbnailsLayout {
    width: 100%;
  }
  /* line 1003, templates/rt_reiko/custom/scss/custom.scss */
  .thumbnailsLayout figcaption {
    visibility: visible;
  }
  /* line 1005, templates/rt_reiko/custom/scss/custom.scss */
  #jb_template .thumbnailsLayout figcaption {
    top: 40%;
  }
  /* line 1009, templates/rt_reiko/custom/scss/custom.scss */
  .recipe_page #g-slideshow h3.g-title {
    position: relative;
  }
  /* line 1010, templates/rt_reiko/custom/scss/custom.scss */
  .recipe_page #g-slideshow h3.g-title {
    font-size: 35px !important;
    color: #d31045;
  }
  /* line 1013, templates/rt_reiko/custom/scss/custom.scss */
  .recipe_page #g-slideshow h3.g-title {
    margin-top: 15px;
  }
  /* line 1015, templates/rt_reiko/custom/scss/custom.scss */
  li.g-level-1.g-go-back a {
    color: #d31045 !important;
  }
  /* line 1019, templates/rt_reiko/custom/scss/custom.scss */
  .page-header h2 {
    text-shadow: none;
  }
  /* line 1020, templates/rt_reiko/custom/scss/custom.scss */
  section#g-extension {
    display: none;
  }
  /* line 1021, templates/rt_reiko/custom/scss/custom.scss */
  section#g-extension.fp-extension {
    display: block;
  }
  /* line 1023, templates/rt_reiko/custom/scss/custom.scss */
  #above-a .g-block, #above-b .g-block {
    flex-basis: 33%;
  }
  /* line 1024, templates/rt_reiko/custom/scss/custom.scss */
  #g-above .g-content {
    margin-left: 1px;
    margin-right: 1px;
  }
  /* line 1029, templates/rt_reiko/custom/scss/custom.scss */
  #g-above .button {
    position: absolute;
    width: 32%;
    top: 0;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
    height: 200px;
    margin-top: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding: 0px;
  }
  /* line 1044, templates/rt_reiko/custom/scss/custom.scss */
  #g-above #above-a .button {
    margin-top: 50px;
  }
  /* line 1050, templates/rt_reiko/custom/scss/custom.scss */
  #g-above .g-blockcontent-buttons {
    margin-top: -20px !important;
  }
  /* line 1053, templates/rt_reiko/custom/scss/custom.scss */
  .moduletable.shopstrip {
    display: none;
  }
  /* line 1056, templates/rt_reiko/custom/scss/custom.scss */
  #g-bottom .g-block.size-75 {
    display: none;
  }
  /* line 1059, templates/rt_reiko/custom/scss/custom.scss */
  section#g-expanded {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 2500px) {
  /* line 1064, templates/rt_reiko/custom/scss/custom.scss */
  #g-container-main .pull-none.item-image {
    text-align: center;
  }
  /* line 1065, templates/rt_reiko/custom/scss/custom.scss */
  .g-real_life .g-real_life-grid .g-real_life-grid-item .g-real_life-grid-item-wrapper {
    margin: 2.2rem;
  }
}
@media print {
  /* line 1071, templates/rt_reiko/custom/scss/custom.scss */
  #g-top {
    display: none;
  }
  /* line 1071, templates/rt_reiko/custom/scss/custom.scss */
  .pull-none.item-image {
    display: none;
  }
  /* line 1071, templates/rt_reiko/custom/scss/custom.scss */
  .page-header {
    position: relative;
    display: block;
  }
  /* line 1071, templates/rt_reiko/custom/scss/custom.scss */
  #g-extension, #g-bottom, #g-footer, #g-logo {
    display: none;
  }
  /* line 1072, templates/rt_reiko/custom/scss/custom.scss */
  a[href]:after {
    content: none !important;
  }
}
/* line 1077, templates/rt_reiko/custom/scss/custom.scss */
.blogpodcast .page-header h2 a {
  font-size: 22px;
  text-shadow: none;
  font-weight: normal;
  text-transform: none !important;
}
/* line 1085, templates/rt_reiko/custom/scss/custom.scss */
.blogpodcast {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
/* line 1089, templates/rt_reiko/custom/scss/custom.scss */
.blogpodcast audio {
  margin-bottom: -20px;
}
/* line 1093, templates/rt_reiko/custom/scss/custom.scss */
.blogpodcast .items-row {
  padding-bottom: 30px;
}
/* line 1098, templates/rt_reiko/custom/scss/custom.scss */
audio {
  width: 90% !important;
  float: left;
}
/*# sourceMappingURL=custom_254.css.map */