@font-face {
  font-family: "atamimaka";
  src: url("atamimaka.woff") format("woff");
}


html,
body {
  height: 100vh;
}

html {
  scroll-behavior: smooth;
}

body.fullscreen {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

body{
    font-family: sans-serif;
}
/*
.videoLink > .duration, 
time.duration{
    position: absolute;
    background: rgba(0, 0, 0, 0.6)!important;
    padding: 2px;
    color: #FFF;
    bottom: 5px;
    right: 5px;
    font-size: 0.9em;
    border-radius: 5px;
}
*/
time.duration {
  position: absolute;
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 1px 4px;
  color: #FFF;
  top: 5px;
  left: 5px;
  font-size: 12px;
  border-radius: 5px;
  opacity: 0.8;
  text-shadow: 1px 1px 4px #000;
}

.thumbsImageContainer {
  position: relative;
}

.thumbsImageContainer .thumbsImage {
  border: none;
}

.videoLink .glyphicon-play-circle {
  transition: all 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  color: rgba(255, 255, 255, 0.3) !important;
  font-size: 50px;
}

.gallery:hover .glyphicon-play-circle,
.videoLink:hover .glyphicon-play-circle {
  color: rgba(255, 255, 255, 0.6) !important;
}

.bottom-border {
  border-bottom: 2px solid #F2F2F2;
  margin: 0;
  padding: 5px;
}

h1,
h2,
h3,
h4 {
  margin: 5px;
  padding: 5px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

footer {
  color: #AAA;
  padding: 2px;
  background-color: #F2F2F2;
  border-top: 1px solid #DDD;
  text-align: right;
  margin: 0;
  font-size: 0.8em;
}

footer .btn-outline:hover,
footer .btn-outline:focus,
footer .btn-outline:active {
  color: #888;
  background: white;
  border: solid 1px white;
}

footer .btn-outline {
  color: #AAA;
  border: solid 1px #AAA;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  font-size: 0.9em;
}

footer ul.list-inline {
  justify-content: flex-end;
  margin-bottom: 0;
}

footer ul.list-inline li {
  justify-content: center;
  align-items: center;
  padding-right: 1px;
  padding-left: 1px;
  font-size: 0.8em;
}

/* for main video */
.video-content {
  flex: 0 1 100%;
  height: 50%;
  display: flex;
  justify-content: flex-start;
}

.main-video {
  background-color: #000;
  margin-bottom: 10px;
}

.main-video {
  -webkit-transition: ease 1s;
  /* Safari */
  transition: ease 1s;
}

/* to fix the click on mobile */
.rightBar div {
  z-index: 10;
}

#videosList,
#videosList div {
  z-index: 1;
}

/* end for main video */
.form-compact .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-compact input.form-control {
  border-radius: 0;
}

.form-compact input.first,
.form-compact select.first {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.form-compact input.last,
.form-compact select.last {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 10px;
}

.container-fluid {
  margin: 0;
  transition: width 0.3s, margin 0.3s;
}

.panel,
#mainNavBar,
#sidebar,
.swal-modal {
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
}

.panel {
  margin-top: 10px;
}

@media (max-width: 767px) {

  .navbar-form,
  #modeYoutubeBottomContent,
  .principalContainer,
  .nopaddingOnSmall,
  .container-fluid,
  .container,
  #yptRightBar,
  body>div.container-fluid.gallery>div {
    padding: 0;
  }

  .panel-body,
  .tabbable-panel {
    padding: 5px;
  }

}

@media (max-width: 450px) {

  #captchaText,
  .captcha .input-group {
    display: block;
  }

  .captcha .input-group-addon:first-child {
    border-right: 1px solid rgb(204, 204, 204);
  }
}

/* Comments */
.commenterName small {
  font-family: verdana;
  font-size: 0.9em;
}

.commenterName {
  margin-right: 5px;
}

.commentText {
  clear: both;
}

.commentDetails {
  margin: 0 0 0 60px;
}

/* End Comments */


/* Tabs panel */
.tabbable-panel {
  padding: 10px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  background: none !important;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  margin-top: -3px;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.tabbable-line>.nav-tabs>li:after {
  content: "";
  background: #DDD;
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 1px;
}

.tabbable-line>.nav-tabs>li>a::after {
  content: "";
  background: #f3565d;
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
  z-index: 1;
}

.tabbable-line>.nav-tabs>li:hover>a::after {
  background: #F99;
}

.tabbable-line>.nav-tabs>li.active>a::after {
  background: #f3565d;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li.active>a::after,
.tabbable-line>.nav-tabs>li:hover>a::after {
  transform: scale(1);
}

.portlet .tabbable-line>.tab-content {
  padding-bottom: 0;
}

/* END Tabs panel */

.nowrapCell td {
  white-space: normal !important;
}

.watch8-action-buttons {
  padding: 5px 10px 0 10px;
  margin: 5px 0 0 0;
  border-top: 2px solid #F2F2F2;
  clear: both;
}

.watch8-action-buttons .btn {
  margin: 5px 2px;
}

.bgWhite {
  margin: 0 0 10px;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
}

.ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-outline {
  border: 0;
}

.no-outline:focus,
.no-outline:active,
.no-outline:hover {
  background-color: transparent;
  color: #000;
}

#showMore {
  padding: 20px;
  margin: 10px;
  border-top: 2px solid #F2F2F2;
}

.watch-view-count {
  line-height: 24px;
  max-height: 24px;
  font-size: 19px;
  white-space: nowrap;
  margin: -5px;
  padding: -5px;
  border-bottom: 2px solid #167ac6;
}

.myVote span,
.myVote small {
  color: #167ac6;
}

/* fancy checkbox */
.material-switch>input[type="checkbox"] {
  display: none;
}

.material-switch>label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch>label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch>label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
  background: inherit;
  left: 20px;
}



/* fancy checkbox */
.material-small.material-switch>input[type="checkbox"] {
  display: none;
}

.material-small.material-switch>label {
  width: 20px;
  margin-right: 5px;
}

.material-small.material-switch>label::before {
  margin-top: -5px;
  width: 20px;
  height: 10px;
}

.material-small.material-switch>label::after {
  margin-top: -4px;
  width: 15px;
  height: 15px;
}

.material-small.material-switch>input[type="checkbox"]:checked+label::after {
  left: 10px;
}

/* fancy checkbox  end */

.videosDetails .label {
  border-radius: 0;
}

.videosDetails .label:first-child {
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.videosDetails .label:last-child {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

.popover-content,
.popover-title,
.popover {
  color: #333 !important;
}

.videosDetails {
  padding-left: 20px;
}

.autoplay span span {
  margin: 0 5px;
  font-weight: bold;
}

img.rotate90,
img.rotate-270 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */

  -moz-transform: rotate(90deg);
  /* Firefox */

  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */

  -o-transform: rotate(90deg);
  /* Opera */
}

img.rotate180,
img.rotate-180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */

  -moz-transform: rotate(180deg);
  /* Firefox */

  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */

  -o-transform: rotate(180deg);
  /* Opera */
}

img.rotate270,
img.rotate-90 {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  /* IE 9 */

  -moz-transform: rotate(270deg);
  /* Firefox */

  -webkit-transform: rotate(270deg);
  /* Safari and Chrome */

  -o-transform: rotate(270deg);
  /* Opera */
}

.notificationButton button {
  display: none;
  border-radius: 4px 0 0 4px !important;
}

.notificationButton button.subscribe {
  border-radius: 4px !important;
}

.notificationButton button.notifyBtn {
  border-radius: 0 4px 4px 0 !important;
}

.notificationButton.subscribed .doNotNotify,
.notificationButton .subscribe {
  display: inline-block !important;
}

.notificationButton.subscribed .subscribed,
.notificationButton.subscribed.notify .doNotify {
  display: inline-block !important;
}

.notificationButton.subscribed.notify .doNotNotify,
.notificationButton.subscribed .subscribe {
  display: none !important;
}

.suggestBtn .btnText {
  display: none;
}

.suggestBtn.isNotSuggested .suggestText {
  display: inline-block;
}

.suggestBtn.isSuggested .unsuggestText {
  display: inline-block;
}

.profileBg {
  padding: 20px;
  height: 27vw;
  min-height: 90px;
  max-height: 300px;
  margin: 10px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#sidebar {
  width: 300px;
  position: absolute;
  top: 0;
  height: 100vh;
  margin-top: 50px;
}

#sideBarContainer {
  overflow: hidden;
  position: absolute;
  left: 0;
  padding: 10px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding-right: 10px;
}

#sideBarContainer ul {
  margin-bottom: 150px;
}

