/* CSS Document */
#keyvisual {
  width: 100%;
  height: 126vw;
  background-image: url(../images/3_felghana/m/kv.webp);
  background-size: 120%;
  background-position: top 0 left 20%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  #keyvisual {
    height: 70vw;
    background-image: url(../images/3_felghana/kv.webp);
    background-position: top center;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  #keyvisual {
    height: 62vw;
  }
}
@media screen and (min-width: 1600px) {
  #keyvisual {
    height: 52vw;
  }
}
@media screen and (min-width: 2000px) {
  #keyvisual {
    height: 50vw;
  }
}
@media screen and (min-width: 2500px) {
  #keyvisual {
    width: 2400px;
    margin: 0 auto;
    height: 1200px;
  }
}
#keyvisual h2 {
  margin: 0;
  padding: 0;
}
#keyvisual h2 img.logo {
  width: 46vw;
  margin: 13vw 0 0 5vw;
}
@media screen and (min-width: 1000px) {
  #keyvisual h2 img.logo {
    width: 30vw;
    position: absolute;
    margin: 0;
    top: 16vw;
    left: 5%;
  }
}
@media screen and (min-width: 1200px) {
  #keyvisual h2 img.logo {
    width: 25vw;
    left: 10vw;
    top: 12vw;
  }
}
@media screen and (min-width: 1600px) {
  #keyvisual h2 img.logo {
    width: 21vw;
    left: 15vw;
    top: 10vw;
  }
}
@media screen and (min-width: 2000px) {
  #keyvisual h2 img.logo {
    width: 22vw;
    left: 17vw;
    top: 9vw;
  }
}
@media screen and (min-width: 2500px) {
  #keyvisual h2 img.logo {
    width: 500px;
    top: 230px;
    left: 50%;
    margin-left: -850px;
  }
}
#keyvisual .pc_content {
  display: none;
}
@media screen and (min-width: 1000px) {
  #keyvisual .pc_content {
    display: block;
    width: 30vw;
    height: 150px;
    position: absolute;
    left: 5%;
    top: 46vw;
    font-size: "times new roman", arial;
    text-align: center;
    color: #000;
  }
  #keyvisual .pc_content .revisitfelghana img {
    width: 100%;
  }
  #keyvisual .pc_content .available_btn {
    margin-top: 20px;
    background-image: url(../images/common/available_btn_ov.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  #keyvisual .pc_content .available_btn img {
    width: 100%;
    transition: opacity 0.3s ease;
  }
  #keyvisual .pc_content .available_btn img:hover {
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  #keyvisual .pc_content {
    width: 25vw;
    left: 10vw;
    top: 37vw;
  }
}
@media screen and (min-width: 1600px) {
  #keyvisual .pc_content {
    width: 21vw;
    left: 15vw;
    top: 31vw;
  }
}
@media screen and (min-width: 2000px) {
  #keyvisual .pc_content {
    width: 22vw;
    left: 17vw;
    top: 31vw;
  }
}
@media screen and (min-width: 2500px) {
  #keyvisual .pc_content {
    width: 500px;
    top: 750px;
    left: 50%;
    margin-left: -850px;
  }
}

#available {
  background-color: #000;
  background-image: url(../images/3_felghana/products_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 12px;
  padding: 5vw 5vw 10vw 5vw;
  text-align: center;
}
#available img {
  width: 60%;
  margin: 12px 0 0 0;
}
@media screen and (min-width: 1000px) {
  #available {
    display: none;
  }
}

#journal_nav {
  width: 100%;
  height: 3vw;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  #journal_nav {
    height: 20px;
    background-image: url(../images/common/bg_light_01.webp);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat;
  }
}
#journal_nav .journal_prev, #journal_nav .journal_next {
  width: 40%;
  position: absolute;
  z-index: 1;
  left: 5vw;
  top: -1.4vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}
