a {
  color: #3b4044;
}
a:hover {
  color: #181a1b;
  text-decoration: none;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

menu {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

.img-fit-horizontal {
  width: 100%;
  height: auto;
}

.img-fit-vertical {
  width: auto;
  height: 100%;
}

.clearf {
  clear: both;
}

.wrap {
  max-width: 1200px;
  margin: auto;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  height: 90%;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #404040;
}

body {
  background-color: #000;
  overflow: hidden;
}

.loading_page {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}
.loading_page .circle_loading {
  width: 15%;
  padding-top: 10%;
}
.loading_page .system_loading {
  width: 35%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .loading_page .circle_loading {
    width: 80%;
    padding-top: 10%;
  }
  .loading_page .system_loading {
    width: 100%;
    padding: 5px;
  }
}

.desktop {
  position: relative;
  margin: 0;
  padding: 5px;
  background-image: url("../img/wallpaper/background.jpg");
  background-size: cover;
  background-position: bottom;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: none;
}
.desktop .desktop-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.desktop .desktop-wrap .icons_layer {
  width: 100%;
  height: 100%;
  position: absolute;
}
.desktop .desktop-wrap .icons_layer .desktop-icon {
  width: 64px;
  height: 64px;
  margin: 10px;
  padding: 2px;
  display: inline-block;
  text-align: center;
}
.desktop .desktop-wrap .icons_layer .desktop-icon .icon-name {
  width: auto;
  height: 40px;
  overflow-y: hidden;
  color: #fff;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
}
.desktop .desktop-wrap .icons_layer .desktop-icon .icon-name::-webkit-scrollbar {
  display: none;
}
.desktop .desktop-wrap .icons_layer .desktop-icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.desktop .desktop-wrap .desktop-windows {
  display: none;
  min-width: 20%;
  height: 55%;
  width: 40%;
  min-height: 20%;
  position: absolute;
  left: 16%;
  background: #fff;
  border: 1px solid #404040;
  z-index: 10;
  /* Track */
  /* Handle */
}
.desktop .desktop-wrap .desktop-windows ::-webkit-scrollbar {
  width: 10px;
}
.desktop .desktop-wrap .desktop-windows ::-webkit-scrollbar-button {
  height: 30px;
}
.desktop .desktop-wrap .desktop-windows ::-webkit-scrollbar-track {
  border-radius: 3px;
  height: 90%;
}
.desktop .desktop-wrap .desktop-windows ::-webkit-scrollbar-thumb {
  background: #404040;
  border-radius: 3px;
  height: 200px;
}
.desktop .desktop-wrap .desktop-windows ::-webkit-scrollbar-thumb:hover {
  cursor: ns-resize;
  background: #bfbfbf;
}
.desktop .desktop-wrap .desktop-windows .dw-top-bar {
  z-index: 10;
  height: 25px;
  width: 100%;
  background-color: #404040;
  cursor: all-scroll;
  position: absolute;
}
.desktop .desktop-wrap .desktop-windows .dw-top-bar .dw-title {
  font-size: 0.9rem;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
}
.desktop .desktop-wrap .desktop-windows .dw-top-bar .dw-buttons {
  position: relative;
  float: right;
  height: 100%;
  right: 5px;
}
.desktop .desktop-wrap .desktop-windows .dw-top-bar .dw-buttons div[class^=dw-btn-] {
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
.desktop .desktop-wrap .desktop-windows .dw-top-bar .dw-buttons div[class^=dw-btn-] img {
  padding: 0px 0px 5px 0px;
}
.desktop .desktop-wrap .desktop-windows .dw-top-menu {
  background-color: #dadada;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.desktop .desktop-wrap .desktop-windows .dw-top-menu .dw-tm-items .dw-tm-item {
  display: inline-block;
  margin-top: 25px;
  padding: 0px 5px;
  font-size: 0.8rem;
}
.desktop .desktop-wrap .desktop-windows .dw-top-menu .dw-tm-items .dw-tm-item:hover {
  background-color: #cccccc;
  border-bottom: 2px solid #9b9b9b;
  cursor: pointer;
}
.desktop .desktop-wrap .desktop-windows .dw-top-menu .disabled {
  color: #9b9b9b;
  cursor: default;
}
.desktop .desktop-wrap .desktop-windows .dw-top-menu .disabled:hover {
  background-color: inherit;
}
.desktop .desktop-wrap .desktop-windows .dw-top-menu .underline {
  border-bottom: 2px solid #9b9b9b;
  background: #cccccc;
}
.desktop .desktop-wrap .desktop-windows .dw-wrap {
  margin: 0px;
  right: 2px;
  padding: 25px 5px 15px 5px;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  position: absolute;
}
@media screen and (max-width: 979px) {
  .desktop .desktop-wrap .desktop-windows .dw-wrap {
    text-align: center;
  }
}
.desktop .desktop-wrap .dw-focus {
  z-index: 20;
}
.desktop .desktop-wrap .dw-maximize {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  left: 0px !important;
  right: 0px !important;
  top: 0px !important;
}
@media screen and (max-width: 979px) {
  .desktop .desktop-wrap .desktop-windows {
    min-width: 100%;
    height: 85%;
    top: 0px;
    left: 0px;
  }
  .desktop .desktop-wrap .icons_layer .desktop-icon {
    width: 48px;
    height: 48px;
  }
}
.desktop .task-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 30px;
  background-color: #181a1b;
  width: 100%;
  z-index: 9999;
}
.desktop .task-bar .tb-menu {
  margin: 0;
  padding: 0;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-ic {
  display: inline-block;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-ic .tb-nav-li {
  display: inline-block;
  height: 30px;
  padding: 0px 5px;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-ic .tb-nav-li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-ic .tb-nav-li a img {
  padding: 5px;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-ic #tb-start-menu {
  border-right: 1px solid #404040;
  width: 45px;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-ow {
  display: inline-block;
  border-left: 1px solid #404040;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-ow .tb-nav-li {
  display: inline-block;
  height: 30px;
  padding: 0px 10px;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-ow .tb-nav-li:hover {
  background-color: #404040;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-ow .tb-nav-li a {
  color: #ccc;
  vertical-align: text-top;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-ow .tb-nav-li a img {
  padding: 5px 10px 5px 0px;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-na {
  float: right;
  border-left: 1px solid #404040;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-na .tb-nav-li {
  display: inline-block;
  height: 30px;
  padding: 0px 10px;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-na .tb-nav-li:hover {
  background-color: #404040;
}
.desktop .task-bar .tb-menu .tb-nav .tb-nav-na .tb-nav-li a {
  color: #ccc;
  font-size: 0.9rem;
}
@media screen and (max-width: 979px) {
  .desktop .task-bar .tb-menu .tb-nav .tb-nav-ic .tb-nav-li {
    padding: 0px;
  }
  .desktop .task-bar .tb-menu .tb-nav .tb-nav-ow {
    position: absolute;
  }
  .desktop .task-bar .tb-menu .tb-nav .tb-nav-ow .tb-nav-li {
    width: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .desktop .task-bar .tb-menu .tb-nav {
    text-align: center;
  }
  .desktop .task-bar .tb-menu .tb-nav .tb-nav-ic {
    width: 100%;
  }
  .desktop .task-bar .tb-menu .tb-nav .tb-nav-ow {
    position: relative;
    border-left: none;
    text-align: center;
  }
  .desktop .task-bar .tb-menu .tb-nav .tb-nav-ow .tb-nav-li {
    width: 30px;
    overflow: hidden;
    padding: 0px 5px;
    margin: 0px 1px;
  }
  .desktop .task-bar .tb-menu .tb-nav .tb-nav-na {
    height: 40px;
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
.desktop .start-menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 30px;
  min-width: 60%;
  min-height: 45%;
  background-color: #181a1b;
  z-index: 9998;
  width: 60%;
}
.desktop .start-menu .sm-menu {
  position: absolute;
  min-width: 40%;
  height: 100%;
}
.desktop .start-menu .sm-menu .sm-menu-icons {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  width: 45px;
  height: 100%;
  padding: 0px;
  bottom: 0;
  background-color: #181a1b;
  border-right: 1px solid #404040;
  z-index: 10000;
}
.desktop .start-menu .sm-menu .sm-menu-icons .sm-menu-nav {
  min-width: 100vw;
  height: 100%;
  margin-top: 35px;
}
.desktop .start-menu .sm-menu .sm-menu-icons .sm-menu-nav .sm-nav-ul .sm-nav-li {
  padding: 8px 4px;
}
.desktop .start-menu .sm-menu .sm-menu-icons .sm-menu-nav .sm-nav-ul .sm-nav-li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.desktop .start-menu .sm-menu .sm-menu-icons .sm-menu-nav .sm-nav-ul .sm-nav-li a {
  color: #dadada;
}
.desktop .start-menu .sm-menu .sm-menu-icons .sm-menu-nav .sm-nav-ul .sm-nav-li a i {
  padding: 5px;
  margin-right: 15px;
  font-size: 1.2rem;
  width: 34px;
  text-align: center;
}
.desktop .start-menu .sm-menu .show-menu-icons {
  width: 100%;
}
.desktop .start-menu .sm-menu .sm-menu-list {
  position: absolute;
  display: inline-block;
  padding-left: 25px;
  padding-right: 5px;
  left: 30px;
  z-index: 9999;
  overflow-y: scroll;
  height: 100%;
}
.desktop .start-menu .sm-menu .sm-menu-list .sml-menu-nav .sml-nav-ul .sml-nav-li {
  padding: 2px 10px 2px 30px;
}
.desktop .start-menu .sm-menu .sm-menu-list .sml-menu-nav .sml-nav-ul .sml-nav-li a {
  color: #9b9b9b;
}
.desktop .start-menu .sm-menu .sm-menu-list .sml-menu-nav .sml-nav-ul .sml-nav-li a i {
  width: 25px;
  margin-right: 8px;
  text-align: center;
}
.desktop .start-menu .sm-menu .sm-menu-list .sml-menu-nav .sml-nav-ul .sml-nav-li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.desktop .start-menu .sm-menu .sm-menu-list .sml-menu-nav .sml-nav-ul .sml-cat {
  padding-left: 10px;
  margin-top: 20px;
}
.desktop .start-menu .sm-latest {
  position: relative;
  float: right;
  width: 59%;
  height: 100%;
  padding: 5px;
  color: #bfbfbf;
}
.desktop .start-menu .sm-latest .latest_work .lw_item {
  display: inline-block;
  width: 20%;
  margin: 10px;
  cursor: pointer;
  opacity: 0.8;
}
.desktop .start-menu .sm-latest .latest_work .lw_item:hover {
  opacity: 1;
}
.desktop .start-menu .sm-latest .latest_work .lw_item_p {
  width: 16%;
  overflow: hidden;
}
.desktop .start-menu .sm-latest .latest_work .lw_item_l {
  width: 36%;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .desktop .start-menu {
    min-height: 100%;
  }
  .desktop .start-menu .sm-menu {
    width: 100%;
  }
  .desktop .start-menu .sm-menu .sm-menu-list {
    padding: 15px 0px 15px 25px;
  }
  .desktop .start-menu .sm-latest {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .desktop .start-menu {
    min-height: 100%;
    width: 100%;
  }
  .desktop .start-menu .sm-menu {
    width: 100%;
  }
  .desktop .start-menu .sm-menu .sm-menu-list {
    padding: 15px 0px 50px 25px;
    width: 100%;
  }
  .desktop .start-menu .sm-latest {
    display: none;
  }
}
.desktop .show-menu {
  display: inline-block;
}
.desktop .alerts {
  position: relative;
  background: #181a1b;
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
  padding-bottom: 15px;
}
.desktop .alerts .al-top-bar {
  height: 25px;
  width: 100%;
  background-color: #404040;
  cursor: all-scroll;
}
.desktop .alerts .al-top-bar .al-title {
  font-size: 0.9rem;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
}
.desktop .alerts .al-top-bar .al-buttons {
  position: relative;
  float: right;
  height: 100%;
  right: 5px;
}
.desktop .alerts .al-top-bar .al-buttons div[class^=dw-btn-] {
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
.desktop .alerts .al-top-bar .al-buttons div[class^=dw-btn-] img {
  padding: 0px 0px 5px 0px;
}
.desktop .alerts p {
  margin: 10px 20px;
  color: #bfbfbf;
  font-size: 0.8rem;
  text-align: center;
}
.desktop .alerts .al-buttons {
  text-align: center;
}
.desktop .alerts .al-buttons .al-button {
  font-size: 0.9rem;
  color: #dadada;
  display: inline-block;
  margin: 5px;
  background-color: #404040;
  padding: 4px 40px;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .desktop .alerts {
    bottom: 80px;
  }
  .desktop .alerts p {
    margin-bottom: 0px;
  }
  .desktop .alerts .al-buttons .al-button {
    padding: 4px 10px;
    width: 90%;
  }
}
.desktop .alert_position {
  min-width: 20%;
  width: 20%;
  position: absolute;
  bottom: 30px;
  right: 1%;
}
@media screen and (max-width: 979px) {
  .desktop .alert_position {
    width: 98%;
  }
}

.use-webp .desktop {
  background-image: url("../img/wallpaper/background.webp");
}

/* just some css to display it */
.menu-rc {
  background: #e9e9e9;
  min-width: 200px;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
  padding: 2px 0px;
  border: 1px solid #ccc;
  display: none;
  z-index: 9999;
  position: absolute;
}
.menu-rc .menu-rc-items hr {
  margin: 0;
  border-top: 1px solid #404040;
}
.menu-rc .menu-rc-items .menu-rc-item {
  cursor: pointer;
  font-size: 0.8rem;
  padding: 2px 15px 2px 10px;
  border-bottom: 1px solid #ccc;
}
.menu-rc .menu-rc-items .menu-rc-item:hover {
  background-color: #fff;
}
.menu-rc .menu-rc-items .menu-rc-item i {
  width: 25px;
  text-align: center;
  margin-right: 10px;
}
.menu-rc .menu-rc-items .menu-rc-item:last-child {
  border: none;
}
.menu-rc .menu-rc-items .disabled {
  color: #9b9b9b;
  cursor: default;
}
.menu-rc .menu-rc-items .disabled:hover {
  background-color: inherit;
}
.menu-rc .menu-rc-items .underline {
  border-bottom: 2px solid #006496;
}

.video_items {
  margin-top: 15px;
}
.video_items .video_item {
  width: 100px;
  display: inline-block;
  margin: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 0.8rem;
  cursor: pointer;
  position: relative;
}
.video_items .video_item:hover {
  opacity: 0.8;
}
.video_items .video_item .video_prev {
  width: 100px;
  height: auto;
  top: 18px;
  position: absolute;
}
.video_items .video_item .video_mask {
  width: 100px;
  height: auto;
  position: relative;
}
.video_items .video_item .video_item_name {
  display: inline-grid;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 979px) {
  .video_items .video_item {
    width: 60px;
  }
  .video_items .video_item .video_prev {
    width: 100%;
    top: 10px;
  }
  .video_items .video_item .video_mask {
    width: 100%;
  }
  .video_items .video_item .video_item_name {
    font-size: 0.7rem;
    width: 60px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#w_video-player-open,
#w_video-player {
  top: 0;
  left: 0;
  min-width: 480px;
  min-height: 320px;
  z-index: 1042;
  overflow: hidden;
  position: absolute;
  background: #000;
  display: none;
}
#w_video-player-open .dw-top-bar,
#w_video-player .dw-top-bar {
  z-index: 10;
  height: 25px;
  width: 100%;
  background-color: #404040;
  cursor: all-scroll;
  position: absolute;
}
#w_video-player-open .dw-top-bar .dw-title,
#w_video-player .dw-top-bar .dw-title {
  font-size: 0.9rem;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
}
#w_video-player-open .dw-top-bar .dw-buttons,
#w_video-player .dw-top-bar .dw-buttons {
  position: relative;
  float: right;
  height: 100%;
  right: 5px;
}
#w_video-player-open .dw-top-bar .dw-buttons div[class^=dw-btn-],
#w_video-player .dw-top-bar .dw-buttons div[class^=dw-btn-] {
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
#w_video-player-open .dw-top-bar .dw-buttons div[class^=dw-btn-] img,
#w_video-player .dw-top-bar .dw-buttons div[class^=dw-btn-] img {
  padding: 0px 0px 5px 0px;
}
#w_video-player-open .dw-top-menu,
#w_video-player .dw-top-menu {
  background-color: #dadada;
  position: absolute;
  z-index: 1;
  width: 100%;
}
#w_video-player-open .dw-top-menu .dw-tm-items .dw-tm-item,
#w_video-player .dw-top-menu .dw-tm-items .dw-tm-item {
  display: inline-block;
  margin-top: 25px;
  padding: 0px 5px;
  font-size: 0.8rem;
}
#w_video-player-open video,
#w_video-player video {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 600px) {
  #w_video-player-open,
#w_video-player {
    max-width: 100%;
    min-width: 100%;
  }
}

.vp-show {
  display: block !important;
}

.audio_items {
  margin-top: 15px;
}
.audio_items .audio_item {
  width: 100px;
  display: inline-block;
  margin: 10px;
  text-align: center;
  font-size: 0.8rem;
  cursor: pointer;
  position: relative;
}
.audio_items .audio_item:hover {
  opacity: 0.8;
}
.audio_items .audio_item .audio_prev {
  width: 100px;
  height: auto;
  top: 18px;
  position: absolute;
}
.audio_items .audio_item .audio_mask {
  width: 100px;
  height: auto;
  position: relative;
}
.audio_items .audio_item .audio_item_name {
  display: inline-grid;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 979px) {
  .audio_items .audio_item {
    width: 60px;
  }
  .audio_items .audio_item .audio_mask {
    width: 100%;
  }
  .audio_items .audio_item .audio_item_name {
    font-size: 0.7rem;
    width: 60px;
    max-height: 30px;
    overflow: hidden;
  }
}

#w_audio-player-open {
  top: 0;
  left: 0;
  min-width: 480px;
  min-height: 320px;
  z-index: 1042;
  overflow: hidden;
  position: absolute;
  background: #000;
  display: none;
}
#w_audio-player-open .dw-top-bar {
  z-index: 10;
  height: 25px;
  width: 100%;
  background-color: #404040;
  cursor: all-scroll;
  position: absolute;
}
#w_audio-player-open .dw-top-bar .dw-title {
  font-size: 0.9rem;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
}
#w_audio-player-open .dw-top-bar .dw-buttons {
  position: relative;
  float: right;
  height: 100%;
  right: 5px;
}
#w_audio-player-open .dw-top-bar .dw-buttons div[class^=dw-btn-] {
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
#w_audio-player-open .dw-top-bar .dw-buttons div[class^=dw-btn-] img {
  padding: 0px 0px 5px 0px;
}
#w_audio-player-open .dw-top-menu {
  background-color: #dadada;
  position: absolute;
  z-index: 1;
  width: 100%;
}
#w_audio-player-open .dw-top-menu .dw-tm-items .dw-tm-item {
  display: inline-block;
  margin-top: 25px;
  padding: 0px 5px;
  font-size: 0.8rem;
}
#w_audio-player-open audio {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  background-color: #f1f3f4;
}
#w_audio-player-open audio:focus {
  border: none;
  outline-style: none;
}
@media screen and (max-width: 600px) {
  #w_audio-player-open {
    max-width: 100%;
    min-width: 100%;
  }
}

