#demo-switcher-wrapper {
	bottom: 10px;
	font-family: sans-serif;
	font-size: 14px;
	left: 0;
	line-height: 1.75;
	position: fixed;
	transition: left 0.4s;
	z-index: 9999;
}

.demo-switcher {
	background: #fff;
	bottom: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-sizing: border-box;
	color: #444;
	height: 515px;
	left: 0;
	overflow: hidden;
	padding: 10px 20px;
	position: absolute;
	width: 235px;
	z-index: 10;
}

.demo-switcher p {
	margin: 0 0 1.75em;
}

#demo-switcher-wrapper a {
	color: #444;
	font-weight: bold;
	text-decoration: underline;
	transition: color 0.4s;
}

#demo-switcher-wrapper p {
	margin-bottom: 8px;
	width: 185px
}

#demo-switcher-wrapper .active-tab {
	box-shadow: none;
	z-index: 10;
}

#demo-switcher-wrapper .theme-tab.active-tab {
	background: #2a9bd2;
}

#demo-switcher-wrapper .plugin-tab.active-tab {
	background: #6D62C6;
}

#demo-switcher-wrapper .active-tab div.demo-switcher-label {
	color: #fff;
}

.demo-switcher-current p {
	box-sizing: border-box;
}
.theme-panel .demo-switcher-current p {
	border: 5px solid #2a9bd2;
	background: #2a9bd2;
}

.plugin-panel .demo-switcher-current p {
	border: 5px solid #6D62C6;
	background: #6D62C6;
}

p.theme-purchase {
	font-weight: 700;
	color: #2a9bd2;
	text-align: center;
}

.demo-switcher p {
	margin-top: 5px;
}

.demo-switcher img {
	display: block;
}

.demo-switcher-current img {
border: 2px solid #fff;
box-sizing: border-box;
}

.demo-switcher div a img:hover {
	opacity: 0.6;
}

p.coming-soon, .theme-panel div p {
	background: #2a9bd2;
}

.plugin-panel div p {
	background: #6D62C6;
}

.demo-switcher.theme-panel a img {
	box-shadow: 0 0 10px rgba(42, 155, 210,0.5);
}

.demo-switcher.plugin-panel a img {
	box-shadow: 0 0 10px rgba(109, 98, 198,0.5);
}

.coming-soon img {
	opacity: 0.6;
}

#switcher-tabs {
	display: none;
}

.demo-switcher-open-close {
	bottom: 0;
}


#hbook-tab {
	bottom: 50px;
}

#hbook-tab div {
	bottom: 55px;
}

#lavilla-tab {
	bottom: 190px;
}

#lavilla-tab div{
	bottom: 55px;
}

#adomus-tab {
	bottom: 330px;
}

#adomus-tab div{
	bottom: 60px;
}

#demo-switcher-website-tab {
	bottom: 475px;
}

#demo-switcher-wrapper #demo-switcher-website-tab {
	transition: bottom 0.72s;
}

#demo-switcher-website-tab img {
	max-width: 70%;
	position: absolute;
	left: 8px;
	top: 6px;
}

#demo-switcher-wrapper .theme-tab .demo-switcher-label {
	color: #2a9bd2;
}

#demo-switcher-wrapper .plugin-tab  .demo-switcher-label {
	color: #6D62C6;
}

#demo-switcher-wrapper .demo-switcher {
	display: none;
}

#demo-switcher-wrapper .demo-switcher.active-panel {
	display: block;
}

#demo-switcher-wrapper.demo-switcher-closed {
	left: -235px;
}

.demo-switcher-closed #demo-switcher-website-tab {
	bottom: 45px;
}

.demo-switcher-closed .demo-open-close-tab {
	display: none;
}

.demo-switcher-closed .demo-switcher-close {
	opacity: 0;
}

.demo-switcher-open {
	opacity: 0;
}

.demo-switcher-closed .demo-switcher-open {
	opacity: 1;
}

#demo-switcher-wrapper a.demo-switcher-button {
    border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px 0 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.4s, color 0.4s;
	width: 100%;
}

#demo-switcher-wrapper a.demo-switcher-button.theme-button {
	border: 1px solid #2a9bd2;
	color: #2a9bd2;
}

#demo-switcher-wrapper a.demo-switcher-button.theme-button:hover {
	background: #2a9bd2;
	color: #fff;
}

#demo-switcher-wrapper a.demo-switcher-button.plugin-button {
	border: 1px solid #6D62C6;
	color: #6D62C6;
}

#demo-switcher-wrapper a.demo-switcher-button.plugin-button:hover {
	background: #6D62C6;
	color: #fff;
}

.demo-open-close-tab, .demo-switcher-open-close, #demo-switcher-website-tab {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 18px;
	outline: none;
	position: absolute;
	text-decoration: none;
	transition: height 0.4s;
	z-index: 5;
}

.demo-open-close-tab {
	font-size: 14px;
	font-weight: 700;
	left: 235px;
	height: 135px;
	width: 35px;
}

.demo-switcher-open-close, #demo-switcher-website-tab {
	height: 40px;
	left: 230px;
	width: 40px;
}

.demo-open-close-tab div {
    height: 25px;
	position: absolute;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-90deg);
    top: 55px;
    left: -50px;
    width: 135px;
}

a.demo-switcher-open-close:active, a.demo-switcher-open-close:focus {
	outline: none;
}

.demo-switcher-open-close div {
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    content: '';
    left: 16px;
    position: absolute;
    top: 13px;
}

.demo-switcher-open {
    border-left: 12.12px solid #666;
}

.demo-switcher-close {
    border-right: 12.12px solid #666;
}