/*hide-iframe {
  margin-top: 2%;
  display: inline-block;
  float: left;
  max-width: 75%;
  justify-content: middle;
  position: relative;
}*/
a {
  text-decoration: none;
}
a img{
  border:none;
}
/*.twitter-share-button, .fb-like {
  vertical-align: top;
}*/
/*.fb-like{
  margin-right: 15px;
}
.twitter-share-button{
  position: relative;
  margin-right: -20px;
}*/
.clear {
  clear: both;
}
.hide{
  display: none!important;
}
.banner {
  display: none;
}
a.btn:hover {
  color: #D45500;
  border-color: #D45500;
}
a.signupbtn:hover {
  background-color: #D45500;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font: 14px/1.8 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #57514b;
  text-rendering: optimizeLegibility;
}
.alt {
  display: none;
}
.vox {
  border-radius: 5px 5px 0 0;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 20px;
  width: 55%;
  margin: auto;
  text-align: center;
  max-width: 900px;
}
#start_trial {
  width: 55%;
  margin: auto auto 0;
  position: relative;
  min-height: 214px;
  padding: 0px 20px 0;
  max-width: 900px;
}
#start_trial .signup {
  margin-left: 388px;
  float: left;
}
#start_trial .vwc {
  position: absolute;
  bottom: -7px;
  left: 0px;
}
#start_trial .signup a {
  background-color: #4dc66e;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid transparent;
  display: inline-block;
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 18px;
  text-align: center;
}
#start_trial .signup h1 {
  font-size: 26px;
  font-weight: normal;
}
p.description {
  text-align: center;
  margin-top: 8%;
  color: #999;
}
.vox .media.reset {
  /*width: 90%;*/
  text-align: left;
  display: inline-block;
}
.vox .media {
  height: 90px;
  display: inline-block;
  background: #fefefe;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  box-shadow: #ddd 0 2px 6px;
}
.vox .media .controls {
  width: 90px;
  height: 90px;
  margin: 0;
  border: 0;
  float: left;
  position: relative;
  background: url(https://voxer.com/img/sharing/play-bg.png) center repeat-x;
  border-right: 1px solid #dcdcdc;
  border-radius: 4px 0 0 4px;
}
.vox .media .controls .play.pause {
  background: url(https://voxer.com/img/sharing/pause.png) center no-repeat;
}
.vox .media .audio {
  height: 40px;
  margin: 0 0 0 90px;
  padding: 25px 0px 25px 25px;
}
.player.right { 
  padding-right: 7px;
}
.player.left { 
  padding-left: 7px;
}
.player.center {
  display: block;
  background: #f60;
  padding: 0;
  margin-top: 3px;
  height: 5px;
  border-radius: 6px;
  vertical-align: top;
  /*width: 90%;*/
  position: relative;
}
.player.center.elapsed {
  display: block;
  vertical-align: top;
  background: #cccccc;
  margin-top: 3px;
  padding: 0;
  height: 5px;
  /*width: 90%;*/
  position: relative;
}
.handle {
  width: 20px;
  height: 20px;
  margin-top: -12px;
  margin-left: -5px;
  cursor: e-resize;
  background: #ccc;
  border: solid 3px #ccc;
  border-radius: 50%;
}
.time {
  position: relative;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 1px 0 1px #fff;
  text-align: center;
  padding-top: 8px;
  float: right;
}
.time .elapsed {
  display: none;
  float: left;
  color: #fa6e23;
}
.time .total {
  display: inline-block;
  float: right;
  color: #9B9B9B;
  font-weight: 400;
  position: relative;
}
.user .bubble {
  position: absolute;
  top: -1px;
  left: 60px;
  background: url(https://voxer.com/img/sharing/user-bubble.png) no-repeat;
  width: 24px;
  height: 13px;
}
.avatar img {
  width: 60px;
  height: 60px;
  margin: 16px;
  border-radius: 50%;
  box-shadow: inset 0 1px 2px #b7b2a9;
}
.avatar {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 3px #b7b2a9;
  float: left;
  margin: 15px;
}
a.btn {
  border: 1px solid #ff6600;
  border-radius: 4px;
  border-color: #ff6600;
  color: #ff6600;
  display: inline-block;
  margin-left: 0px;
  position: relative;
  padding: 4px 16px;
  justify-content: center;
  margin: 0 8px;
}
.user {
  clear: both;
  padding: 10px 0;
  display: inline-block;
}
#footer p {
  display: inline-block;
  position: relative;
}
.user .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.clear {
  clear: both;
}
.social {
  display: inline-block;
  float: right;
  padding: 4px 0px 4px 16px;
}
.footer {
  padding: 0 32px;
  width: 55%;
  margin: auto;
  max-width: 900px;
  border-radius: 8px;
} 
.stores {
  display: none;
  list-style: none;
  text-align: center;
  /* Extra pixel aligns the right edge with `.user` and `.vox`. */
  letter-spacing: 10px;
  line-height: 2.5;
  float: none;
  margin: 50px auto ;
  padding: 0;
}
.stores li {
  display: inline-block;
}
.stores a {
  display: inline-block;
  width: 176px;
  height: 52px;
} 
.legal {
  list-style: none;
  text-align: center;
  float: none;
  padding: 0;
  margin: 0;
  width: 200px;
  color: #8a8a8a;
  font-size: 12px;
  vertical-align: bottom;
  display: inline;
}
.legal li {
  display: inline-block;
  padding: 0 8px;
}
.legal li:first-child {
  padding-left: 0;
  padding-right: 4px;
}
.legal li:last-child {
  padding-right: 0;
  padding-left: 4px;
}
.share { 
  text-align: left;
  padding: 15px 5px 0;
  margin:10px 0 0;
}
.photo{
  overflow: hidden;
}
.photo img{
  width: 100%;
}
.wrapper.legal-footer{
  text-align: center;
  /*padding-top: 15px;*/
}
.wrapper{
  margin: 0px auto 0;
  float: none;
  max-width: 940px;
  font: 14px/1.8 "Helvetica Neue", Helvetica, Arial, sans-serif;  
  padding:0 10px;
}
.hide{
  display: none;
}
#headerLogo{
  background-image: url(../img/VoxerLogoHeader.png);
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  clear: both;
  width: 180px;
  height: 45px;
  margin-bottom: 3%;
  margin-top: 10%;
}
#message{
  border: solid 1px #eee;
  padding: 0px 16px;
  background-color: white;
  color: #333333;
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
}
#message #logoMini{
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../img/voxer-logo-mini.png) top left no-repeat;
  width: 79px;
  height: 23px;
  display: block;
  clear: both;
}
.pull-left{
  float: left !important;
}
#message #avatar{
  width: 70px;
  height: 70px;
  padding: 10px 20px 0 0;
}
#message #avatar img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px #fff;
}
#message-detail{
  float: left;
}
#user-name{
  font-weight: normal;
  display: block;
  margin-bottom: 0;
  float: left;
  max-width: calc(100% - 90px);
  text-overflow:ellipsis;
}
#user-name a{
  color: #333;
}
.full-width{
  clear: both;
  display: block;
  width: 90%;
}
.play {
  width: 39px;
  height: 39px;
  position: relative;
  border: 0;
  display: block;
  cursor: pointer; 
  background: url(../img/play-pause.png) no-repeat top left;
}
.play.pause { 
  background-position: bottom left;
}
#message-detail{
  width: calc(100% - 90px);
  float: left;
  padding-top: 0;
}
#audio{
  width: calc(100% - 55px);
  margin: 15px 0  0 10px;
  float: left !important;
}
.message{
  display: inline-block;
  width: 100%;
  color: #363636;
  font-size:16px;
  padding:1px;
  margin-bottom: 10px; 
  border-radius: 4px;
}
.controls{
  float: left;
}
.photo {
  overflow: hidden;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 300px;
  padding-bottom: 10px;
}
.photo img{
  float: none;
  margin: 0 auto;
  max-height: 100%;
  width: auto;
  border: solid  #ccc;
  max-width: 100%;
}
.block{  
  padding-bottom: 0;
  overflow-y: auto;
  /*background: rgba(246, 246, 246, 0.5);*/
  height: 65px;
  /*border: solid 1px rgba(193, 193, 193, 0.30);*/
  /*border-radius: 4px;*/
} 
.block p{
  margin:0;
  padding: 4px 10px;
  max-width: 100%;
  overflow-y: scroll;
  overflow-wrap: break-word;
}
#footer{
  width: calc(100% - 34px);
  clear: both;
  display: block;
  background: #f9f9f9;
  padding: 8px 16px;
  color: #999999;
  border: solid 1px #eee;
  border-radius: 0 0 4px 4px;
  border-top: none;
  font-size: 14px;
  height: 100%;
  overflow: hidden;
}
#footer p {
  padding: 0 16px;
  margin: 0;
  vertical-align: middle;
}
#footer .facebook{
  background-image: url('../img/FacebookGray.png');
  background-repeat: no-repeat;
  float: right;
  margin-left: 10px;
  width: 24px;
  height: 24px;
}
#footer .twitter{
  background-image: url('../img/TwitterGray.png');
  background-repeat: no-repeat;
  float: right;
  margin-left: 12px;
  margin-top: 1px;
  width: 27px;
  height: 22px;
}
.mobile-footer {
  display: none;
}
#footer img{
  float: left;
  margin-bottom: -10px;
  margin-right: 10px;
}
.pull-right{
  float: right !important;
}
.signupbtn {
  background: #ff6600;
  padding: 8px 16px;
  color: #fff;
  display: block;
  margin: 8px auto;
  width: 200px;
  border-radius: 100px;
  text-align: center;
}
#media {
    clear: both;
    display: block;
    overflow: hidden;
    height: 63px;
}
@media only screen and (max-width: 768px) {
   #headerLogo{
    margin-top: 0;
   }
   html, body{
    overflow: hidden;
   }
   .share{
    text-align: center; 
   }
}
@media only screen and (max-height: 200px) {
   #headerLogo{
      margin: 10px auto 0;
   }
}
.app-store {
  background: url(../img/apple-download.png) center no-repeat;
}
.google-play {
  background: url(../img/google-download.png) center no-repeat;
}
.windows-store {
  background: url(../img/windows-download.png) center no-repeat;
}
.legal a {
  color: #9B9B9B;
  text-align: center;
  padding: 0 8px;
}
.shadow{
  webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.18);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.18);
  width: 100%;
  height: 1px;
  margin-top: 50px;
}
#embed{
  text-align: right;
}
#iframe-icon{
  cursor: pointer;
  max-width: 80px;
  position: relative;
  margin-right:10px;
  top: 0px;
}
#embedCode{
  display: none;
  width: calc(100% - 34px);
  clear: both;
  border: solid 1px #cccccc; 
  font: 14px/1.8 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #57514b;
  height: 35px;
  margin: 10px 8px;
  padding: 8px 10px;
  border-radius: 4px;
}
input:focus{
  outline: none;
}
.video-holder{
    max-width: 100%;
    text-align: center;
}
.video-holder video{
  max-width: 100%;
  background-color: #fff;
  /*min-width: 85%;*/
}
.video-holder .video-js{
  margin: 0 auto;
  float: none;
  max-width: 100%;
  max-height: 100%;
}
.vjs-control-bar {
  background-color: #eee;
}
.vjs-default-skin .vjs-big-play-button {
  left: calc(50% - 4rem);
  top: calc(50% - 2.6rem);
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-color: #eee;
  border: none;
  -webkit-border-radius: .8em;
  -moz-border-radius: .8em;
  border-radius: .8em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: url(../img/video-play-btn.png) center center no-repeat;
  background-size: contain;
}
.vjs-default-skin:hover .vjs-big-play-button, 
.vjs-default-skin .vjs-big-play-button:focus{
  background-color:transparent;
  box-shadow:none;
}
.vjs-has-started  .vjs-default-skin:hover .vjs-big-play-button, 
.vjs-has-started  .vjs-default-skin .vjs-big-play-button:focus {
  background-image:none;
}