.images_items {
  margin-top: 15px;
}
.images_items .icon_item {
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 10px;
  text-align: center;
  font-size: 0.8rem;
  cursor: pointer;
  position: relative;
}
.images_items .icon_item:hover {
  opacity: 0.8;
}
.images_items .icon_item .images_prev {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.images_items .icon_item .images_item_name {
  width: 100%;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 979px) {
  .images_items .icon_item {
    width: 60px;
    height: 60px;
  }
  .images_items .icon_item .images_item_name {
    font-size: 0.7rem;
    width: 60px;
    max-height: 20px;
    overflow: hidden;
  }
}

.folder_item {
  width: 100px;
  height: 100px;
  margin: 10px;
  text-align: center;
  font-size: 0.8rem;
  cursor: pointer;
  position: relative;
  float: left;
}
.folder_item .folder_items_name {
  display: inline-grid;
  width: 100%;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 979px) {
  .folder_item {
    width: 60px;
    height: 60px;
  }
  .folder_item .folder_items_name {
    font-size: 0.7rem;
    width: 60px;
    max-height: 20px;
    overflow: hidden;
  }
}

#contact-forms {
  margin-top: 30px;
}
#contact-forms #contact-form .send-button {
  width: 15%;
  height: auto;
  color: #404040;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
  vertical-align: top;
}
#contact-forms #contact-form .send-button:focus,
#contact-forms #contact-form .send-button :active {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}
#contact-forms #contact-form .email-data {
  font-size: 0.8rem;
  width: 80%;
  display: inline-block;
}
#contact-forms #contact-form .email-data .form-group {
  display: table;
  width: 100%;
  margin: 2px 0px;
}
#contact-forms #contact-form .email-data .form-group label {
  margin: 0px -5px;
  padding: 5px;
  display: table-cell;
  width: 1px;
  word-break: keep-all;
}
#contact-forms #contact-form .email-data .form-group .form-control {
  display: table-cell;
  width: 100%;
  height: 30px;
  font-size: 0.8rem;
  border-radius: 0.15rem;
  line-height: 2.8rem;
  vertical-align: middle;
}
#contact-forms #contact-form .email-data .form-group .form-control::placeholder {
  color: #ccc;
  font-size: 0.8rem;
}
#contact-forms #contact-form .email-data .form-captcha #fcaptchaImg {
  height: 30px;
  width: auto;
  margin-left: 1%;
  float: right;
  border-radius: 0.2rem;
  cursor: pointer;
}
#contact-forms #contact-form .email-data .form-captcha #captcha_field {
  vertical-align: middle;
  width: 60%;
  display: inline-block;
}
#contact-forms #contact-form .form-group .form-control:focus,
#contact-forms #contact-form .form-group .form-control :active {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}
#contact-forms #contact-form .form-captcha {
  padding-top: 5px;
  padding: 5px 0px 0px 5px;
}
#contact-forms #contact-form .validation_error {
  font-size: 0.7rem;
  color: #ff0000;
}
#contact-forms #contact-form .fromRespMessages {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  padding: 5px 20px;
}

