
.wheel-button {
  position: relative; z-index:100;
}

.wheel {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 300px; /* this will determine the diameter of the circle  */
  height: 300px; /* this will determine the diameter of the circle  */
  visibility: hidden;
  position: relative;
  display: none;
}

.wheel li {
  overflow: hidden;
  float:left;
}

.wheel li a {
  display: block;
}
.mains .wheel-button img{ width:60px;}
.wheel li img{ width:40px;}
  
.wheel-button, .wheel-button:visited {
  text-align: center;
  width: 60px;
  height: 60px;
  display: block;
  margin:-16px auto;
}


.wheel-button span {
  width: 60px;
  height: 60px;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: block;
}

.wheel-button.active span{
  transform: rotate(135deg);
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Safari and Chrome */
}

.wheel li a, .wheel li a:visited{
  width: 40px;
  height: 40px;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */

.customicon-plus,
.customicon-user,
.customicon-video,
.customicon-home {
  font-family: 'Elusive-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.customicon-plus:before {
  content: "\e05a";
}

.customicon-user:before {
  content: "\e013";
}
.customicon-video:before {
  content: "\e012";
}

.customicon-video-chat:before {
  content: "\e010";
}
.customicon-home:before {
  content: "\e0e0";
}