﻿.csstransforms * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.CircularMenuUl{
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity:0;
    z-index: 50000;
}

.MirrorSlice{
    position:absolute;
    z-index:2999;
    overflow:hidden;
}

.CircularSlice:hover{
    background-color:rgba(0, 0, 0, 0.11);
}

.CircularSlice{
  border: 1px solid rgba(0, 0, 0, 0.11);
  z-index:3000;
}


.opened-nav {
    border-radius: 50%;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity:1;
}

.cn-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 2;
}

.cn-overlay.on-overlay {
  visibility: visible;
  opacity: 1;
}

.cn-button {
    display: inline-block;
    border: none;
    background: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8em;
    background-color: rgba(113, 164, 230, 0.952941);
    position: absolute;
    bottom: -1.75em;
    border-radius: 50%;
    cursor: pointer;
    z-index: 11;
    overflow: hidden;
    box-shadow: inset -1px 0px 5px 1px rgba(0, 0, 0, 0.06);
    z-index: 500000;
}


.cn-buttonTopLeft{
    padding-left: 1em;
}

.cn-buttonTopRight{
    padding-left: 1em;
}

.cn-buttonTopCenter{
    padding-top: 8px;
}


.cn-buttonBottomLeft{
    padding-left: 1em;
}

.cn-buttonBottomRight{
    padding-left: 1em;
}

.cn-buttonBottomCenter{
    padding-bottom: 1em;
}


.cn-buttonCenterLeft{
    padding-left: 1em;
}

.cn-buttonCenterRight{
    padding-right: .5em;
    padding-top: 5px;
    margin-right: -16px;
}

.cn-buttonCenterCenter{
    margin-top: -1.75em;
    padding-bottom: 0;
}




.csstransforms .cn-wrapper li {
    position: absolute;
    font-size: 1.5em;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    overflow: hidden;
    /*left: -50%;
    margin-top: -50%;*/
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
}

    .csstransforms .cn-wrapper li a {
        display: block;
        font-size: 1.18em;
        height: 14.5em;
        width: 14.5em;
        position: absolute;
        /*bottom: -7.25em;
        right: -7.25em;*/
        border-radius: 50%;
        text-decoration: none;
        color: rgba(0,0,0,0.6);
        padding-top: 1.8em;
        text-align: center;
        /*-webkit-transform: skew(-50deg) rotate(-70deg) scale(1);
        -ms-transform: skew(-50deg) rotate(-70deg) scale(1);
        -moz-transform: skew(-50deg) rotate(-70deg) scale(1);
        -o-transform: skew(-50deg) rotate(-70deg) scale(1);
        transform: skew(-50deg) rotate(-70deg) scale(1);*/
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, color 0.3s;
        -moz-transition: opacity 0.3s, color 0.3s;
        -o-transition: opacity 0.3s, color 0.3s;
        transition: opacity 0.3s, color 0.3s;
    }


    .HolderContent{
        font-size: 1.1em;
        text-rendering: optimizeLegibility;
    }



@media screen and (max-width:480px) {
  .csstransforms .cn-wrapper {
    font-size: .68em;
  }

  .cn-button {
    font-size: 1em;
  }

  .csstransforms .cn-wrapper li {
    font-size: 1.52em;
  }
}

@media screen and (max-width:320px) {
  .no-csstransforms .cn-wrapper {
    width: 15.15px;
    margin-left: -7.5em;
  }

  .no-csstransforms .cn-wrapper li {
    height: 3em;
    width: 3em;
  }
}
