.divmenu {
    position: absolute;
    right: -315px;
    top: calc(50% - 275px);
    direction: ltr;
}
.cm-container {
    position: relative;
    width: 550px;
    height: 550px;
    border: solid 2px #95b5df;
    right: 25px;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    background: #4e86c5;
}
.cm-container:before {
    content: "";
    width: 275px;
    height: 275px;
    border-radius: 200%;
    background: #ffffff;
    position: absolute;
    top: calc(50% - 137px);
    left: calc(50% - 137px);
}
.cm-container:after {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 200%;
    background: #95b5df;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
}
.cm-container .cm-items {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: auto;
    left: 249px;
    top: 264px;
    box-sizing: border-box;
}
.cm-container .cm-items .cm-item {
    position: absolute;
    list-style: none;
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
}
.cm-container .cm-items .cm-item.selected {
  display: none;
}
.cm-container .cm-items .cm-item a {
    position: relative;
    color: #4e86c5;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 15px;
    text-align: right;
    width: 160px;
    display: block;
    text-align: right;
}
.cm-container .cm-items .cm-item a:hover {
    color: #000000;
    padding-right: 10px;
    zoom: 107%;
    right: 10px;
    font-weight: bold;
}
.cm-container .cm-items .cm-item a.active {
    color: #000000;
    padding-left: 0px;
    zoom: 107%;
    right: 12px;
        font-weight: bold;
}
    .cm-container .cm-items .cm-item a:hover:before {
    background-color: #97b7df;
    width: 30px;
    height: 30px;
    top: -4px;
        right: -32px;
    }
.cm-container .cm-items .cm-item a:before {
content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -28px;
    background-color: #ffffff;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid;
}
.cm-container .cm-selected-container {
  position: absolute;
  width: 100px;
  height: 100px;
  border: solid 3px #4e86c5;
  -khtml-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  right: -50px;
  top: 225px;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.cm-container .cm-selected-container .cm-selected-label {
  height: 74px;
  width: 74px;
  overflow: hidden;
  font-weight: 700;
  color: #4e86c5;
  font-size: 85%;
  box-sizing: border-box;
}
.cm-container .cm-selected-container .cm-selected-label span {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  width: inherit;
}
.cm-container .cm-selected-container .cm-button {
  position: absolute;
  width: 28px;
  height: 28px;
  font-size: 20px;
  cursor: pointer;
  top: 36px;
  color: #4e86c5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cm-container .cm-selected-container .cm-button:hover {
  color: #74dba2;
}
.cm-container .cm-selected-container .cm-button.cm-button-prev {
  left: -32px;
}
.cm-container .cm-selected-container .cm-button.cm-button-prev:hover {
  left: -34px;
}
.cm-container .cm-selected-container .cm-button.cm-button-next {
  right: -32px;
}
.cm-container .cm-selected-container .cm-button.cm-button-next:hover {
  right: -34px;
}
#item-1 {
    top: -240px;
    left: -288px;
    display: list-item;
}
#item-2 {
    top: -180px;
    left: -359px;
    display: list-item;
}
#item-3 {
    top: -120px;
    left: -399px;
    display: list-item;
}
#item-4 {
top: -60px;
    left: -420px;
    display: list-item;
}
#item-5 {
top: 0px;
    left: -427px;
    display: list-item;
}
#item-6 {
top: 60px;
    left: -420px;
    display: list-item;
}
#item-7 {
top: 120px;
    left: -399px;
    display: list-item;
}
#item-8 {
top: 180px;
    left: -359px;
    display: list-item;
}
#item-9 {
    top: 236px;
    left: -292px;
    display: list-item;
}


