.blog_section .blog_content .blog_item {
    margin-bottom: 30px;
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
  .blog_section .blog_content .blog_item:hover .blog_image img {
    transform: scale(1.1);
  }
  .blog_section .blog_content .blog_item .blog_image {
    overflow: hidden;
    padding: 0;
    height: 180px;border: 2px solid rgb(227 160 24 / 52%);box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;filter: drop-shadow(0 0 0.01rem #333a62);
  }
  .blog_section .blog_content .blog_item .blog_image img {
      height:100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
  }
  .blog_section .blog_content .blog_item .blog_image span i {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    font-style:normal;
    width: 38px;
    height: 45px;
    padding-top: 7px;
    text-align: center;
    right: 20px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
    background-color: #ff5e14;
  }
  .blog_section .blog_content .blog_item .blog_details {
    padding: 25px 20px 30px 20px;
    border: 0.5px solid #00000036;
      border-top: 0px;
  }
  .blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
    color: #ff5e14;
  }
  .blog_section .blog_content .blog_item .blog_details ul {
    padding: 0 3px 10px 0;
    margin: 0;
  }
  .blog_section .blog_content .blog_item .blog_details ul li {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    color: #7f7f7f;
  }
  .blog_section .blog_content .blog_item .blog_details ul li i {
    padding-right: 7px;
  }
  .blog_section .blog_content .blog_item .blog_details p {
    border-top: 1px solid #e5e5e5;
    margin-top: 4px;
    padding: 20px 0 4px;
  }
  .blog_section .blog_content .blog_item .blog_details a {
    font-size: 16px;
    display: inline-block;
    color: #ff5e14;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
  }
  .blog_section .blog_content .blog_item .blog_details a:hover {
    color: #020d26;
  }
  .blog_section .blog_content .blog_item .blog_details a i {
    vertical-align: middle;
    font-size: 13px;
  }
  .blog_section .blog_content .owl-nav {
    display: block;
  }
  .blog_section .blog_content .owl-nav .owl-prev {
    position: absolute;
    left: -27px;
    top: 33%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    background: #8d1b13;
    transition: all 0.3s;
    color: #fff;
  }
  .blog_section .blog_content .owl-nav .owl-prev span {
    font-size: 25px;
    margin-top: -6px;
    display: inline-block;
  }
  .blog_section .blog_content .owl-nav .owl-prev:hover {
    background: #fff;
    border-color: #ff5e14;
    color: #ff5e14;
  }
  .blog_section .blog_content .owl-nav .owl-next {
    position: absolute;
    right: -27px;
    top: 33%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    background: #8d1b13;
    color: #fff;
    transition: all 0.3s;
  }
  .blog_section .blog_content .owl-nav .owl-next span {
    font-size: 25px;
    margin-top: -6px;
    display: inline-block;
  }
  .blog_section .blog_content .owl-nav .owl-next:hover {
    background: #fff;
    border-color: #ff5e14;
    color: #ff5e14;
  }
  
  @media only screen and (max-width: 577px) {
    .blog_section .owl-nav .owl-prev {
      left: -17px !important;
    }
    .blog_section .owl-nav .owl-next {
      right: -17px !important;
    }
  }
  
  .pagination{
      justify-content: center;
      margin-top:15px;
  }

.news_bg{
    margin-bottom: 10px;
}
@media (min-width: 768px) { 
    .news_bg{
    width: 82%;
    margin-left: 9%;
} 
}
@media (min-width: 992px) { 
.news_bg{
    width: 70%;
    margin-left: 15%;
}
}


#ModalBody img{
    max-width:100%;
}

.parchment-modal-body{
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 1em;
  color: #7F3300;
  font-family: "IM Fell English";
}

.parchment-modal-body p{
  text-align: justify;
  font-size: 17px;
  color: #2c2c2c;
  word-spacing: 3px;
  cursor: default;
}

.fancy_font{
  font-family: 'Passions Conflict', cursive;
  font-size: 54px !important;
  line-height: 40px;
  margin-top: 20px !important;
}

#parchment{
  position: absolute;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  padding: 2em;
  box-shadow: 2px 3px 20px black, 0 0 125px #8f5922 inset;
  background: #fffef0;
  filter: url(#wavy2);
  background-image: url(data:image/png;base64,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);
}

@media (min-width:576px){
  .parchment-modal-body{
    padding: 4em;
  }
}

#parchment_for_signature{
  text-align: right;
  margin-top: 20px;
  margin-right: 40px;
  font-style: italic;
  font-size: 22px;
  color: #2c2c2c;
  word-spacing: 3px;
  text-shadow: 0.2px 0.2px 1.3px sienna;
  cursor: default;
  position: relative;
}

#parchment_signature{
  position: absolute;
  right: -80px; /* podziel na 4 szerokosc*/
  top: -33px; /* podziel na 2 */
  height: 132px; /* razy dwa */
}
#parchment_exit{
  text-align: center;
      margin-top: 20px;
      font-size: 22px;
      color: #2c2c2c;
      word-spacing: 3px;
      text-shadow: 0.2px 0.2px 1.3px sienna;
      cursor: pointer;
      position: relative;
  }