.navbar-brand {
  padding: 0px;
  /* firefox bug fix */
  margin-left: 10px;
  height: auto;
}

.navbar-brand>img {
  width: 178px;
}

.list-inline {
  display: flex;
  justify-content: left;
}

/** header **/
nav ul.items-container {
  display: flex;
  justify-content: flex-end;
  margin: 0px;
  padding: 0px;
}

nav ul.items-container .tooltip {
  min-width: 150px;
}

nav ul.items-container,
nav ul.items-container li {
  list-style: none;
}

nav ul.items-container li:first-child {
  flex: 1;
  display: flex;
}

nav ul.items-container li:first-child ul.left-side {
  display: flex;
  align-items: center
}

nav ul.items-container li ul.right-menus {
  display: flex;
  flex-direction: row;
}

nav ul.items-container li ul.right-menus li {
  margin-left: 5px;
}

nav ul.items-container li ul.right-menus li li {
  margin-left: 0;
}

.navbar-left {
  padding-right: 0;
}

/** header **/

.navbar .container {
  padding: 0 2px;
  align-items: center;
}

.list-inline>li {
  display: flex;
}

.navbar .list-inline {
  margin: 0;
  display: flex;
  align-items: center;
}

/* Play List */
.playlistList {
  height: 80vh;
  overflow: hidden;
}

