.vjs-default-skin.vjs-has-started .vjs-control-bar {
  /*display: block !important;*/
  visibility: visible !important;
  opacity: 1 !important;
  bottom: -3.4em !important;
  background-color: rgba(7, 20, 30, 1) !important;
}

#div_Markers,#div_metadataMarkers
{
	position: absolute;
    bottom: -56px;
    background-color: rgba(7, 20, 30, 1);
    height: 30px;
    width: 100%;
}

#div_buttonsMarkers,#div_metadataButtonsMarkers
{
	position: relative;
	display: inline-block;
	max-width: 60px;
	width: 60px;
	background-color: rgba(7, 20, 30, 1);
	height: 100%;
}

#div_metadataLupaMarkers
{
	position: relative;
    display: inline-block;
    max-width: 36px;
    min-width: 36px;
    width: 36px;
    background-color: rgba(7, 20, 30, 1);
    height: 100%;
    float: right;
}

.white
{
	color: #ffffff;
}

.div_buttonsMarkersInternal
{
	float: left;
    height: 100%;
    width: 20%;
    /*padding-left: 10px;*/
    padding-top: 6px;
}

#div_buttonCleanMarkers,#div_metadataButtonCleanMarkers
{
	padding-left: 13px;
}

#div_controlbarMarkers,#div_metadataControlbarMarkers
{
	position: relative;
	display: inline-block;
	background-color: rgba(7, 20, 30, 1);
	min-width: 60px;
	width: 60px;
    height: 100%;
}

#div_progressBarMarkers,#div_metadataProgressBarMarkers
{
	position: relative;
    background-color: white;
    height: 2px;
    width: 100%;
	margin-top: 15px;
	/*margin-left: 10px;
	margin-right: 10px;*/
}

.amarkers
{
	width: 20px;
	cursor: pointer;
}

.triangle-bottomleft {
	width: 0;
	height: 0;
	border-bottom: 100px solid red;
	border-right: 100px solid transparent;
}

.triangle-bottomright {
	width: 0;
	height: 0;
	border-bottom: 100px solid red;
	border-left: 100px solid transparent;
}

.markerIn,.markerOut
{
	position: absolute;
	left: 0px;
	bottom: -6px;
	background-color: rgba(7, 20, 30, 1);
	cursor: pointer;
}

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: url("../img/Marker2.png");
}