/*---- Preview 01----*/
.theme_anchor-menu_01 .theme_anchor_menu_1 .anchorNav__item::before{
    background: grey;
}

.theme_anchor-menu_01 .theme_anchor_menu_1 .anchor-menu-text{
    color: black;
}

.theme_anchor-menu_01 .theme_anchor_menu_1 a{
    padding: 1px 0;
}

/*---- Preview 02 ----*/
.theme_anchor-menu_04 .theme_anchor_menu_4 .anchor-item-current .anchorNav__item::after {
    border-color: rgb(253, 159, 36);
}

.theme_anchor-menu_04 .theme_anchor_menu_4 .anchor-menu-text{
    color: black;
}

.theme_anchor-menu_04 .theme_anchor_menu_4 .anchorNav__item::after {
    background: rgb(255, 195, 116);
}

/*----- Preview 3 ----*/
.theme_anchor-menu_05 .theme_anchor_menu_5 .anchor-item-current .anchorNav__item {
    border-left-color: rgb(130, 105, 231);
}

.theme_anchor-menu_05 .theme_anchor_menu_5 .anchor-menu-text{
    color: black;
}

.theme_anchor-menu_05 .theme_anchor_menu_5 .anchorNav__item {
    border-left-color: rgb(174, 159, 238);
}

/*---- Preview 4 ----*/
.theme_anchor-menu_06 .theme_anchor_menu_6 .anchor-item-current .anchorNav__item::after {
    background: rgb(255, 112, 67);
}

.theme_anchor-menu_06 .theme_anchor_menu_6 .anchor-menu-text{
    color: black;
}

.theme_anchor-menu_06 .theme_anchor_menu_6 a {
    padding: 0;
}

.theme_anchor-menu_06 .theme_anchor_menu_6 .anchorNav__item::after {
    background: rgb(255, 112, 67);
}

/*---- Preview 5 ----*/
.theme_anchor-menu_02 .theme_anchor_menu_2 .anchorNav__item::before{
    background: rgb(0, 157, 255);;
}

.theme_anchor-menu_02 .theme_anchor_menu_2 .anchor-menu-text{
    color: black;
}

.theme_anchor-menu_02 .theme_anchor_menu_2 .anchorNav__item {
    background: rgb(192, 201, 220);
}

/*---- Preview 6 ----*/
.theme_anchor-menu_03 .theme_anchor_menu_3 .anchorNav__item {
    color: rgb(93, 236, 156);
}

.theme_anchor-menu_03 .theme_anchor_menu_3 .anchor-menu-text{
    color: black;
}

.theme_anchor-menu_03 .theme_anchor_menu_3 a {
    padding-top: 0;
}