.playlistList .nav {
  overflow-y: auto;
  position: absolute;
  top: 0;
  height: 100%;
  overflow-x: hidden;
}

.playlist-nav .navbar {
  padding: 0;
  max-height: none;
  margin: 0;
}

.playlist-nav .navbar ul {
  float: none;
  display: block;
}

.playlist-nav .navbar li {
  float: none;
  display: block;
}

.playlist-nav .navbar li a {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* End Play List */

#videoContainer {
  overflow: visible;
  background: black;
}

/** video manager progress bar */
.progress {
  position: relative;
  height: 25px;
}

.progress>.progress-type {
  position: absolute;
  left: 0px;
  font-weight: 800;
  padding: 3px 30px 2px 10px;
  color: rgb(255, 255, 255);
  background-color: rgba(25, 25, 25, 0.2);
}

.progress>.progress-completed {
  position: absolute;
  right: 0px;
  font-weight: 800;
  padding: 3px 10px 2px;
}

.loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

.zoom {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.zoom:hover,
.zoom:active,
.zoom:focus {
  /**adjust scale to desired size, 
    add browser prefixes**/
  -ms-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -webkit-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
  position: relative;
  z-index: 100;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.navbar-collapse.in {
  overflow-y: visible;
  /* Bootstrap default is "auto" */
}

.transparent {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
}

.principalContainer {
  position: relative;
}

.vjs-button-fa-size {
  font-size: 14px !important;
}

a.h6 h2,
a.h6 h1 {
  font-weight: bold;
}

img.blur {
  filter: blur(5px);
}

.navbar-default .navbar-default,
.navbar-inverse .navbar-default {
  border-width: 0;
}

/*Show play button only when paused*/
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}

.rightProfile li a {
  text-align: left;
}

.ima-controls-div {
  pointer-events: none !important;
}

.ima-controls-div div {
  pointer-events: auto !important;
}

.btn-circle {
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}

.btn-circle:hover,
.btn-group.open .btn-circle {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: rgba(100, 100, 100, 0.01);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(100, 100, 100, 0.01);
  overflow: hidden;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: rgba(100, 100, 100, 0.05);
}

.videoAdUiSkipContainer {
  z-index: 99 !important;
}


@media (min-width: 1200px) and (max-width: 1600px) {
  .hidden-mdx {
    display: none !important;
  }
}

.swal-noform .form-group {
  display: none;
}

#modeYoutubeBottomContentDetails {
  overflow: hidden;
}

#mainContainer {
  overflow-x: hidden;
}

.cursorPointer:hover {
  cursor: pointer;
  text-decoration: underline;
}

.btn-dark {
  color: #CCC;
  background-color: #111;
  border-color: #000;
}

.btn-dark:hover {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.opacityBtn {
  opacity: 0.2;
}

.btn-group.justified,
.btn-group-justified {
  display: flex;
}

.btn-group-justified .btn,
.justified .btn {
  flex: 1
}

.liveVideo .thumbsImage img {
  width: 100%;
}

#mainVideo_ima-ad-container,
#mainVideo_ima-ad-container:after,
#mainVideo_ima-ad-container:before {
  font-size: 14px !important;
  line-height: 1 !important;
}

#mainVideo_ima-ad-container .ima-play-pause-div,
#mainVideo_ima-ad-container .ima-mute-div,
#mainVideo_ima-ad-container .ima-slider-div,
#mainVideo_ima-ad-container .ima-fullscreen-div {
  font-size: 1.5em !important;
  line-height: 2 !important;
}

#mainVideo_ima-controls-div {
  max-height: 3.7em;
}

.vjs-menu-item,
.vjs-menu-title {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.vjs-menu li {
  text-transform: none;
}

#navBarFlag li {
  cursor: pointer;
}

.videoListItem {
  overflow: hidden;
  font-size: smaller;
}

.extraVideos:empty {
  display: none;
}

.list-group-horizontal .list-group-item {
  display: inline-block;
}

.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: 0;
  border-right-width: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-right-width: 1px;
}

#modeYoutubeTop,
#mvideo,
#videoContainer {
  position: relative;
}

#closeBtnFull {
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  padding: 12px;
  margin: 5px;
  cursor: pointer;
}

#divTopBar:hover #closeBtnFull {
  opacity: 1;
  filter: alpha(opacity=100);
}

#closeBtnFull i {
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}

li.dropdown-submenu>ul>li>a {
  width: 100%;
}


.socket_not_loading {
  display: none;
}

.socket_connected .socket_loading_icon,
.socket_disconnected .socket_loading_icon {
  display: none;
}

.socket_connected .socket_connected_icon {
  display: block;
}

.socket_disconnected .socket_disconnected_icon {
  display: block;
}

.socket_icon {
  font-weight: bold;
}

.socket_connected {
  color: #FFF;
  animation: socketGlow 1s infinite alternate;
}

.socket_connected_icon {
  color: #FFF;
  animation: socketGlow 1s infinite alternate;
}

.socket_loading_icon {
  color: #FFF;
  animation: socketGlowBlue 1s infinite alternate;
}