#journal_nav .journal_prev img, #journal_nav .journal_next img {
  width: 100%;
  transition: 0.3s all ease;
}
#journal_nav .journal_prev img:hover, #journal_nav .journal_next img:hover {
  opacity: 0;
}
#journal_nav .journal_prev.bw_pastjournal, #journal_nav .journal_next.bw_pastjournal {
  background-image: url(../images/common/journal_nav/bw_pastjournal_ov.webp);
}
#journal_nav .journal_prev.fw_nextjournal, #journal_nav .journal_next.fw_nextjournal {
  background-image: url(../images/common/journal_nav/fw_nextjournal_ov.webp);
}
@media screen and (min-width: 1000px) {
  #journal_nav .journal_prev, #journal_nav .journal_next {
    width: 330px;
    left: 50%;
    margin-left: -380px;
    top: -14px;
  }
}
#journal_nav .journal_next {
  left: auto;
  right: 5vw;
}
@media screen and (min-width: 1000px) {
  #journal_nav .journal_next {
    left: auto;
    right: 50%;
    margin-right: -380px;
  }
}
#journal_nav .journal_current {
  z-index: 2;
  position: absolute;
  width: 24%;
  top: -9vw;
  left: 50%;
  margin-left: -12%;
}
@media screen and (min-width: 1000px) {
  #journal_nav .journal_current {
    width: 200px;
    top: -80px;
    margin-left: -100px;
  }
}
#journal_nav .journal_current img {
  width: 100%;
}

#story {
  width: 100%;
  background-image: url(../images/3_felghana/story_bg.webp);
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}
#story .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10%;
}
@media screen and (min-width: 1000px) {
  #story .inner {
    padding: 100px;
  }
}
#story .inner h3 {
  color: #fff;
  font-family: "Calligraffitti", arial;
  font-size: 6vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #story .inner h3 {
    font-size: 2.3em;
  }
}
#story .inner p {
  color: #fff;
  font-family: "Calligraffitti", arial;
  font-size: 5vw;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  #story .inner p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  #story .inner p {
    font-size: 1.7em;
  }
}
#story .inner #adol_sig {
  width: 100%;
  margin: 0;
  text-align: right;
}
#story .inner #adol_sig img {
  width: 50%;
}
@media screen and (min-width: 1000px) {
  #story .inner #adol_sig img {
    width: 400px;
  }
}

