* {
  padding: 0;
  margin: 0;
}

.tip {
  padding-left: 16px;
  font-size: 12px;
  color: #707070;
}

.brs_no_opacity {
  opacity: 0;
}

.brs_hide_on_desktop {
  display: none;
}

.brs_hide_on_mobile {
  display: block;
}

.brs_hide {
  display: none;
}

.brs_absolute {
  position: absolute;
}

.brs_relative {
  position: relative;
}

.brs_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brs_centerX {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.brs_centerY {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.brs_section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.brs_div_m {
  position: relative;
  height: 40%;
}

.brs_div_s {
  position: relative;
  height: 20%;
}

.brs_div_xs {
  position: relative;
  height: 10%;
}

.brs_div_xxs {
  position: relative;
  height: 5%;
}

.brs_div_l {
  position: relative;
  height: 60%;
}

.brs_div_xl {
  position: relative;
  height: 80%;
}

.brs_div_quarter {
  position: relative;
  height: 25%;
}

.brs_div_half {
  position: relative;
  height: 50%;
}

.brs_div_full {
  position: relative;
  height: 100%;
}

.brs_flex_row {
  display: -webkit-box;
  display: flex;
}

.brs_flex_column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.brs_flex_center {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.roboto_light {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.roboto_light_italic {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.roboto_regular {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.roboto_bold {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.adobe_handwriting_font {
  font-family: adobe-handwriting-tiffany, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.brs_full_wrapper {
  width: 80%;
}

#brs_body {
  background: url(./img/wood_bg.jpg);
  background-size: cover;
  background-position: top center;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

#brs_leftWing_veg,
#brs_rightWing_veg {
  width: 20%;
  height: 100%;
  overflow: hidden;
}

#brs_rightWing_veg {
  right: 0;
}

#rice_img {
  max-width: 120%;
  max-height: 150%;
  left: 25%;
  top: -5%;
}

#brocolli_img {
  max-width: 120%;
  max-height: 90%;
  top: 15%;
  left: 5%;
}

#social_wrapper_div {
  left: 40%;
  top: 55%;
  z-index: 4;
}

#social_wrapper_div_mob {
  display: none;
  left: 35%;
}

.social_icon {
  margin-bottom: 10px;
  margin-left: 15px;
}

#carrot_img {
  max-width: 110%;
  max-height: 135%;
  top: -20%;
  left: 20%;
}

#onions_img {
  max-width: 170%;
  max-height: 220%;
  top: -55%;
  left: 0%;
}

#pepper_img {
  max-width: 50%;
  width: 75%;
  top: 55%;
  left: 10%;
}

#logo_img {
  max-width: 80%;
  max-height: 50%;
  left: 55%;
  top: 20%;
}

#logo_img_mob {
  display: none;
}

#lemon_img {
  max-width: 120%;
  max-height: 140%;
  top: -40%;
  right: -35%;
}

#fasolakia_img {
  max-width: 100%;
  max-height: 100%;
  right: -25%;
}

#tomato_img {
  max-width: 90%;
  max-height: 115%;
  top: -35%;
  right: -9%;
}

#midia_img {
  max-width: 120%;
  max-height: 180%;
  top: -45%;
  right: -35%;
  z-index: 1;
}

#brs_main_book_div {
  width: 100%;
  height: 100vh;
  min-height: 675px;
}

#brs_book_element {
  left: 50% !important;
  -webkit-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
  -webkit-transform: translate(-50%, 0%) !important;
  transform: translate(-50%, 0%) !important;
}

#brs_book_element .own-size {
  width: 440px;
  height: 550px;
}

#page_depth_img_left {
  pointer-events: none;
  height: 98%;
  left: 12px;
  z-index: 2;
}

#page_depth_img_right {
  pointer-events: none;
  height: 98%;
  right: 2px;
  z-index: 2;
}

