/**Custom Audio css**/
.mt_audio_wrapper {
    width: 100%;
    float: left;
	position:relative;
    margin-bottom: 50px;
}
.mt_audio_wrapper .video{
	width:100% !important;
}
.mt_audio_wrapper .player {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
	padding: 0 40px;
} 
.mt_audio_wrapper .play-pause {
    width:  8% !important;
} 
.mt_audio_wrapper .progress {
    width:  82% !important;
}
.mt_audio_wrapper .player .fullscreen{
	display:none;
}
/**Custom Video css**/
.mt_custom_video.vt_fixed .video {
    width: auto !important;
}
.mt_custom_video.vt_fixed .player .progress{
	width:61%;
}
.mt_custom_video.vt_fixed  .player .volume{
	width:10%;
}
.player {
	background: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    height: 40px;
    -moz-box-sizing: border-box;
    float: left;
    font-family: Arial, sans-serif;
    position: absolute;
    padding: 0;
    left: 0 !important;
    bottom: 27px;
    z-index: 2;
    opacity: 1 !important;
    right: 0 !important;
    width: 100% !important;
}
.video {
	position: relative;
	margin: 0px auto;
}
.video:hover .player {
	opacity: 1;
}
.player .progress {
	width: 65%;
    height: 3px;
    background: #676767;
    float: left;
    cursor: pointer;
    padding: 0;
    position: relative;
    box-shadow: none;
    border-radius: 0px;
    margin: 18.5px 0;
	overflow:visible;
}
.player .progress-bar {
	background: #f03735;
    box-shadow: inset -30px 0px 69px -20px #f03735;
	border-radius: 5px;
	height: 100%;
	position: relative;
	z-index: 999;
	width: 0;
}
.player .button-holder {
	position: relative;
	left: 10px;
}
.player .progress-button {
	background: #f03735;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    border-radius: 30px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: -4px;
    text-decoration: overline;
}
.player [class^="buffered"] {
	background: rgba(255,255,255,0.1);
	position: absolute;
	top: 0;
	left: 30px;
	height: 100%;
	border-radius: 5px;
	z-index: 1;
}
.player .play-pause {
	display: inline-block;
    font-size: 1.8em;
    float: left;
    color: #f03735;
    width: 15%;
    cursor: pointer;
    font-variant: small-caps;
    line-height: 40px;
}
.player .play, .player .pause-button {
	-webkit-transition: all 0.2s ease-out;
}
.player .play .pause-button, .player .pause .play-button {
	display: none;
}
.player .pause-button {
	padding: 10px 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
    display: inline-block;
}
.player .pause-button span {
	background: #f03735;
    width: 5px;
    height: 20px;
    float: left;
    display: block;
}
.player .pause-button span:first-of-type {
	margin: 0 4px 0 0;
}
.player .time {
	color: #fff;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 11px;
}
.player .stime, .ttime {
	color: #f03735;
}
.player .volume {
	position: relative;
	float: left;
	width: 6%;
	margin: 0 0 0 4%;
	height: 100%;
}
.player .volume-icon {
	padding: 1.5%;
	height: 100%;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
}
.player .volume-holder {
	height: 100px;
	width: 80%;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	display: none;
	left: 50%;
	top: -100px;
	transform:  translateX(-50%);
}
.player .volume-bar-holder {
	background: #000;
	width: 5px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);
	margin: 15px auto;
	height: 80px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
.player .volume-button {
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border-radius: 10px;
	width: 10px;
	height: 10px;
}
.player .volume-button-holder {
	position: relative;
	top: -5px;
	left: -2.1px;
}
.player .volume-bar {
	background: #f03735;
	box-shadow: inset -30px 0px 69px -20px #f03735;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.player .fullscreen {
	width: 5%;
	cursor: pointer;
	float: left;
	height: 100%;
	line-height:40px;
	color:#fff;
}
.player .fullscreen a {
    color:  #fff;
    font-size: 18px;
}
.player .volume-icon span {
	width: 20%;
    height: 19%;
    display: block;
    position: relative;
    z-index: 1;
    left: 22%;
    font-size: 24px;
    color: #fff;
    top: 18%;
} 
.player .volume-icon span:after {
	content: '';
	position: absolute;
}
.player .volume-icon span:after {
	width: 2%;
	height: 2%;
	border: 1px solid #fff;
	left: 170%;
	border-width: 0px 0px 0 0; 
	top: 5px;
	border-radius: 0 50px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	 transform: rotate(45deg);
	 font-variant: small-caps;
 }
.player .v-change-11 span:after { border-width: 10px 10px 0 0; top: 7px; }
.player .v-change-10 span:after { border-width: 9px 9px 0 0; top: 7px; }
.player .v-change-9 span:after { border-width: 8px 8px 0 0; top: 8px; }
.player .v-change-8 span:after { border-width: 7px 7px 0 0; top: 9px; }
.player .v-change-7 span:after { border-width: 6px 6px 0 0; top: 9px; }
.player .v-change-6 span:after { border-width: 5px 5px 0 0; top: 10px; }
.player .v-change-5 span:after { border-width: 4px 4px 0 0; top: 10px; }
.player .v-change-4 span:after { border-width: 3px 3px 0 0; top: 11px; }
.player .v-change-3 span:after { border-width: 2px 2px 0 0; top: 11px; }
.player .v-change-2 span:after { border-width: 1px 1px 0 0; top: 11px; }
.player .v-change-1 span:after { border-width: 0px 0px 0 0; top: 5px; }
.player .v-change-1 span:after {
	content: '+';
	-webkit-transform: rotate(45deg);
	font-size: 20px; 
	top: -1px;
	left: 25px;
}
.mt_custom_video_wrapper {
    padding: 0 17.5% !important;
}
.mt_custom_video {
    width: 100%;
    float: left;
}
.mt_custom_video_wrapper .mt_custom_video video {
	height:402px !important;
}
.mt_custom_video video {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 20px;
} 
.vt_slide_iframe .mt_custom_video .player {
    padding: 0 40px;
    width:  100% !important;
}
.vt_slide_iframe .mt_custom_video .player .play-pause {
    width:  10%;
}

.vt_slide_iframe .mt_custom_video .player .progress {
    width:  75%;
}
.vt_slide_iframe .mt_custom_video .player .fullscreen {
    text-align:  right;
}
/** slider 12 audio css**/
.vt_slide_iframe.mt_custom_audio_wrapper.vt_slider_12_wrap {
    position:  relative;
}
.vt_slide_iframe.mt_custom_audio_wrapper.vt_slider_12_wrap .mt_audio_wrapper {
    position:  absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50% ,-50%);
    -webkit-transform: translate(-50% ,-50%);
    -moz-transform: translate(-50% ,-50%);
    -ms-transform: translate(-50% ,-50%);
    -o-transform: translate(-50% ,-50%);
    width: 800px;
}
@media( max-width : 1200px ){
	.video {
		width: 100% !important;
	}
}