.vjs-default-skin .vjs-big-play-button:before {
  content: "";
  font-family: inherit;
  line-height:normal;
  text-shadow: none;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-default-skin .vjs-volume-level,
.vjs-default-skin .vjs-play-progress{
  background: #f60;
}
@media screen and (max-width:550px){
  .banner {
    display: block;
    height: 48px;
    background: #ff6600;
    width: 100%;
    margin-bottom: 30%;
  }
  .bannerbtn {
    display: flex;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 4px 12px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    float: right;
    width: 16%;
    text-align: center;
    margin-top: 7px;
    margin-right: 8px;
  }
  .wrapper {
    padding: 0px 4%;
  }
  #message {
    /*margin-top: 30%;*/
    border: 1px solid #eee;
  }
  #message-detail{
    width: 100%;
  }
  p.description {
  margin-top: 20%;
}
  .message {
    margin: 0 auto 10px;
    float: none !important;
    border-radius:0;
  }
  .message .audio-message{
    padding: 15px;
    border: none;
    /*border:solid 1px #eee;*/
    border-radius: 4px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    float: none;
  }
  #message #avatar img {
    width: 60px;
    height: 60px;
  }
  .social {
    padding: 0px 1% 0px 0px;
  }
#footer .facebook{
  margin-left: 0px;
}
#footer .twitter{
  margin-left: 12px;
}
  #message #avatar {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    padding-right: 0px;
  }
  .user {
    margin: 0 auto;
    justify-content: center;
  }
  hide-iframe {
    vertical-align: middle;
  }
  a.btn {
    display: none;
    border: none;
    padding: 0px;
    text-align: center;
    justify-content: middle;
  }
  #footer p {
    padding-left: 0px;
  }
  #message #avatar{
    margin-bottom: 15px;
  }
  #headerLogo {
    display: none;
  }
  .mobile-footer {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
  }
  .link {
    color: #999;
    padding-right: 10px;
    float: right;
    padding-bottom: 0px;
  }
  .signupbtn {
    background-color: #fff;
    border: 1px solid #ff6600;
    color: #ff6600;
    margin-top: 8px;
  }
  a.mobilelogo {
    display: inline-block;
    background-image: url(../img/VoxerLogoWhite2.png);
    background-repeat: no-repeat;
    color: #fff;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 18px;
    margin: 8px 0px 0px 8px;
    justify-content: middle;
    width: 128px;
    height: 32px;
  }
#logo-small {
    background-image: url(../img/VoxerLogoMobile.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    display: inline-block;
    clear: both;
    width: 128px;
    height: 32px;
    float: left;
  }
}
*:hover{
  outline: none;
}
#message-detail.video{
  width: 100%;
  height: 100%;
}
#connect-profile{
  padding: 0;
  border: 0; 
  position: relative;
  margin: 0 10px 0 0;
  top: -3px;
}