.brs_book_cover {
  background: url(./img/cover_new.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#brs_book_element .page-wrapper {
  -webkit-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

#brs_book_element .shadow,
#brs_book_element.shadow {
  -ms-box-shadow: 1px 3px 6px 1px #666;
  -o-box-shadow: 1px 3px 6px 1px #666;
  box-shadow: 1px 3px 8px 2px #666;
}

.brs_book_hardPage {
  background-color: #d6d6d6;
}

#brs_book_wrapper {
  top: 6%;
  width: 60%;
}

#scroll_div {
  height: 20%;
  min-width: 100px;
  max-width: 150px;
  width: 20%;
  top: 70%;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

#scroll_down_img {
  width: 75%;
}

.arrow_img {
  width: 70%;
  -webkit-animation-name: fadeInOut;
  animation-name: fadeInOut;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#arrow_down_img1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#arrow_down_img2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#arrow_down_img3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#arrow_down_wrapper_div {
  top: 52%;
}

#brs_book_element .p2 #pages1_book_green_wrapper {
  height: 200%;
  width: 100%;
  left: 5%;
  z-index: 2;
}

#brs_book_element .depth {
  background-image: url(./img/pages-depth.png);
  position: absolute;
  top: 7px;
  width: 16px;
  height: 590px;
}

#brs_book_cover_back {
  background: url(./img/book_back_cover2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#last_page_logo {
  z-index: 3;
  width: 45%;
  right: 5%;
  top: 5%;
}

#last_page_inner_text {
  color: #ffffff;
  width: 40%;
  top: 65%;
  right: 5%;
  z-index: 3;
}

#pre_last_page_bg_img {
  left: 100%;
  width: 210%;
  height: 103%;
  z-index: 1;
  top: 50%
}

#last_page_bg_img {
  left: 0%;
  width: 200%;
  height: 100%;
  z-index: 1;
}

#back_cover_inner_book_green_wrapper {
  height: 200%;
  width: 85%;
  right: -100px;
  top: -50%;
  z-index: 2;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.recipe_ingredients>a {
  color: #707070;
  cursor: pointer;
}

.recipe_ingredients>a:visited {
  color: #707070;
}

.brs_page_inner_wrapper {
  overflow: hidden;
}

#page1_bg_img {
  width: 200%;
  height: 100%;
  left: 100%;
  z-index: 1;
}

#page1_inner_text {
  color: #ffffff;
  width: 40%;
  top: 80%;
  left: 25%;
  z-index: 3;
}

#page1_logo {
  z-index: 3;
  width: 45%;
  left: 25%;
  top: 15%;
}

.top_curl {
  top: 45px !important;
  width: 60px;
}

#page4_white_top {
  top: 45px !important;
}

#page7_leaf_sketch {
  top: 7%;
}

#page8_tomato_sketch {
  bottom: 15%;
}

#brs_book_element .p4.brs_book_page .brs_div_full, #brs_book_element .p6.brs_book_page .brs_div_full {
  background-color: #29612c;
  color: #ffffff;
}

#brs_book_element .p6.brs_book_page {
  color: #ffffff;
}

#index_page1,
#index_page3,
#index_page4,
#index_page2 {
  text-decoration: underline;
  bottom: 15px;
  padding: 0 35px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  z-index: 3;
}

#index_page2 {
  color: #030303;
  padding: 10px 30px 0 40px;
}

.index_recipe_link {
  cursor: pointer;
}

.bold_title {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0;
}

.italic_text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
}

.light_text {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
}

.top_title {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
}

.recipe_title_wrapper {
  top: 100px;
  text-align: center;
  width: 95%;
}

.recipe_title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
}

.recipe_title_small_text,
.page_number_right,
.page_number_left {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #48a34d;
}

.recipe_image_top_div {
  height: 40%;
  background-color: #29612c;
}

