/**Section Move CSS**/
.sectionmove-buttons{
	position: fixed;
	left: 0;
	z-index: 99;
	top: 50%; transform: translateY(-50%);
}
.overlay-open .sectionmove-buttons{z-index:2;}
.sectionmove-buttons a{
	background-color: #f0eaec;
	padding: 10px 7px;
	margin-bottom: 1px;
	display: flex;
	align-items: center;
	max-width: 43px;
	height: 43px;
	overflow: hidden;
	text-align: center;
	transition: all 0.5s;
	white-space: nowrap;
	box-shadow:0 0px 3px 0 rgba(0, 0, 0, 0.3);
}
.sectionmove-buttons a:first-child{ border-radius: 0 3px 0 0; }
.sectionmove-buttons a:last-child{ border-radius: 0 0px 3px 0; }
.sectionmove-buttons a:hover{ 
	max-width:100%; 
	transition:all 0.5s;
	background-color:#2E1A47;
	border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	-ms-border-radius:0 3px 3px 0;
	-o-border-radius:0 3px 3px 0;
	-webkit-border-radius:0 3px 3px 0;
	}
.sectionmove-buttons a .section-control-icon{
}
.sectionmove-buttons a .section-txt{
	margin-left: 18px;
	color: #2E1A47;
	font-weight: 600;
	transition:all 0.5s;
}
.sectionmove-buttons a img{max-width:27px;}
.sectionmove-buttons a.active{background-color: #2E1A47;}
.sectionmove-buttons a:hover .section-txt,
.sectionmove-buttons a.active .section-txt{ color: #ffffff; }
.sectionmove-buttons a:hover svg,
.sectionmove-buttons a:hover svg path{fill: #ffffff;}
.sectionmove-buttons a:hover svg g{ stroke: #ffffff; }

.sectionmove-buttons a.active svg,
.sectionmove-buttons a.active svg path{fill: #ffffff;}
.sectionmove-buttons a.active svg g{ stroke: #ffffff; }

@media(max-width: 1199px){
	.sectionmove-buttons {
	top:auto;
	bottom:0;
	left: 0;
	right:0;
	flex: 1;
	display: -ms-flexbox !important;
	display: flex !important;
	background-color: #ffffff;
	box-shadow:0 0px 4px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(0);
}
.sectionmove-buttons a{max-width:none; width:25%; height:50px; text-align:center; justify-content: center; box-shadow:none; border-right:1px solid #ffffff; background:#ffffff;}
.sectionmove-buttons a .section-control-icon svg{width:21px; min-height:19px;}
.sectionmove-buttons a:first-child,
.sectionmove-buttons a:last-child,
.sectionmove-buttons a{border-radius:0px;}
.sectionmove-buttons .section-txt{display:none;}
.sectionmove-buttons a:last-child{border:none;}
body{
	padding-bottom:50px;
	}
}
.v-none{height:0px; max-width:0px; width:0px;margin-left:-100%;}

@media(max-width: 767px){.sectionmove-buttons {display:none;}}