/* FOR YOUR CONVENIENCE AND QUICK EDITING, BELOW ARE ALL THE COLOR CUSTOMIZATION OPTIONS
**************************************************/
/* icon color */
.bonfire-slideout-button {
	color:#C8C8C8;
}
/* icon hover color */
.bonfire-slideout-button:hover {
	color:#666;
}
/* triangle button background color */
.bonfire-slideout-button-triangle-background {
	border-bottom-color:#fff !important;
}
/* canvas background color */
.assistanteditorContent , .businessoperationsManagerContent, .digitalheadContent, .contenteditorContent, .eventmanagerContent, .vacancyad1Content, .vacancymanagersContent {
	background-color:#F7F7F7;
}



/* THE SLIDEOUT BUTTON
**************************************************/
/* show hand icon if text trigger */
.canvas-text-trigger {
	cursor:pointer;
}

/* the button */
.bonfire-slideout-button {

	
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	-ms-transition: all .35s ease;
	transition: all .35s ease;
}
/* the button background (triangle) */
.bonfire-slideout-button-triangle-background {
	opacity:0.95;
	border-left:100px solid transparent;
	border-bottom:100px solid #fff;
	width:0;
	height:0;
	position:fixed;
	right:0;
	bottom:0;	
	z-index:99999998;
	pointer-events:none;
}


/* THE SLIDEOUT
**************************************************/
.assistanteditorContent img , .businessoperationsManagerContent img, .digitalheadContent img, .contenteditorContent img,.eventmanagerContent img, .vacancyad1Content img,  .vacancymanagersContent img{
	max-width:100%;
}

.assistanteditorContent, .businessoperationsManagerContent, .digitalheadContent, .contenteditorContent, .eventmanagerContent, .vacancyad1Content, .vacancymanagersContent{
	position:fixed;
	overflow:auto;
	bottom:0;
	left:-100%;
	width:100% !important;
	height:100% !important;
	z-index:99999;
	opacity:.85;
	
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	
	-webkit-transition: -webkit-transform .8s ease, left 0s ease;
	-moz-transition: -moz-transform .8s ease, left 0s ease;
	-o-transition: -o-transform .8s ease, left 0s ease;
	-ms-transition: -ms-transform .8s ease, left 0s ease;
	transition: transform .8s ease, left 0s ease;
	
	-webkit-overflow-scrolling: touch;
	
	font-family:'Source Sans Pro', arial, tahoma, verdana;
	font-size:;
}
.bonfire-slideout-inner {
	max-width:100%;
	max-height:100%;
	overflow:auto;

}
.bonfire-slideout-inner-inner {
	padding:40px;
}
.bonfire-slideout-active {
	opacity:0.99 !important;
	left:0 !important;
}
.bonfire-slideout-active-translate {	
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.bonfire-slideout-content {
	max-width:920px;
	margin:0 auto;
	font-size:22px;
	line-height:30px;
	color:#ccc;
}

.bonfire-slideout-content p {
	margin:15px;
}



/* THE CLOSE BUTTON
**************************************************/
.assistanteditorContent-close, .businessoperationsManagerContent-close, .digitalheadContent-close, .contenteditorContent-close, .eventmanagerContent-close, .vacancyad1Content-close,.vacancymanagersContent-close {
	opacity:.3;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	margin:20px 40px 0 0;
	padding:20px;
	width:36px;
	height:36px;
	
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	
	background:url(images/close.png) no-repeat center center;
}
/* Retina display .bonfire-slideout-close */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
.assistanteditorContent-close,  .businessoperationsManagerContentt-close, .digitalheadContent-close, .contenteditorContent-close, .eventmanagerContent-close, .vacancyad1Content-close,.vacancymanagersContent-close{ background-size:36px 36px !important; background:url(images/close@2x.png) no-repeat center center; }
}
.assistanteditorContent-close:hover , .businessoperationsManagerContent-close:hover,.digitalheadContent:hover,.contenteditorContent:hover, .eventmanagerContent-close:hover, .vacancyad1Content-close:hover, .vacancymanagersContent-close:hover{
	opacity:.5;
}


/* MAX-WIDTH 900px
**************************************************/
@media screen and (max-width: 900px) {

.assistanteditorContent-close, .businessoperationsManagerContent-close , .digitalheadContent-close,.contenteditorContent-close,.eventmanagerContent -close,.vacancyad1Content-close.,.vacancymanagersContent-close {
	position:relative;
	margin:0 auto 10px auto;
}
.bonfire-slideout-content, .bonfire-slideout-content p {
	margin:10px auto;
	font-size:18px;
	line-height:25px;
}
.bonfire-slideout-inner-inner {
	padding:10px 20px 20px 20px;
}
}
/**************************************************/