/*
 * @version		$Id: style.css 1.0.0 03-04-2015 $
 * @package		Yendif Video Share
 * @copyright   Copyright (C) 2014-2016 Yendif Technologies PVT Ltd
 * @license     GNU/GPL http://www.gnu.org/licenses/gpl-2.0.html
*/

html.home .header-top,
html.home #t3-header {
	display:none;
}

.screen {
 max-height:inherit !important;
}

.boxedcontainer	{
	max-width:1170px;
	margin:auto;
	padding:0px 30px;
}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container {
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner {
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}

#context-menu {
	min-width:250px;
}

#context-menu .dropdown-menu {
	padding:7px;
	border-radius:2px;
}

.tp-fullscreen-btn, 
.tp-volume-btn {	
	position: absolute;
	top: 10px;
    background: #333;
    border-radius: 3px;
    opacity: 0.7;
	cursor: pointer;
	z-index: 999;
}
.tp-fullscreen-btn {
right: 10px;
}

.tp-volume-btn {	
	right: 60px;
	width:40px;
	height:40px;
}

.tp-fullscreen-btn:hover, 
.tp-volume-btn:hover {
	opacity: 1;
}

.tp-fullscreen-btn i, 
.tp-volume-btn i {	
	padding: 12px 14px;
    font-size: 16px;
	color: #fff;
}

:-webkit-full-screen {
	position: fixed;
	width: 100%;
	height: 100% !important;
	top: 0;
	background: none;
}

.rev_sliderposition {
	margin-left:9999px;
}

.mejs__overlay-button {
	display:none !important;
}
.mejs__volume-button {
	visibility:hidden !important;
}
/*.mejs__controls {
position:relative !important;
}
.mejs__button {
float:right !important;
right: 48px !important;
top: 10px !important;
background: #333 !important;
border-radius: 3px !important;
opacity: 0.7 !important;

}

.mejs__controls:not([style*="display: none"]) {
background: linear-gradient(transparent,rgba(0,0,0,0)) !important;
}
.mejs__volume-total, 
.mejs__volume-current, 
.mejs__volume-handle {
background:hsla(0,0%,0%,0) !important;
}
.mejs__volume-button>.mejs__volume-slider {
background: rgba(0,0,0,0)  !important;
}*/
.deanet-flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height:100%;
	visibility: inherit;
	position: relative;
	z-index: 99;
}
.deanet-flex-container .deanet-flex-item {
	width: 33.3%;
	text-align:center;		
}
.deanet-flex-container, 
.tp-landscape-btn {	
	display:none;
}



@media only screen and (max-width: 768px) {
.tp-volume-btn { 
	right: 110px;	
}

.tp-landscape-btn {	
	position: absolute;
	top: 10px;
    background: #333;
    border-radius: 3px;
    opacity: 0.7;
	cursor: pointer;
	z-index: 999;
}
.tp-landscape-btn {
	right: 60px;
	width:40px;
	height:40px;
	display:block;
}
.tp-landscape-btn:hover {
	opacity: 1;
}
.tp-landscape-btn i {	
	padding: 12px 14px;
    font-size: 16px;
	color: #fff;
}


}

.hideoverlayloading .mejs__overlay .mejs__overlay-loading {
	display:none !important;
}