@keyframes socketGlow {
  from {
    color: #DFD;
    text-shadow:
      0 0 1px #050,
      0 0 2px #070,
      0 0 3px #670,
      0 0 4px #670;
  }

  to {
    color: #FFF;
    text-shadow:
      0 0 2px #020,
      0 0 5px #090,
      0 0 10px #0F0,
      0 0 15px #BF0,
      0 0 20px #B6FF00;
  }
}

@keyframes socketGlowBlue {
  from {
    color: #DDF;
    text-shadow:
      0 0 1px #005,
      0 0 2px #007,
      0 0 3px #067,
      0 0 4px #067;
  }

  to {
    color: #FFF;
    text-shadow:
      0 0 2px #002,
      0 0 5px #009,
      0 0 10px #00F,
      0 0 15px #0BF,
      0 0 20px #00B6FF;
  }
}

.glowText {
  animation: socketGlow 1s infinite alternate;
}

.glowBox {
  animation: glowBox 1s infinite alternate;
}

@keyframes glowBox {
  from {
    color: #DFD;
    box-shadow:
      0 0 1px #050,
      0 0 2px #070,
      0 0 3px #670,
      0 0 4px #670;
  }

  to {
    color: #FFF;
    box-shadow:
      0 0 2px #020,
      0 0 5px #090,
      0 0 10px #0F0,
      0 0 15px #BF0,
      0 0 20px #B6FF00;
  }
}

#extraVideos .liveVideo {
  min-height: 170px;
}

#extraVideos .liveVideo .thumbsImage img {
  min-height: 90px;
}

.thumbsImage .thumbsGIF {
  display: none;
}

.thumbsImage:hover .thumbsGIF {
  display: block;
}

.swal-modal.swal-modal-iframe {
  width: calc(100% - 150px);
  height: calc(100% - 150px);
}

.swal-modal.swal-modal-iframe .swal-content,
.swal-modal.swal-modal-iframe-xsmall .swal-content,
.swal-modal.swal-modal-iframe-small .swal-content,
.swal-modal.swal-modal-iframe-large .swal-content,
.swal-modal.swal-modal-iframe-full .swal-content,
.swal-modal.swal-modal-iframe-full-with-minimize .swal-content,
.swal-modal.swal-modal-iframe-full-transparent .swal-content {
  width: 100%;
  height: 100%;
}

.swal-modal.swal-modal-iframe iframe,
.swal-modal.swal-modal-iframe-xsmall iframe,
.swal-modal.swal-modal-iframe-small iframe,
.swal-modal.swal-modal-iframe-large iframe,
.swal-modal.swal-modal-iframe-full iframe,
.swal-modal.swal-modal-iframe-full-with-minimize iframe,
.swal-modal.swal-modal-iframe-full-transparent iframe {
  width: 100%;
  height: calc(100% - 50px);
}

#avideoModalIframeDiv {
  display: none;
  padding: 8px 10px;
  padding-inline-start: 40px;
}

.swal-modal-iframe-small {
  width: 800px;
  height: 600px;
  max-width: 100%;
  max-height: 100%;
}

.swal-modal-iframe-xsmall {
  width: 640px;
  height: 480px;
  max-width: 100%;
  max-height: 100%;
}

.swal-modal-iframe-large {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  max-width: 100%;
  max-height: 100%;
}

.swal-modal-iframe-full,
.swal-modal-iframe-full-with-minimize,
.swal-modal-iframe-full-transparent {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  max-width: 100%;
  max-height: 100%;
}

.swal-modal.swal-modal-iframe-full iframe,
.swal-modal.swal-modal-iframe-full-with-minimize iframe,
.swal-modal.swal-modal-iframe-full-transparent iframe {
  height: 100%;
}

.swal-modal-iframe-full-transparent iframe,
.swal-modal-iframe-full-transparent .swal-content,
.swal-modal-iframe-full-transparent {
  background-color: transparent;
}

.swal-modal-iframe-full #avideoModalIframeDiv,
.swal-modal-iframe-full-with-minimize #avideoModalIframeDiv,
.swal-modal-iframe-full-transparent #avideoModalIframeDiv {
  display: block;
  margin: 0;
}

.swal-modal.swal-modal-iframe-large .swal-content,
.swal-modal.swal-modal-iframe-full .swal-content,
.swal-modal.swal-modal-iframe-full-with-minimize .swal-content,
.swal-modal-iframe-full-transparent .swal-content {
  padding: 0;
  margin: 0;
}

.swal-modal-iframe-full-with-maximize-btn {
  display: none;
}

.swal-offline-video-compress #avideoModalIframeDiv {
  padding-inline-start: 0;
}

.swal-offline-video-compress .swal-modal-iframe-full-with-minimize-btn {
  display: none;
}

.swal-offline-video-compress .swal-modal-iframe-full-with-maximize-btn {
  display: inline-block;
}

.swal-offline-video-compress,
.swal-offline-video-compress .swal-modal {
  width: 300px;
  height: 300px;
  right: 0;
  position: fixed;
  bottom: 0;
  top: auto;
  left: auto;
}