.recipe_image_wrapper {
  bottom: 0px;
  height: 60%;
  width: 100%;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.recipe_img {
  height: 100%;
  width: 100%;
  bottom: 0;
}

.top_left_img {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  left: 5%;
  top: -5%;
}

.top_right_img {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  right: 5%;
  top: -5%;
}

.bottom_left_img {
  left: 5%;
  bottom: -5%;
}

.bottom_right_img {
  right: 5%;
  bottom: -5%;
}

.recipe_ingredients {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  color: #707070;
  height: 80%;
  width: 70%;
  left: 18%;
  top: 16%;
  z-index: 3;
}

.recipe_steps_wrapper {
  height: 80%;
  width: 85%;
  left: 47% !important;
}

.recipe_step {
  margin-top: 15px;
}

.recipe_step_number {
  color: #dbdada;
  font-size: 34px;
  line-height: 42px;
  margin: -10px 21px 0 21px;
  letter-spacing: 0;
}

.recipe_step_text {
  color: #707070;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
}

.recipe_footer_wrapper_right {
  left: 50%;
  width: 75%;
  bottom: 13px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #bebebe;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0;
}

.recipe_footer_wrapper_left {
  width: 75%;
  bottom: 13px;
  color: #bebebe;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.page_number_left {
  color: #bebbbb;
  margin-right: 15px;
  left: 65px;
}

.page_number_right {
  color: #bebbbb;
  margin-left: 15px;
}

#page2_bg_img {
  width: 210%;
  height: 104%;
  top: -2%;
  left: 0%;
  z-index: 1;
}

#brs_book_element .even .gradient {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0.95, rgba(0, 0, 0, 0)),
      color-stop(1, rgba(0, 0, 0, 0.2)));
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(89%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(left,
      rgba(0, 0, 0, 0) 89%,
      rgba(0, 0, 0, 0.25) 100%);
  border-top-right-radius: 17% 1.5%;
  border-bottom-right-radius: 17.5% 1.2%;
}

#brs_book_element .odd .gradient {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      right top,
      left top,
      color-stop(0.95, rgba(0, 0, 0, 0)),
      color-stop(1, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-gradient(linear,
      right top,
      left top,
      color-stop(89%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(right,
      rgba(0, 0, 0, 0) 89%,
      rgba(0, 0, 0, 0.25) 100%);
  border-top-left-radius: 17% 1.5%;
  border-bottom-left-radius: 17.5% 1.2%;
}

#brs_book_element .brs_recipe_first_page.even .gradient {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(87%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
}

#brs_book_element .brs_recipe_first_page.odd .gradient {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(87%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
}

.odd>.brs_div_full {
  /* background-image: linear-gradient(to left,#ffffff00 92%, #0000006e 99%); */
  border-top-left-radius: 17% 1.5%;
  border-bottom-left-radius: 17.5% 1.2%;
  overflow: hidden;
  background-color: white;
}

.even>.brs_div_full {
  /* background-image: linear-gradient(to right,#ffffff00 92%, #0000008a 100%); */
  border-top-right-radius: 17% 1.5%;
  border-bottom-right-radius: 17.5% 1.2%;
  overflow: hidden;
  background-color: white;
}

.p-temporal {
  background-color: white;
}

img#stay_home_banner {
  top: -40px;
  transform: translateX(-145%);
  transition: all 0.5s ease;
  -webkit-transform: translateX(-145%);
  -moz-transform: translateX(-145%);
  -ms-transform: translateX(-145%);
  -o-transform: translateX(-145%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#under_book_div {
  height: 15%;
  top: 10%;
}

#book_buttons_wrapper_outter {
  width: 25%;
  top: 35%;
}

#close_button {
  opacity: 0;
  cursor: pointer;
  top: calc(50% - 205px);
  left: calc(50% + 427px);
  transition: opacity 0.5s ease;
}

#preview_wrapper {
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  top: -125px;
  width: 150px;
  height: 94px;
  transform: translateX(-33%);
  border: 4px solid #ff8500;
  border-radius: 15px;
  box-shadow: 1px 5px 11px 0px #000000b0;
  transition: opacity 0.3s ease;
}

#preview_img {
  pointer-events: none;
  width: 101%;
}

#slider_wrapper {
  width: 600px;
}

#slider_outer {
  width: 100%;
}

#slider_inner {
  top: 50% !important;
  cursor: grab;
}

.button_wrapper_inner {
  text-align: center;
  color: #767474;
  cursor: pointer;
}

#index_button_wrapper {
  margin-left: 13%;
}