#w_cmd .dw-wrap {
  background-color: #000;
  color: #80ff80;
  text-align: left;
  right: 0px;
}
#w_cmd .dw-wrap p {
  font-family: "Courier New", Courier, monospace;
}
#w_cmd .dw-wrap .cmd_head {
  color: #ccc;
  font-size: 0.8rem;
}
#w_cmd .dw-wrap #output-line {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8rem;
  color: beige;
}
#w_cmd .dw-wrap form {
  font-family: "Courier New", Courier, monospace;
}
#w_cmd .dw-wrap form #input-line {
  display: table;
  width: 100%;
}
#w_cmd .dw-wrap form #input-line label {
  font-size: 0.8rem;
  display: table-cell;
  width: 10px;
}
#w_cmd .dw-wrap form #input-line input {
  background: transparent;
  color: #ccc;
  border: none;
  font-size: 0.8rem;
  font-family: "Courier New", Courier, monospace;
  caret-color: #80ff80;
  display: table-cell;
  width: 98%;
  margin-left: 1%;
}
#w_cmd .dw-wrap form #input-line input:focus {
  outline: none;
}

.mfp-wrap,
.mfp-bg {
  z-index: 10000;
}

#lw-video_container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6901960784);
}
#lw-video_container #lw-video-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 10px;
  color: #ccc;
  font-size: 2rem;
}
#lw-video_container #lw-video {
  position: absolute;
  top: 10%;
  left: 0%;
  width: 50%;
  right: 0%;
  margin: 25px auto;
}
/*# sourceMappingURL=style.css.map */