/*----- THEME 1 -----*/
.theme_anchor-menu_01 ul{
    display: inline-block;
    font-size: 100%;
    list-style: none;
    position: relative;
    width: 8em;
    padding: 0;
    margin: 0;
}
/* position right*/
.theme_anchor-menu_01 ul .anchorMenu-right .anchorNav__item{
    float: right;
}
.theme_anchor-menu_01 ul .anchorNav__item {
    width: 2.25em;
    height: 2.25em;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: currentColor;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.theme_anchor-menu_01 ul .anchorNav__item::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.theme_anchor-menu_01 ul .anchorNav__item::after{
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    opacity: 0;
    border:3px solid #c1dff9;
    -webkit-transform: scale3d(0.35,0.35,1);
    transform: scale3d(0.35,0.35,1);
    -webkit-transition: -webkit-transform 0.5s, border 0.5s, opacity 0.5s;
    transition: transform 0.5s, border 0.5s, opacity 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.theme_anchor-menu_01 ul .anchor-item-current .anchor-menu-text {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.theme_anchor-menu_01 ul .anchor-item-current .anchorNav__item::before {
    -webkit-transform: scale3d(0.35,0.35,1);
    transform: scale3d(0.35,0.35,1);
}

.theme_anchor-menu_01 ul .anchor-item-current .anchorNav__item::after {
    opacity: 1;
    border: 3px solid #c1dff9;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/* position right */
.theme_anchor-menu_01 ul .anchorMenu-right .anchor-menu-text{
    top:4px;
    float: right;
}

.theme_anchor-menu_01 ul .anchor-menu-text {
    top: -11px;
    position: relative;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    color: black;
    -webkit-transform: scale3d(0.1,0.1,1);
    transform: scale3d(0.1,0.1,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.theme_anchor-menu_01 .anchorNav__item:not(.anchor-item-current):focus::after{
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.theme_anchor-menu_01 .anchorNav__item:not(.anchor-item-current):hover::after {
    background: #31312f;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.theme_anchor-menu_01 .anchor-menu-link:not(.anchor-item-current):focus .anchor-menu-text{
    opacity: 0.25;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.theme_anchor-menu_01 .anchor-menu-link:not(.anchor-item-current):hover .anchor-menu-text {
    opacity: 0.25;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---- THEME 2 ----*/
.theme_anchor-menu_02 ul .anchorNav__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff5722;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.theme_anchor-menu_02 ul .anchor-item-current .anchorNav__item::before {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---- position right ----*/
.theme_anchor-menu_02 ul .anchorMenu-right .anchorNav__item{
    float: right;
    width: 20px;
}

.theme_anchor-menu_02 ul .anchorNav__item {
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: currentColor;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow: hidden;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.theme_anchor-menu_02 {
    display: inline-block;
    font-size: 100%;
    list-style: none;
    position: relative;
    width: 8em;
    padding: 0;
    margin: 0;
}

/*---- right position -----*/
.theme_anchor-menu_02 ul .anchorMenu-right .anchor-menu-text{
    float: right;
    padding-right: 5px;
    top: 2px;
}

.theme_anchor-menu_02 ul .anchor-menu-text{
    top: -5px;
    padding-left: 7px;
    display: inline-block;
    position: relative;
}

.theme_anchor-menu_02 ul .anchor-item-current .anchorNav__item {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.theme_anchor-menu_02 ul .anchorNav__item:not(.anchor-item-current):focus{
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.theme_anchor-menu_02 ul .anchorNav__item:not(.anchor-item-current):hover{
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/*---- THEME 3 ----*/
.theme_anchor-menu_03 ul .anchorNav__item::before{
    content: '';
    position: absolute;
    top: 0.75em;
    right: 0;
    width: 1em;
    height: 1em;
    box-shadow: inset 0 0 0 6px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

/*---- position right ----*/
.theme_anchor-menu_03 ul .anchorMenu-right .anchorNav__item{
    float: right;
}

.theme_anchor-menu_03 ul .anchorNav__item {
    width: 2.25em;
    height: 2.25em;
    font-size: 100%;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: currentColor;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.theme_anchor-menu_03 ul{
    display: inline-block;
    font-size: 100%;
    list-style: none;
    position: relative;
    width: 8em;
    padding: 0;
    margin: 0;
}

.theme_anchor-menu_03 ul .anchor-item-current span::before {
    -webkit-transform: scale3d(1.75,1.75,1);
    transform: scale3d(1.75,1.75,1);
    box-shadow: inset 0 0 0 1px;
}

/*---- position right ----*/
.theme_anchor-menu_03 ul .anchorMenu-right .anchor-menu-text{
    float: right;
    left: inherit;
    right: 2em;
}

.theme_anchor-menu_03 ul .anchor-menu-text{
    position: absolute;
    left: 3.5em;
    pointer-events: none;
    padding: 0.60em 0;
    font-weight: bold;
    white-space: nowrap;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.theme_anchor-menu_03 ul .anchor-item-current .anchor-menu-text {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.theme_anchor-menu_03 .anchorNav__item:not(.anchor-item-current):focus::after{
    background: #31312f;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.theme_anchor-menu_03 .anchorNav__item:not(.anchor-item-current):hover::after {
    background: #31312f;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.theme_anchor-menu_03 .anchor-menu-link:not(.anchor-item-current):focus .anchor-menu-text{
    opacity: 0.25;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.theme_anchor-menu_03 .anchor-menu-link:not(.anchor-item-current):hover .anchor-menu-text {
    opacity: 0.25;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---- THEME 4 ----*/
.theme_anchor-menu_04 {
    display: inline-block;
    font-size: 100%;
    list-style: none;
    position: relative;
    width: 8em;
    padding: 0;
    margin: 0;
}

.theme_anchor-menu_04 .anchorNav__item::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid transparent;
    background: #ddddda;
}

.theme_anchor-menu_04 .anchor-item-current .anchorNav__item::after {
    z-index: 10;
    border-color: #31312f;
    -webkit-transform: scale3d(1.5,1.5,1);
    transform: scale3d(1.5,1.5,1);
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s, border-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, border-color 0.3s;
}

/*---- position right ----*/
.theme_anchor-menu_04 .anchorMenu-right .anchor-menu-text{
    float: right;
    padding-right: 10px;
    top: 0;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
}

.theme_anchor-menu_04 .anchor-menu-text {
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
    top: -4px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

/*---- position right ----*/
.theme_anchor-menu_04 .anchorMenu-right .anchor-item-current .anchor-menu-text{
    float: right;
    padding-right: 10px;
    top: 0;
}

.theme_anchor-menu_04 .anchor-item-current .anchor-menu-text {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    display: inline-block;
    position: relative;
    top: -4px;
    padding: 0 0 0 20px;
}

.theme_anchor-menu_04 .anchorMenu-right .anchorNav__item{
    float: right;
}

.theme_anchor-menu_04 .anchorNav__item {
    width: 1.5em;
    height: 1.5em;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    color: currentColor;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.theme_anchor-menu_04 .anchorNav__item:not(.anchor-item-current):focus::after{
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.theme_anchor-menu_04 .anchorNav__item:not(.anchor-item-current):hover::after {
    background: #31312f;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.theme_anchor-menu_04 .anchor-menu-link:not(.anchor-item-current):focus .anchor-menu-text{
    opacity: 0.25;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.theme_anchor-menu_04 .anchor-menu-link:not(.anchor-item-current):hover .anchor-menu-text {
    opacity: 0.25;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---- THEME 5 ----*/
.theme_anchor-menu_05 {
    display: inline-block;
    font-size: 100%;
    list-style: none;
    position: relative;
    width: 8em;
    padding: 0;
    margin: 0;
}

.theme_anchor-menu_05 .anchor-menu-link{
    padding-bottom: 8px;
}

/*---- position right ----*/
.theme_anchor-menu_05 .anchorMenu-right .anchorNav__item{
    left: inherit;
    right: 0;
}

.theme_anchor-menu_05 .anchorNav__item {
    width: 0;
    height: 0;
    border-left: 20px solid red;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 0;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    -webkit-transition: -webkit-transform 0.5s, fill 0.5s;
    transition: transform 0.5s, fill 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    fill: currentColor;
}

/*---- position right ----*/
.theme_anchor-menu_05 .anchorMenu-right .anchor-item-current .anchorNav__item{
    -webkit-transform: rotate3d(0,0,1,-180deg);
    transform: rotate3d(0,0,1,-180deg);
    fill: #fff;
}

.theme_anchor-menu_05 .anchor-item-current .anchorNav__item {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    fill: #fff;
}

.theme_anchor-menu_05 .anchor-item-current .anchor-menu-text {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---- position right ----*/
.theme_anchor-menu_05 .anchorMenu-right .anchor-menu-text{
    float: right;
    margin: -4px 2.25em 0 0;
}

.theme_anchor-menu_05 .anchor-menu-text {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 2;
    display: block;
    margin: -2px 0 0 2.25em;
    white-space: nowrap;
    letter-spacing: 2px;
    opacity: 0;
    color: #f39468;
    -webkit-transform: translate3d(-10px,-10px,0);
    transform: translate3d(-10px,-10px,0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.theme_anchor-menu_05 .anchorNav__item:not(.anchor-item-current):focus::after{
    background: #31312f;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.theme_anchor-menu_05 .anchorNav__item:not(.anchor-item-current):hover::after {
    background: #31312f;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.theme_anchor-menu_05 .anchor-menu-link:not(.anchor-item-current):focus .anchor-menu-text{
    opacity: 0.25;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.theme_anchor-menu_05 .anchor-menu-link:not(.anchor-item-current):hover .anchor-menu-text {
    opacity: 0.25;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*----- THEME 6 ----*/
.theme_anchor-menu_06 {
    display: inline-block;
    font-size: 100%;
    list-style: none;
    position: relative;
    width: 8em;
    padding: 0;
    margin: 0;
}

/*---- position right ----*/
.theme_anchor-menu_06 .anchorMenu-right .anchorNav__item{
    left: inherit;
    float: right;
    right: -40px;
}

.theme_anchor-menu_06 .anchorNav__item {
    width: 3em;
    height: 1.25em;
    margin: 0.5em 0;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 0;
    letter-spacing: 0;
    color: currentColor;
    border: 0;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*---- position right ----*/
.theme_anchor-menu_06 .anchorMenu-right .anchor-menu-text{
    float: right;
    left: inherit;
    right: 19px;
    -webkit-transform: translate3d(-2em,0,0);
    transform: translate3d(-2em,0,0);
    -webkit-transition-timing-function: cubic-bezier(-0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(-0.7,0,0.3,1);
}

.theme_anchor-menu_06 .anchor-menu-text {
    opacity: 0;
    position: absolute;
    padding-top: 6px;
    left:19px;
    display: inline-block;
    -webkit-transform: translate3d(2em,0,0);
    transform: translate3d(2em,0,0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,-0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,-0.3,1);
}

/*----position right ----*/
.theme_anchor-menu_06 .anchorMenu-right .anchorNav__item::after{
    -webkit-transform: scale3d(-1,1,1);
    transform: scale3d(-1,1,1);
}

.theme_anchor-menu_06 .anchorNav__item::after {
    content: '';
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: 30%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
    transition: transform 0.5s, background-color 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/*---- position right ----*/
.theme_anchor-menu_06 .anchorMenu-right .anchor-item-current .anchorNav__item::after{
    -webkit-transform: scale3d(-0.2,1,1);
    transform: scale3d(-0.2,1,1);
}

.theme_anchor-menu_06 .anchor-item-current .anchorNav__item::after {
    background: #212956;
    -webkit-transform: scale3d(0.2,1,1);
    transform: scale3d(0.2,1,1);
}

/*---- position right ----*/
.theme_anchor-menu_06 .anchorMenu-right .anchor-item-current .anchor-menu-text{
    right: 19px;
    left: inherit;
}

.theme_anchor-menu_06 .anchor-item-current .anchor-menu-text {
    position: absolute;
    left: 19px;
    padding-top: 6px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}