.swal-offline-video-compress .swal-modal-logo {
  display: none;
}

/* sm */
@media (max-width: 992px) {

  .btn-group.justified.keepLabels span.hidden-sm,
  .btn-group.justified.keepLabels span.hidden-xs {
    display: block !important;
    font-size: 0.8em;
    white-space: normal;
  }

  .btn-group.justified.keepLabels.keepLabels span.hidden-xs {
    display: block;
    font-size: 0.7em;
  }
}

/* xs */
@media (max-width: 767px) {
  .swal-modal.swal-modal-iframe {
    width: calc(100% - 40px);
    height: calc(100% - 50px);
  }

  #avideoModalIframeDiv {
    padding-inline-start: 5px;
  }

  button.hamburger {
    display: flex !important;
  }
}


.getChangeVideoStatusButton button {
  display: none;
}

.getChangeVideoStatusButton.status_i button.getChangeVideoStatusButton_i {
  display: block;
}

.getChangeVideoStatusButton.status_a button.getChangeVideoStatusButton_a {
  display: block;
}

.getChangeVideoStatusButton.status_u button.getChangeVideoStatusButton_u {
  display: block;
}

.pleaseWaitDialog {
  z-index: 2001;
  background-color: #00000077;
}

.pleaseWaitDialog>div,
.pleaseWaitDialog .progress,
.pleaseWaitDialog h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pleaseWaitDialog>div {
  margin: -65px 0 0 -40px;
  left: 50%;
}

.pleaseWaitDialog .progress,
.pleaseWaitDialog h2 {
  margin: 0 0 0 -50%;
  width: 100%;
  left: 50%;
}

.pleaseWaitDialog .progress {
  background-color: #FFFFFF77;
}

.pleaseWaitDialog h2 {
  margin-top: 40px;
  text-shadow: #000 1px 0 5px;
  color: #FFF;
  font-weight: bold;
  z-index: 1;
}

@media (min-width: 1200px) {

  .pleaseWaitDialog .progress,
  .pleaseWaitDialog h2 {
    margin: 0 0 0 -200px;
    width: 400px;
    left: 50%;
  }

  .playerFullHeight,
  .playerFullHeight video,
  .playerFullHeight audio,
  .playerFullHeight iframe,
  .playerFullHeight #mainVideo,
  .playerFullHeight #main-video {
    height: calc(100vh - 60px);
    width: 100%;
    padding: 0;
  }

  .playerFullHeight .floatVideo video,
  .playerFullHeight .floatVideo audio,
  .playerFullHeight .floatVideo iframe,
  .playerFullHeight .floatVideo #mainVideo,
  .playerFullHeight .floatVideo #main-video {
    height: 300px;
  }

  .playerFullHeight .mainVideo {
    padding: 0;
  }
}


.modal {
  overflow: auto !important;
}

.nav-tabs-horizontal {
  display: -webkit-box;
  display: -webkit-inline-box;
}

.scrtabs-tab-container {
  margin: 5px 0;
}

.scrtabs-tab-scroll-arrow {
  border-top: 1px solid #ddd;
}

.videoCreator {
  display: inline-block;
}

.videoCreator .zoom {
  width: 40px;
  height: 40px;
}

.videoCreatorSmall .zoom {
  width: 20px;
  height: 20px;
}

.videoCreator>img,
.videoCreator>a,
.videoCreator>div {
  margin: 2px 10px 2px 2px;
}

.videoCreator>img,
.videoCreatorSmall img {
  float: left;
}

.videoCreatorSmall img {
  margin-right: 5px;
}

a:hover {
  text-decoration: none;
}

.descriptionArea .descriptionAreaPreContent {
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
  overflow: hidden;
}

.descriptionAreaPreContent {
  margin-bottom: 10px;
}

.descriptionArea.expanded .descriptionAreaPreContent {
  max-height: 1500px;
  overflow: auto;
  transition: max-height 0.25s ease-in;
}

.descriptionAreaShowMoreBtn {
  margin-top: -10px;
}

.descriptionArea .showMore {
  display: block;
}

.descriptionArea .showLess {
  display: none;
}

.descriptionArea.expanded .showMore {
  display: none;
}

.descriptionArea.expanded .showLess {
  display: block;
}

.infoDetails {
  margin: 4px 0;
}

.avideoIframeIntoElement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* hamburger menu styles*/
button.hamburger {
  outline: none !important;
  display: flex;
  margin: 0 5px;
  padding: 0 4px;
}

button.btn-sm.hamburger {
  margin: -2px 5px;
  padding: 0;
}

button.btn-sm.hamburger svg {
  width: 24px;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.ham2 .top {
  stroke-dasharray: 40 121;
}

.ham2 .bottom {
  stroke-dasharray: 40 121;
}

.ham2.active .top {
  stroke-dashoffset: -102px;
}

.ham2.active .bottom {
  stroke-dashoffset: -102px;
}

.ham3 .top {
  stroke-dasharray: 40 130;
}

.ham3 .middle {
  stroke-dasharray: 40 140;
}

.ham3 .bottom {
  stroke-dasharray: 40 205;
}

.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}

