
.SynergiaQALink {
	display:inline-block;
	bottom:0px;
	right:0px;
	width:80px;
	height:80px;
	margin:0px;
	background: url("../../../../../App_Themes/SynergiaThemeIncludes/Images/PoweredBySynergia.png") no-repeat;
	position:fixed;
	padding:0px;
	z-index:1000;
	
	-webkit-transition: margin-left 0.3s ease;
	-moz-transition: margin-left 0.3s ease;
	transition: margin-left 0.3s ease;
}
.SynergiaQALink:hover {
	background-position:-80px;
}
.SynergiaQALink-close {
	display:inline-block;
	float:left;
	bottom:0px;
	width:80px;
	height:80px;
	margin:0px;
	margin-left:170px;
	background: url("../../../../../App_Themes/SynergiaThemeIncludes/Images/PoweredBySynergia.png") no-repeat;
	background-position:-160px;
	position:fixed;
	padding:0px;
	

}
.SynergiaQALink-close:hover {
	background-position:-160px;
}

/* General styles for all menus */
.SynergiaAccessBox {
	position: fixed;
	height:100%;
}
.SynergiaAccessBox iframe {
	z-index:1001;
	overflow-y:scroll;
}

/* Orientation-dependent styles for the content of the menu */

.SynergiaAccessBox-vertical {
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

/* Vertical menu that slides from the left or right */


.SynergiaAccessBox-right {
	right: -250px;
}

.SynergiaAccessBox-right.SynergiaAccessBox-open {
	right: 0px;
  -moz-box-shadow:    -1px 0px 5px 1px #ccc;
  -webkit-box-shadow: -1px 0px 5px 1px #ccc;
  box-shadow: -1px 0px 5px 1px #ccc;
}

/* Push classes applied to the body */

.SynergiaBody {
	overflow-x: hidden;
	position: relative !important;
	width:100%;
	height:100%;
	left: 0;
}

.SynergiaBody-toright {
	left: 250px;
}

.SynergiaBody-toleft {
	left: -250px;
}

.SynergiaBody-disable {
	opacity:0.5;
}

/* Transitions */

.SynergiaAccessBox {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.SynergiaAccessBox-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.SynergiaAccessBox-top {
		top: -110px;
	}

	.SynergiaAccessBox-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.SynergiaAccessBox-vertical {
		font-size: 90%;
		width: 190px;
	}

	.SynergiaAccessBox-left,
	.SynergiaBody-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.SynergiaBody-toright {
		left: 190px;
	}
}