@import url(../fonts/roboto/_roboto.css);
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(jquery.boxes.css);
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body {
    background-color: #ffffff;
    color: #646464;
    margin: 0 auto;
    padding: 0;
    font-family:'Roboto',sans-serif;
    font-size:13px;
    line-height: 18px;
    position: relative;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust: none;
}
strong, b {
    font-weight: bold;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
}
ul, ol {
    list-style: none;
}
ul, .list-unstyled {
    padding-left: 30px;
}
a,a:hover,a:focus {
    text-decoration:none;
    outline:none;
}
a[href^=tel] {
    color: #646464;
    text-decoration: none;
}
::selection {
    background-color:#ffcd04;
    color:#fff;
}
::-moz-selection {
    background-color:#ffcd04;
    color:#fff;
}
select {
    background: url('../images/select.png') right 5px center no-repeat;
    outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
    display: inline-block;
    padding-right: 18px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
select option:disabled {
    background-color: #ededed;
    color: #9e9e9e;
    cursor: not-allowed;
}

input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #cccccc;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    width: 16px;
    min-width: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffcd04;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=radio] {
    border-radius: 50%;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: normal 14px/1 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffcd04 !important;
}
input[type=checkbox]:checked:before {
    content: '\f00c';
    margin: 0;
    color: #ffcd04;
    height: 14px;
    width: 14px;
    line-height: 14px;
}
input[type=radio]:checked:before {
    background-color: #ffcd04;
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 14px;
}
img {
    background-color: transparent;
    border: 0;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
textarea {
    overflow: auto;
    resize: none;
}

.header {
    background-color: #ffcd04;
    background-color: var(--mm-color-background);
    padding: 7px 12px;
    min-height: 50px;
}
.header .logo,
.header .brand,
.header .lang {
    display: flex;
    align-items: center;
    height: 50px;
}
.header .logo {
    float: left;
    width: 50%;
    overflow: hidden;
}
.header .brand {
    float: right;
    width: 35%;
    padding-right: 10px;
}
.header .lang {
    float: right;
    width: 15%;
}
.header .lang .bootstrap-select.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header .lang .bootstrap-select>.dropdown-toggle {
    border-radius: 20px;
    border-color: #fff;
    padding: 3px 10px;
    line-height: 20px;
}
.header .lang .bootstrap-select.btn-group .dropdown-menu {
    left: auto;
    right: -5px;
}
.header .logo img {
    max-height: 50px;
}
.brand .s-brand {
    display: block;
    width: 100%;
}
.wrapper {
    background-color: #f1f2f7;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: calc(100vh - 64px);
}
.header::after,
.wrapper::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.sub-top {
    margin: 50PX 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.sub-top > li {
    display: inline-block;
    padding: 5px 0;
}
.sub-top > li > a {
    border: 1px solid #dfdfdf;
    border-radius: 30px;
    display: inline-block;
	font-size: 12px;
    line-height: 18px;
    padding: 3px 12px;
}
.sub-top > li.active > a {
    background-color: #dfdfdf;
    border-color: #bfbfbf;
}
.sub-top > li::before {
    content: "/";
    display: inline-block;
    width: 20px;
    text-align: center;
}
.sub-top > li:first-child::before {
    display: none;
}
.sub-top > li > a {
    color: inherit;
}
.show-error {
    background: url(../images/error.png) left center no-repeat;
    color: #ed2a17;
    font-size: 16px;
    line-height: 42px;
    padding: 6px 0 2px 25px;
}
.show-ok {
    background: url(../images/OK.png) left center no-repeat;
    color: #00b086;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    padding: 6px 0 2px 25px;
}

.sidebar {
    background-color: #32323a;
    float: left;
    font-size: 14px;
    width: 170px;
}
.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.sidebar ul > li.active > a,
.sidebar ul > li > a:hover,
.sidebar ul > li > a:focus {
    background-color: #28282e;
    color: #ffcd04;
    color: var(--mm-color-text);
}
.sidebar ul > li > a {
    color: #aeb2b7;
    display: block;
    padding: 15px 12px;
}

.main-content {
    float: right;
    width: calc(100% - 170px);
    position: relative;
}
.menu-list {
    padding: 20px 10px 0;
}
.menu-list::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.mn-notify {
    background-color: #ffe8e0;
    border: 2px solid #df8379;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 20px 0;
    padding: 15px;
}
.mn-box {
    background-color: #ffffff;
    display: block;
    position: relative;
    overflow: hidden;
}
.mn-box .mn-out {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    width: calc(100% + 30px);
    padding: 7px 10px;
    position: absolute;
    top: calc(50% - 25px);
    left: -15px;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.mn-box .mn-des {
    padding: 12px 10px 15px;
    position: relative;
    overflow: hidden;
}
.mn-box .mn-title {
    font-family: "Times New Roman", serif;
    color: #be1e2d;
    color: var(--mm-color-text);
    font-size: 21px;
    font-weight: 600;
    line-height: 23px;
    margin: 0;
}
.mn-box .mn-price {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.mn-box .mn-price > span {
    float: left;
    width: 30%;
}
.mn-box .mn-price > span:last-child {
    float: right;
    width: 70%;
    text-align: right;
}
.mn-box .mn-price::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.mn-box .mn-note {
    margin: 5px 0 0;
}
.mn-box .mn-note h1,
.mn-box .mn-note h2,
.mn-box .mn-note h3,
.mn-box .mn-note h4,
.mn-box .mn-note h5,
.mn-box .mn-note p,
.mn-box .mn-note div,
.mn-box .mn-note table {
    margin: 0 auto;
}
.mn-notify h1,
.mn-notify h2,
.mn-notify h3,
.mn-notify h4,
.mn-notify h5,
.mn-notify p,
.mn-notify div,
.mn-notify table {
	margin-bottom: 10px;
}
.mn-notify h1:last-child,
.mn-notify h2:last-child,
.mn-notify h3:last-child,
.mn-notify h4:last-child,
.mn-notify h5:last-child,
.mn-notify p:last-child,
.mn-notify div:last-child,
.mn-notify table:last-child {
	margin-bottom: 0;
}

.grid {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
}
.grid--hidden {
    position: fixed !important;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
}
.js .grid--loading::before,
.js .grid--loading::after {
    content: '';
    z-index: 1000;
}
.js .grid--loading::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #2c2d31;
}
.js .grid--loading::after {
    position: absolute;
    top: calc(25vh - 20px);
    left: 50%;
    width: 40px;
    height: 40px;
    margin: 0 0 0 -20px;
    border: 8px solid #383a41;
    border-bottom-color: #565963;
    border-radius: 50%;
    animation: animLoader 0.8s linear forwards infinite;
}
.grid__sizer {
    margin-bottom: 0 !important;
}
.grid__link,
.grid__img {
    display: block;
}
.grid__img {
    width: 100%;
}
.grid__deco {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.grid__deco path {
    fill: none;
    stroke: #046b85;
    stroke-width: 2px;
}
.grid__reveal {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    background-color: #2c2d31;
}
.grid .grid__item,
.grid .grid__sizer {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
}
@media screen and (min-width: 667px) {
    .grid .grid__item,
    .grid .grid__sizer {
        width: calc((100% / 2) - 20px);
    }
}
@media screen and (min-width: 961px) {
    .grid .grid__item,
    .grid .grid__sizer {
        width: calc((100% / 3) - 20px);
    }
}
@media screen and (min-width: 1201px) {
    .grid .grid__item,
    .grid .grid__sizer {
        width: calc(25% - 20px);
    }
}
@media screen and (max-width: 420px) {
    .sidebar {
        width: 135px;
        font-size: 13px;
    }
    .sidebar ul > li > a {
        padding: 12px 5px;
    }
    .main-content {
        width: calc(100% - 135px);
    }
    .menu-list {
        padding: 10px 5px 0;
    }
    .grid .grid__item,
    .grid .grid__sizer {
        width: calc(100% - 10px);
        margin: 0 5px 10px;
    }
    .mn-notify {
        margin: 10px 10px 0;
    }
}

.loading::before,
.loading::after {
    content: '';
    position: absolute;
    z-index: 1000;
}
.loading::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #28282e;
}
.loading::after {
    top: 120px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: 0 0 0 -20px;
    border: 8px solid #383a41;
    border-bottom-color: #565963;
    border-radius: 50%;
    animation: animLoader 0.8s linear infinite forwards;
}

@keyframes animLoader {
    to { transform: rotate(360deg); }
}

footer.footer {
    border-top: 1px solid #e2e2e4;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    padding: 15px 12px;
}
footer p {
    margin: 0 auto;
}
#go-top {
    background: url('../images/go-top.png') center top no-repeat;
    position: fixed;
    z-index: 999;
    height: 40px;
    width: 40px;
    right: 5px;
    bottom: 50px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border-radius: 5px 0 0 5px;
    display: none;
}
#go-top:hover {
    background-position: center -40px;
}

#_loading {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 99998;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
}
#_loading .loading-body {
    background-color: transparent;
    position: fixed;
    top: 50%;
    right: 50%;
    text-align: center;
    z-index: 99999;
}

