.hefe-pop-out-sidebar-body-fixed {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.hefe-pop-out-sidebar-link {
	display: inline-block;
	opacity: 1;
    cursor: hand;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.hefe-pop-out-sidebar-link:hover {
	opacity: 0.7;
}

.hefe-pop-out-sidebar-widgets {
	display: none;
	position: fixed;
	top: 0;
	left: -260px;
	height: 100%;
	z-index: 99999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 15px;
	background-color: #333333;
	color: #D3D3D3;
	-webkit-overflow-scrolling: touch;
}

.hefe-pop-out-sidebar-body-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.2;
	z-index: 99999998;
	overflow: none;
	-webkit-overflow-scrolling: touch;
	cursor: hand;
	cursor: pointer;
}

.hefe-pop-out-sidebar-widgets-left {
	left: -260px;
	right: auto;
}

.hefe-pop-out-sidebar-widgets-right {
	left: auto;
	right: -260px;
}

.hefe-pop-out-sidebar-widgets a, 
.hefe-pop-out-sidebar-widgets a:active, 
.hefe-pop-out-sidebar-widgets a:focus {
	color: #D3D3D3 !important;
	opacity: 1;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hefe-pop-out-sidebar-widgets a:hover {
	color: #D3D3D3 !important;
	opacity: 0.7;
}

.hefe-pop-out-sidebar-widgets-left {
	display: none;
}

.hefe-pop-out-sidebar-widgets-right {
	display: none;
}

.hefe-pop-out-sidebar-widgets.right {
	left: auto;
	right: -260px;
}

.hefe-pop-out-sidebar-widgets.left {
	left: -260px;
	right: auto;
}

body.hefe-pop-out-sidebar-open { 
	position: fixed !important; 
}

.hefe-pop-out-sidebar-widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 15px 18px 15px;
}

.hefe-pop-out-sidebar-toggle-widget-wrap:first-child {
	padding-top: 0;
}

.hefe-pop-out-sidebar-widget.fullwidth,
.hefe-pop-out-sidebar-widget.full-width,
.hefe-pop-out-sidebar-widget.w-100,
.hefe-pop-out-sidebar-widget.width100,
.hefe-pop-out-sidebar-widget.w100 {
	padding-left: 0;
	padding-right: 0;
}

.hefe-pop-out-sidebar-widget.widget_nav_menu .hefe-pop-out-sidebar-widget-title,
.hefe-pop-out-sidebar-widget.widget_hefe_navigation_menu_widget .hefe-pop-out-sidebar-widget-title {
	padding-left: 18px;
	padding-right: 18px;
}

.fancybox-popup-form-content {
	width: 100%;
	max-width: 600px;
	padding: 15px;
}

@media (min-width: 768px) {
	.fancybox-popup-form-content {
		width: 100%;
		max-width: 600px;
		padding: 30px;
	}
}