@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('fonts/MonoSocialIconsFont-1.10.eot');
    src: url('fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}


html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

html {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}


body {
  background: #fefefe ;/*url('https://farm9.staticflickr.com/8165/7577332932_18491bab64_b.jpg') no-repeat;
  background-size: cover;*/
  margin: 0 auto;
}

.video-title {
  color: #fff;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  margin: 7px;
  padding: 0;
  font-weight: 100;
  opacity: .5;
  font-size: 28px;
  cursor: default;
  display: none;
}

.player-mode .video-title {
  display: block;
}

.video-title:hover {
  background: rgba(0, 0, 0, 0.5);
}

.vcard {
  padding: 3em 1em 1em 1em;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

@media (min-width: 700px) and (min-height: 300px) {
  .vcard {
    position: absolute;
    z-index: 10;
    width: 400px;
    right: 0;
    bottom: 100px;
    text-align: left;
  }
}

.vcard-fn {
  font-weight: 300;
  margin: 0;
}

.vcard-social {
  display: inline-block;
}

.vcard-title {
  font-weight: 300;
  font-style: italic;
  padding-bottom: 1em;
}

.vcard-email {
  display: block;
}

.btn {
  text-decoration: none;
  background: #ebebeb;
  color: #999;

  line-height: 100%;
  display: block;
  float: left;
  text-align: center;

  font-size: 36px;
  width: 36px;
  height: 36px;
}

.btn span {
  display: block;
}

.play span {
  font-size: 50%;
  font-weight: bold;
}


.btn:hover {
  background: #ccc;
  color: #777;
}

.vcard-social a {
  margin-right: 12px;
}

.vcard-social .play {
  margin-right: 0;
}

.vcard-org {
  display: block;
  text-decoration: none;
  color: inherit;
  float: left;
  clear: left;
}

.vcard-fn, .vcard-email, .vcard-org {
  margin-bottom: 8px;
}


.vcard, .btn, .control, .video-title {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}


.player-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}

.player-mode .player-container {
  display: block;
}

.player-mode .player-container:before {
  content: '';
  background: url('pattern.png');
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .7;
}

.player-mode {
  color: #fff;
}

.player-mode .play {
}

.player-mode .vcard {
  color: #000;
  opacity: 0;
}

.player-mode .player-controls {
  display: block;
}

.player-controls {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 10px;
  padding-top: 10px;
  z-index: 100;
}

.control {
  display: inline-block;
  font-size: 24px;
  line-height: 150%;
  background: #000;
  width: 1.5em;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
  opacity: 0.3;
}

.control:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 1;
}