#spinningSquaresG{
    position:relative;
    width:300px;
    height:36px;
    margin:50px auto 30px;
}

.spinningSquaresG{
    position:absolute;
    top:0;
    background-color: rgb(153, 165, 171);
    width:36px;
    height:36px;
    animation-name:bounce_spinningSquaresG;
    -o-animation-name:bounce_spinningSquaresG;
    -ms-animation-name:bounce_spinningSquaresG;
    -webkit-animation-name:bounce_spinningSquaresG;
    -moz-animation-name:bounce_spinningSquaresG;
    animation-duration:1.105s;
    -o-animation-duration:1.105s;
    -ms-animation-duration:1.105s;
    -webkit-animation-duration:1.105s;
    -moz-animation-duration:1.105s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
    transform:scale(.3);
    -o-transform:scale(.3);
    -ms-transform:scale(.3);
    -webkit-transform:scale(.3);
    -moz-transform:scale(.3);
}

#spinningSquaresG_1{
    left:0;
    animation-delay:0.446s;
    -o-animation-delay:0.446s;
    -ms-animation-delay:0.446s;
    -webkit-animation-delay:0.446s;
    -moz-animation-delay:0.446s;
}

#spinningSquaresG_2{
    left:38px;
    animation-delay:0.5525s;
    -o-animation-delay:0.5525s;
    -ms-animation-delay:0.5525s;
    -webkit-animation-delay:0.5525s;
    -moz-animation-delay:0.5525s;
}