.ham3.active .middle {
  stroke-dashoffset: -102px;
}

.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}

.ham4 .top {
  stroke-dasharray: 40 121;
}

.ham4 .bottom {
  stroke-dasharray: 40 121;
}

.ham4.active .top {
  stroke-dashoffset: -68px;
}

.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

.ham5 .top {
  stroke-dasharray: 40 82;
}

.ham5 .bottom {
  stroke-dasharray: 40 82;
}

.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}

.ham6 .middle {
  stroke-dasharray: 40 111;
}

.ham6 .bottom {
  stroke-dasharray: 40 172;
}

.ham6.active .top {
  stroke-dashoffset: -132px;
}

.ham6.active .middle {
  stroke-dashoffset: -71px;
}

.ham6.active .bottom {
  stroke-dashoffset: -132px;
}

.ham7 .top {
  stroke-dasharray: 40 82;
}

.ham7 .middle {
  stroke-dasharray: 40 111;
}

.ham7 .bottom {
  stroke-dasharray: 40 161;
}

.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham7.active .middle {
  stroke-dashoffset: 23px;
}

.ham7.active .bottom {
  stroke-dashoffset: -83px;
}

.ham8 .top {
  stroke-dasharray: 40 160;
}

.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}

.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}

.ham8.active .top {
  stroke-dashoffset: -64px;
}

.ham8.active .middle {
  transform: rotate(90deg);
}

.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

.users_id_online_label .label {
  padding: 5px;
  border-radius: 5px !important;
}

.users_id_online_label .label-success,
.users_id_online_label .callerButton {
  display: none;
}

.users_id_online_label .label-success:hover {
  animation: glowBox 1s infinite alternate;
}

.users_id_online_label.online .label-success,
.users_id_online_label.online .callerButton {
  display: inline;
}

.users_id_online_label.online .label-danger {
  display: none;
}

.align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-background {
  --border-width: 3px;
  border-radius: var(--border-width);
}

.loading-background::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(60deg, #555, #777, #999, #AAA, #BBB, #CCC, #DDD, #FFF);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  animation: moveGradient 4s ease-in-out infinite;
}

.SeoTags {
  margin: 15px 0;
}

.SeoTags h1,
.SeoTags h2 {
  margin: 10px 0;
  padding: 0;
}

.SeoTags h1 {
  font-weight: bold;
}

.SeoTags h2 {
  font-size: 1em;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

.bootgrid-footer ul.pagination>li {
  cursor: pointer;
}

/* raen customize */

body {
  background-color: #fff;
  padding-top: 65px;
}

.wrap-content>.panel {
  margin-top: 0;
  margin-bottom: 0;
}

.wrap-content>.panel>.panel-body {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

/* navbar */

@media (min-width: 1200px) {
  #mainNavBar .items-container {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  #mainNavBar .items-container {
    width: 83.33333333%;
  }
}

#mainNavBar .items-container {
  position: relative;
}

#mainNavBar #mainNavbarLogo {
  position: absolute;
  top: 12px;
  left: calc(50% - 175px);
}

@media (max-width: 991px) {
  #mainNavBar #mainNavbarLogo {
    position: absolute;
    top: 5px;
    left: calc(50% - 84px);
  }
}

@media (max-width: 767px) {
  #mainNavBar #mainNavbarLogo {
    margin-left: 0px;
    position: static;
  }
}

/* @media (max-width: 767px) {
    #mainNavBar #mainNavbarLogo {
        position: absolute;
        top: 0;
        left: 0;
    }
} */

#mainNavBar #mainNavbarLogo .mainNavibarLogo-pc {
  /* width: 330px;
    height: auto; */
  height: 40px;
  width: auto;
}

#mainNavBar #mainNavbarLogo .mainNavibarLogo-sp {
  width: 155px;
  height: auto;
}


#myNavbar .btn {
  width: 55px;
}

#mainTabs.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

#mainTabs.nav-tabs>li {
  float: none;
  margin-bottom: 0;
  flex: 1;
}

@media (max-width: 767px) {
  #mainTabs.nav-tabs>li {
    font-size: 11px;
  }
}

#mainTabs.nav-tabs>li>a {
  text-align: center;
  padding: 10px 5px;
  font-size: 15px;
  font-weight: bold;
}

#mainTabs.nav-tabs>li>a:hover{
  border: none;
  background-color: transparent;
}

@media (max-width: 767px) {
  #mainTabs.nav-tabs>li>a {
    font-size: 12px;
  }
}

#mainTabs a {
  color: #000;
}

.nav-tab-title-watch-link {
  font-family: atamimaka;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #000;
  font-weight: bold;
}

.nav-tab-title-search-link,
.nav-tab-title-enjoy-link {
  font-family: atamimaka;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  height: 50px;
}

.nav-gallery-title {
  margin-right: 5px;
}

.nav-tab-title {
  margin-right: 5px;
  vertical-align: -5px;
  height: 25px;
}

