@charset "UTF-8";

/* gallery */
.gallery_sort {
 text-align: center;
}
.gallery_sort .paragraph {
  display: inline-block;
  color: #333;
  margin: 0;
  vertical-align: middle;
}
.gallery_sort .paragraph > a {
  color: #212529;
  text-decoration: none;
}
.gallery_sort .paragraph > a:hover {
  color: #1e4b9d;
}
.gallery_sort .paragraph > a.active {
  color: #0066bd;
  font-weight: bold;
}

/* block_tab */
.block_tab {
  border-radius: 60px;
  position: relative;
  margin-bottom: 20px;
}
.block_tab.tab_2 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.block_tab .btn_tab, .block_tab .btn_tab:focus {
  color: #999;
  outline: none;
  transition: all .5s ease;
}
.block_tab .btn_tab {
  background-color: #eee;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  border-right: 0;
  cursor: pointer;
  display: table-cell;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  /*white-space: nowrap;*/
  transition: color ease .3s, background-color ease .3s;
}
.block_tab .btn-group > .btn_tab:first-child {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.block_tab .btn-group > .btn_tab:last-child {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-right: #ccc solid 1px;
}
.block_tab .btn-group-justified>.btn-group {
  width: auto;
}

/* block_tab mobile */
.block_tab.mobile {
  background: transparent;
  display: none;
  margin-bottom: 0;
}
.block_tab .tab_list, .block_tab .tab_txt {
  display: inline-block;
  vertical-align: middle;
}
.block_tab .tab_txt .space {
  display: inline-block;
  padding: 0 10px;
}
.block_tab .tab_txt .space:last-child {
  padding: 0;
}
@media screen and (max-width:600px) {
  .block_tab .tab_list {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .block_tab .tab_txt {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .block_tab .tab_txt .space:last-child {
    padding: 0 10px;
  }
}
/* block_tab mobile end */

.block_tab .btn_tab:first-child.active,
.block_tab .btn_tab:not(:first-child):not(:last-child).active,
.block_tab .btn_tab:last-child.active,
.block_tab .btn_tab:first-child:hover,
.block_tab .btn_tab:not(:first-child):not(:last-child):hover,
.block_tab .btn_tab:last-child:hover {
  color: #fff;
  transition: border-color ease .1s;
}
.block_tab .btn_tab:first-child.active, .block_tab .btn_tab:first-child:hover {
  background: #1a52b5;
  border-color: #1a52b5;
}
.block_tab .btn_tab:nth-child(2).active, .block_tab .btn_tab:nth-child(2):hover {
  background: #2c87b4;
  border: #2c87b4;
}
.block_tab .btn_tab:nth-child(3).active, .block_tab .btn_tab:nth-child(3):hover {
  background: #8d3eb1;
  border: #8d3eb1;
}
.block_tab .btn_tab:nth-child(4).active, .block_tab .btn_tab:nth-child(4):hover {
  background: #ff9700;
  border: #ff9700;
}
.block_tab .btn_tab:nth-child(5).active, .block_tab .btn_tab:nth-child(5):hover {
  background: #ee6c24;
  border: #ee6c24;
}

/* Dropdown Button */
.block_tab .btn_drop, .block_tab .btn_drop:focus {
  background-color: #fff;
  color: #333;
  border: #ccc solid 1px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  display: block;
  font-size: 12px;
  padding: 10px 20px;
  text-decoration: none;
  /* position: relative; */
}

.block_tab .btn_drop > strong, .block_tab .btn_drop > span {
  font-size: 14px;
  white-space: nowrap;
}

/* Dropdown Content (Hidden by Default) */
.block_tab .dropdown-content {
  width: 100%;
  min-width: none;
  display: none;
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 4px;
  font-size: 14px;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  transition: all .3s ease;
  z-index: 1000;
}

.block_tab .dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.block_tab .dropdown-content a:hover
{
  background-color: #f1f1f1;
}

.block_tab .dropdown-content.active {
  display:block;
}
@media screen and (max-width: 991px) {
  .block_tab .btn_tab, .block_tab .btn_drop {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .block_tab.desktop {
    display: none;
  }
  .block_tab.mobile {
    display: block;
  }
}

/* selectric */
.tab_list .selectric {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background: url(../images/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 20px 20px;
  border: 0;
  border: 1px solid #aaa;
  border-radius: 60px;
  /* display: inline-block; */
  font-family: inherit;
  line-height: inherit;
  margin: 0 auto;
  outline: none;
  padding: 0 45px 0 25px;
  text-align: center;
  text-align-last: center;
  position: relative;
  overflow: hidden;
  transition: background-color ease .2s, border ease .2s, box-shadow ease .2s;
}
.tab_list .selectric-hover .selectric, .tab_list .selectric-open .selectric {
  /* background-image: url(../images/icon_arrow_down_white.svg);
  background-color: #9a0101; */
  border: 1px solid #666;
}
.tab_list .selectric .label {
  height: auto;
  color: inherit;
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 6px 0;
}
.tab_list .selectric-hover .selectric, .tab_list .selectric-open .selectric {
  background-image: url(../images/icon_arrow_down.svg);
  /* background-color: rgba(0,0,0,.5); */
  border: 1px solid #ccc;
}
.tab_list .selectric .button {
  display: none;
}
.tab_list .selectric-items {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 7px;
  left: 50%;
  transform: translateX(-50%);
  word-break: keep-all;
}
.tab_list .selectric-items ul, .tab_list .selectric-items li {
  min-height: 24px;
  color: #292929;
  font-size: 1em;
  line-height: 24px;
  transition: color ease .1s, background-color ease .1s;
  text-align: center;
}
.tab_list .selectric-items .selectric-scroll {
  border-radius: 7px;
  box-shadow: 0px 2px 6px rgba(0,0,0,.5);
  font-size: 16px;
}
.tab_list .selectric-wrapper.selectric-open {
	z-index: 100;
}
@media screen and (max-width: 768px) {
	.tab_list .selectric-wrapper.selectric-open{
		z-index: 1000;
	}
}

/* on_gallery Selectric & block_tab */
.on_gallery .block_tab.desktop {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.on_gallery .block_tab.desktop .btn-group-justified {
  width: auto;
}
.on_gallery .block_tab.desktop .btn_tab {
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .on_gallery .block_tab.desktop {
    display: none;
  }
  .on_gallery .block_tab.mobile {
    display: inline-block;
    vertical-align: middle;
  }
  .on_gallery .block_tab.mobile .tab_list {
    width: auto;
    margin: 0;
  }
}

.btn_submit_work {
  max-width: 400px;
  border: 0;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: #0d6fa8;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  transition: background-color ease .2s
}
.btn_submit_work:hover {
  color: #fff;
  background-color: #095886;
}

.gallery_list {
  list-style: none;
  padding: 30px 0;
}
.gallery_list .item {
  width: 25%;
  height: auto;
  flex-direction: column;
  position: relative;
  padding: 6px;
}
.gallery_list .item .inner {
  width: 100%;
  /* height: 100%; */
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 3px;
  color: initial;
  position: relative;
  transition: background-color ease .2s, box-shadow ease .2s;
}
.gallery_list .item .inner:hover {
  background-color: #efefef;
  box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, .3);
  border: 1px solid rgba(0, 0, 0, .4);
}
.gallery_list .item > a {
  height: 100%;
  display: block;
  text-decoration: none;
}
.gallery_list .item .g_thumbnail {
  height: 280px;
  background-color: #666;
  background-image: url(../images/icon_unknown_pic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
  padding: 10px;
  position: relative;
  text-align: center;
  transition: background-color ease .2s;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.gallery_list .item .inner:hover .g_thumbnail {
  background-color: #555;
}
.gallery_list .item .g_thumbnail .img_wrapper {
  width: 100%;
}
/* .gallery_list .item .g_thumbnail::before {
  content: "";
  width: 0;
  height: 100%;
} */
.gallery_list .item .g_thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.gallery_list .item .g_thumbnail img.vertical_img, .gallery_list .item .g_thumbnail video.vertical_video {
  width: auto;
  max-height: 260px;
  /* max-width: 100%; */
}
/* .gallery_list .item .g_thumbnail img.vertical_img.chrome {
  width: auto;
} */
.gallery_list .item .g_thumbnail video {
  width: 100%;
  height: auto;
  display: block;
}
.gallery_list .item .g_info {
  width: 100%;
  border: 5px solid #fff;
  display: block;
  transition: border ease .2s;
}
.gallery_list .item .inner:hover .g_info {
  border: 5px solid #efefef;
}
.gallery_list .item .g_info .like {
  width: 51px;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  padding-right: 0;
  padding-left: 8px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.gallery_list .item .g_info .like.disabled {
  cursor: auto;
}
.gallery_list .item .g_info .like > div {
  color: #212529;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}
.gallery_list .item .g_info .like > .icon {
  width: 18px;
  height: 18px;
  background-image: url(../images/vote_icon.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gallery_list .item .g_info .like.active > .icon {
  background-image: url(../images/voted_icon.svg);
}
.gallery_list .item .g_info .like:hover > .icon {
  background-image: url(../images/voted_icon.svg);
}
.gallery_list .item .g_info .like.disabled > .icon {
  background-image: url(../images/vote_icon.svg) !important;
}
.gallery_list .item .g_info .like.disabled:hover > .icon {
  background-image: url(../images/vote_icon.svg) !important;
}
.gallery_list .item .g_info .title {
  width: calc(100% - 62px);
  height: 48px;
  border-right: 1px solid #d8d8d8;
  color: #212529;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  padding-top: 14px;
  text-decoration: none;
  vertical-align: middle;
}
.gallery_list .item .g_info .title span {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.events_block .gallery_list .item {
  padding: 0;
}
.events_block .gallery_list .item .g_thumbnail {
  height: auto;
  cursor: pointer;
  padding: 0;
}
.events_block .gallery_list .item .g_thumbnail::before {
  content: none;
}
@media screen and (min-width: 768px) and (max-width:1200px) {
  .gallery_list .item .g_thumbnail img.vertical_img, .gallery_list .item .g_thumbnail video.vertical_video {
    max-height: 240px;
  }
}
@media screen and (max-width:1200px) {
  .gallery_list .item .g_thumbnail img.similar_square, .gallery_list .item .g_thumbnail video.similar_square {
    max-height: 216px;
  }
}
@media screen and (max-width: 991px) {
  .gallery_list .item {
    width: 33.3%;
  }
}
@media only screen and (min-device-width : 768px)
and (max-device-width : 1024px) {
  .gallery_list .item .g_thumbnail img, .gallery_list .item .g_thumbnail video {
    width: 90%;
    margin: 0 auto;
  }
  .media_show {
    max-height: none !important;
  }
}
@media screen and (max-width: 768px) {
  .gallery_list .item {
    width: 50%;
  }
  .gallery_list .item .g_thumbnail {
    height: 320px;
  }
  .gallery_list .item .g_thumbnail img.vertical_img, .gallery_list .item .g_thumbnail img.square_img, .gallery_list .item .g_thumbnail video.vertical_video, .gallery_list .item .g_thumbnail video.square_video {
    max-height: 300px;
  }
  .gallery_list .item .g_info {
    height: calc(100% - 320px);
  }
}
@media screen and (max-width: 660px) {
  .gallery_list .item .g_thumbnail img.similar_square, .gallery_list .item .g_thumbnail video.similar_square {
    max-height: 270px;
  }
}
@media screen and (max-width: 600px) {
  .gallery_list {
    padding: 20px 0;
  }
  .gallery_list .item {
    width: 100%;
    padding: 6px 0;
  }
  .gallery_list .item .g_thumbnail {
    height: auto;
    padding: 15px;
  }
  .gallery_list .item .g_thumbnail img.vertical_img, .gallery_list .item .g_thumbnail img.square_img, .gallery_list .item .g_thumbnail video.vertical_video, .gallery_list .item .g_thumbnail video.square_video {
    width: 100%;
    max-height: none;
  }
  .gallery_list .item .g_info {
    height: auto;
  }
}
@media screen and (max-width: 340px) {
  .gallery_sort .paragraph {
    font-size: 16px;
  }
}

/* gallery_winner_history */
.gallery_winner_history .item {
  padding: 10px 7px;
}
.gallery_winner_history .item .tag_winner, .tagging .item .tag_winner {
  max-width: 94%;
  background-color: #942263;
  color: #fff;
  padding: 5px 10px;
  padding-bottom: 6px;
  position: absolute;
  left: -6px;
  top: -10px;
  z-index: 2;
}
.gallery_winner_history .item .tag_winner h5, .gallery_winner_history .item .tag_winner p, .tagging .item .tag_winner h5, .tagging .item .tag_winner p {
  margin: 0;
}
.gallery_winner_history .item .tag_winner h5, .tagging .item .tag_winner h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 1px;
}
.gallery_winner_history .item .tag_winner p, .tagging .item .tag_winner p {
  font-size: 12px;
  line-height: 14px;
}
.gallery_winner_history .item .tag_winner:before, .tagging .item .tag_winner:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #75164b transparent transparent;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.gallery_winner_history .item .tag_winner:after, .tagging .item .tag_winner:after {
  content: "";
  width: 20px;
  height: 100%;
  background-image: url(../images/tag_flag.svg);
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: -20px;
  right: -17px \9;
  top: 0;
}
*::-ms-backdrop, .gallery_winner_history .item .tag_winner:after, .tagging .item .tag_winner:after {
  right: -17px;
}
.gallery_winner_history .item .tag_winner.one_row:after, .tagging .item .tag_winner.one_row:after {
  right: -15px \9;
}
*::-ms-backdrop, .gallery_winner_history .item .tag_winner.one_row:after, .tagging .item .tag_winner.one_row:after {
  right: -15px;
}
.gallery_winner_history .item .tag_winner.p_first, .tagging .item .tag_winner.p_first {
  background-color: #e39e03;
}
.gallery_winner_history .item .tag_winner.p_first:before, .tagging .item .tag_winner.p_first:before {
  border-color: transparent #987110 transparent transparent;
}
.gallery_winner_history .item .tag_winner.p_first:after, .tagging .item .tag_winner.p_first:after {
  background-image: url(../images/tag_flag_1st.svg);
}
.gallery_winner_history .item .tag_winner.p_second {
  background-color: #9f9f9f;
}
.gallery_winner_history .item .tag_winner.p_second:before {
  border-color: transparent #5b5b5b transparent transparent;
}
.gallery_winner_history .item .tag_winner.p_second:after {
  background-image: url(../images/tag_flag_2nd.svg);
}
.gallery_winner_history .item .tag_winner.p_third {
  background-color: #c64613;
}
.gallery_winner_history .item .tag_winner.p_third:before {
  border-color: transparent #982e03 transparent transparent;
}
.gallery_winner_history .item .tag_winner.p_third:after {
  background-image: url(../images/tag_flag_3rd.svg);
}
.gallery_winner_history .item .tag_winner.p_merit {
  background-color: #4e3884;
}
.gallery_winner_history .item .tag_winner.p_merit:before {
  border-color: transparent #2b1a55 transparent transparent;
}
.gallery_winner_history .item .tag_winner.p_merit:after {
  background-image: url(../images/tag_flag_merit.svg);
}
@media screen and (max-width:1200px) {
  .gallery_winner_history .item .tag_winner, .tagging .item .tag_winner {
    max-width: 90%;
  }
}
@media screen and (max-width:768px) {
  .gallery_winner_history .item .tag_winner, .tagging .item .tag_winner {
    max-width: 94%;
  }
}
@media screen and (max-width:600px) {
  .winner_block .tagging .item {
    padding: 6px;
  }
}


.pagi_wrapper {
  width: 100%;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
}
.page_number_content {
  width: 100%;
  max-width: 570px;
  text-align: center;
}
.page_number {
  max-width: calc(100% - 110px);
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  vertical-align: middle;
}
.page_number li {
  display: inline-block;
  padding: 5px 1px;
  vertical-align: middle;
}
.page_number li a {
  min-width: 30px;
  min-height: 30px;
  border-radius: 30px;
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0 5px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: background-color ease .2s, color ease .2s;
}
.page_number li a.active, .page_number li a:hover {
  background-color: #2184cb;
  color: #fff;
}
a.btn_arrow {
  display: inline-block;
  vertical-align: middle;
}
a.btn_arrow i.fas {
  color: #2184cb;
  font-size: 38px;
  transition: color ease .2s;
}
a.btn_arrow:hover i.fas {
  color: #005fa3;
}
a.btn_arrow.disabled i.fas {
  color: #ccc;
}
a.btn_arrow.mobile {
  width: 36px;
  height: auto;
  background-color: #2184cb;
  border-radius: 3px;
  padding: 5px 0;
}
a.btn_arrow.mobile i.fas {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
a.btn_arrow.mobile.disabled {
  background-color: #ccc;
}
.page_pagi {
  width: 25%;
  padding-top: 4px;
  text-align: right;
}
.page_pagi span {
  display: inline-block;
  margin: 0 5px;
}
.page_pagi .pagi_list, .sort_list {
  display: inline-block;
  vertical-align: middle;
}
.page_pagi .mobile {
  display: none;
}
.pagi_list .selectric, .sort_list .selectric {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 3px;
}
.pagi_list .selectric .label, .sort_list .selectric .label {
  height: 32px;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  margin: 0 38px 0 8px;
  padding: 0 10px 0 5px;
}
.pagi_list .selectric .button, .sort_list .selectric .button {
  width: 32px;
  height: 32px;
  background-color: #f3f3f3;
  border-left: 1px solid rgba(0, 0, 0, .25);
  color: #666;
  line-height: 32px;
}
.pagi_list .selectric .button::after, .sort_list .selectric .button::after {
  border-top-color: #666;
}
.pagi_list .selectric-hover .selectric .button, .sort_list .selectric-hover .selectric .button {
  background-color: #eee;
  color: #333;
}
.pagi_list .selectric-hover .selectric .button::after, .sort_list .selectric-hover .selectric .button::after {
  border-top-color: #333;
}
.pagi_list .selectric-items li, .sort_list .selectric-items li {
  font-size: 16px;
  padding-left: 18px;
  padding-right: 6px;
  text-align: left;
}
.pagi_list .selectric-items li:hover, .selectric-items li.highlighted, .sort_list .selectric-items li:hover {
  background: #2184cb;
  color: #fff;
}
@media screen and (max-width:991px) {
  .pagi_wrapper {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .page_pagi {
    width: 100%;
    padding-top: 15px;
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .page_pagi .pc, .page_number_content {
    display: none;
  }
  .page_pagi .mobile {
    display: inline-block;
    margin: 5px 10px;
    vertical-align: middle;
  }
  .page_pagi {
    padding-top: 0;
  }
}

/* photo detail page */
.img_top {
}
.img_top a {
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 3px;
  text-decoration: none;
  transition: color ease .2s;
}
.img_top a.btn_back {
  color: #b38115;
}
.img_top a.btn_back:hover {
  color: #e8ab26;
}
.img_top a.btn_dz {
  color: #1171b6;
  float: right;
}
.img_top a.btn_dz:hover {
  color: #2184cb;
}
.img_top a.btn_switch {
  color: #1171b6;
  float: right;
}
.img_top a.btn_switch:hover {
  color: #2184cb;
}
.img_top a.btn_switch span {
  vertical-align: middle;
}
.img_top a.btn_switch i {
  vertical-align: middle;
}
.img_top a.btn_switch img {
  width: 20px;
  height: auto;
  display: inline-block;
  margin-top: 4px;
  vertical-align: middle;
}
/* .img_top a.btn_switch .icon {
  width: 34px;
  height: 22px;
  border: 2px solid #333;
  border-radius: 11px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.img_top a.btn_switch .icon::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #333;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left ease .2s;
} */
.media_content {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 3px;
}
@media screen and (max-width:600px) {
  .img_top a {
    display: block;
    color: #fff !important;
    padding: 7px 5px;
    text-align: center;
    border: 1px solid #bbb;
    border-bottom: none;
  }
  .img_top a:hover {
    color: #fff !important;
  }
  .img_top a.btn_back {
    background-color: #cc992c;
    color: #fff;
    border-radius: 3px 3px 0 0;
  }
  .img_top a.btn_back:hover {
    background-color: #e8ab26;
  }
  .img_top a.btn_dz {
    background-color: #1f71ad;
    color: #fff;
    float: none;
  }
  .img_top a.btn_dz:hover {
    background-color: #2184cb;
  }
  .img_top a.btn_switch {
    background-color: #1f71ad;
    color: #fff;
    float: none;
  }
  .img_top a.btn_switch:hover {
    background-color: #2184cb;
  }
  .media_content {
    border-radius: 0px 0px 3px 3px;
  }
}

/*ba slider*/
.media_show {
  max-height: 600px;
  position: relative;
  background-color: #555;
  padding: 15px;
}
.media_show.video {
  max-height: none;
}
.media_show.video .video_width {
  max-width: 920px;
  margin: 0 auto;
}
.media_show.video .video_wrapper {
  padding-bottom: 52.5%;
}
/* ba-slider custom setting for RWD */
/* include img adjustment for signle img, search for .media_single */
.b_before {
  position: absolute;
  right: 52%;
  color: #fff;
  top: 5px;
  font-size: 13px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7), 0px 0px 6px rgba(0, 0, 0, 0.7);
}
.b_after {
  position: absolute;
  top: 5px;
  left: 52%;
  font-size: 13px;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7), 0px 0px 6px rgba(0, 0, 0, 0.7);
}
.ba-slider img  {
  width: auto !important;
  max-height: 570px !important;
  display: block;
}
.media_show .media_single {
  display: table;
  margin: 0 auto;
}
.media_single img {
  width: auto;
  max-height: 570px;
  display: block;
}
.ba-slider .ba-slider__cont > img.wide_img {
  width: 100% !important;
}
@media screen and (max-width:991px) {
  .media_show {
    max-height: none;
  }
}
@media screen and (max-width:991px) and (min-width:601px) {
  .ba-slider img.horizontal_img, .media_single img.horizontal_img {
    max-height: none !important;
  }
  .ba-slider .ba-slider__cont > img.horizontal_img {
    width: inherit !important;
  }
  .media_single img.horizontal_img {
    width: 100%;
  }
}
@media screen and (max-width:600px) {
  .ba-slider img, .media_single img {
    max-height: none !important;
  }
  .ba-slider .ba-slider__cont > img:not(.square_img) {
    width: inherit !important;
  }
  .media_show {
    padding: 0;
  }
  .media_single img {
    width: 100%;
  }
}

.media_content .artist {
  color: #333;
  margin-bottom: 5px;
}
.media_content .intro {
  color: #444;
  margin: 0;
  padding: 30px;
  padding-top: 10px;
}
.media_info .txt, .media_info .status {
  padding: 20px 30px;
  padding-bottom: 0;
}
.media_info .txt {
  width: 60%;
}
.media_info .txt .title_main {
  margin-top: 6px;
}
.media_info .status {
  width: 40%;
  font-size: 16px !important;
}
.media_info .status .btn {
  font-size: 16px;
  margin: 0 5px;
}
.media_info .status .paragraph {
  text-align: right;
}
.media_info .status .like, .media_info .view  {
  display: inline-block;
  vertical-align: middle;
}

.media_info .status .like {
  border: 2px solid #333;
  color: #333;
  transition: border ease .2s, background-color ease .2s;
}
.media_info .status .like:hover {
  border: 2px solid #eb4954;
  background-color: #eb4954;
  color: #fff;
}
.media_info .status .like.disabled {
  border: none;
  background-color: transparent;
  color: #333;
  padding: 10px
}
.media_info .status .like span {
  float: right;
}
.media_info .status .like .icon_love {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/vote_icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  margin: 0 3px;
  margin-top: 1px;
}
.media_info .status .fb {
  background-color: #3b5997;
  border: 2px solid #3b5997;
  color: #fff;
}
.media_info .status .fb:hover {
  background-color: #2b4986;
  border: 2px solid #2b4986;
  color: #fff;
}
.media_info .status .view {
  padding: 10px;
}
.media_info .status .view i, .media_info .status .view span {
  float: right;
}
.media_info .status .view i {
  display: block;
  font-size: 20px;
  margin: 0 3px;
}
.media_info .status .like:hover .icon_love {
  background-image: url(../images/vote_icon_w.svg);
}
.media_info .status .like.active .icon_love {
  background-image: url(../images/voted_icon.svg);
}
.media_info .status .like.active:hover .icon_love {
  background-image: url(../images/vote_icon_w.svg);
}
.media_info .status .like.disabled .icon_love {
  background-image: url(../images/vote_icon.svg) !important;
}
.media_info .status .like.disabled:hover .icon_love {
  background-image: url(../images/vote_icon.svg) !important;
}
@media screen and (max-width:1199px) {
  .media_info .txt {
    width: 54%;
  }
  .media_info .status {
    width: 46%;
  }
}
@media screen and (max-width:991px) {
  .media_content .intro {
    padding: 20px;
    text-align: center;
  }
  .media_info {
    flex-direction: column-reverse;
  }
  .media_info .txt, .media_info .status {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .media_info .txt {
    padding: 0 20px;
  }
  .media_info .status .paragraph {
    text-align: center;
  }
}
@media screen and (max-width:600px) {
  .media_info .status .fb, .media_info .status .like, .media_info .status .view {
    padding: 5px 6vw;
  }
  .media_info .status .fb, .media_info .status .fb:hover {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #3b5997;
    font-size: 36px;
  }
  .media_info .status .fb span {
    display: none;
  }
  .media_info .status .like {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #333;
  }
  .media_info .status .like:hover {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #333;
  }
  .media_info .status .like span {
    float: none;
  }
  .media_info .status .like .icon_love {
    width: 25px;
    height: 25px;
    background-size: 25px;
    margin: 0 auto;
  }
  .media_info .status .like:hover .icon_love {
    background-image: url(../images/voted_icon.svg);
  }
  .media_info .status .like.active:hover .icon_love {
    background-image: url(../images/voted_icon.svg);
  }
  .media_info .status .view i, .media_info .status .view span {
    float: none;
  }
  .media_info .status .view i {
    font-size: 25px;
  }
}

/* photo_animation video images switch css */
.media_show.photo_animation {
  max-height: none;
  height: 500px;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.media_show.photo_animation .video, .media_show.photo_animation .img {
  display: none;
  opacity: 0;
  transition: opacity ease .5s;
  text-align: center;
}
.media_show.photo_animation video, .media_show.photo_animation img {
  width: auto;
  max-height: 470px;
  display: inline-block;
  vertical-align: middle;
}
.media_show.photo_animation video {
  z-index: 2;
}
.media_show.photo_animation img {
  position: relative;
  z-index: 1;
}
.media_show.photo_animation video.horizontal_video, .media_show.photo_animation img.horizontal_img {
  width: 100%;
  max-height: none;
}
@media screen and (min-width:992px) {
  .media_show.photo_animation video.horizontal_video.overheight, .media_show.photo_animation img.horizontal_img.overheight {
    width: auto;
    max-height: 470px;
  }
}
@media screen and (max-width:991px) and (min-width:601px) {
  .media_show.photo_animation video.horizontal_video {
    max-height: none !important;
  }
  /* .media_show.photo_animation video.horizontal_video {
    width: inherit !important;
  }
  .media_show.photo_animation video.horizontal_video {
    width: 100%;
  } */
}
@media screen and (max-width:991px) {
  .media_show.photo_animation {
    height: auto;
  }
  .media_show.photo_animation img, .media_show.photo_animation video {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
@media screen and (max-width:420px) {
  .media_show.photo_animation .similar_square, .media_show.photo_animation .square {
    width: 100%;
    height: auto;
  }
}

.top_main.ai_museum {
  background-image: url(../images/gallery/img_ai_museum.jpg);
}
@media screen and (max-width:768px) {
  .top_main.ai_museum {
    height: 100%;
    background-image:url(../images/gallery/img_ai_museum_m.jpg);
  }
}

/* gallery/events  css */
.events_background .section_part > p.brief {
  margin-bottom: 0;
}
.events_background h3.color_gold {
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  padding: 15px;
  text-align: center;
}
.events_background .section_part h3 {
  font-size: 26px;
  margin-top: 0;
}
.events_background .mid_content {
  max-width: 970px;
}
.events_background .events_block .mid_content {
  padding: 70px 15px;
  padding-top: 55px;
}
.events_block.grey {
  background-color: #f3f3f3;
}
.events_block.last {
  padding-bottom: 30px;
}
.events_block .swiper-container {
  padding-top: 15px;
}
.events_block .item {
  cursor: pointer;
  transition: background-color ease .2s;
}
.events_block .item .txt {
  font-size: 14px;
  line-height: 18px;
  padding: 6px;
}
.events_block .g_thumbnail {
  border-color: #999;
  border-width: 2px;
  border-style: solid;
  position: relative;
  transition: border-color ease .2s;
}
.events_block .item.active .g_thumbnail:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #b6800a transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.events_block .item.active .g_thumbnail, .events_block .item:hover .g_thumbnail {
  border-color: #b6800a;
  border-width: 2px;
}
.events_block .item.main {
  background-color: #666;
  color: #fff;
}
.events_block .item.main .g_thumbnail {
  border-color: #666;
}
.events_block .item.main.active, .events_block .item.main:hover {
  background-color: #b6800a;
}
.events_block .item.main.active .g_thumbnail, .events_block .item.main:hover .g_thumbnail {
  border-color: #b6800a;
}
.events_block .media_content {
  border: none;
}
.events_block .media_content .single-feature, .events_block .media_content .video_width {
  border-color: #999;
  border-width: 1px;
  border-style: solid;
}
.events_block .media_show {
  max-height: 530px;
  background-color: transparent;
}
.events_block .media_show.video .video_width {
  max-width: 830px;
}
.events_block .media_show.video .video_wrapper {
  padding-bottom: 53.4%;
}
.events_block .ba-slider img {
  max-height: 467px !important;
}
.bloger_info > a, .bloger_info > a:focus {
  display: inline-block;
  text-decoration: none;
}
.bloger_info .headshot, .bloger_info .name, .bloger_info .icon_area.ig {
  display: inline-block;
  vertical-align: middle;
}
.bloger_info .headshot {
  width: 80px;
  height: 80px;
}
.bloger_info .name {
  color: #212529;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0 15px;
}
.bloger_info > p {
  padding: 10px;
}
.bloger_info .icon_area.ig {
  width: 30px;
  height: 30px;
  position: relative;
}
.bloger_info .icon_area.ig .icon_ig_color, .bloger_info .icon_area.ig .icon_ig_black {
  transition: opacity ease .5s;
}
.icon_area.ig .icon_ig_black {
  opacity: 1;
}
.bloger_info .icon_area.ig .icon_ig_color {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.bloger_info > a:hover {
  text-decoration: none;
}
.bloger_info > a:hover .name {
  text-decoration: underline;
}
.bloger_info > a:hover .icon_area.ig .icon_ig_black {
  opacity: 0;
}
.bloger_info > a:hover .icon_area.ig .icon_ig_color {
  opacity: 1;
}
@media screen and (max-width:991px) and (min-width:601px) {
  .events_block .ba-slider .ba-slider__cont > img.horizontal_img {
    width: auto !important;
  }
}
@media screen and (max-width:991px) {
  .events_background .events_block .mid_content {
    padding: 50px 15px;
  }
  .bloger_info {
    text-align: center;
  }
  .events_block .media_show.video .video_wrapper {
    padding-bottom: 52.6%;
  }
  .events_block .ba-slider img {
    max-height: 387px !important;
  }
}
@media screen and (max-width:768px) {
  .events_block .ba-slider img {
    max-height: 381px !important;
  }
}
@media screen and (max-width:600px) {
  .events_block .ba-slider img {
    max-height: none !important;
  }
  .events_block .ba-slider img.vertical_img, .events_block .ba-slider .ba-slider__cont > img.vertical_img {
    width: auto !important;
    max-height: 385px !important;
  }
  .events_block .media_show {
    max-height: none;
  }
  .events_block .media_show.video .video_wrapper {
    padding-bottom: 51.4%;
  }
}
.events_block .ba-slider .ba-slider__cont > img.wide_img {
  width: 100% !important;
}

/* ig_gallery */
.ig_gallery_list {
  position: relative;
  /* overflow: hidden; */
  /* height: 100vh; */
}
.ig_gallery_list .flex_block {
  max-height: 3000px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.ig_gallery_list .item {
  padding: 0 10px;
  padding-bottom: 20px;
}
.ig_gallery_list .instagram-media {
  margin: 0 auto !important;
}
