
div.burger {
    height: 30px;
    width: 40px;
    position: absolute;
    top: 11px;
    left: 21px;
    cursor: pointer
}

div.x,
div.y,
div.z {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

div.x,
div.y,
div.z {
    height: 3px;
    width: 26px
}

div.y {
    top: 18px
}

div.z {
    top: 37px
}

div.collapse {
    top: 20px;
    background: #199ed8;
    -webkit-transition: all 70ms ease-out;
    -moz-transition: all 70ms ease-out;
    -ms-transition: all 70ms ease-out;
    -o-transition: all 70ms ease-out;
    transition: all 70ms ease-out
}

div.rotate30 {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out
}

div.rotate150 {
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out
}

div.rotate45 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out
}

div.rotate135 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out
}

div.navbar {
    height: 73px;
    background: #385e97
}

div.circle {
    border-radius: 50%;
    width: 0;
    height: 0;
    position: absolute;
    top: 35px;
    left: 36px;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0, .995, .99, 1);
    -moz-transition: all 300ms cubic-bezier(0, .995, .99, 1);
    -ms-transition: all 300ms cubic-bezier(0, .995, .99, 1);
    -o-transition: all 300ms cubic-bezier(0, .995, .99, 1);
    transition: all 300ms cubic-bezier(0, .995, .99, 1)
}

div.circle.expand {
    width: 1600px;
    height: 1600px;
    top: -560px;
    left: -565px;
    -webkit-transition: all 400ms cubic-bezier(0, .995, .99, 1);
    -moz-transition: all 400ms cubic-bezier(0, .995, .99, 1);
    -ms-transition: all 400ms cubic-bezier(0, .995, .99, 1);
    -o-transition: all 400ms cubic-bezier(0, .995, .99, 1);
    transition: all 400ms cubic-bezier(0, .995, .99, 1)
}

.i-menu ul {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.i-menu  ul li {
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    -webkit-transition: all 70ms cubic-bezier(0, .995, .99, 1);
    -moz-transition: all 70ms cubic-bezier(0, .995, .99, 1);
    -ms-transition: all 70ms cubic-bezier(0, .995, .99, 1);
    -o-transition: all 70ms cubic-bezier(0, .995, .99, 1);
    transition: all 70ms cubic-bezier(0, .995, .99, 1)
}

.i-menu ul li a {
    color: #199ed8;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px
}

.i-menu li.animate {
    font-size: 21px;
    opacity: 1;
    -webkit-transition: all 150ms cubic-bezier(0, .995, .99, 1);
    -moz-transition: all 150ms cubic-bezier(0, .995, .99, 1);
    -ms-transition: all 150ms cubic-bezier(0, .995, .99, 1);
    -o-transition: all 150ms cubic-bezier(0, .995, .99, 1);
    transition: all 150ms cubic-bezier(0, .995, .99, 1)
}

.i-menu li.animate:nth-of-type(1) {
    top: 120px;
    transition-delay: 0s
}

.i-menu li.animate:nth-of-type(2) {
    top: 190px;
    transition-delay: .03s
}

.i-menu li.animate:nth-of-type(3) {
    top: 260px;
    transition-delay: .06s
}

.i-menu li.animate:nth-of-type(4) {
    top: 330px;
    transition-delay: .09s
}

.i-menu li.animate:nth-of-type(5) {
    top: 400px;
    transition-delay: .12s
}

.i-menu li.animate:nth-of-type(6) {
    top: 470px;
    transition-delay: .15s
}

.i-menu li.animate:nth-of-type(7) .search{
    top: 500px;
    transition-delay: .15s;
    position: absolute;
    width: 100%;
}