.para_style2 {
  position: relative;
}
.para_style2 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  margin: 10px 0 0 0;
}
.para_style2 .inner .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.section {
  width: 100%;
}
.section .section_group span {
  font-weight: 900;
}
@media screen and (min-width: 1200px) {
  .section .section_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .section .section_group .order1 {
    order: 1;
  }
  .section .section_group .order2 {
    order: 2;
  }
}
.section .section_group .section_img {
  width: 90%;
  margin: 10vw 5% 0 5%;
}
.section .section_group .section_img img {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .section .section_group .section_img {
    width: 80%;
    margin: 5vw 10% 0 10%;
  }
}
@media screen and (min-width: 1000px) {
  .section .section_group .section_img {
    width: 64%;
    margin: 5vw 18% 0 18%;
  }
}
@media screen and (min-width: 1200px) {
  .section .section_group .section_img {
    width: 45%;
    margin: 0;
    position: relative;
  }
}
.section .section_group .textbox {
  width: 90%;
  margin: 6vw auto 0 auto;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 800px) {
  .section .section_group .textbox {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox {
    width: 45%;
  }
}
.section .section_group .textbox .textbox_top,
.section .section_group .textbox .textbox_bottom,
.section .section_group .textbox .textbox_mid {
  background-image: url(../images/common/textbox/textbox_top.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 15vw;
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox .textbox_top,
  .section .section_group .textbox .textbox_bottom,
  .section .section_group .textbox .textbox_mid {
    height: 150px;
  }
}
.section .section_group .textbox .textbox_mid {
  background-image: url(../images/common/textbox/textbox_mid.webp);
  background-repeat: repeat-y;
  background-size: 100%;
  height: auto;
  padding: 2vw 6vw 3vw 6vw;
  text-align: left;
  font-family: "Lato", sans-serif;
  margin-top: -6.5vw;
}
.section .section_group .textbox .textbox_mid h3 {
  margin: 5vw 0 0 0;
  padding: 0;
  text-align: center;
  font-size: 4vw;
  font-style: italic;
}
@media screen and (min-width: 800px) {
  .section .section_group .textbox .textbox_mid h3 {
    margin: 2vw 0 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox .textbox_mid h3 {
    font-size: 1.6em;
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 800px) {
  .section .section_group .textbox .textbox_mid {
    margin-top: -9vw;
  }
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox .textbox_mid {
    padding: 2% 8%;
  }
}
.section .section_group .textbox .textbox_mid ul {
  margin-top: 5vw;
  list-style: square;
  padding-left: 14px;
}
@media screen and (min-width: 800px) {
  .section .section_group .textbox .textbox_mid ul {
    margin-top: 2vw;
  }
}
.section .section_group .textbox .textbox_mid ul li {
  font-size: 0.9em;
  text-align: justify;
  padding-bottom: 14px;
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox .textbox_mid ul {
    list-style: none;
    text-align: center;
    padding: 0;
  }
  .section .section_group .textbox .textbox_mid ul li {
    font-size: 1em;
  }
}
.section .section_group .textbox .textbox_bottom {
  background-image: url(../images/common/textbox/textbox_bottom.webp);
  background-position: 50% bottom;
  margin-top: -8.2vw;
}
@media screen and (min-width: 800px) {
  .section .section_group .textbox .textbox_bottom {
    margin-top: -10vw;
  }
}
@media screen and (min-width: 1200px) {
  .section .section_group .textbox .textbox_top {
    margin-top: -90px;
  }
  .section .section_group .textbox .textbox_mid {
    margin-top: 0;
    margin-top: -100px;
  }
  .section .section_group .textbox .textbox_bottom {
    margin-top: 0;
    margin-top: -110px;
  }
}
@media screen and (min-width: 1400px) {
  .section .section_group .textbox .textbox_top {
    margin-top: -110px;
  }
  .section .section_group .textbox .textbox_mid {
    margin-top: -90px;
  }
  .section .section_group .textbox .textbox_bottom {
    margin-top: -110px;
  }
}

@media screen and (min-width: 1200px) {
  .posi_left {
    margin-left: 5% !important;
  }
  .posi_right {
    margin-right: 5% !important;
  }
}
#features {
  background-color: #fff;
  background-image: url(../images/3_felghana/features_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20px;
}
#features .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10% 0;
}

#gameplay {
  background-color: #fff;
  background-image: url(../images/3_felghana/gameplay_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 12px;
}
#gameplay .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10% 0;
}
#gameplay .inner p {
  text-align: justify;
}
#gameplay .inner .section_group {
  margin-bottom: 5vw;
}

#media,
#media2 {
  width: 100%;
  height: 145vw;
  background: #fff;
}
@media screen and (min-width: 800px) {
  #media,
  #media2 {
    height: 90vw;
  }
}
@media screen and (min-width: 1000px) {
  #media,
  #media2 {
    height: 50vw;
  }
}
@media screen and (min-width: 1200px) {
  #media,
  #media2 {
    height: 47vw;
  }
}
@media screen and (min-width: 1600px) {
  #media,
  #media2 {
    height: 44vw;
  }
}
@media screen and (min-width: 2000px) {
  #media,
  #media2 {
    height: 770px;
  }
}
#media .bg,
#media2 .bg {
  background-image: url(../images/3_felghana/media_bg.webp);
  background-size: cover;
  background-position: 50% 50%;
}
#media h4,
#media2 h4 {
  font-family: "Calligraffitti", arial;
  margin: 10vw 0 0 0;
  padding: 0;
  color: #000;
  font-size: 8vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #media h4,
  #media2 h4 {
    font-size: 3.4em;
    margin-top: 5vw;
  }
}
#media ul.screenshot,
#media ul.videos,
#media2 ul.screenshot,
#media2 ul.videos {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 10vw auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
@media screen and (min-width: 1000px) {
  #media ul.screenshot,
  #media ul.videos,
  #media2 ul.screenshot,
  #media2 ul.videos {
    gap: 1%;
    margin: 0 auto 5vw auto;
  }
}
#media ul.screenshot li,
#media ul.videos li,
#media2 ul.screenshot li,
#media2 ul.videos li {
  width: 48%;
  margin: 2% 0 0 0;
  padding: 0;
}
#media ul.screenshot li img,
#media ul.videos li img,
#media2 ul.screenshot li img,
#media2 ul.videos li img {
  width: 100%;
  border: 1px solid #666;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