#share_button_wrapper {
  margin-left: 45%;
}

.button_wrapper_inner:hover .book_button {
  -webkit-filter: invert(57%) sepia(44%) saturate(537%) hue-rotate(73deg) brightness(91%) contrast(88%);
  filter: invert(57%) sepia(44%) saturate(537%) hue-rotate(73deg) brightness(91%) contrast(88%);
}

.button_wrapper_inner:hover .button_label_span {
  color: #458c48;
}

#help_div_wrapper {
  margin-top: 100px;
  height: 250px;
}

#help_div_bottom {
  height: 100%;
  width: 70%;
}

#help_div_bottom>#koutala_div {
  height: 100%;
  width: 400px;
}

#footer_koutala_img {
  width: 100%;
}

#questionmark_help_div {
  left: 83%;
}

#brs_help_text_bottom {
  margin-left: 30px;
  width: 190px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #707070;
  opacity: 0.67;
  text-align: left;
}

#footer_carrot_img_bullets {
  width: 110px;
}

#brs_footer {
  overflow: hidden;
  height: 150px;
  border-top: 2px solid #bfbcbcbd;
}

#brandstudio_logo_footer {
  width: 150px;
  left: 10%;
}

#sponsored_logo_div {
  width: 375px;
  right: 5%;
  z-index: 2;
}

#sponsored_by_span_footer {
  color: #bcbcbc;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

#barbastathis_logo {
  width: 200px;
  margin-left: 10px;
}

.addthis-smartlayers {
  opacity: 0;
  z-index: -1;
  display: none;
}

#at-share-dock {
  opacity: 0;
  z-index: -1;
  display: none;
}

#page3_spatulla_sketch {
  top: -14% !important;
  width: 61px;
}

#brs_book_element .p9 .recipe_steps_wrapper {
  left: 47% !important;
}

@media only screen and (max-width: 1350px) {
  #social_wrapper_div_mob>a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .social_icon {
    cursor: pointer;
    margin-top: 5px;
    margin-left: 10px;
  }

  #social_wrapper_div_mob {
    display: flex;
    left: 85%;
    top: 0%;
  }

  #social_wrapper_div {
    display: none;
  }

  #logo_img {
    display: none;
  }

  #social_wrapper_div {
    left: 50%;
    top: 45%;
  }

  #lemon_img, #fasolakia_img, #rice_img, #brocolli_img, #carrot_img {
    display: none;
  }
}

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

