/* Main Burder */
.navbar-default .navbar-toggle{
    border: 0;
    padding: 0;
    margin: 14.5px 15px 14.5px 0;
}
.title-bar{
    font-size: 12px;
    color: #ced7db;
    display: block;
}
#nav-icon3 .title-bar{margin-top: 30px;color: #ced7db;}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #ced7db;
    width: 30.5px;
    height: 3px;
    margin-bottom: 7px;
    border-radius: 3px;

    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.navbar-default .navbar-toggle:hover .title-bar{
    color: #27b7f5
}
.navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #27b7f5;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(1) {
    max-width: 88%;
    -webkit-animation-name: bar1;
    animation-name: bar1;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2){
    max-width: 76%;
    -webkit-animation-name: bar2;
    animation-name: bar2;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(3){
    max-width: 16%;
    -webkit-animation-name: bar3;
    animation-name: bar3;
}

@-webkit-keyframes bar1 {
    0% { max-width: 88%; }
    44% { max-width: 0%; }
    94% { max-width: 100%; }
    100% { max-width: 88%; }
}

@keyframes bar1 {
    0% { max-width: 88%; }
    44% { max-width: 0%; }
    94% { max-width: 100%; }
    100% { max-width: 88%; }
}

@-webkit-keyframes bar2 {
    0% { max-width: 76%; }
    38% { max-width: 0%; }
    88% { max-width: 100%; }
    100% { max-width: 76%; }
}

@keyframes bar2 {
    0% { max-width: 76%; }
    38% { max-width: 0%; }
    88% { max-width: 100%; }
    100% { max-width: 76%; }
}

@-webkit-keyframes bar3 {
    0% { max-width: 16%; }
    8% { max-width: 0%; }
    58% { max-width: 100%; }
    100% { max-width: 16%; }
}

@keyframes bar3 {
    0% { max-width: 16%; }
    8% { max-width: 0%; }
    58% { max-width: 100%; }
    100% { max-width: 16%; }
}




/* Main Drop-down */
.drop-container{
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 18px 0px rgba(162, 162, 162, 0.25);
    -moz-box-shadow: 0px 8px 18px 0px rgba(162, 162, 162, 0.25);
    box-shadow: 0px 8px 18px 0px rgba(162, 162, 162, 0.25);
    position: absolute;
    left: 0;
    z-index: 100;
    max-height: 0;
    overflow: hidden;

    -webkit-transition: max-height 0.25s ease,  max-width 0.25s ease 0.5s;
    -moz-transition: max-height 0.25s ease,  max-width 0.25s ease 0.5s;
    -o-transition: max-height 0.25s ease,  max-width 0.25s ease 0.5s;
    transition: max-height 0.25s ease,  max-width 0.25s ease 0.5s;
    /* display: none; */
    max-width: 0;
}
.drop-container .ls-container-fluid{
    box-shadow: inset -10px 44px 46px -46px rgba(162, 162, 162, 0.25);
    -webkit-box-shadow: inset -10px 44px 46px -46px rgba(162, 162, 162, 0.25);
    -moz-box-shadow: inset -10px 44px 46px -46px rgba(162, 162, 162, 0.25);
    -o-box-shadow: inset -10px 44px 46px -46px rgba(162, 162, 162, 0.25);
}
.navbar-default .navbar-nav>li.dropdown.open .drop-container{
    max-height: 246px;
    /* display: block; */
    max-width: 100%;
    -webkit-transition: max-height 0.25s ease;
    -moz-transition: max-height 0.25s ease;
    -o-transition: max-height 0.25s ease;
    transition: max-height 0.25s ease;
    width: 100%;
}
.drop-menu-item{
    height: 123px;
    border: 1px solid rgba(199, 199, 199, 0.3);
    padding: 0 27px;
    border-top: 0;
    position: relative;
    overflow: hidden;
}
.drop-menu-item:hover{
    overflow: visible;
}
.ls-row>div.active .drop-menu-item:after,
.drop-menu-item:before{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -1;

}
.ls-row>div.active .drop-menu-item:after,
.drop-menu-item.in-top:before,
.drop-menu-item.in-right:before,
.drop-menu-item.in-bottom:before,
.drop-menu-item.in-left:before{
    -webkit-box-shadow: 0px 6px 32px 0px rgba(39, 183, 245, 0.43);
    -moz-box-shadow: 0px 6px 32px 0px rgba(39, 183, 245, 0.43);
    box-shadow: 0px 6px 32px 0px rgba(39, 183, 245, 0.43);
}
.drop-menu-item:hover span,
.active .drop-menu-item span{
    color: #fff;
}
.ls-row>div.active .drop-menu-item:after,
.drop-menu-item:before{
    background-color: #27b7f5;
}
.drop-container .ls-row>div,
.drop-container .ls-row{
    padding: 0;
    margin: 0;
}
.drop-menu-item b{
    margin-right: 14px;
    display: table;
    height: 123px;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.drop-menu-item span{
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    padding-top: 6px;
}

.drop-container .ls-row>div:nth-child(1) .drop-menu-item,
.drop-container .ls-row>div:nth-child(3) .drop-menu-item,
.drop-container .ls-row>div:nth-child(5) .drop-menu-item,
.drop-container .ls-row>div:nth-child(6) .drop-menu-item,
.drop-container .ls-row>div:nth-child(8) .drop-menu-item,
.drop-container .ls-row>div:nth-child(10) .drop-menu-item{
    border-right: 0;
    border-left: 0;
}
.drop-container .ls-row>div:nth-child(6) .drop-menu-item,
.drop-container .ls-row>div:nth-child(7) .drop-menu-item,
.drop-container .ls-row>div:nth-child(8) .drop-menu-item,
.drop-container .ls-row>div:nth-child(9) .drop-menu-item,
.drop-container .ls-row>div:nth-child(10) .drop-menu-item{
    border-bottom: 0;
}

.drop-menu-item a>div{
    height: 123px;
    display: table;
}


.drop-container .ls-row>div:nth-child(1) .drop-menu-item b{
    background-image: url('../img/icon-1.svg');
}
.drop-container .ls-row>div:nth-child(2) .drop-menu-item b{
    background-image: url('../img/icon-7.svg');
}
.drop-container .ls-row>div:nth-child(3) .drop-menu-item b{
    background-image: url('../img/icon-2.svg');
}
.drop-container .ls-row>div:nth-child(4) .drop-menu-item b{
    background-image: url('../img/icon-20.svg');
}
.drop-container .ls-row>div:nth-child(5) .drop-menu-item b{
    background-image: url('../img/icon-10.svg');
}
.drop-container .ls-row>div:nth-child(6) .drop-menu-item b{
    background-image: url('../img/icon-4.svg');
}
.drop-container .ls-row>div:nth-child(7) .drop-menu-item b{
    background-image: url('../img/icon-9.svg');
}
.drop-container .ls-row>div:nth-child(8) .drop-menu-item b{
    background-image: url('../img/icon-8.svg');
}
.drop-container .ls-row>div:nth-child(9) .drop-menu-item b{
    background-image: url('../img/icon-5.svg');
}
.drop-container .ls-row>div:nth-child(10) .drop-menu-item b{
    background-image: url('../img/icon-3.svg');
}

.drop-container .ls-row>div:nth-child(1) .drop-menu-item:hover b,
.drop-container .ls-row>div:nth-child(1).active .drop-menu-item b{
    background-image: url('../img/icon-1-hover.svg');
}
.drop-container .ls-row>div:nth-child(2) .drop-menu-item:hover b,
.drop-container .ls-row>div:nth-child(2).active .drop-menu-item b{
    background-image: url('../img/icon-7-hover.svg');
}
.drop-container .ls-row>div:nth-child(3) .drop-menu-item:hover b,
.drop-container .ls-row>div:nth-child(3).active .drop-menu-item b{
    background-image: url('../img/icon-2-hover.svg');
}
.drop-container .ls-row>div:nth-child(4) .drop-menu-item:hover b,
.drop-container .ls-row>div:nth-child(4).active .drop-menu-item b{
    background-image: url('../img/icon-20-hover.svg');
}
.drop-container .ls-row>div:nth-child(5) .drop-menu-item:hover b,
.drop-container .ls-row>div:nth-child(5).active .drop-menu-item b{
    background-image: url('../img/icon-10-hover.svg');
}
.drop-container .ls-row>div:nth-child(6) .drop-menu-item:hover b,
.drop-container .ls-row>div:nth-child(6).active .drop-menu-item b{
    background-image: url('../img/icon-4-hover.svg');
}
.drop-container .ls-row>div:nth-child(7) .drop-menu-item:hover b,
.drop-container .ls-row>div:nth-child(7).active .drop-menu-item b{
    background-image: url('../img/icon-9-hover.svg');
}
.drop-container .ls-row>div:nth-child(8) .drop-menu-item:hover b,
.drop-container .ls-row>div:nth-child(8).active .drop-menu-item b{
    background-image: url('../img/icon-8-hover.svg');
}
.drop-container .ls-row>div:nth-child(9) .drop-menu-item:hover b,
.drop-container .ls-row>div:nth-child(9).active .drop-menu-item b{
    background-image: url('../img/icon-5-hover.svg');
}
.drop-container .ls-row>div:nth-child(10) .drop-menu-item:hover b,
.drop-container .ls-row>div:nth-child(10).active .drop-menu-item b{
    background-image: url('../img/icon-3-hover.svg');
}



.drop-menu-item.in-top:before{
    top: -100%;
    -webkit-animation: in-top .25s;
    animation: in-top .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.drop-menu-item.out-top:before{
    top: 0;
    -webkit-animation: out-top .25s;
    animation: out-top .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.drop-menu-item.in-right:before{
    top: 0;
    left: 100%;
    -webkit-animation: in-right .25s;
    animation: in-right .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.drop-menu-item.out-right:before{
    top: 0;
    left: 0;
    -webkit-animation: out-right .25s;
    animation: out-right .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.drop-menu-item.in-bottom:before{
    top: 0;
    -webkit-animation: in-bottom .25s;
    animation: in-bottom .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.drop-menu-item.out-bottom:before{
    top: 100%;
    -webkit-animation: out-bottom .25s;
    animation: out-bottom .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.drop-menu-item.in-left:before{
    top: 0;
    left: -100%;
    -webkit-animation: in-left .25s;
    animation: in-left .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.drop-menu-item.out-left:before{
    top: 0;
    left: 0;
    -webkit-animation: out-left .25s;
    animation: out-left .25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
/*
*   Animations
*/
/* Out Top */
@-webkit-keyframes in-top {
    0% {
        top: -100%;
    }
    to {
        top: 0;
    }
}
@keyframes in-top {
    0% {
        top: -100%;
    }
    to {
        top: 0;
    }
}
/* Out Top */
@-webkit-keyframes out-top {
    0% {
        top: 0;
    }
    to {
        top: -100%;
    }
}
@keyframes out-top {
    0% {
        top: 0;
    }
    to {
        top: -100%;
    }
}
/* In Right */
@-webkit-keyframes in-right {
    0% {
        left: 100%;
    }
    to {
        left: 0;
    }
}
@keyframes in-right {
    0% {
        left: 100%;
    }
    to {
        left: 0;
    }
}
/* Out Right */
@-webkit-keyframes out-right {
    0% {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@keyframes out-right {
    0% {
        left: 0;
    }
    to {
        left: 100%;
    }
}
/* In Bottom */
@-webkit-keyframes in-bottom {
    0% {
        top: 100%;
    }
    to {
        top: 0;
    }
}
@keyframes in-bottom {
    0% {
        top: 100%;
    }
    to {
        top: 0;
    }
}
/* Out Bottom */
@-webkit-keyframes out-bottom {
    0% {
        top: 0;
    }
    to {
        top: 100%;
    }
}
@keyframes out-bottom {
    0% {
        top: 0;
    }
    to {
        top: 100%;
    }
}
/* In Left */
@-webkit-keyframes in-left {
    0% {
        left: -100%;
    }
    to {
        left: 0;
    }
}
@keyframes in-left {
    0% {
        left: -100%;
    }
    to {
        left: 0;
    }
}
/* Out Left */
@-webkit-keyframes out-left {
    0% {
        left: 0;
    }
    to {
        left: -100%;
    }
}
@keyframes out-left {
    0% {
        left: 0;
    }
    to {
        left: -100%;
    }
}