#media ul.screenshot li img:hover,
#media ul.videos li img:hover,
#media2 ul.screenshot li img:hover,
#media2 ul.videos li img:hover {
  position: relative;
  transition: 0.3s all ease;
}
#media ul.screenshot li img:hover:hover,
#media ul.videos li img:hover:hover,
#media2 ul.screenshot li img:hover:hover,
#media2 ul.videos li img:hover:hover {
  margin-top: -5px;
  box-shadow: -2px -2px 12px rgba(51, 153, 255, 0.4), -2px 2px 12px rgba(51, 153, 255, 0.4), 2px -2px 12px rgba(51, 153, 255, 0.4), 2px 2px 12px rgba(51, 153, 255, 0.4);
}
@media screen and (min-width: 800px) {
  #media ul.screenshot li,
  #media ul.videos li,
  #media2 ul.screenshot li,
  #media2 ul.videos li {
    width: 31%;
  }
}
@media screen and (min-width: 1000px) {
  #media ul.screenshot li,
  #media ul.videos li,
  #media2 ul.screenshot li,
  #media2 ul.videos li {
    width: 23%;
  }
}
@media screen and (min-width: 1000px) {
  #media ul.screenshot li,
  #media ul.videos li,
  #media2 ul.screenshot li,
  #media2 ul.videos li {
    margin: 1% 0 0 0;
  }
}
#media ul.videos,
#media2 ul.videos {
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #media ul.videos li,
  #media2 ul.videos li {
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  #media ul.videos li,
  #media2 ul.videos li {
    width: 33%;
  }
}

#media2 {
  width: 100%;
  position: relative;
  height: 58vw;
}
@media screen and (min-width: 1000px) {
  #media2 {
    height: 710px;
  }
}
#media2 .video-container {
  width: 70%;
  margin: 4% auto 8.5% auto;
}
@media screen and (min-width: 1000px) {
  #media2 .video-container {
    width: 800px;
    margin: 25px auto 100px auto;
  }
}
#media2 .video-container .singlevid {
  border: 1px solid #fff;
  background-image: url(../images/3_felghana/Ubuz8Ko8qN4_ov.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  transition: all ease 0.3s;
}
#media2 .video-container .singlevid:hover {
  background-size: 105%;
}
#media2 .video-container .singlevid img.Ubuz8Ko8qN4 {
  width: 100%;
  cursor: pointer;
  transition: opacity ease 0.3s;
}
#media2 .video-container .singlevid img.Ubuz8Ko8qN4:hover {
  opacity: 0;
}

#logospace {
  width: 100%;
  height: 14vw;
  margin: 0;
  background-image: url(../images/common/bg_light_01.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  #logospace {
    height: 10vw;
  }
}
#logospace ul {
  width: 90%;
  max-width: 900px;
  height: 14vw;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4%;
}
@media screen and (min-width: 1000px) {
  #logospace ul {
    height: 10vw;
  }
}
#logospace ul li {
  width: 24%;
  padding-top: 2%;
}
@media screen and (min-width: 800px) {
  #logospace ul li {
    padding-top: 1%;
  }
}
#logospace ul li img {
  width: 100%;
  vertical-align: bottom;
}

