.vjs-social-cerrar{
	position:absolute;
	top:0.5em;
	right: 0.5em;
	font-size: 2em;
	cursor:pointer;
}
.vjs-social-button .vjs-social-button-staticlabel:before {
    content: '\f110';
    font-size: 1.8em;
    line-height: 1.67;
}
.vjs-social-button .vjs-social-button-label {
    font-size: 1.2em;
    line-height: 2.50em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: inherit;
}
.vjs-social-div {
    display: block;
    vertical-align: middle;
    margin: 0;
    padding: 2em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
}
.vjs-social-inner{
	/*position: relative;
	left: 50%;
	top: 50%;
    transform: translate(-50%,-50%);*/
}
.vjs-social-title{
	font-size: 2em;
	line-height: 2.5em;
}
.vjs-social-socialbox{
    display:none;
}
.vjs-social-socialbox .vjs-social-socialbutton{
	font-size: 2.5em;
	padding: 0.2em;
	margin: 0.2em;
	border: 0.1em solid #FFFFFF;
	border-radius: 0.3em;
	float:left;
	cursor: pointer;
}
.vjs-social-clear{
	clear:both;
	height:1px;
}
.vjs-social-urllabel {
	display:block;
	font-size: 1.5em;
	line-height: 2em;
}
.vjs-social-urlinput {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media (max-width: 500px) {
  .vjs-social-div {
	padding: 0.5em;
  }
}

.vjs-social-menu-option{
    font-size: 1.5em;
    padding: 0.2em;
    margin: 0.2em;
    border: 1px solid #FFFFFF;
    border-radius: 0.3em;
    float:left;
    cursor: pointer;
    background-color: #FFFFFF;
    color: #000000;
}