@-webkit-keyframes mobile-menu-in {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@keyframes mobile-menu-in {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes mobile-menu-out {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@keyframes mobile-menu-out {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@-webkit-keyframes mobile-menu-in-small {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@keyframes mobile-menu-in-small {
  from {
    left: -500px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes mobile-menu-out-small {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
@keyframes mobile-menu-out-small {
  from {
    left: 0;
  }
  to {
    left: -500px;
  }
}
#news-wrapper {
  background: linear-gradient(to bottom, #F7F7F7, 75px, #FFFFFF);
}
.page-track {
  margin: 0 10%;
}
@media (max-width: 1440px) {
  .page-track {
    margin: 0 5%;
  }
}
.reglayer,
.msglayer {
  cursor: pointer;
}
.desktop-hidden {
  display: none;
}
.type_img {
  position: absolute;
  bottom: -60px;
  right: 25px;
  width: 130px;
}
@media (max-width: 1024px) {
  .type_img {
    bottom: -30px;
    width: 65px;
  }
}
.news-menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news-menu-wrapper .headline {
  background-color: #a34bb9;
  color: #FFF;
  font-size: 27px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .news-menu-wrapper .headline {
    padding-left: 22px;
  }
}
@media (max-width: 475px) {
  .news-menu-wrapper .headline {
    font-size: 28px;
    padding-left: 23px;
  }
}
.news-menu-wrapper .news-menu {
  padding: 0;
  color: #a34bb9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  margin-bottom: 10px;
  z-index: 5;
  width: 600px;
  max-width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: right;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-menu-wrapper .news-menu span:hover {
  cursor: pointer;
}
.news-menu-wrapper .news-menu span.active {
  font-weight: bold;
}
.news-menu-wrapper .news-menu.stuck {
  position: fixed;
  z-index: 999;
  top: 75px;
  width: inherit;
  padding: 0;
  border-radius: 0 0 6px 6px;
}
.news-menu-wrapper .news-menu.stuck li {
  font-size: 12px;
}
.news-menu-wrapper .news-menu.stuck li i {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .news-menu-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-menu-wrapper .headline {
    width: 100%;
  }
  .news-menu-wrapper .news-menu {
    background-color: #efebf9;
    width: 100%;
    color: #a552be;
    margin: 0;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 25px;
    font-weight: 200;
    padding: 10px 25px 0;
    margin-bottom: -1px;
  }
}
@media (max-width: 768px) {
  .news-menu-wrapper .news-menu {
    font-size: 3.4vw;
  }
}
@media (max-width: 425px) {
  .news-menu-wrapper .news-menu {
    font-size: 4.4vw;
  }
}
#news {
  font-weight: 200;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #000000;
  background-color: #eeeaf8;
  padding: 25px;
}
@media (max-width: 1024px) {
  #news {
    width: 100%;
    padding: 15px;
  }
}
#news .news-breaker {
  width: 100%;
  margin: 15px 0 50px 0;
  background-image: url('/img/pluder/desktop_banner_videos.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 20px 30px 30px;
  font-size: 20px;
  color: #FFF;
  height: calc(16.66666667vw);
  min-height: 115px;
}
@media (max-width: 1365px) {
  #news .news-breaker {
    padding: 10px 15px 15px;
  }
}
@media (max-width: 1024px) {
  #news .news-breaker {
    width: 100%;
    height: calc(100vw / 5.11);
    padding: 0 0 0 5px;
    background-image: url('/img/pluder/desktop_banner_videos.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
#news .news-breaker h4 {
  font-size: 2.0vw;
  font-weight: 400;
  margin: 0;
}
#news .news-breaker p {
  margin-top: 10px;
  margin-bottom: 3vw;
  font-size: 1.5vw;
}
@media (max-width: 1365px) {
  #news .news-breaker p {
    margin-top: 5px;
  }
}
#news .news-breaker .bold {
  font-weight: bold;
}
@media (max-width: 425px) {
  #news .news-breaker .bold {
    font-weight: 400;
  }
}
#news .news-breaker .btn {
  padding: 10px 30px;
  font-size: 25px;
  margin-top: 20px;
  font-weight: bold;
  background-color: #099711;
  color: #FFF;
  text-decoration: none;
  border: none;
  font-family: 'Oswald';
}
@media (max-width: 1365px) {
  #news .news-breaker .btn {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #news .news-breaker {
    height: calc(100vw / 5.11);
    padding: 0 0 0 5px;
  }
  #news .news-breaker h4 {
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 2.9vw;
  }
  #news .news-breaker p {
    font-size: 2.3vw;
  }
  #news .news-breaker .btn {
    padding: 5px 15px;
    margin-top: 6px;
  }
}
@media (max-width: 712px) {
  #news .news-breaker p {
    font-size: 15px;
  }
  #news .news-breaker h4 {
    font-size: 17px;
  }
  #news .news-breaker .btn {
    font-size: 17px;
  }
}
@media (max-width: 425px) {
  #news .news-breaker {
    margin: 0 0 20px 0;
    padding: 0 0 0 5px;
  }
  #news .news-breaker div {
    max-width: 100%;
  }
  #news .news-breaker h4 {
    margin-top: 0;
    font-size: 4.8vw;
    margin-bottom: 5px;
    font-weight: 300;
  }
  #news .news-breaker p {
    margin-bottom: 10px;
    font-size: 3.6vw;
    font-weight: 300;
  }
  #news .news-breaker .btn {
    font-size: 4.6vw;
    padding: 6px 10px;
    margin-top: 0;
  }
}
#news .news {
  font-size: 0;
  margin: 15px 0 50px 0;
  width: 33%;
  margin-right: 0.33%;
  position: relative;
  padding-bottom: 65px;
}
@media (max-width: 1500px) {
  #news .news {
    width: 49%;
    margin-right: .5% !important;
    margin-left: .5% !important;
  }
}
@media (max-width: 900px) {
  #news .news {
    width: 100%;
  }
}
#news .news .news-pic-container,
#news .news .video_hls_player{
  position: relative;
}
#news .news .news-pic-container::before,
#news .news .video_hls_player::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 85px;
  background-size: cover;
  bottom: -30px;
  right: 15px;
  z-index: 100;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #news .news .news-pic-container::before,
  #news .news .video_hls_player::before{
    bottom: -30px;
    width: 75px;
    height: 70px;
  }
}
#news .news .news-pic-container.video-done:after,
#news .news .video_hls_player.video-done:after {
  z-index: 5;
  content: '';
  pointer-events: none;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('/img/pluder/parkplatzluder-kostenlos_anmelden_hq.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#news .news .news-pic-container .news-title {
  font-size: 24px;
  width: 100%;
  padding: 6px;
  margin: 15px 5px 0;
  color: #974ea8;
}
#news .news .news-pic-container .news-pic > img {
  width: 100%;
}
#news .news .news-pic-container .video-poster {
  width: 100%;
}
#news .news .news-pic-container .img-responsive {
  width: 100%;
}
#news .news .news-pic-container .controls,
#news .news .video_hls_player .controls {
  position: absolute;
  left: 15px;
  bottom: 15px;
  height: 40px;
  color: #FFFFFF;
}
#news .news .news-pic-container .controls > div,
#news .news .video_hls_player .controls > div{
  font-size: 18px;
  display: inline-block;
  margin: 5px 2px;
  padding: 2px 7px;
  cursor: pointer;
  background: #FFF;
  color: #cd8ade;
}
#news .news .news-pic-container .controls > div:last-of-type,
#news .news .video_hls_player .controls > div:last-of-type {
  background-color: #cd8ade;
  color: #fff;
  height: 30px;
  width: 30px;
}
#news .news .news-pic-container .controls > div:last-of-type .bg-fullscreen,
#news .news .video_hls_player .controls > div:last-of-type .bg-fullscreen {
  background-image: url('/img/pluder/fullscreen_icon_w.png');
  background-color: #cd8ade;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  width: 20px;
  margin: 3px -2px;
  height: 20px;
}
#news .news .news-pic-container video,
#news .news .video_hls_player video {
  width: 100%;
}
#news .news .news-pic-container video.metadata {
  display: inline-block;
}
#news .news .news-pic-container video.metadata ~ .news-pic,
#news .news .news-pic-container video.metadata ~ .video-preview-button,
#news .news .video_hls_player video.metadata ~ .video-preview-button {
  display: none;
}
#news .news .news-pic-container video.metadata + .controls,
#news .news .video_hls_player video.metadata + .controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  #news .news .news-pic-container,
  #news .news .video_hls_player {
    margin-bottom: 25px;
  }
}
#news .news .news-text {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  padding: 15px;
  color: #974ea8;
}
#news .news .news-text p {
  display: inline;
  font-size: 15px;
}
.no-csscalc #news .news .news-text {
  width: 85%;
}
#news .news .news-text .news-title {
  color: #974ea8;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 300;
}
#news .news .news-text .timestamp {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #ad66c2;
  color: #FFF;
  padding: 5px 10px;
  font-size: 19px;
}
#news .news .news-event-label {
  display: inline-block;
  width: 80px;
  height: 58px;
  margin: 15px 0;
  vertical-align: bottom;
  background-image: url('/img/pina-custom/stamps_sprite.png');
  background-repeat: no-repeat;
  background-size: auto 600%;
}
#news .news.newspost {
  background: #e5d6f3;
}
#news .news.newspost .news-event-label {
  background-position: 0 60%;
}
#news .news.newspost .news-pic-container::before,
#news .news.newspost .video_hls_player::before {
  content: '';
  background-size: contain;
  background-image: url('/img/pluder/badge_neuer_beitrag.png');
}
#news .news.video {
  background-color: #e5d6f3;
}
#news .news.video .news-pic-container,
#news .news.video .video_hls_player {
  border: 3px solid #974ea8;
}
#news .news.video .news-pic-container::before,
#news .news.video .video_hls_player::before {
  content: '';
  background-size: contain;
  background-image: url('/img/pluder/badge_neues_video.png');
}
#news .news.videokommentar {
  background: #e5d6f3;
}
#news .news.videokommentar .news-pic-container::before,
#news .news.videokommentar .video_hls_player::before{
  content: '';
  background-size: contain;
  background-image: url('/img/pluder/badge_neuer_kommentar.png');
}
#news .news .comment {
  position: relative;
  max-width: 100%;
  padding: 10px;
  word-wrap: break-word;
  color: #FFF;
  background: #b6b5dd;
}
#news .news .comment a,
#news .news .comment a:hover,
#news .news .comment a:active,
#news .news .comment a:visited {
  font-weight: 300;
  color: #FFF;
}
#news .news .comment .comment-text {
  padding: 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#news .news .comment .comment-text .author {
  color: #FFF;
  font-size: 15px;
}
#news .news .comment .comment-text .author a,
#news .news .comment .comment-text .author a:active,
#news .news .comment .comment-text .author a:focus,
#news .news .comment .comment-text .author a:visited {
  color: #FFF;
  font-size: 24px;
  margin-right: 5px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  #news .news .comment .comment-text a,
  #news .news .comment .comment-text a:active,
  #news .news .comment .comment-text a:focus,
  #news .news .comment .comment-text a:visited {
    font-size: 16px;
    margin-right: 2px;
  }
  #news .news .comment .comment-text .author {
    font-size: 12px;
  }
}
#news .news .comment .star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/img/pluder/sterne_17_sprite.png') no-repeat 0 0;
  background-size: 100% auto;
}
#news .news .comment .star.full {
  background-position: 0 100%;
}
#news .news .comment:before {
  position: absolute;
  bottom: -25px;
  left: 0;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 25px;
  border-color: rgba(90, 90, 90, 0);
  border-right-color: #b6b5dd;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#news .news .comment.answer {
  float: right;
  margin-top: 15px;
  background: #cc95d9;
  color: #FFF;
  max-width: 95%;
}
#news .news .comment.answer:before {
  right: 0;
  border-right: none;
  border-left-color: #cc95d9;
}
#news .news .comment.answer .author {
  margin-right: 10px;
}
#news .news .comment.answer .author a {
  color: #000;
}
#news .news .comment.answer .author .author-image {
  width: 70px;
  height: 70px;
  background-position: center;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  #news .news .comment.answer .author .author-image {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 500px) {
  #news .news .comment.answer .author .author-image {
    display: none;
  }
}
@media (max-width: 800px) {
  #news .news .comment.answer {
    margin-top: 30px;
  }
}
#news .news .answer span {
  font-size: 15px;
  display: block;
}
@media (max-width: 1024px) {
  #news .news .answer span {
    font-size: 12px;
  }
}
#news .news .answer span a,
#news .news .answer span a:active,
#news .news .answer span a:focus,
#news .news .answer span a:visited {
  color: #FFF;
  font-size: 24px;
  margin-right: 5px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  #news .news .answer a,
  #news .news .answer a:active,
  #news .news .answer a:focus,
  #news .news .answer a:visited {
    font-size: 16px;
  }
  #news .news .answer .span {
    font-size: 12px;
  }
}
#news.newspost .video,
#news.newspost .videokommentar {
  display: none;
}
#news.video .newspost,
#news.video .videokommentar {
  display: none;
}
#news.videokommentar .newspost,
#news.videokommentar .video {
  display: none;
}
@media (max-width: 1024px) {
  #news .news {
    margin: 0 0 20px 0;
  }
  #news .news .news-text {
    font-size: 16px;
    padding: 5px 10px 10px;
  }
  #news .news .news-pic-container .news-title {
    font-size: 20px;
    margin-top: 5px;
  }
  #news .news .comment.answer {
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  #news .news {
    margin: 0 0 20px 0;
  }
  #news .news .news-text {
    font-size: 16px;
    padding: 5px 10px 10px;
  }
  #news .news .news-pic-container .news-title {
    font-size: 16px;
    margin-top: 5px;
  }
  #news .news .comment.answer {
    margin-top: 20px;
  }
  #news .news .comment .star {
    height: 17px;
    width: 17px;
  }
}
.video-preview-button {
  font-size: 19px;
  position: absolute;
  z-index: 4;
  bottom: 15px;
  left: 10px;
  margin: auto;
  padding: 5px 10px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-preview-button .preview-time {
  background-color: #a84ebf;
  padding: 2px 5px;
  line-height: 30px;
}
.video-preview-button .play-icon {
  background-color: #fff;
  color: #c492d1;
  padding-left: 11px;
  padding-right: 11px;
  vertical-align: middle;
  line-height: 32px;
}
.video-preview-button .pull-left div:nth-child(1) {
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
}
.video-preview-button .pull-left div:nth-child(2) {
  font-size: 12px;
  font-weight: 300;
  margin-top: -2px;
  color: #FFFFFF;
}
.video-preview-button .pull-right span:nth-child(1) {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 4px;
  color: #FFF;
  border-radius: .5em;
  background: #2A2A2A;
}
.video-preview-button .pull-right i {
  font-size: 17px;
  position: absolute;
  right: 17px;
  bottom: 3px;
  color: #FFFFFF;
}
.video-preview-button:hover {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .video-preview-button {
    font-size: 2vw;
    padding: 0;
  }
  .video-preview-button .preview-time,
  .video-preview-button .play-icon {
    line-height: initial;
  }
  .video-preview-button .play-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .video-preview-button {
    font-size: 1rem;
  }
}
@media (max-width: 425px) {
  .video-preview-button {
    font-size: 1rem;
  }
}
video:-webkit-full-screen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100%;
  background-color: #000000;
  margin: 0;
}
video:-moz-full-screen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100%;
  background-color: #000000;
  margin: 0;
}
video:-ms-fullscreen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100%;
  background-color: #000000;
  margin: 0;
}
video:fullscreen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100%;
  background-color: #000000;
  margin: 0;
}
div.contact-me {
  cursor: pointer;
  margin: 40px auto 110px;
}
div.contact-me img {
  width: 100%;
}
@media (max-width: 1024px) {
  div.contact-me {
    display: none;
  }
}
.big7-videoplayer {
  width: 100%;
  position: static;
  position: initial;
  border-bottom: 3px solid #974ea8;
}