@media (max-width: 767px) {

  .nav-tab-title-watch-link,
  .nav-tab-title-search-link,
  .nav-tab-title-enjoy-link {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 5px;
    height: 40px;
    width: 100%;
    justify-content: center;
  }

  .nav-tab-title {
    margin-right: 3px;
    height: 30px;
    width: auto;
  }
}


.avideoLoadPage .mainArea,
.modeyoutube {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.avideoLoadPage .mainArea .panel {
  padding-top: 10px !important;
  margin-top: 0;
}

@media (max-width: 767px) {
  .avideoLoadPage .mainArea .panel {
    padding-top: 0px !important;
  }
}

.modeyoutube .panel {
  margin-top: 0;
  padding-top: 0;
}

.modeyoutube .panel-enjoy{
  padding-top: 0px !important;
}
.panel-enjoy {
  margin-bottom: 0;
  border-radius: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px !important;
}

.panel-search {
  margin-bottom: 0;
  border-radius: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px !important;
}

@media (max-width: 767px) {
  .panel-search {
    padding-bottom: 10px;
  }
}

.panel-enjoy .panel-heading {
  padding-top: 0;
  padding-bottom: 0;
}

.panel-search .panel-heading {
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 5px;
}

.panel-enjoy-category {
  padding-top: 30px !important;
}

.panel-heading {
  padding: 10px 15px 0px;
}

@media (max-width: 767px) {
  .panel-heading {
    padding: 5px 15px;
  }
}



.panel-enjoy-category .return img {
  height: 30px;
}

@media (max-width: 767px) {
  .panel-enjoy-category .return {
    position: absolute;
    top: 5px;
    left: 20px;
  }

  .panel-enjoy-category .return img {
    max-width: 65px;
  }
}

.panel-gallery {
  background-color: #eff0eb;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .panel-gallery {
    padding-top: 5px;
    padding-bottom: 0;
  }
}

#mainNavBar {
  background-color: #e0e1dc !important;
}

.wrap-nav-tab {
  background-image: url('../img/back_tab.png');
  background-size: 100% 100%;
  height: 45px;
}

.tab-icon img {
  height: 20px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .wrap-nav-tab {
    padding: 5px 5px 5px;
    height: 40px;
  }

  .wrap-nav-tab #mainTabs.nav-tabs>li>a {
    padding: 5px 0;
  }

  .tab-icon img {
    height: 18px;
  }

}



/* bootstrap customize */

.avideoLoadPage.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.panel,
#mainNavBar,
#sidebar,
.swal-modal {
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.panel-default>.panel-heading {
  background-color: transparent;
  border: none;
  /* border-color: #ddd; */
}

.text-center {
  text-align: center !important;
}

/* swiper */
#swiper-enjoy,
#swiper-search {
  height: 110px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet-active {
  background-color: #fbee24;
}

/* top gallery */

.nav-gallery-title {
  max-width: 350px;
  margin-bottom: 5px;
}


@media (max-width: 767px) {
  .nav-gallery-title {
    max-width: 270px;
    margin-bottom: 0;
  }
}

#bigVideoCarousel .thumbsImageContainer {
  background-image: url('../img/waku_gallrey.png');
  background-size: 100% 100%;
  padding: 7% 11% 6% 9%;
}

.thumbsDescription {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  height: 100%;
}

@media (max-width: 767px) {

  #bigVideoCarousel .thumbsImageContainer {
    background-image: url('../img/waku_gallrey_sp.png');
    background-size: 100% 100%;
    padding: 7% 8% 5% 8%;
  }

  .thumbsDescription {
    padding: 0 15px 5px;
    margin-top: 0;
  }
}

/* top category */

.wrap-top-category {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -5px;
  background-color: #fff;
}

.wrap-top-category.add-backcolor {
  background-color: #eff0eb;
}

.element-dateAddedOrder .galleryTitle,
.element-TrendingOrder .galleryTitle,
.element-Search .galleryTitle,
.categoryTitle {
  padding: 5px 5px 0px !important;
}

@media (max-width: 767px) {

  .element-dateAddedOrder .galleryTitle,
  .element-TrendingOrder .galleryTitle,
  .element-Search .galleryTitle,
  .categoryTitle {
    padding: 5px 5px 0px !important;
    margin: 0;
  }
}