#system {
  font-family: "lato", sans-serif;
  padding: 10vw;
  width: 100%;
  background-image: url(../images/common/bg_dark_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 600px) {
  #system {
    padding: 5vw;
  }
}
#system h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 5vw;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #system h5 {
    font-size: 2em;
  }
}
#system h6 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 2vw;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #system h6 {
    font-size: 1.5em;
  }
}
#system div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  #system div {
    max-width: 1000px;
    margin: 0 auto;
  }
}
#system div ul {
  width: 100%;
  margin: 5vw 0 0 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  #system div ul {
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  #system div ul {
    margin: 50px 0 0 0;
  }
}
#system div ul li {
  color: #fff;
  padding-bottom: 10px;
  font-size: 3vw;
}
@media screen and (min-width: 600px) {
  #system div ul li {
    font-size: 0.9em;
  }
}
#system div ul li span {
  font-weight: 900;
  text-transform: uppercase;
}
#system div ul li:first-child {
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
}

#products {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  background-image: url(../images/3_felghana/products_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 20px;
}
#products .inner {
  padding: 10vw;
}
#products .inner h4 {
  font-family: "Calligraffitti", arial;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 8vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #products .inner h4 {
    font-size: 3.4em;
  }
}
#products .inner .product_img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#products .inner .product_img img {
  width: 100%;
}
#products .inner .productlinks_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#products .inner .productlinks_container ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#products .inner .productlinks_container ul li {
  width: 100%;
  margin: 5vw 0 0 0;
  padding: 10vw 5vw;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul li {
    width: 48%;
    padding: 5%;
  }
}
#products .inner .productlinks_container ul li img {
  width: 100%;
}
#products .inner .productlinks_container ul li .console_logo {
  width: 100%;
}
@media screen and (min-width: 600px) {
  #products .inner .productlinks_container ul li .console_logo {
    width: 300px;
  }
}
#products .inner .productlinks_container ul li .available_btn {
  width: 70%;
  margin: 0 auto;
  background-image: url(../images/common/available_btn_ov.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul li .available_btn {
    width: 90%;
  }
}
#products .inner .productlinks_container ul li .available_btn img {
  width: 100%;
  transition: opacity 0.3s ease;
}
#products .inner .productlinks_container ul li .available_btn img:hover {
  opacity: 0;
}
#products .inner .productlinks_container ul li h5 {
  font-family: "Lato", sans-serif;
  font-size: 3.4vw;
  margin: 5vw 0 2vw 0;
  padding: 0;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul li h5 {
    font-size: 1.3em;
    margin: 30px 0 20px 0;
  }
}
#products .inner .productlinks_container ul li hr {
  border: 0;
  border-bottom: 2px solid #000;
  background: none;
  margin-top: 5vw;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul li hr {
    margin-top: 50px;
  }
}
#products .inner .productlinks_container ul li hr.hr2 {
  margin-bottom: 5vw;
}
@media screen and (min-width: 1000px) {
  #products .inner .productlinks_container ul li hr.hr2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

#felghana_footer .esrb {
  width: 50%;
  max-width: 240px;
  margin: 30px auto;
}
#felghana_footer .esrb img {
  width: 100%;
}
#felghana_footer #footerlogos1 ul,
#felghana_footer #footerlogos2 ul {
  width: 70vw;
  max-width: 420px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#felghana_footer #footerlogos1 ul li,
#felghana_footer #footerlogos2 ul li {
  width: 30.3%;
}
#felghana_footer #footerlogos1 ul li img,
#felghana_footer #footerlogos2 ul li img {
  width: 100%;
}
#felghana_footer #footerlogos1 ul li.marvelous,
#felghana_footer #footerlogos2 ul li.marvelous {
  width: 27.3%;
}
#felghana_footer #footerlogos1 ul li.falcom,
#felghana_footer #footerlogos2 ul li.falcom {
  width: 34.3%;
}
#felghana_footer #footerlogos2 ul {
  width: 96vw;
  max-width: 900px;
  margin-top: 5vw;
  justify-content: center;
  gap: 1%;
}
@media screen and (min-width: 1000px) {
  #felghana_footer #footerlogos2 ul {
    margin-top: 20px;
  }
}
#felghana_footer #footerlogos2 ul li {
  width: 30%;
}
@media screen and (min-width: 800px) {
  #felghana_footer #footerlogos2 ul li {
    width: 18%;
  }
}/*# sourceMappingURL=3_felghana.css.map */