#spinningSquaresG_3{
    left:75px;
    animation-delay:0.659s;
    -o-animation-delay:0.659s;
    -ms-animation-delay:0.659s;
    -webkit-animation-delay:0.659s;
    -moz-animation-delay:0.659s;
}

#spinningSquaresG_4{
    left:113px;
    animation-delay:0.7755s;
    -o-animation-delay:0.7755s;
    -ms-animation-delay:0.7755s;
    -webkit-animation-delay:0.7755s;
    -moz-animation-delay:0.7755s;
}

#spinningSquaresG_5{
    left:150px;
    animation-delay:0.882s;
    -o-animation-delay:0.882s;
    -ms-animation-delay:0.882s;
    -webkit-animation-delay:0.882s;
    -moz-animation-delay:0.882s;
}

#spinningSquaresG_6{
    left:188px;
    animation-delay:0.9985s;
    -o-animation-delay:0.9985s;
    -ms-animation-delay:0.9985s;
    -webkit-animation-delay:0.9985s;
    -moz-animation-delay:0.9985s;
}

#spinningSquaresG_7{
    left:225px;
    animation-delay:1.105s;
    -o-animation-delay:1.105s;
    -ms-animation-delay:1.105s;
    -webkit-animation-delay:1.105s;
    -moz-animation-delay:1.105s;
}

#spinningSquaresG_8{
    left:263px;
    animation-delay:1.2115s;
    -o-animation-delay:1.2115s;
    -ms-animation-delay:1.2115s;
    -webkit-animation-delay:1.2115s;
    -moz-animation-delay:1.2115s;
}



@keyframes bounce_spinningSquaresG{
    0%{
        transform:scale(1);
        background-color: rgb(153, 165, 171);
    }

    100%{
        transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_spinningSquaresG{
    0%{
        -o-transform:scale(1);
        background-color: rgb(153, 165, 171);
    }

    100%{
        -o-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_spinningSquaresG{
    0%{
        -ms-transform:scale(1);
        background-color: rgb(153, 165, 171);
    }

    100%{
        -ms-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_spinningSquaresG{
    0%{
        -webkit-transform:scale(1);
        background-color: rgb(153, 165, 171);
    }

    100%{
        -webkit-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_spinningSquaresG{
    0%{
        -moz-transform:scale(1);
        background-color: rgb(153, 165, 171);
    }

    100%{
        -moz-transform:scale(.3) rotate(90deg);
        background-color:rgb(255,255,255);
    }
}

.windows8 {
    position: relative;
    width: 80px;
    height:80px;
}

.windows8 .wBall {
    position: absolute;
    width: 76px;
    height: 76px;
    opacity: 0;
    -moz-transform: rotate(225deg);
    -moz-animation: orbit 4.95s infinite;
    -webkit-transform: rotate(225deg);
    -webkit-animation: orbit 4.95s infinite;
    -ms-transform: rotate(225deg);
    -ms-animation: orbit 4.95s infinite;
    -o-transform: rotate(225deg);
    -o-animation: orbit 4.95s infinite;
    transform: rotate(225deg);
    animation: orbit 4.95s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #be1e2d;
    left: 0;
    top: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.windows8 #wBall_1 {
    -moz-animation-delay: 1.08s;
    -webkit-animation-delay: 1.08s;
    -ms-animation-delay: 1.08s;
    -o-animation-delay: 1.08s;
    animation-delay: 1.08s;
}

.windows8 #wBall_2 {
    -moz-animation-delay: 0.22s;
    -webkit-animation-delay: 0.22s;
    -ms-animation-delay: 0.22s;
    -o-animation-delay: 0.22s;
    animation-delay: 0.22s;
}

.windows8 #wBall_3 {
    -moz-animation-delay: 0.43s;
    -webkit-animation-delay: 0.43s;
    -ms-animation-delay: 0.43s;
    -o-animation-delay: 0.43s;
    animation-delay: 0.43s;
}

.windows8 #wBall_4 {
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.windows8 #wBall_5 {
    -moz-animation-delay: 0.86s;
    -webkit-animation-delay: 0.86s;
    -ms-animation-delay: 0.86s;
    -o-animation-delay: 0.86s;
    animation-delay: 0.86s;
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }

}