.element-dateAddedOrder .galleryTitle a,
.element-TrendingOrder .galleryTitle a,
.element-Search .galleryTitle a,
.categoryTitle a {
  background-color: transparent;
  overflow: hidden;
  height: 50px;
  display: inline-block;
  /* margin-left: auto;
    margin-right: auto; */
  position: relative;
  line-height: 50px;
  color: #000;
  font-family: atamimaka;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.element-dateAddedOrder div[class^="col-"] .galleryTitle a,
.element-TrendingOrder div[class^="col-"] .galleryTitle a {
  padding-left: 50px;

}

.galleryTitle.categoryTitle a {
  padding-left: 0;
}

.element-dateAddedOrder .galleryTitle a:after,
.element-TrendingOrder .galleryTitle a::after,
.categoryTitle a::after {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-size: auto 30px;
  background-repeat: no-repeat;
  content: '';
}

.element-dateAddedOrder .galleryTitle a::after {
  background-image: url('../img/title_date.png');
}

.element-TrendingOrder .galleryTitle a::after {
  background-image: url('../img/title_trend.png');

}


@media (max-width: 767px) {

  .element-TrendingOrder .galleryTitle a::after,
  .element-dateAddedOrder .galleryTitle a::after{
    background-size: auto 25px;
    top: 2px;
  }


  .element-TrendingOrder .galleryTitle a,
  .element-dateAddedOrder .galleryTitle a,
  .element-Search .galleryTitle a {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    padding-left: 40px;
  }

  .element-Search .galleryTitle a {
    padding-left: 0px;
  }

  .categoryTitle a {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
  }
}

.element-dateAddedOrder div[class^="col-"] .galleryTitle a i,
.element-TrendingOrder div[class^="col-"] .galleryTitle a i {
  display: none;
}

/* その次の動画 */

.element-TrendingOrder .link-other,
.element-dateAddedOrder .link-other {
  display: block;
  position: relative;
  overflow: hidden;
  /* text-indent: -9999px; */
  padding-bottom: 56.25%;
}

@media (max-width: 767px) {

  .element-TrendingOrder .link-other,
  .element-dateAddedOrder .link-other {
    padding-bottom: 5%;
  }
}

.element-TrendingOrder .link-other,
.element-dateAddedOrder .link-other {
  background-repeat: no-repeat;
  background-image: url('../img/icon_ya.png');
  background-size: 10% auto;
  background-position: top 55% center;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-top: 35%;
  padding-bottom: 0;
}

@media (max-width: 767px) {

  .element-TrendingOrder .link-other,
  .element-dateAddedOrder .link-other {
    background-size: 7% auto;
    background-position: top 35% center;
    padding-top: 25%;
    padding-bottom: 10%;
  }
}



/* ペーネーション非表示 */
.wrap-top-category .pagination {
  display: none;
}

/* ギャラリー個別動画 */
#modeYoutubeBottom {
  padding-top: 20px;
  background-color: #eff0eb;
}

@media (max-width: 767px) {
  #modeYoutubeBottom {
    padding-top: 0;
  }
}

#modeYoutubePrincipal {
  padding-top: 10px;
}

#modeYoutubeBottomContent {
  background-color: #fff;
}

#videoContainer {
  background-image: url(../img/waku_gallrey_video.png);
  background-size: 100% 100%;
  padding: 6% 7% 5% 7%;
  background-color: transparent;
}

/* メニュー周り補完 */
#sideBarContainer,
#buttonSearch {
  background-color: #fff;
}

/* ヘッダー調整 */

#mainNavBar .items-container {
  height: 65px;
  align-items: center;
}

#mainNavBar .left-side {
  padding-top: inherit;
}

/* フッター */
footer {
  text-align: center;
}

/* ビデオ矢印 */
.videoCreator .bkg {
  background-image: url('../img/sign_pc.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center right;
  background-color: transparent;
  border-radius: 0;
  border: none;
  max-width: 276px;
  color: #000;
}

/* 検索ボタン修正 */

#buttonMyNavbar,
#searchNavItem {
  display: block;
}

.navbar-toggle {
  display: block;
  margin-right: 0;
}

#buttonSearch {
  display: block !important;
}

#mysearch {
  width: 100%;
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 65px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #FFF;
}

#searchForm {
  width: 100%;
  border: none;
}

#searchForm input {
  width: calc(100% - 50px) !important;
}

/* video周り */
.thumbsImage.row {
  display: flex;
}

.thumbsImage.row>div[class^="col-"] {
  float: none;
}

@media (max-width: 767px) {
  #bigVideoCarousel .thumbsImage.row {
    display: block;
    padding-left: 15px;
    padding-right: 15q;

  }

  #bigVideoCarousel .thumbsImage.row>div[class^="col-"] {
    /* float: left; */
  }
}

@media (max-width: 767px) {
  #modeYoutubeTop {
    margin-left: -15px;
    margin-right: -15px;
  }

  #modeYoutubeBottomContent {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#mainFooter {
  z-index: 99;
}

/* Edge対策で配色の明示 */

button.btn-default,
button#buttonMenu.btn-default {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}

button.btn-default:hover,
button#buttonMenu.btn-default:hover {
  color: #333 !important;
  background-color: #e6e6e6 !important;
  border-color: #adadad !important;
}

/* メインメニュー追加 */

#sidebar {
  margin-top: 55px !important;
}

#sidebar .navbar-title {
  display: block;
  padding: 7px 15px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #000;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

#sideBarContainer .sidebar-lang {
  margin-top: -25px;
}

#modeYoutubeTop > .row{
  background-color: #eff0eb;
}

.gallery .label:nth-child(3) {
  display: none;
}

.gallery .label:nth-child(2) {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

.gallery .label-success{
  background-color: #000;
}

footer a img{
  max-width: 100%;
  height: auto;
}