@media only screen and (max-width: 768px) {
  .gradient {
    display: none;
  }

  #last_page_bg_img {
    left: 2%;
    height: 105%;
  }

  #page1_bg_img {
    height: 105%;
    top: -10px;
  }

  .brs_book_page .brs_div_full {
    background-color: #ffffff;
  }

  #logo_img_mob {
    width: 11%;
    min-width: 110px;
    display: block;
  }

  #social_wrapper_div_mob {
    left: 72%;
    top: 1%;
  }

  .brs_hide_on_mobile {
    display: none;
  }

  .brs_hide_on_desktop {
    display: block;
  }

  #brs_book_element {
    z-index: 1;
    overflow: visible !important;
  }

  #mob_vegetable_wrapper {
    overflow: hidden;
    position: absolute;
    width: 100%;
  }

  #logo_img_mob {
    min-width: 160px;
    top: 1.5%;
  }

  #brs_book_wrapper {
    top: 20%;
    width: 75%;
    height: 55%;
  }

  #brs_main_book_div {
    overflow: hidden;
  }

  #under_book_div {
    top: 25%;
  }

  #index_page1,
  #index_page2 {
    font-size: 14px;
    line-height: 13px;
  }

  .top_curl {
    top: 15px !important;
    width: 50px;
  }

  #page4_white_top {
    top: 35px !important;
  }

  .top_title {
    font-size: 21px;
    line-height: 16px;
  }

  .top_left_img {
    left: 3%;
  }

  .bottom_right_img {
    right: 3%;
  }

  .recipe_title_wrapper {
    top: 45px !important;
  }

  .recipe_img {
    width: 100%;
  }

  .recipe_ingredients {
    font-size: 15px;
    line-height: 20px;
    left: 18%;
    top: 10%;
  }

  #book_buttons_wrapper_outter {
    top: 60%;
  }

  #close_button {
    left: calc(50% + 160px);
    top: calc(90% - 232px);
    width: 17px;
    z-index: 12;
  }

  #social_wrapper_div_mob {
    width: 110px;
    left: 80%;
  }

  .social_icon {
    height: 30px;
    margin-left: 0;
  }

  #brs_leftWing_veg,
  #brs_rightWing_veg {
    display: none;
  }

  #preview_wrapper_mob {
    pointer-events: none;
    opacity: 0;
    width: 100px;
    height: 125px;
    overflow: hidden;
    top: -155px;
    transform: translateX(-29%);
    border: 3px solid #ff8500;
    border-radius: 15px;
    box-shadow: 1px 5px 11px 0px #000000b0;
    transition: opacity 0.3s ease;
    z-index: -1;
  }

  #preview_img_mob {
    pointer-events: none;
    width: 100%;
  }

  #slider_wrapper_mob {
    width: 300px;
    top: 20px;
  }

  #slider_outer_mob {
    height: 20px;
    background-color: #d8d8d8;
    border: 1px solid #7070701a;
    border-radius: 15px;
  }

  #slider_inner_mob {
    margin: 1px;
    width: 50px;
    height: 18px;
    background-color: #bababa;
    border-radius: 15px;
  }

  #share_button_wrapper,
  #index_button_wrapper {
    margin-left: 85%;
  }

  #fasolakia_img_mob {
    top: 5%;
    width: 45%;
    left: 75%;
  }

  #page3_spatulla_sketch {
    right: 3%;
    top: -12% !important;
    width: 55px;
  }

  #page3_fork_sketch {
    width: 30px;
  }

  .recipe_steps_wrapper {
    width: 83%;
    left: 42% !important;
  }

  .page_number_left {
    margin-right: 0px;
    margin-left: 15px;
  }

  .recipe_footer_wrapper_left {
    left: 165px;
    flex-direction: row-reverse;
  }

  #page61_mushroom_sketch {
    top: unset !important;
    bottom: 15%;
    left: 45%;
  }

  .recipe_step_number {
    font-size: 29px;
    line-height: 35px;
    margin: -10px 20px 0 20px;
  }

  .recipe_step_text {
    font-size: 13px;
    line-height: 16px;
  }

  #onion_img_mob {
    top: -17%;
    width: 100%;
    left: -50%;
  }

  #brocolli_img_mob {
    bottom: 20%;
    left: -20%;
    width: 40%;
  }

  #tomato_img_mob {
    bottom: 29%;
    left: 67%;
    width: 50%;
  }

  #midia_img_mob {
    bottom: 5%;
    left: 60%;
    width: 65%;
    transform: rotateZ(-15deg);
    z-index: 1;
  }

  #help_div_wrapper {
    height: auto;
    margin-top: 0px;
  }

  #help_div_bottom {
    flex-direction: column;
  }

  #help_div_bottom>#koutala_div {
    top: 15%;
    height: 100%;
    width: 300px;
  }

  #questionmark_help_div {
    left: 52%;
  }

  #footer_koutala_img {
    top: 4px;
    transform: translateX(-50%);
    width: 100%;
    left: 18%;
  }

  #brs_help_text_bottom {
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
  }

  #footer_carrot_img_bullets {
    transform: rotateY(180deg) rotateZ(-90deg);
    width: 25%;
  }

  .button_wrapper_inner:hover .book_button {
    -webkit-filter: none;
    filter: none;
  }

  .button_wrapper_inner:hover .button_label_span {
    color: #767474;
  }

  #brs_footer {
    height: 240px;
  }

  #sponsored_by_span_footer {
    display: none;
  }

  #barbastathis_logo {
    width: 180px;
    margin-left: 0px;
  }

  #sponsored_logo_div {
    top: 65%;
  }

  #brandstudio_logo_footer {
    width: 130px;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  img#stay_home_banner {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
