.container {
	 height: 70px;
	 padding: 55px;
	 position: fixed;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 margin: auto;
	 text-align: center;
}
 .menuIcon {
	 z-index: 999;
	 position: fixed;
	 padding: 0;
	 margin: 0;
	 list-style-type: none;
}
 .menuIcon .shareIcon i.fa {
	 height: 50px;
	 width: 50px;
	 text-align: center;
	 line-height: 50px;
	 background-color: #151521;
	 border-radius: 2px;
}
 .menuIcon .shareIcon:hover.bottom .submenuIcon li:nth-child(1) {
	 opacity: 1;
	 top: 50px;
	 transform: rotate(0deg);
	 border-top: 1px dashed #1e1e2d;
	 transition-delay: 0.08s;
}
 .menuIcon .shareIcon:hover.bottom .submenuIcon li:nth-child(2) {
	 opacity: 1;
	 top: 100px;
	 transform: rotate(0deg);
	 border-top: 1px dashed #1e1e2d;
	 transition-delay: 0.16s;
}
 .menuIcon .shareIcon:hover.bottom .submenuIcon li:nth-child(3) {
	 opacity: 1;
	 top: 150px;
	 transform: rotate(0deg);
	 border-top: 1px dashed #1e1e2d;
	 transition-delay: 0.24s;
}
 .menuIcon .shareIcon:hover.bottom .submenuIcon li:nth-child(4) {
	 opacity: 1;
	 top: 200px;
	 transform: rotate(0deg);
	 border-top: 1px dashed #1e1e2d;
	 transition-delay: 0.32s;
}
 .menuIcon .shareIcon:hover.bottom .submenuIcon li:nth-child(5) {
	 opacity: 1;
	 top: 250px;
	 transform: rotate(0deg);
	 border-top: 1px dashed #1e1e2d;
	 transition-delay: 0.4s;
}
 .menuIcon .shareIcon:hover.leftIcon .submenuIcon li:nth-child(1) {
	 opacity: 1;
	 left: -51px;
	 transform: rotate(0deg);
	 transition-delay: 0.5s;
	 border-right: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.leftIcon .submenuIcon li:nth-child(2) {
	 opacity: 1;
	 left: -102px;
	 transform: rotate(0deg);
	 transition-delay: 1s;
	 border-right: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.leftIcon .submenuIcon li:nth-child(3) {
	 opacity: 1;
	 left: -153px;
	 transform: rotate(0deg);
	 transition-delay: 1.5s;
	 border-right: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.leftIcon .submenuIcon li:nth-child(4) {
	 opacity: 1;
	 left: -204px;
	 transform: rotate(0deg);
	 transition-delay: 2s;
	 border-right: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.leftIcon .submenuIcon li:nth-child(5) {
	 opacity: 1;
	 left: -255px;
	 transform: rotate(0deg);
	 transition-delay: 2.5s;
	 border-right: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.right .submenuIcon li:nth-child(1) {
	 opacity: 1;
	 left: 50px;
	 transform: rotate(0deg);
	 transition-delay: 0.08s;
	 border-left: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.right .submenuIcon li:nth-child(2) {
	 opacity: 1;
	 left: 100px;
	 transform: rotate(0deg);
	 transition-delay: 0.16s;
	 border-left: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.right .submenuIcon li:nth-child(3) {
	 opacity: 1;
	 left: 150px;
	 transform: rotate(0deg);
	 transition-delay: 0.24s;
	 border-left: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.right .submenuIcon li:nth-child(4) {
	 opacity: 1;
	 left: 200px;
	 transform: rotate(0deg);
	 transition-delay: 0.32s;
	 border-left: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.right .submenuIcon li:nth-child(5) {
	 opacity: 1;
	 left: 250px;
	 transform: rotate(0deg);
	 transition-delay: 0.4s;
	 border-left: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.top .submenuIcon li:nth-child(1) {
	 opacity: 1;
	 top: -51px;
	 transition-delay: 0.08s;
	 transform: rotateY(0deg);
	 border-bottom: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.top .submenuIcon li:nth-child(2) {
	 opacity: 1;
	 top: -102px;
	 transition-delay: 0.16s;
	 transform: rotateY(0deg);
	 border-bottom: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.top .submenuIcon li:nth-child(3) {
	 opacity: 1;
	 top: -153px;
	 transition-delay: 0.24s;
	 transform: rotateY(0deg);
	 border-bottom: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.top .submenuIcon li:nth-child(4) {
	 opacity: 1;
	 top: -204px;
	 transition-delay: 0.32s;
	 transform: rotateY(0deg);
	 border-bottom: 1px dashed #1e1e2d;
}
 .menuIcon .shareIcon:hover.top .submenuIcon li:nth-child(5) {
	 opacity: 1;
	 top: -255px;
	 transition-delay: 0.4s;
	 transform: rotateY(0deg);
	 border-bottom: 1px dashed #1e1e2d;
}
 .menuIcon .submenuIcon {
	 list-style-type: none;
	 padding: 0;
	 margin: 0;
}
 .menuIcon .submenuIcon li {
	 transition: all ease-in-out 0.5s;
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: -1;
	 opacity: 0;
}
 .menuIcon .submenuIcon li a {
	 color: #212121;
}
 .menuIcon .submenuIcon li a:hover i.fa {
	 color: #fff;
}
 .menuIcon .submenuIcon li a:hover.facebookIcon i.fa {
	 background-color: #50cd89;
}
 .menuIcon .submenuIcon li a:hover.twitterIcon i.fa {
	 background-color: #50cd89;
}
 .menuIcon .submenuIcon li a:hover.googlePlusIcon i.fa {
	 background-color: #50cd89;
}
 .menuIcon .submenuIcon li a:hover.instagramIcon i.fa {
	 background-color: #50cd89;
}
 .menuIcon .submenuIcon li:nth-child(1) {
	 transform: rotateX(45deg);
}
 .menuIcon .submenuIcon li:nth-child(2) {
	 transform: rotateX(90deg);
}
 .menuIcon .submenuIcon li:nth-child(3) {
	 transform: rotateX(135deg);
}
 .menuIcon .submenuIcon li:nth-child(4) {
	 transform: rotateX(180deg);
}
 .menuIcon.topLeft {
	 top: 200px;
	 left: 10px;
}
 .menuIcon.topRightIcon {
	 top: 256px;
	 right: 10px;
}
 .menuIcon.bottomLeft {
	 bottom: 10px;
	 left: 10px;
}
 .menuIcon.bottomRight {
	 bottom: 100px;
	 right: 10px;
}

/* Mobil */
@media (max-width: 767px) {

	.menuIcon.topRightIcon {
 	 top: 100px;
 	 right: 10px;
 }


}