#news .news .video_hls_player .vjs-poster {
  overflow: hidden;
}

.big7-videoplayer:-webkit-full-screen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:-moz-full-screen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:fullscreen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 65px !important;
  top: -91px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  transform: rotate(-90deg);
  bottom: 65px !important;
  top: -91px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  transform: rotate(-90deg);
  bottom: 65px !important;
  top: -91px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.big7-videoplayer:fullscreen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 65px !important;
  top: -91px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1024px) {
  .big7-videoplayer:-webkit-full-screen .video-controls .vol .volume {
    bottom: 65px;
  }
  .big7-videoplayer:-moz-full-screen .video-controls .vol .volume {
    bottom: 65px;
  }
  .big7-videoplayer:-ms-fullscreen .video-controls .vol .volume {
    bottom: 65px;
  }
  .big7-videoplayer:fullscreen .video-controls .vol .volume {
    bottom: 65px;
  }
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
.big7-videoplayer:fullscreen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .big7-videoplayer:-webkit-full-screen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
  .big7-videoplayer:-moz-full-screen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
  .big7-videoplayer:-ms-fullscreen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
  .big7-videoplayer:fullscreen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1024px) {
  .big7-videoplayer:-webkit-full-screen .video-controls .vol .volume {
    display: none ;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
  .big7-videoplayer:-moz-full-screen .video-controls .vol .volume {
    display: none ;
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
  .big7-videoplayer:-ms-fullscreen .video-controls .vol .volume {
    display: none ;
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
  .big7-videoplayer:fullscreen .video-controls .vol .volume {
    display: none ;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  -webkit-appearance: none;
  background: #FFF;
  border-radius: 50em;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  -webkit-appearance: none;
  background: #FFF;
  border-radius: 50em;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50em;
  background: #FFF;
  margin-top: -4px;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50em;
  background: #FFF;
  margin-top: -4px;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-focus-outer,
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-focus-inner {
  border-radius: 50em;
  border: 0;
  border-color: transparent;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-focus-outer,
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-focus-inner {
  border-radius: 50em;
  border: 0;
  border-color: transparent;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 50em;
  background: #FFF;
  border: none;
  width: 10px;
  height: 10px;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 50em;
  background: #FFF;
  border: none;
  width: 10px;
  height: 10px;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-range-track {
  background-color: #FFF;
  height: 1px;
  margin: 10px 0;
  border-radius: 50em;
  border: 0;
  outline: 0;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-range-track {
  background-color: #FFF;
  height: 1px;
  margin: 10px 0;
  border-radius: 50em;
  border: 0;
  outline: 0;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-track {
  background-color: transparent;
  border-radius: 50em;
  height: 1px;
  width: 225px;
  border: none;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-track {
  background-color: transparent;
  border-radius: 50em;
  height: 1px;
  width: 225px;
  border: none;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-thumb {
  background: #FFF;
  border: none;
  border-radius: 50em;
  width: 10px;
  height: 10px;
  margin-top: 0px;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-thumb {
  background: #FFF;
  border: none;
  border-radius: 50em;
  width: 10px;
  height: 10px;
  margin-top: 0px;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-fill-lower,
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-fill-upper {
  background-color: #FFF;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-fill-lower,
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-fill-upper {
  background-color: #FFF;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-tooltip {
  display: none;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-tooltip {
  display: none;
}
@media (max-width: 1024px) {
  .page-track {
    margin: 0;
  }
}
.-ms-transform {
  position: relative;
  margin-top: calc(-.296 * 100vw + 57.6px);
}
@media (max-width: 1024px) {
  .-ms-transform {
    margin-top: calc(-.492 * 100vw + 64.3px);
  }
}
.contact-me {
  cursor: pointer;
}
.profile-last-call {
  margin: 30px 10%;
}
@media (max-width: 1440px) {
  .profile-last-call {
    margin: 30px 5%;
  }
}
@media (max-width: 1024px) {
  .profile-last-call {
    margin: 30px 0;
  }
}
.profile-last-call .news-breaker {
  width: 100%;
  margin: 15px 0 50px 0;
  background-image: url('/img/pluder/desktop_banner_videos.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 20px 30px 30px;
  font-size: 20px;
  color: #FFF;
  height: calc(16.66666667vw);
  min-height: 115px;
}
@media (max-width: 1365px) {
  .profile-last-call .news-breaker {
    padding: 25px;
  }
}
@media (max-width: 1024px) {
  .profile-last-call .news-breaker {
    width: 100%;
    height: calc(100vw / 5.11);
    padding: 0 15px;
    background-image: url('/img/pluder/desktop_banner_videos.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
.profile-last-call .news-breaker h4 {
  font-size: 2.0vw;
  font-weight: 400;
  margin: 0;
}
.profile-last-call .news-breaker p {
  margin-top: 10px;
  margin-bottom: 3vw;
  font-size: 1.5vw;
}
@media (max-width: 1365px) {
  .profile-last-call .news-breaker p {
    margin-top: 5px;
  }
}
.profile-last-call .news-breaker .bold {
  font-weight: bold;
}
@media (max-width: 425px) {
  .profile-last-call .news-breaker .bold {
    font-weight: 400;
  }
}
.profile-last-call .news-breaker .btn {
  padding: 10px 30px;
  font-size: 25px;
  font-weight: bold;
  background-color: #099711;
  color: #FFF;
  text-decoration: none;
  border: none;
  font-family: 'Oswald';
}
@media (max-width: 1365px) {
  .profile-last-call .news-breaker .btn {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .profile-last-call .news-breaker {
    height: calc(100vw / 5.11);
  }
  .profile-last-call .news-breaker h4 {
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: 2.9vw;
  }
  .profile-last-call .news-breaker p {
    font-size: 2.3vw;
  }
  .profile-last-call .news-breaker .btn {
    padding: 5px 15px;
    margin-top: 6px;
  }
}
@media (max-width: 712px) {
  .profile-last-call .news-breaker p {
    font-size: 15px;
  }
  .profile-last-call .news-breaker h4 {
    font-size: 17px;
  }
  .profile-last-call .news-breaker .btn {
    font-size: 17px;
  }
}
@media (max-width: 425px) {
  .profile-last-call .news-breaker {
    margin: 0 0 20px 0;
    padding: 0 0 0 5px;
  }
  .profile-last-call .news-breaker div {
    max-width: 100%;
  }
  .profile-last-call .news-breaker h4 {
    margin-top: 10px;
    font-size: 4.8vw;
    margin-bottom: 5px;
    font-weight: 300;
  }
  .profile-last-call .news-breaker p {
    margin-bottom: 10px;
    font-size: 3.6vw;
    font-weight: 300;
  }
  .profile-last-call .news-breaker .btn {
    font-size: 4.6vw;
    padding: 6px 10px;
  }
}
.comment_rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.comment_rating .author {
  margin-right: 15px;
}
.comment_rating .stars {
  margin-top: auto;
}
button:hover {
  cursor: pointer;
}