.important_date_main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.important_date{
    width: 100%;
    filter: drop-shadow(0 0 0.05rem #be9dca);
    color: #fa4831;
    font-weight: 800;
}

.diary th, .diary td, .ranking th, .ranking td{
  color: rgba(255,255,255,0.7);
}

.ranking tbody tr:nth-of-type(odd){
  background-color: rgba(0,0,0,0.05) !important;
}

.row_1{
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
}

.wazne_daty_container,.plan_zajec_container{
  height: 70%;
  position: relative;
  width: 30%;
  margin-top: -20px;
  height: 50%;
  width: 100%;
  }
  
  .wazne_daty_bg,.plan_zajec_bg{
      background-color: #141414;
      -webkit-box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
      box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
      position: absolute;
      width: 83%;
      left: 10%;
      height: 83%;
      top: 8%;
      border-radius: 8%;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
  }
  .wazne_daty_title,.plan_zajec_title{
      font-size: 2rem;
      font-family: Teko;
      filter: drop-shadow(0 0 0.05rem #be9dca);
      color: #be9dca;
      text-shadow: -1px -1px 0 rgb(0 0 0 / 50%), 1px -1px 0 rgb(0 0 0 / 50%), -1px 1px 0 rgb(0 0 0 / 50%), 1px 1px 0 rgb(0 0 0 / 50%);
  }
  
  .wazne_daty_frame,.plan_zajec_frame{
      height: 100%;
      position: absolute;
      width: 103%;
      top: 0;
      pointer-events: none;
  }
  
  .crest{
    height: 100%;
    filter: drop-shadow(0 0 0.25rem #d77a70);
    transform: scale(1.15);
  }
  .row_2{
    height:60vh;
  }
  .for_crest{
    display:none;
  }
  .row_3{
    display: flex;align-items: center;justify-content: space-between;
  }
  .sensei_list,.gakusei_list{
    text-align: center;
    font-family: Harukaze;
    text-transform: uppercase;
    font-size: 60px;
    filter: drop-shadow(0 0 0.05rem #D59085);
    color: #DB7072;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 50%), 1px -1px 0 rgb(0 0 0 / 50%), -1px 1px 0 rgb(0 0 0 / 50%), 1px 1px 0 rgb(0 0 0 / 50%);
    letter-spacing: 4px;
    cursor: pointer;
  }

  .shoguni_list{
    text-align: center;
    margin-bottom: -25px;
    font-family: Harukaze;
    text-transform: uppercase;
    font-size: 60px;
    filter: drop-shadow(0 0 0.05rem #D59085);
    color: #DB7072;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 50%), 1px -1px 0 rgb(0 0 0 / 50%), -1px 1px 0 rgb(0 0 0 / 50%), 1px 1px 0 rgb(0 0 0 / 50%);
    letter-spacing: 4px;
    padding-left: -15px;
  }

  .shogun{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding-left: 7.5%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .shogun_2{
    width: 40%;
    border-radius: 15%;
    position: relative;
    height: 80px;
  }

  .shogun_3{
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .shogun_name{
    font-family: Teko;
    font-size: 35px;
  }
  .box-col-3{
    position:relative;
  }
  .stylus_set{
    top: 296.345px; position: absolute; width: 100%;cursor:pointer; display: flex; justify-content: center;margin-left:-15px;
  }
  .byakko_points,.genbu_points,.seiryuu_points,.suzaku_points{
    font-size: 70px;
    font-family: 'Teko';
    filter: drop-shadow(0 0 0.05rem #be9dca);
    color: #dfdcb0;
    text-shadow: -1px -1px 0 rgb(0 0 0 / 50%), 1px -1px 0 rgb(0 0 0 / 50%), -1px 1px 0 rgb(0 0 0 / 50%), 1px 1px 0 rgb(0 0 0 / 50%);
  }
  .genbu_points{
    color:#be9dca;
  }
  .seiryuu_points{
    color:#3EFFEA;
  }
  .suzaku_points{
    color: #fe6f96;
  }
  .clan_top{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
  }
  #for_byakko,#for_genbu,#for_seiryuu,#for_suzaku{
    overflow-y: hidden;text-align: center;
    background-image: url("/assets/Graphics/Addons/byak_bg2.png");
    background-size: contain;display: flex;flex-direction: column;transition: all 1s ease 0s;
    margin-top: -0.5px;
    margin-bottom: -1px;
  }

  #for_genbu{
    background-image: url("/assets/Graphics/Addons/genbu_middle.png");
  }
  #for_seiryuu{
    background-image: url("/assets/Graphics/Addons/seiryuu_bg.png");
  }
  #for_suzaku{
    background-image: url("/assets/Graphics/Addons/suzaku_middle.png");
  }
  .clan_1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .clan_2{
    width: 40%;
    border-radius: 15%;
    position: relative;
    height: 80px;
    display: flex;
    justify-content: center;
  }

  .for_clan_master{
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .clan_master{
    font-family: Teko;
    font-size: 25px;
  }
  .clan_divider{
    width: 40%;
    filter: drop-shadow(0 0 0.25rem #dfdcb0);
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: 2%;
  }

  .table_clan{
    width: 80%;
    margin-left: 10%;
  }

.house_ranking{
  color: #ffa5fa !important;cursor:pointer;text-transform: uppercase;
}

#byakko_scroll,#genbu_scroll,#seiryuu_scroll,#suzaku_scroll{
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}

.shogun_ento{
  border:none !important; position: absolute;top: 0;left: 0;height: 150%;width:auto;transform: translate(-16%,-16%);
}
@media(max-width:992px){
  .clan_row{
    display: flex;
      flex-wrap: nowrap;
      width: 400%;
  }
  .clan_row_2{
    overflow-x:scroll;
  }
}
  @media (min-width: 992px) { 
  .wazne_daty_container,.plan_zajec_container{
    height: 100%;position: relative;width: 30%;margin-top: -20px;
  }

  .row_2{
    height:43vh;
  }
  .for_crest{
    display:block;
    height:100%;
  }
  .row_1{
    flex-direction: row;
  }

  .shoguni_list{
    padding-left:0px;
  }
  .shogun{
    padding-left: 15%;
    padding-right: 15%;
  }

    }